public interface MachinePoolFluent<A extends MachinePoolFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MachinePoolFluent.OsDiskNested<N> |
@Deprecated OSDisk getOsDisk()
OSDisk buildOsDisk()
Boolean hasOsDisk()
MachinePoolFluent.OsDiskNested<A> withNewOsDisk()
MachinePoolFluent.OsDiskNested<A> withNewOsDiskLike(OSDisk item)
MachinePoolFluent.OsDiskNested<A> editOsDisk()
MachinePoolFluent.OsDiskNested<A> editOrNewOsDisk()
MachinePoolFluent.OsDiskNested<A> editOrNewOsDiskLike(OSDisk item)
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–2022 Red Hat. All rights reserved.