Uses of Class
io.fabric8.openshift.api.model.operator.v1.KubeControllerManagerStatus
-
Packages that use KubeControllerManagerStatus Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of KubeControllerManagerStatus in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return KubeControllerManagerStatus Modifier and Type Method Description KubeControllerManagerStatusKubeControllerManagerStatusBuilder. build()KubeControllerManagerStatusKubeControllerManagerFluent. buildStatus()KubeControllerManagerStatusKubeControllerManagerFluentImpl. buildStatus()KubeControllerManagerStatusKubeControllerManager. getStatus()KubeControllerManagerStatusKubeControllerManagerFluent. getStatus()Deprecated.KubeControllerManagerStatusKubeControllerManagerFluentImpl. getStatus()Deprecated.Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type KubeControllerManagerStatus Modifier and Type Method Description KubeControllerManagerFluent.StatusNested<A>KubeControllerManagerFluent. editOrNewStatusLike(KubeControllerManagerStatus item)KubeControllerManagerFluent.StatusNested<A>KubeControllerManagerFluentImpl. editOrNewStatusLike(KubeControllerManagerStatus item)voidKubeControllerManager. setStatus(KubeControllerManagerStatus status)KubeControllerManagerFluent.StatusNested<A>KubeControllerManagerFluent. withNewStatusLike(KubeControllerManagerStatus item)KubeControllerManagerFluent.StatusNested<A>KubeControllerManagerFluentImpl. withNewStatusLike(KubeControllerManagerStatus item)AKubeControllerManagerFluent. withStatus(KubeControllerManagerStatus status)AKubeControllerManagerFluentImpl. withStatus(KubeControllerManagerStatus status)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type KubeControllerManagerStatus Constructor Description KubeControllerManager(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, KubeControllerManagerSpec spec, KubeControllerManagerStatus status)KubeControllerManagerStatusBuilder(KubeControllerManagerStatus instance)KubeControllerManagerStatusBuilder(KubeControllerManagerStatusFluent<?> fluent, KubeControllerManagerStatus instance)KubeControllerManagerStatusBuilder(KubeControllerManagerStatusFluent<?> fluent, KubeControllerManagerStatus instance, Boolean validationEnabled)KubeControllerManagerStatusBuilder(KubeControllerManagerStatus instance, Boolean validationEnabled)KubeControllerManagerStatusFluentImpl(KubeControllerManagerStatus instance)
-