public interface MachinePoolFluent<A extends MachinePoolFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MachinePoolFluent.BootVolumeNested<N> |
static interface |
MachinePoolFluent.DedicatedHostsNested<N> |
@Deprecated BootVolume getBootVolume()
BootVolume buildBootVolume()
A withBootVolume(BootVolume bootVolume)
Boolean hasBootVolume()
MachinePoolFluent.BootVolumeNested<A> withNewBootVolume()
MachinePoolFluent.BootVolumeNested<A> withNewBootVolumeLike(BootVolume item)
MachinePoolFluent.BootVolumeNested<A> editBootVolume()
MachinePoolFluent.BootVolumeNested<A> editOrNewBootVolume()
MachinePoolFluent.BootVolumeNested<A> editOrNewBootVolumeLike(BootVolume item)
A addToDedicatedHosts(Integer index, DedicatedHost item)
A setToDedicatedHosts(Integer index, DedicatedHost item)
A addToDedicatedHosts(DedicatedHost... items)
A addAllToDedicatedHosts(Collection<DedicatedHost> items)
A removeFromDedicatedHosts(DedicatedHost... items)
A removeAllFromDedicatedHosts(Collection<DedicatedHost> items)
A removeMatchingFromDedicatedHosts(Predicate<DedicatedHostBuilder> predicate)
@Deprecated List<DedicatedHost> getDedicatedHosts()
List<DedicatedHost> buildDedicatedHosts()
DedicatedHost buildDedicatedHost(Integer index)
DedicatedHost buildFirstDedicatedHost()
DedicatedHost buildLastDedicatedHost()
DedicatedHost buildMatchingDedicatedHost(Predicate<DedicatedHostBuilder> predicate)
Boolean hasMatchingDedicatedHost(Predicate<DedicatedHostBuilder> predicate)
A withDedicatedHosts(List<DedicatedHost> dedicatedHosts)
A withDedicatedHosts(DedicatedHost... dedicatedHosts)
Boolean hasDedicatedHosts()
MachinePoolFluent.DedicatedHostsNested<A> addNewDedicatedHost()
MachinePoolFluent.DedicatedHostsNested<A> addNewDedicatedHostLike(DedicatedHost item)
MachinePoolFluent.DedicatedHostsNested<A> setNewDedicatedHostLike(Integer index, DedicatedHost item)
MachinePoolFluent.DedicatedHostsNested<A> editDedicatedHost(Integer index)
MachinePoolFluent.DedicatedHostsNested<A> editFirstDedicatedHost()
MachinePoolFluent.DedicatedHostsNested<A> editLastDedicatedHost()
MachinePoolFluent.DedicatedHostsNested<A> editMatchingDedicatedHost(Predicate<DedicatedHostBuilder> predicate)
String getType()
Boolean hasType()
A addAllToZones(Collection<String> items)
A removeAllFromZones(Collection<String> items)
String getFirstZone()
String getLastZone()
Boolean hasZones()
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.