public interface MachinePoolPlatformFluent<A extends MachinePoolPlatformFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MachinePoolPlatformFluent.RootVolumeNested<N> |
static interface |
MachinePoolPlatformFluent.SpotMarketOptionsNested<N> |
@Deprecated EC2RootVolume getRootVolume()
EC2RootVolume buildRootVolume()
A withRootVolume(EC2RootVolume rootVolume)
Boolean hasRootVolume()
MachinePoolPlatformFluent.RootVolumeNested<A> withNewRootVolume()
MachinePoolPlatformFluent.RootVolumeNested<A> withNewRootVolumeLike(EC2RootVolume item)
MachinePoolPlatformFluent.RootVolumeNested<A> editRootVolume()
MachinePoolPlatformFluent.RootVolumeNested<A> editOrNewRootVolume()
MachinePoolPlatformFluent.RootVolumeNested<A> editOrNewRootVolumeLike(EC2RootVolume item)
@Deprecated SpotMarketOptions getSpotMarketOptions()
SpotMarketOptions buildSpotMarketOptions()
A withSpotMarketOptions(SpotMarketOptions spotMarketOptions)
Boolean hasSpotMarketOptions()
MachinePoolPlatformFluent.SpotMarketOptionsNested<A> withNewSpotMarketOptions()
MachinePoolPlatformFluent.SpotMarketOptionsNested<A> withNewSpotMarketOptionsLike(SpotMarketOptions item)
MachinePoolPlatformFluent.SpotMarketOptionsNested<A> editSpotMarketOptions()
MachinePoolPlatformFluent.SpotMarketOptionsNested<A> editOrNewSpotMarketOptions()
MachinePoolPlatformFluent.SpotMarketOptionsNested<A> editOrNewSpotMarketOptionsLike(SpotMarketOptions item)
A addAllToSubnets(Collection<String> items)
A removeAllFromSubnets(Collection<String> items)
String getFirstSubnet()
String getLastSubnet()
Boolean hasSubnets()
String getType()
Boolean hasType()
@Deprecated A withNewType(String arg0)
A addAllToZones(Collection<String> items)
A removeAllFromZones(Collection<String> items)
String getFirstZone()
String getLastZone()
Boolean hasZones()
Boolean hasAdditionalProperties()
Copyright © 2015–2020 Red Hat. All rights reserved.