public class MachinePoolPlatformFluentImpl<A extends MachinePoolPlatformFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements MachinePoolPlatformFluent<A>
MachinePoolPlatformFluent.RootVolumeNested<N>, MachinePoolPlatformFluent.SpotMarketOptionsNested<N>| Constructor and Description |
|---|
MachinePoolPlatformFluentImpl() |
MachinePoolPlatformFluentImpl(MachinePoolPlatform instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic MachinePoolPlatformFluentImpl()
public MachinePoolPlatformFluentImpl(MachinePoolPlatform instance)
@Deprecated public EC2RootVolume getRootVolume()
getRootVolume in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public EC2RootVolume buildRootVolume()
buildRootVolume in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public A withRootVolume(EC2RootVolume rootVolume)
withRootVolume in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public Boolean hasRootVolume()
hasRootVolume in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public A withNewRootVolume(Integer iops, String kmsKeyARN, Integer size, String type)
withNewRootVolume in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public MachinePoolPlatformFluent.RootVolumeNested<A> withNewRootVolume()
withNewRootVolume in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public MachinePoolPlatformFluent.RootVolumeNested<A> withNewRootVolumeLike(EC2RootVolume item)
withNewRootVolumeLike in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public MachinePoolPlatformFluent.RootVolumeNested<A> editRootVolume()
editRootVolume in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public MachinePoolPlatformFluent.RootVolumeNested<A> editOrNewRootVolume()
editOrNewRootVolume in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public MachinePoolPlatformFluent.RootVolumeNested<A> editOrNewRootVolumeLike(EC2RootVolume item)
editOrNewRootVolumeLike in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>@Deprecated public SpotMarketOptions getSpotMarketOptions()
getSpotMarketOptions in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public SpotMarketOptions buildSpotMarketOptions()
buildSpotMarketOptions in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public A withSpotMarketOptions(SpotMarketOptions spotMarketOptions)
withSpotMarketOptions in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public Boolean hasSpotMarketOptions()
hasSpotMarketOptions in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public A withNewSpotMarketOptions(String maxPrice)
withNewSpotMarketOptions in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public MachinePoolPlatformFluent.SpotMarketOptionsNested<A> withNewSpotMarketOptions()
withNewSpotMarketOptions in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public MachinePoolPlatformFluent.SpotMarketOptionsNested<A> withNewSpotMarketOptionsLike(SpotMarketOptions item)
withNewSpotMarketOptionsLike in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public MachinePoolPlatformFluent.SpotMarketOptionsNested<A> editSpotMarketOptions()
editSpotMarketOptions in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public MachinePoolPlatformFluent.SpotMarketOptionsNested<A> editOrNewSpotMarketOptions()
editOrNewSpotMarketOptions in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public MachinePoolPlatformFluent.SpotMarketOptionsNested<A> editOrNewSpotMarketOptionsLike(SpotMarketOptions item)
editOrNewSpotMarketOptionsLike in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public A addToSubnets(Integer index, String item)
addToSubnets in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public A setToSubnets(Integer index, String item)
setToSubnets in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public A addToSubnets(String... items)
addToSubnets in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public A addAllToSubnets(Collection<String> items)
addAllToSubnets in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public A removeFromSubnets(String... items)
removeFromSubnets in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public A removeAllFromSubnets(Collection<String> items)
removeAllFromSubnets in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public List<String> getSubnets()
getSubnets in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public String getSubnet(Integer index)
getSubnet in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public String getFirstSubnet()
getFirstSubnet in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public String getLastSubnet()
getLastSubnet in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public String getMatchingSubnet(Predicate<String> predicate)
getMatchingSubnet in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public Boolean hasMatchingSubnet(Predicate<String> predicate)
hasMatchingSubnet in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public A withSubnets(List<String> subnets)
withSubnets in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public A withSubnets(String... subnets)
withSubnets in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public Boolean hasSubnets()
hasSubnets in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public String getType()
getType in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public A withType(String type)
withType in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public Boolean hasType()
hasType in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public A addToZones(Integer index, String item)
addToZones in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public A setToZones(Integer index, String item)
setToZones in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public A addToZones(String... items)
addToZones in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public A addAllToZones(Collection<String> items)
addAllToZones in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public A removeFromZones(String... items)
removeFromZones in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public A removeAllFromZones(Collection<String> items)
removeAllFromZones in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public List<String> getZones()
getZones in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public String getZone(Integer index)
getZone in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public String getFirstZone()
getFirstZone in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public String getLastZone()
getLastZone in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public String getMatchingZone(Predicate<String> predicate)
getMatchingZone in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public Boolean hasMatchingZone(Predicate<String> predicate)
hasMatchingZone in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public A withZones(List<String> zones)
withZones in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public A withZones(String... zones)
withZones in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public Boolean hasZones()
hasZones in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends MachinePoolPlatformFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends MachinePoolPlatformFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.