Uses of Class
io.fabric8.openshift.api.model.config.v1.ClusterOperatorStatus
-
Packages that use ClusterOperatorStatus Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of ClusterOperatorStatus in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return ClusterOperatorStatus Modifier and Type Method Description ClusterOperatorStatusClusterOperatorStatusBuilder. build()ClusterOperatorStatusClusterOperatorFluent. buildStatus()ClusterOperatorStatusClusterOperator. getStatus()ClusterOperator is the Custom Resource object which holds the current state of an operator.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type ClusterOperatorStatus Modifier and Type Method Description protected voidClusterOperatorStatusFluent. copyInstance(ClusterOperatorStatus instance)ClusterOperatorFluent.StatusNested<A>ClusterOperatorFluent. editOrNewStatusLike(ClusterOperatorStatus item)voidClusterOperator. setStatus(ClusterOperatorStatus status)ClusterOperator is the Custom Resource object which holds the current state of an operator.ClusterOperatorFluent.StatusNested<A>ClusterOperatorFluent. withNewStatusLike(ClusterOperatorStatus item)AClusterOperatorFluent. withStatus(ClusterOperatorStatus status)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type ClusterOperatorStatus Constructor Description ClusterOperator(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, ClusterOperatorSpec spec, ClusterOperatorStatus status)ClusterOperatorStatusBuilder(ClusterOperatorStatus instance)ClusterOperatorStatusBuilder(ClusterOperatorStatusFluent<?> fluent, ClusterOperatorStatus instance)ClusterOperatorStatusFluent(ClusterOperatorStatus instance)
-