public class PlatformFluent<A extends PlatformFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
PlatformFluent.DefaultMachinePlatformNested<N> |
| Constructor and Description |
|---|
PlatformFluent() |
PlatformFluent(Platform instance) |
public PlatformFluent()
public PlatformFluent(Platform instance)
protected void copyInstance(Platform instance)
public String getComputeSubnet()
public boolean hasComputeSubnet()
public String getControlPlaneSubnet()
public boolean hasControlPlaneSubnet()
public MachinePool buildDefaultMachinePlatform()
public A withDefaultMachinePlatform(MachinePool defaultMachinePlatform)
public boolean hasDefaultMachinePlatform()
public PlatformFluent.DefaultMachinePlatformNested<A> withNewDefaultMachinePlatform()
public PlatformFluent.DefaultMachinePlatformNested<A> withNewDefaultMachinePlatformLike(MachinePool item)
public PlatformFluent.DefaultMachinePlatformNested<A> editDefaultMachinePlatform()
public PlatformFluent.DefaultMachinePlatformNested<A> editOrNewDefaultMachinePlatform()
public PlatformFluent.DefaultMachinePlatformNested<A> editOrNewDefaultMachinePlatformLike(MachinePool item)
public A addAllToLicenses(Collection<String> items)
public A removeAllFromLicenses(Collection<String> items)
public String getLicense(int index)
public String getFirstLicense()
public String getLastLicense()
public boolean hasLicenses()
public String getNetwork()
public boolean hasNetwork()
public String getNetworkProjectID()
public boolean hasNetworkProjectID()
public String getProjectID()
public boolean hasProjectID()
public String getRegion()
public boolean hasRegion()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends PlatformFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends PlatformFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.