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)
@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 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 String getType()
getType in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A withType(String type)
withType in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public Boolean hasType()
hasType in interface MachinePoolFluent<A extends MachinePoolFluent<A>>@Deprecated public A withNewType(String arg0)
withNewType in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A addToZones(Integer index, String item)
addToZones in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A setToZones(Integer index, String item)
setToZones in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A addToZones(String... items)
addToZones in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A addAllToZones(Collection<String> items)
addAllToZones in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A removeFromZones(String... items)
removeFromZones in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A removeAllFromZones(Collection<String> items)
removeAllFromZones in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public List<String> getZones()
getZones in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public String getZone(Integer index)
getZone in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public String getFirstZone()
getFirstZone in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public String getLastZone()
getLastZone in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public String getMatchingZone(Predicate<String> predicate)
getMatchingZone in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public Boolean hasMatchingZone(Predicate<String> predicate)
hasMatchingZone in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A withZones(List<String> zones)
withZones in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A withZones(String... zones)
withZones in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public Boolean hasZones()
hasZones in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A addNewZone(String arg0)
addNewZone 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.