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()ServiceCatalogAPIServerStatusServiceCatalogAPIServerFluentImpl. buildStatus()ServiceCatalogAPIServerStatusServiceCatalogAPIServer. getStatus()ServiceCatalogAPIServerStatusServiceCatalogAPIServerFluent. getStatus()Deprecated.ServiceCatalogAPIServerStatusServiceCatalogAPIServerFluentImpl. getStatus()Deprecated.Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type ServiceCatalogAPIServerStatus Modifier and Type Method Description ServiceCatalogAPIServerFluent.StatusNested<A>ServiceCatalogAPIServerFluent. editOrNewStatusLike(ServiceCatalogAPIServerStatus item)ServiceCatalogAPIServerFluent.StatusNested<A>ServiceCatalogAPIServerFluentImpl. editOrNewStatusLike(ServiceCatalogAPIServerStatus item)voidServiceCatalogAPIServer. setStatus(ServiceCatalogAPIServerStatus status)ServiceCatalogAPIServerFluent.StatusNested<A>ServiceCatalogAPIServerFluent. withNewStatusLike(ServiceCatalogAPIServerStatus item)ServiceCatalogAPIServerFluent.StatusNested<A>ServiceCatalogAPIServerFluentImpl. withNewStatusLike(ServiceCatalogAPIServerStatus item)AServiceCatalogAPIServerFluent. withStatus(ServiceCatalogAPIServerStatus status)AServiceCatalogAPIServerFluentImpl. 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)ServiceCatalogAPIServerStatusBuilder(ServiceCatalogAPIServerStatusFluent<?> fluent, ServiceCatalogAPIServerStatus instance, Boolean validationEnabled)ServiceCatalogAPIServerStatusBuilder(ServiceCatalogAPIServerStatus instance, Boolean validationEnabled)ServiceCatalogAPIServerStatusFluentImpl(ServiceCatalogAPIServerStatus instance)
-