Uses of Class
io.fabric8.openshift.api.model.operator.v1.ServiceCatalogAPIServerStatus
-
Packages that use ServiceCatalogAPIServerStatus Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of ServiceCatalogAPIServerStatus in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return ServiceCatalogAPIServerStatus Modifier and Type Method Description ServiceCatalogAPIServerStatusServiceCatalogAPIServerStatusBuilder. build()ServiceCatalogAPIServerStatusServiceCatalogAPIServerFluent. buildStatus()ServiceCatalogAPIServerStatusServiceCatalogAPIServer. getStatus()ServiceCatalogAPIServer provides information to configure an operator to manage Service Catalog API Server DEPRECATED: will be removed in 4.6Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type ServiceCatalogAPIServerStatus Modifier and Type Method Description protected voidServiceCatalogAPIServerStatusFluent. copyInstance(ServiceCatalogAPIServerStatus instance)ServiceCatalogAPIServerFluent.StatusNested<A>ServiceCatalogAPIServerFluent. editOrNewStatusLike(ServiceCatalogAPIServerStatus item)voidServiceCatalogAPIServer. setStatus(ServiceCatalogAPIServerStatus status)ServiceCatalogAPIServer provides information to configure an operator to manage Service Catalog API Server DEPRECATED: will be removed in 4.6ServiceCatalogAPIServerFluent.StatusNested<A>ServiceCatalogAPIServerFluent. withNewStatusLike(ServiceCatalogAPIServerStatus item)AServiceCatalogAPIServerFluent. withStatus(ServiceCatalogAPIServerStatus status)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type ServiceCatalogAPIServerStatus Constructor Description ServiceCatalogAPIServer(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, ServiceCatalogAPIServerSpec spec, ServiceCatalogAPIServerStatus status)ServiceCatalogAPIServerStatusBuilder(ServiceCatalogAPIServerStatus instance)ServiceCatalogAPIServerStatusBuilder(ServiceCatalogAPIServerStatusFluent<?> fluent, ServiceCatalogAPIServerStatus instance)ServiceCatalogAPIServerStatusFluent(ServiceCatalogAPIServerStatus instance)
-