Class MachinePoolFluent<A extends MachinePoolFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.installer.v1.MachinePoolFluent<A>
-
- Direct Known Subclasses:
InstallConfigFluent.ArbiterNested,InstallConfigFluent.ComputeNested,InstallConfigFluent.ControlPlaneNested,MachinePoolBuilder
public class MachinePoolFluent<A extends MachinePoolFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classMachinePoolFluent.FencingNested<N>classMachinePoolFluent.PlatformNested<N>
-
Constructor Summary
Constructors Constructor Description MachinePoolFluent()MachinePoolFluent(MachinePool instance)
-
Method Summary
-
-
-
Constructor Detail
-
MachinePoolFluent
public MachinePoolFluent()
-
MachinePoolFluent
public MachinePoolFluent(MachinePool instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(MachinePool instance)
-
getArchitecture
public String getArchitecture()
-
hasArchitecture
public boolean hasArchitecture()
-
buildFencing
public Fencing buildFencing()
-
hasFencing
public boolean hasFencing()
-
withNewFencing
public MachinePoolFluent.FencingNested<A> withNewFencing()
-
withNewFencingLike
public MachinePoolFluent.FencingNested<A> withNewFencingLike(Fencing item)
-
editFencing
public MachinePoolFluent.FencingNested<A> editFencing()
-
editOrNewFencing
public MachinePoolFluent.FencingNested<A> editOrNewFencing()
-
editOrNewFencingLike
public MachinePoolFluent.FencingNested<A> editOrNewFencingLike(Fencing item)
-
getHyperthreading
public String getHyperthreading()
-
hasHyperthreading
public boolean hasHyperthreading()
-
getName
public String getName()
-
hasName
public boolean hasName()
-
buildPlatform
public MachinePoolPlatform buildPlatform()
-
withPlatform
public A withPlatform(MachinePoolPlatform platform)
-
hasPlatform
public boolean hasPlatform()
-
withNewPlatform
public MachinePoolFluent.PlatformNested<A> withNewPlatform()
-
withNewPlatformLike
public MachinePoolFluent.PlatformNested<A> withNewPlatformLike(MachinePoolPlatform item)
-
editPlatform
public MachinePoolFluent.PlatformNested<A> editPlatform()
-
editOrNewPlatform
public MachinePoolFluent.PlatformNested<A> editOrNewPlatform()
-
editOrNewPlatformLike
public MachinePoolFluent.PlatformNested<A> editOrNewPlatformLike(MachinePoolPlatform item)
-
getReplicas
public Long getReplicas()
-
hasReplicas
public boolean hasReplicas()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends MachinePoolFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends MachinePoolFluent<A>>
-
-