Uses of Class
io.fabric8.openshift.api.model.operator.v1.ServiceCatalogAPIServerSpec
-
Packages that use ServiceCatalogAPIServerSpec Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of ServiceCatalogAPIServerSpec in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return ServiceCatalogAPIServerSpec Modifier and Type Method Description ServiceCatalogAPIServerSpecServiceCatalogAPIServerSpecBuilder. build()ServiceCatalogAPIServerSpecServiceCatalogAPIServerFluent. buildSpec()ServiceCatalogAPIServerSpecServiceCatalogAPIServer. getSpec()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 ServiceCatalogAPIServerSpec Modifier and Type Method Description protected voidServiceCatalogAPIServerSpecFluent. copyInstance(ServiceCatalogAPIServerSpec instance)ServiceCatalogAPIServerFluent.SpecNested<A>ServiceCatalogAPIServerFluent. editOrNewSpecLike(ServiceCatalogAPIServerSpec item)voidServiceCatalogAPIServer. setSpec(ServiceCatalogAPIServerSpec spec)ServiceCatalogAPIServer provides information to configure an operator to manage Service Catalog API Server DEPRECATED: will be removed in 4.6ServiceCatalogAPIServerFluent.SpecNested<A>ServiceCatalogAPIServerFluent. withNewSpecLike(ServiceCatalogAPIServerSpec item)AServiceCatalogAPIServerFluent. withSpec(ServiceCatalogAPIServerSpec spec)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type ServiceCatalogAPIServerSpec Constructor Description ServiceCatalogAPIServer(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, ServiceCatalogAPIServerSpec spec, ServiceCatalogAPIServerStatus status)ServiceCatalogAPIServerSpecBuilder(ServiceCatalogAPIServerSpec instance)ServiceCatalogAPIServerSpecBuilder(ServiceCatalogAPIServerSpecFluent<?> fluent, ServiceCatalogAPIServerSpec instance)ServiceCatalogAPIServerSpecFluent(ServiceCatalogAPIServerSpec instance)
-