public class MachinePoolFluent<A extends MachinePoolFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
MachinePoolFluent.OsDiskNested<N> |
| Constructor and Description |
|---|
MachinePoolFluent() |
MachinePoolFluent(MachinePool instance) |
public MachinePoolFluent()
public MachinePoolFluent(MachinePool instance)
protected void copyInstance(MachinePool instance)
public Integer getCoresPerSocket()
public boolean hasCoresPerSocket()
public Integer getCpus()
public boolean hasCpus()
public Long getMemoryMB()
public boolean hasMemoryMB()
public OSDisk buildOsDisk()
public boolean hasOsDisk()
public MachinePoolFluent.OsDiskNested<A> withNewOsDisk()
public MachinePoolFluent.OsDiskNested<A> withNewOsDiskLike(OSDisk item)
public MachinePoolFluent.OsDiskNested<A> editOsDisk()
public MachinePoolFluent.OsDiskNested<A> editOrNewOsDisk()
public MachinePoolFluent.OsDiskNested<A> editOrNewOsDiskLike(OSDisk item)
public A addAllToZones(Collection<String> items)
public A removeAllFromZones(Collection<String> items)
public String getZone(int index)
public String getFirstZone()
public String getLastZone()
public boolean hasZones()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends MachinePoolFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends MachinePoolFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.