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()OpenShiftAPIServerStatusOpenShiftAPIServer. getStatus()OpenShiftAPIServer provides information to configure an operator to manage openshift-apiserver.Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type OpenShiftAPIServerStatus Modifier and Type Method Description protected voidOpenShiftAPIServerStatusFluent. copyInstance(OpenShiftAPIServerStatus instance)OpenShiftAPIServerFluent.StatusNested<A>OpenShiftAPIServerFluent. editOrNewStatusLike(OpenShiftAPIServerStatus item)voidOpenShiftAPIServer. setStatus(OpenShiftAPIServerStatus status)OpenShiftAPIServer provides information to configure an operator to manage openshift-apiserver.OpenShiftAPIServerFluent.StatusNested<A>OpenShiftAPIServerFluent. withNewStatusLike(OpenShiftAPIServerStatus item)AOpenShiftAPIServerFluent. 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)OpenShiftAPIServerStatusFluent(OpenShiftAPIServerStatus instance)
-