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> |
String getComputeSubnet()
Boolean hasComputeSubnet()
@Deprecated A withNewComputeSubnet(String arg0)
String getControlPlaneSubnet()
Boolean hasControlPlaneSubnet()
@Deprecated A withNewControlPlaneSubnet(String arg0)
@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)
A addAllToLicenses(Collection<String> items)
A removeAllFromLicenses(Collection<String> items)
String getFirstLicense()
String getLastLicense()
Boolean hasLicenses()
String getNetwork()
Boolean hasNetwork()
@Deprecated A withNewNetwork(String arg0)
String getProjectID()
Boolean hasProjectID()
@Deprecated A withNewProjectID(String arg0)
String getRegion()
Boolean hasRegion()
@Deprecated A withNewRegion(String arg0)
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.