Uses of Class
io.fabric8.openshift.api.model.config.v1.OAuthStatus
-
Packages that use OAuthStatus Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of OAuthStatus in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return OAuthStatus Modifier and Type Method Description OAuthStatusOAuthStatusBuilder. build()OAuthStatusOAuthFluent. buildStatus()OAuthStatusOAuth. getStatus()OAuth holds cluster-wide information about OAuth.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type OAuthStatus Modifier and Type Method Description protected voidOAuthStatusFluent. copyInstance(OAuthStatus instance)OAuthFluent.StatusNested<A>OAuthFluent. editOrNewStatusLike(OAuthStatus item)voidOAuth. setStatus(OAuthStatus status)OAuth holds cluster-wide information about OAuth.OAuthFluent.StatusNested<A>OAuthFluent. withNewStatusLike(OAuthStatus item)AOAuthFluent. withStatus(OAuthStatus status)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type OAuthStatus Constructor Description OAuth(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, OAuthSpec spec, OAuthStatus status)OAuthStatusBuilder(OAuthStatus instance)OAuthStatusBuilder(OAuthStatusFluent<?> fluent, OAuthStatus instance)OAuthStatusFluent(OAuthStatus instance)
-