public class MachinePoolFluentImpl<A extends MachinePoolFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements MachinePoolFluent<A>
| Constructor and Description |
|---|
MachinePoolFluentImpl() |
MachinePoolFluentImpl(MachinePool instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic MachinePoolFluentImpl()
public MachinePoolFluentImpl(MachinePool instance)
public String getImageID()
getImageID in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A withImageID(String imageID)
withImageID in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public Boolean hasImageID()
hasImageID in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public String getInstanceType()
getInstanceType in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A withInstanceType(String instanceType)
withInstanceType in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public Boolean hasInstanceType()
hasInstanceType in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public String getSystemDiskCategory()
getSystemDiskCategory in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A withSystemDiskCategory(String systemDiskCategory)
withSystemDiskCategory in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public Boolean hasSystemDiskCategory()
hasSystemDiskCategory in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public Integer getSystemDiskSize()
getSystemDiskSize in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A withSystemDiskSize(Integer systemDiskSize)
withSystemDiskSize in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public Boolean hasSystemDiskSize()
hasSystemDiskSize 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 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>>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–2022 Red Hat. All rights reserved.