Class MachinePoolFluent<A extends MachinePoolFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.installer.powervs.v1.MachinePoolFluent<A>
-
- Direct Known Subclasses:
MachinePoolBuilder,MachinePoolPlatformFluent.PowervsNested,PlatformFluent.DefaultMachinePlatformNested
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.ProcessorsNested<N>
-
Constructor Summary
Constructors Constructor Description MachinePoolFluent()MachinePoolFluent(MachinePool instance)
-
Method Summary
-
-
-
Constructor Detail
-
MachinePoolFluent
public MachinePoolFluent()
-
MachinePoolFluent
public MachinePoolFluent(MachinePool instance)
-
-
Method Detail
-
addAllToVolumeIDs
public A addAllToVolumeIDs(Collection<String> items)
-
buildProcessors
public io.fabric8.kubernetes.api.model.IntOrString buildProcessors()
-
copyInstance
protected void copyInstance(MachinePool instance)
-
editOrNewProcessors
public MachinePoolFluent.ProcessorsNested<A> editOrNewProcessors()
-
editOrNewProcessorsLike
public MachinePoolFluent.ProcessorsNested<A> editOrNewProcessorsLike(io.fabric8.kubernetes.api.model.IntOrString item)
-
editProcessors
public MachinePoolFluent.ProcessorsNested<A> editProcessors()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends MachinePoolFluent<A>>
-
getFirstVolumeID
public String getFirstVolumeID()
-
getLastVolumeID
public String getLastVolumeID()
-
getMemoryGiB
public Integer getMemoryGiB()
-
getProcType
public String getProcType()
-
getSmtLevel
public String getSmtLevel()
-
getSysType
public String getSysType()
-
getVolumeID
public String getVolumeID(int index)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasMemoryGiB
public boolean hasMemoryGiB()
-
hasProcType
public boolean hasProcType()
-
hasProcessors
public boolean hasProcessors()
-
hasSmtLevel
public boolean hasSmtLevel()
-
hasSysType
public boolean hasSysType()
-
hasVolumeIDs
public boolean hasVolumeIDs()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends MachinePoolFluent<A>>
-
removeAllFromVolumeIDs
public A removeAllFromVolumeIDs(Collection<String> items)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withNewProcessors
public MachinePoolFluent.ProcessorsNested<A> withNewProcessors()
-
withNewProcessorsLike
public MachinePoolFluent.ProcessorsNested<A> withNewProcessorsLike(io.fabric8.kubernetes.api.model.IntOrString item)
-
withProcessors
public A withProcessors(io.fabric8.kubernetes.api.model.IntOrString processors)
-
-