Uses of Class
io.fabric8.openclustermanagement.api.model.search.v1alpha1.SearchDeployments
-
Packages that use SearchDeployments Package Description io.fabric8.openclustermanagement.api.model.search.v1alpha1 -
-
Uses of SearchDeployments in io.fabric8.openclustermanagement.api.model.search.v1alpha1
Methods in io.fabric8.openclustermanagement.api.model.search.v1alpha1 that return SearchDeployments Modifier and Type Method Description SearchDeploymentsSearchDeploymentsBuilder. build()SearchDeploymentsSearchSpecFluent. buildDeployments()SearchDeploymentsSearchSpec. getDeployments()Methods in io.fabric8.openclustermanagement.api.model.search.v1alpha1 with parameters of type SearchDeployments Modifier and Type Method Description protected voidSearchDeploymentsFluent. copyInstance(SearchDeployments instance)SearchSpecFluent.DeploymentsNested<A>SearchSpecFluent. editOrNewDeploymentsLike(SearchDeployments item)voidSearchSpec. setDeployments(SearchDeployments deployments)ASearchSpecFluent. withDeployments(SearchDeployments deployments)SearchSpecFluent.DeploymentsNested<A>SearchSpecFluent. withNewDeploymentsLike(SearchDeployments item)Constructors in io.fabric8.openclustermanagement.api.model.search.v1alpha1 with parameters of type SearchDeployments Constructor Description SearchDeploymentsBuilder(SearchDeployments instance)SearchDeploymentsBuilder(SearchDeploymentsFluent<?> fluent, SearchDeployments instance)SearchDeploymentsFluent(SearchDeployments instance)SearchSpec(String availabilityConfig, String dbConfig, StorageSpec dbStorage, SearchDeployments deployments, String externalDBInstance, String imagePullPolicy, String imagePullSecret, Map<String,String> nodeSelector, List<io.fabric8.kubernetes.api.model.Toleration> tolerations)
-