public interface MachinePoolFluent<A extends MachinePoolFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MachinePoolFluent.PlatformNested<N> |
String getArchitecture()
Boolean hasArchitecture()
@Deprecated A withNewArchitecture(String arg0)
String getHyperthreading()
Boolean hasHyperthreading()
@Deprecated A withNewHyperthreading(String arg0)
String getName()
Boolean hasName()
@Deprecated A withNewName(String arg0)
@Deprecated MachinePoolPlatform getPlatform()
MachinePoolPlatform buildPlatform()
A withPlatform(MachinePoolPlatform platform)
Boolean hasPlatform()
MachinePoolFluent.PlatformNested<A> withNewPlatform()
MachinePoolFluent.PlatformNested<A> withNewPlatformLike(MachinePoolPlatform item)
MachinePoolFluent.PlatformNested<A> editPlatform()
MachinePoolFluent.PlatformNested<A> editOrNewPlatform()
MachinePoolFluent.PlatformNested<A> editOrNewPlatformLike(MachinePoolPlatform item)
Long getReplicas()
Boolean hasReplicas()
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.