Uses of Class
io.fabric8.openshift.api.model.hive.v1.Platform
-
Packages that use Platform Package Description io.fabric8.openshift.api.model.hive.v1 -
-
Uses of Platform in io.fabric8.openshift.api.model.hive.v1
Methods in io.fabric8.openshift.api.model.hive.v1 that return Platform Modifier and Type Method Description PlatformPlatformBuilder. build()PlatformClusterDeploymentSpecFluent. buildPlatform()PlatformClusterPoolSpecFluent. buildPlatform()PlatformClusterDeploymentSpec. getPlatform()ClusterDeploymentSpec defines the desired state of ClusterDeploymentPlatformClusterPoolSpec. getPlatform()ClusterPoolSpec defines the desired state of the ClusterPool.Methods in io.fabric8.openshift.api.model.hive.v1 with parameters of type Platform Modifier and Type Method Description protected voidPlatformFluent. copyInstance(Platform instance)ClusterDeploymentSpecFluent.PlatformNested<A>ClusterDeploymentSpecFluent. editOrNewPlatformLike(Platform item)ClusterPoolSpecFluent.PlatformNested<A>ClusterPoolSpecFluent. editOrNewPlatformLike(Platform item)voidClusterDeploymentSpec. setPlatform(Platform platform)ClusterDeploymentSpec defines the desired state of ClusterDeploymentvoidClusterPoolSpec. setPlatform(Platform platform)ClusterPoolSpec defines the desired state of the ClusterPool.ClusterDeploymentSpecFluent.PlatformNested<A>ClusterDeploymentSpecFluent. withNewPlatformLike(Platform item)ClusterPoolSpecFluent.PlatformNested<A>ClusterPoolSpecFluent. withNewPlatformLike(Platform item)AClusterDeploymentSpecFluent. withPlatform(Platform platform)AClusterPoolSpecFluent. withPlatform(Platform platform)Constructors in io.fabric8.openshift.api.model.hive.v1 with parameters of type Platform 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)ClusterPoolSpec(Map<String,String> annotations, String baseDomain, ClusterPoolClaimLifetime claimLifetime, String hibernateAfter, HibernationConfig hibernationConfig, ClusterImageSetReference imageSetRef, Integer installAttemptsLimit, io.fabric8.kubernetes.api.model.LocalObjectReference installConfigSecretTemplateRef, List<io.fabric8.kubernetes.api.model.EnvVar> installerEnv, List<InventoryEntry> inventory, Map<String,String> labels, Integer maxConcurrent, Integer maxSize, Platform platform, io.fabric8.kubernetes.api.model.LocalObjectReference pullSecretRef, Integer runningCount, Integer size, Boolean skipMachinePools)PlatformBuilder(Platform instance)PlatformBuilder(PlatformFluent<?> fluent, Platform instance)PlatformFluent(Platform instance)
-