public class MachinePoolFluentImpl<A extends MachinePoolFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements MachinePoolFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
MachinePoolFluentImpl.OsDiskNestedImpl<N> |
MachinePoolFluent.OsDiskNested<N>| Constructor and Description |
|---|
MachinePoolFluentImpl() |
MachinePoolFluentImpl(MachinePool instance) |
public MachinePoolFluentImpl()
public MachinePoolFluentImpl(MachinePool instance)
public Integer getCoresPerSocket()
getCoresPerSocket in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A withCoresPerSocket(Integer coresPerSocket)
withCoresPerSocket in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public Boolean hasCoresPerSocket()
hasCoresPerSocket in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public Integer getCpus()
getCpus in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A withCpus(Integer cpus)
withCpus in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public Boolean hasCpus()
hasCpus in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public Long getMemoryMB()
getMemoryMB in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A withMemoryMB(Long memoryMB)
withMemoryMB in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public Boolean hasMemoryMB()
hasMemoryMB in interface MachinePoolFluent<A extends MachinePoolFluent<A>>@Deprecated public OSDisk getOsDisk()
getOsDisk in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public OSDisk buildOsDisk()
buildOsDisk in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A withOsDisk(OSDisk osDisk)
withOsDisk in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public Boolean hasOsDisk()
hasOsDisk in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A withNewOsDisk(Integer diskSizeGB)
withNewOsDisk in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public MachinePoolFluent.OsDiskNested<A> withNewOsDisk()
withNewOsDisk in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public MachinePoolFluent.OsDiskNested<A> withNewOsDiskLike(OSDisk item)
withNewOsDiskLike in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public MachinePoolFluent.OsDiskNested<A> editOsDisk()
editOsDisk in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public MachinePoolFluent.OsDiskNested<A> editOrNewOsDisk()
editOrNewOsDisk in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public MachinePoolFluent.OsDiskNested<A> editOrNewOsDiskLike(OSDisk item)
editOrNewOsDiskLike in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface MachinePoolFluent<A extends MachinePoolFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.