public class MachinePoolFluentImpl<A extends MachinePoolFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements MachinePoolFluent<A>
MachinePoolFluent.RootVolumeNested<N>| Constructor and Description |
|---|
MachinePoolFluentImpl() |
MachinePoolFluentImpl(MachinePool instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic MachinePoolFluentImpl()
public MachinePoolFluentImpl(MachinePool instance)
public String getAmiID()
getAmiID in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A withAmiID(String amiID)
withAmiID in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public Boolean hasAmiID()
hasAmiID in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public String getIamRole()
getIamRole in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A withIamRole(String iamRole)
withIamRole in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public Boolean hasIamRole()
hasIamRole in interface MachinePoolFluent<A extends MachinePoolFluent<A>>@Deprecated public EC2RootVolume getRootVolume()
getRootVolume in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public EC2RootVolume buildRootVolume()
buildRootVolume in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A withRootVolume(EC2RootVolume rootVolume)
withRootVolume in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public Boolean hasRootVolume()
hasRootVolume in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A withNewRootVolume(Integer iops, String kmsKeyARN, Integer size, String type)
withNewRootVolume in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public MachinePoolFluent.RootVolumeNested<A> withNewRootVolume()
withNewRootVolume in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public MachinePoolFluent.RootVolumeNested<A> withNewRootVolumeLike(EC2RootVolume item)
withNewRootVolumeLike in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public MachinePoolFluent.RootVolumeNested<A> editRootVolume()
editRootVolume in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public MachinePoolFluent.RootVolumeNested<A> editOrNewRootVolume()
editOrNewRootVolume in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public MachinePoolFluent.RootVolumeNested<A> editOrNewRootVolumeLike(EC2RootVolume item)
editOrNewRootVolumeLike 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>>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.