| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.hive.v1 |
| Modifier and Type | Method and Description |
|---|---|
Platform |
PlatformBuilder.build() |
Platform |
ClusterPoolSpecFluent.buildPlatform() |
Platform |
ClusterDeploymentSpecFluent.buildPlatform() |
Platform |
ClusterPoolSpec.getPlatform() |
Platform |
ClusterDeploymentSpec.getPlatform() |
| Modifier and Type | Method and Description |
|---|---|
ClusterPoolSpecFluent.PlatformNested<A> |
ClusterPoolSpecFluent.editOrNewPlatformLike(Platform item) |
ClusterDeploymentSpecFluent.PlatformNested<A> |
ClusterDeploymentSpecFluent.editOrNewPlatformLike(Platform item) |
void |
ClusterPoolSpec.setPlatform(Platform platform) |
void |
ClusterDeploymentSpec.setPlatform(Platform platform) |
ClusterPoolSpecFluent.PlatformNested<A> |
ClusterPoolSpecFluent.withNewPlatformLike(Platform item) |
ClusterDeploymentSpecFluent.PlatformNested<A> |
ClusterDeploymentSpecFluent.withNewPlatformLike(Platform item) |
A |
ClusterPoolSpecFluent.withPlatform(Platform platform) |
A |
ClusterDeploymentSpecFluent.withPlatform(Platform platform) |
| Constructor and Description |
|---|
ClusterDeploymentSpec(String baseDomain,
io.fabric8.kubernetes.api.model.LocalObjectReference boundServiceAccountSigningKeySecretRef,
List<CertificateBundleSpec> certificateBundles,
ClusterInstallLocalReference clusterInstallRef,
ClusterMetadata clusterMetadata,
String clusterName,
ClusterPoolReference clusterPoolRef,
ControlPlaneConfigSpec controlPlaneConfig,
io.fabric8.kubernetes.api.model.Duration 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,
io.fabric8.kubernetes.api.model.Duration hibernateAfter,
HibernationConfig hibernationConfig,
ClusterImageSetReference imageSetRef,
Integer installAttemptsLimit,
io.fabric8.kubernetes.api.model.LocalObjectReference installConfigSecretTemplateRef,
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(Platform instance,
Boolean validationEnabled) |
PlatformBuilder(PlatformFluent<?> fluent,
Platform instance) |
PlatformBuilder(PlatformFluent<?> fluent,
Platform instance,
Boolean validationEnabled) |
PlatformFluent(Platform instance) |
Copyright © 2015–2023 Red Hat. All rights reserved.