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.BootVolumeNestedImpl<N> |
class |
MachinePoolFluentImpl.DedicatedHostsNestedImpl<N> |
MachinePoolFluent.BootVolumeNested<N>, MachinePoolFluent.DedicatedHostsNested<N>| Constructor and Description |
|---|
MachinePoolFluentImpl() |
MachinePoolFluentImpl(MachinePool instance) |
public MachinePoolFluentImpl()
public MachinePoolFluentImpl(MachinePool instance)
@Deprecated public BootVolume getBootVolume()
getBootVolume in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public BootVolume buildBootVolume()
buildBootVolume in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A withBootVolume(BootVolume bootVolume)
withBootVolume in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public Boolean hasBootVolume()
hasBootVolume in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A withNewBootVolume(String encryptionKey)
withNewBootVolume in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public MachinePoolFluent.BootVolumeNested<A> withNewBootVolume()
withNewBootVolume in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public MachinePoolFluent.BootVolumeNested<A> withNewBootVolumeLike(BootVolume item)
withNewBootVolumeLike in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public MachinePoolFluent.BootVolumeNested<A> editBootVolume()
editBootVolume in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public MachinePoolFluent.BootVolumeNested<A> editOrNewBootVolume()
editOrNewBootVolume in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public MachinePoolFluent.BootVolumeNested<A> editOrNewBootVolumeLike(BootVolume item)
editOrNewBootVolumeLike in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A addToDedicatedHosts(Integer index, DedicatedHost item)
addToDedicatedHosts in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A setToDedicatedHosts(Integer index, DedicatedHost item)
setToDedicatedHosts in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A addToDedicatedHosts(DedicatedHost... items)
addToDedicatedHosts in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A addAllToDedicatedHosts(Collection<DedicatedHost> items)
addAllToDedicatedHosts in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A removeFromDedicatedHosts(DedicatedHost... items)
removeFromDedicatedHosts in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A removeAllFromDedicatedHosts(Collection<DedicatedHost> items)
removeAllFromDedicatedHosts in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A removeMatchingFromDedicatedHosts(Predicate<DedicatedHostBuilder> predicate)
removeMatchingFromDedicatedHosts in interface MachinePoolFluent<A extends MachinePoolFluent<A>>@Deprecated public List<DedicatedHost> getDedicatedHosts()
getDedicatedHosts in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public List<DedicatedHost> buildDedicatedHosts()
buildDedicatedHosts in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public DedicatedHost buildDedicatedHost(Integer index)
buildDedicatedHost in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public DedicatedHost buildFirstDedicatedHost()
buildFirstDedicatedHost in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public DedicatedHost buildLastDedicatedHost()
buildLastDedicatedHost in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public DedicatedHost buildMatchingDedicatedHost(Predicate<DedicatedHostBuilder> predicate)
buildMatchingDedicatedHost in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public Boolean hasMatchingDedicatedHost(Predicate<DedicatedHostBuilder> predicate)
hasMatchingDedicatedHost in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A withDedicatedHosts(List<DedicatedHost> dedicatedHosts)
withDedicatedHosts in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A withDedicatedHosts(DedicatedHost... dedicatedHosts)
withDedicatedHosts in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public Boolean hasDedicatedHosts()
hasDedicatedHosts in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public A addNewDedicatedHost(String name, String profile)
addNewDedicatedHost in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public MachinePoolFluent.DedicatedHostsNested<A> addNewDedicatedHost()
addNewDedicatedHost in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public MachinePoolFluent.DedicatedHostsNested<A> addNewDedicatedHostLike(DedicatedHost item)
addNewDedicatedHostLike in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public MachinePoolFluent.DedicatedHostsNested<A> setNewDedicatedHostLike(Integer index, DedicatedHost item)
setNewDedicatedHostLike in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public MachinePoolFluent.DedicatedHostsNested<A> editDedicatedHost(Integer index)
editDedicatedHost in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public MachinePoolFluent.DedicatedHostsNested<A> editFirstDedicatedHost()
editFirstDedicatedHost in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public MachinePoolFluent.DedicatedHostsNested<A> editLastDedicatedHost()
editLastDedicatedHost in interface MachinePoolFluent<A extends MachinePoolFluent<A>>public MachinePoolFluent.DedicatedHostsNested<A> editMatchingDedicatedHost(Predicate<DedicatedHostBuilder> predicate)
editMatchingDedicatedHost 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.