Uses of Class
io.fabric8.openshift.api.model.operator.v1.OAuthAPIServerStatus
-
Packages that use OAuthAPIServerStatus Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of OAuthAPIServerStatus in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return OAuthAPIServerStatus Modifier and Type Method Description OAuthAPIServerStatusOAuthAPIServerStatusBuilder. build()OAuthAPIServerStatusAuthenticationStatusFluent. buildOauthAPIServer()OAuthAPIServerStatusAuthenticationStatusFluentImpl. buildOauthAPIServer()OAuthAPIServerStatusAuthenticationStatus. getOauthAPIServer()OAuthAPIServerStatusAuthenticationStatusFluent. getOauthAPIServer()Deprecated.OAuthAPIServerStatusAuthenticationStatusFluentImpl. getOauthAPIServer()Deprecated.Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type OAuthAPIServerStatus Modifier and Type Method Description AuthenticationStatusFluent.OauthAPIServerNested<A>AuthenticationStatusFluent. editOrNewOauthAPIServerLike(OAuthAPIServerStatus item)AuthenticationStatusFluent.OauthAPIServerNested<A>AuthenticationStatusFluentImpl. editOrNewOauthAPIServerLike(OAuthAPIServerStatus item)voidAuthenticationStatus. setOauthAPIServer(OAuthAPIServerStatus oauthAPIServer)AuthenticationStatusFluent.OauthAPIServerNested<A>AuthenticationStatusFluent. withNewOauthAPIServerLike(OAuthAPIServerStatus item)AuthenticationStatusFluent.OauthAPIServerNested<A>AuthenticationStatusFluentImpl. withNewOauthAPIServerLike(OAuthAPIServerStatus item)AAuthenticationStatusFluent. withOauthAPIServer(OAuthAPIServerStatus oauthAPIServer)AAuthenticationStatusFluentImpl. withOauthAPIServer(OAuthAPIServerStatus oauthAPIServer)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type OAuthAPIServerStatus Constructor Description AuthenticationStatus(List<OperatorCondition> conditions, List<GenerationStatus> generations, Boolean managingOAuthAPIServer, OAuthAPIServerStatus oauthAPIServer, Long observedGeneration, Integer readyReplicas, String version)OAuthAPIServerStatusBuilder(OAuthAPIServerStatus instance)OAuthAPIServerStatusBuilder(OAuthAPIServerStatusFluent<?> fluent, OAuthAPIServerStatus instance)OAuthAPIServerStatusBuilder(OAuthAPIServerStatusFluent<?> fluent, OAuthAPIServerStatus instance, Boolean validationEnabled)OAuthAPIServerStatusBuilder(OAuthAPIServerStatus instance, Boolean validationEnabled)OAuthAPIServerStatusFluentImpl(OAuthAPIServerStatus instance)
-