Uses of Class
io.fabric8.openshift.api.model.config.v1.OAuthSpec
-
Packages that use OAuthSpec Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of OAuthSpec in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return OAuthSpec Modifier and Type Method Description OAuthSpecOAuthSpecBuilder. build()OAuthSpecOAuthFluent. buildSpec()OAuthSpecOAuth. getSpec()OAuth holds cluster-wide information about OAuth.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type OAuthSpec Modifier and Type Method Description protected voidOAuthSpecFluent. copyInstance(OAuthSpec instance)OAuthFluent.SpecNested<A>OAuthFluent. editOrNewSpecLike(OAuthSpec item)voidOAuth. setSpec(OAuthSpec spec)OAuth holds cluster-wide information about OAuth.OAuthFluent.SpecNested<A>OAuthFluent. withNewSpecLike(OAuthSpec item)AOAuthFluent. withSpec(OAuthSpec spec)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type OAuthSpec Constructor Description OAuth(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, OAuthSpec spec, OAuthStatus status)OAuthSpecBuilder(OAuthSpec instance)OAuthSpecBuilder(OAuthSpecFluent<?> fluent, OAuthSpec instance)OAuthSpecFluent(OAuthSpec instance)
-