Class MachinePoolFluent<A extends MachinePoolFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.hive.openstack.v1.MachinePoolFluent<A>
-
- Direct Known Subclasses:
MachinePoolBuilder,MachinePoolPlatformFluent.OpenstackNested
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.RootVolumeNested<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)
-
getFlavor
public String getFlavor()
-
hasFlavor
public boolean hasFlavor()
-
buildRootVolume
public RootVolume buildRootVolume()
-
withRootVolume
public A withRootVolume(RootVolume rootVolume)
-
hasRootVolume
public boolean hasRootVolume()
-
withNewRootVolume
public MachinePoolFluent.RootVolumeNested<A> withNewRootVolume()
-
withNewRootVolumeLike
public MachinePoolFluent.RootVolumeNested<A> withNewRootVolumeLike(RootVolume item)
-
editRootVolume
public MachinePoolFluent.RootVolumeNested<A> editRootVolume()
-
editOrNewRootVolume
public MachinePoolFluent.RootVolumeNested<A> editOrNewRootVolume()
-
editOrNewRootVolumeLike
public MachinePoolFluent.RootVolumeNested<A> editOrNewRootVolumeLike(RootVolume item)
-
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>>
-
-