Uses of Class
io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServerStatus
-
Packages that use OpenShiftAPIServerStatus Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of OpenShiftAPIServerStatus in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return OpenShiftAPIServerStatus Modifier and Type Method Description OpenShiftAPIServerStatusOpenShiftAPIServerStatusBuilder. build()OpenShiftAPIServerStatusOpenShiftAPIServerFluent. buildStatus()OpenShiftAPIServerStatusOpenShiftAPIServerFluentImpl. buildStatus()OpenShiftAPIServerStatusOpenShiftAPIServer. getStatus()OpenShiftAPIServerStatusOpenShiftAPIServerFluent. getStatus()Deprecated.OpenShiftAPIServerStatusOpenShiftAPIServerFluentImpl. getStatus()Deprecated.Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type OpenShiftAPIServerStatus Modifier and Type Method Description OpenShiftAPIServerFluent.StatusNested<A>OpenShiftAPIServerFluent. editOrNewStatusLike(OpenShiftAPIServerStatus item)OpenShiftAPIServerFluent.StatusNested<A>OpenShiftAPIServerFluentImpl. editOrNewStatusLike(OpenShiftAPIServerStatus item)voidOpenShiftAPIServer. setStatus(OpenShiftAPIServerStatus status)OpenShiftAPIServerFluent.StatusNested<A>OpenShiftAPIServerFluent. withNewStatusLike(OpenShiftAPIServerStatus item)OpenShiftAPIServerFluent.StatusNested<A>OpenShiftAPIServerFluentImpl. withNewStatusLike(OpenShiftAPIServerStatus item)AOpenShiftAPIServerFluent. withStatus(OpenShiftAPIServerStatus status)AOpenShiftAPIServerFluentImpl. withStatus(OpenShiftAPIServerStatus status)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type OpenShiftAPIServerStatus Constructor Description OpenShiftAPIServer(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, OpenShiftAPIServerSpec spec, OpenShiftAPIServerStatus status)OpenShiftAPIServerStatusBuilder(OpenShiftAPIServerStatus instance)OpenShiftAPIServerStatusBuilder(OpenShiftAPIServerStatusFluent<?> fluent, OpenShiftAPIServerStatus instance)OpenShiftAPIServerStatusBuilder(OpenShiftAPIServerStatusFluent<?> fluent, OpenShiftAPIServerStatus instance, Boolean validationEnabled)OpenShiftAPIServerStatusBuilder(OpenShiftAPIServerStatus instance, Boolean validationEnabled)OpenShiftAPIServerStatusFluentImpl(OpenShiftAPIServerStatus instance)
-