Uses of Class
io.fabric8.openshift.api.model.hive.v1.ClusterPoolReference
-
Packages that use ClusterPoolReference Package Description io.fabric8.openshift.api.model.hive.v1 -
-
Uses of ClusterPoolReference in io.fabric8.openshift.api.model.hive.v1
Methods in io.fabric8.openshift.api.model.hive.v1 that return ClusterPoolReference Modifier and Type Method Description ClusterPoolReferenceClusterPoolReferenceBuilder. build()ClusterPoolReferenceClusterDeploymentSpecFluent. buildClusterPoolRef()ClusterPoolReferenceClusterDeploymentSpec. getClusterPoolRef()ClusterDeploymentSpec defines the desired state of ClusterDeploymentMethods in io.fabric8.openshift.api.model.hive.v1 with parameters of type ClusterPoolReference Modifier and Type Method Description protected voidClusterPoolReferenceFluent. copyInstance(ClusterPoolReference instance)ClusterDeploymentSpecFluent.ClusterPoolRefNested<A>ClusterDeploymentSpecFluent. editOrNewClusterPoolRefLike(ClusterPoolReference item)voidClusterDeploymentSpec. setClusterPoolRef(ClusterPoolReference clusterPoolRef)ClusterDeploymentSpec defines the desired state of ClusterDeploymentAClusterDeploymentSpecFluent. withClusterPoolRef(ClusterPoolReference clusterPoolRef)ClusterDeploymentSpecFluent.ClusterPoolRefNested<A>ClusterDeploymentSpecFluent. withNewClusterPoolRefLike(ClusterPoolReference item)Constructors in io.fabric8.openshift.api.model.hive.v1 with parameters of type ClusterPoolReference Constructor Description ClusterDeploymentSpec(String baseDomain, io.fabric8.kubernetes.api.model.LocalObjectReference boundServiceAccountSigningKeySecretRef, List<CertificateBundleSpec> certificateBundles, ClusterInstallLocalReference clusterInstallRef, ClusterMetadata clusterMetadata, String clusterName, ClusterPoolReference clusterPoolRef, ControlPlaneConfigSpec controlPlaneConfig, String hibernateAfter, List<ClusterIngress> ingress, Integer installAttemptsLimit, Boolean installed, Boolean manageDNS, Platform platform, String powerState, Boolean preserveOnDelete, Provisioning provisioning, io.fabric8.kubernetes.api.model.LocalObjectReference pullSecretRef)ClusterPoolReferenceBuilder(ClusterPoolReference instance)ClusterPoolReferenceBuilder(ClusterPoolReferenceFluent<?> fluent, ClusterPoolReference instance)ClusterPoolReferenceFluent(ClusterPoolReference instance)
-