| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.hive.v1 |
| Modifier and Type | Method and Description |
|---|---|
MachinePoolPlatform |
MachinePoolPlatformBuilder.build() |
MachinePoolPlatform |
MachinePoolSpecFluent.buildPlatform() |
MachinePoolPlatform |
MachinePoolSpecFluentImpl.buildPlatform() |
MachinePoolPlatform |
MachinePoolSpecFluent.getPlatform()
Deprecated.
|
MachinePoolPlatform |
MachinePoolSpecFluentImpl.getPlatform()
Deprecated.
|
MachinePoolPlatform |
MachinePoolSpec.getPlatform() |
| Modifier and Type | Method and Description |
|---|---|
MachinePoolSpecFluent.PlatformNested<A> |
MachinePoolSpecFluent.editOrNewPlatformLike(MachinePoolPlatform item) |
MachinePoolSpecFluent.PlatformNested<A> |
MachinePoolSpecFluentImpl.editOrNewPlatformLike(MachinePoolPlatform item) |
void |
MachinePoolSpec.setPlatform(MachinePoolPlatform platform) |
MachinePoolSpecFluent.PlatformNested<A> |
MachinePoolSpecFluent.withNewPlatformLike(MachinePoolPlatform item) |
MachinePoolSpecFluent.PlatformNested<A> |
MachinePoolSpecFluentImpl.withNewPlatformLike(MachinePoolPlatform item) |
A |
MachinePoolSpecFluent.withPlatform(MachinePoolPlatform platform) |
A |
MachinePoolSpecFluentImpl.withPlatform(MachinePoolPlatform platform) |
| Constructor and Description |
|---|
MachinePoolPlatformBuilder(MachinePoolPlatform instance) |
MachinePoolPlatformBuilder(MachinePoolPlatform instance,
Boolean validationEnabled) |
MachinePoolPlatformBuilder(MachinePoolPlatformFluent<?> fluent,
MachinePoolPlatform instance) |
MachinePoolPlatformBuilder(MachinePoolPlatformFluent<?> fluent,
MachinePoolPlatform instance,
Boolean validationEnabled) |
MachinePoolPlatformFluentImpl(MachinePoolPlatform instance) |
MachinePoolSpec(MachinePoolAutoscaling autoscaling,
io.fabric8.kubernetes.api.model.LocalObjectReference clusterDeploymentRef,
Map<String,String> labels,
String name,
MachinePoolPlatform platform,
Long replicas,
List<io.fabric8.kubernetes.api.model.Taint> taints) |
Copyright © 2015–2020 Red Hat. All rights reserved.