public interface PlatformFluent<A extends PlatformFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PlatformFluent.DefaultMachinePlatformNested<N> |
@Deprecated MachinePool getDefaultMachinePlatform()
MachinePool buildDefaultMachinePlatform()
A withDefaultMachinePlatform(MachinePool defaultMachinePlatform)
Boolean hasDefaultMachinePlatform()
PlatformFluent.DefaultMachinePlatformNested<A> withNewDefaultMachinePlatform()
PlatformFluent.DefaultMachinePlatformNested<A> withNewDefaultMachinePlatformLike(MachinePool item)
PlatformFluent.DefaultMachinePlatformNested<A> editDefaultMachinePlatform()
PlatformFluent.DefaultMachinePlatformNested<A> editOrNewDefaultMachinePlatform()
PlatformFluent.DefaultMachinePlatformNested<A> editOrNewDefaultMachinePlatformLike(MachinePool item)
String getRegion()
Boolean hasRegion()
String getResourceGroupName()
Boolean hasResourceGroupName()
A addAllToSubnets(Collection<String> items)
A removeAllFromSubnets(Collection<String> items)
String getFirstSubnet()
String getLastSubnet()
Boolean hasSubnets()
String getVpc()
Boolean hasVpc()
String getVpcResourceGroupName()
Boolean hasVpcResourceGroupName()
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.