public class PlatformFluentImpl<A extends PlatformFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements PlatformFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
PlatformFluentImpl.DefaultMachinePlatformNestedImpl<N> |
PlatformFluent.DefaultMachinePlatformNested<N>| Constructor and Description |
|---|
PlatformFluentImpl() |
PlatformFluentImpl(Platform instance) |
public PlatformFluentImpl()
public PlatformFluentImpl(Platform instance)
public String getComputeSubnet()
getComputeSubnet in interface PlatformFluent<A extends PlatformFluent<A>>public A withComputeSubnet(String computeSubnet)
withComputeSubnet in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasComputeSubnet()
hasComputeSubnet in interface PlatformFluent<A extends PlatformFluent<A>>@Deprecated public A withNewComputeSubnet(String arg0)
withNewComputeSubnet in interface PlatformFluent<A extends PlatformFluent<A>>public String getControlPlaneSubnet()
getControlPlaneSubnet in interface PlatformFluent<A extends PlatformFluent<A>>public A withControlPlaneSubnet(String controlPlaneSubnet)
withControlPlaneSubnet in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasControlPlaneSubnet()
hasControlPlaneSubnet in interface PlatformFluent<A extends PlatformFluent<A>>@Deprecated public A withNewControlPlaneSubnet(String arg0)
withNewControlPlaneSubnet in interface PlatformFluent<A extends PlatformFluent<A>>@Deprecated public MachinePool getDefaultMachinePlatform()
getDefaultMachinePlatform in interface PlatformFluent<A extends PlatformFluent<A>>public MachinePool buildDefaultMachinePlatform()
buildDefaultMachinePlatform in interface PlatformFluent<A extends PlatformFluent<A>>public A withDefaultMachinePlatform(MachinePool defaultMachinePlatform)
withDefaultMachinePlatform in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasDefaultMachinePlatform()
hasDefaultMachinePlatform in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.DefaultMachinePlatformNested<A> withNewDefaultMachinePlatform()
withNewDefaultMachinePlatform in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.DefaultMachinePlatformNested<A> withNewDefaultMachinePlatformLike(MachinePool item)
withNewDefaultMachinePlatformLike in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.DefaultMachinePlatformNested<A> editDefaultMachinePlatform()
editDefaultMachinePlatform in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.DefaultMachinePlatformNested<A> editOrNewDefaultMachinePlatform()
editOrNewDefaultMachinePlatform in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.DefaultMachinePlatformNested<A> editOrNewDefaultMachinePlatformLike(MachinePool item)
editOrNewDefaultMachinePlatformLike in interface PlatformFluent<A extends PlatformFluent<A>>public A addToLicenses(Integer index, String item)
addToLicenses in interface PlatformFluent<A extends PlatformFluent<A>>public A setToLicenses(Integer index, String item)
setToLicenses in interface PlatformFluent<A extends PlatformFluent<A>>public A addToLicenses(String... items)
addToLicenses in interface PlatformFluent<A extends PlatformFluent<A>>public A addAllToLicenses(Collection<String> items)
addAllToLicenses in interface PlatformFluent<A extends PlatformFluent<A>>public A removeFromLicenses(String... items)
removeFromLicenses in interface PlatformFluent<A extends PlatformFluent<A>>public A removeAllFromLicenses(Collection<String> items)
removeAllFromLicenses in interface PlatformFluent<A extends PlatformFluent<A>>public List<String> getLicenses()
getLicenses in interface PlatformFluent<A extends PlatformFluent<A>>public String getLicense(Integer index)
getLicense in interface PlatformFluent<A extends PlatformFluent<A>>public String getFirstLicense()
getFirstLicense in interface PlatformFluent<A extends PlatformFluent<A>>public String getLastLicense()
getLastLicense in interface PlatformFluent<A extends PlatformFluent<A>>public String getMatchingLicense(Predicate<String> predicate)
getMatchingLicense in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasMatchingLicense(Predicate<String> predicate)
hasMatchingLicense in interface PlatformFluent<A extends PlatformFluent<A>>public A withLicenses(List<String> licenses)
withLicenses in interface PlatformFluent<A extends PlatformFluent<A>>public A withLicenses(String... licenses)
withLicenses in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasLicenses()
hasLicenses in interface PlatformFluent<A extends PlatformFluent<A>>public A addNewLicense(String arg0)
addNewLicense in interface PlatformFluent<A extends PlatformFluent<A>>public String getNetwork()
getNetwork in interface PlatformFluent<A extends PlatformFluent<A>>public A withNetwork(String network)
withNetwork in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasNetwork()
hasNetwork in interface PlatformFluent<A extends PlatformFluent<A>>@Deprecated public A withNewNetwork(String arg0)
withNewNetwork in interface PlatformFluent<A extends PlatformFluent<A>>public String getProjectID()
getProjectID in interface PlatformFluent<A extends PlatformFluent<A>>public A withProjectID(String projectID)
withProjectID in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasProjectID()
hasProjectID in interface PlatformFluent<A extends PlatformFluent<A>>@Deprecated public A withNewProjectID(String arg0)
withNewProjectID in interface PlatformFluent<A extends PlatformFluent<A>>public String getRegion()
getRegion in interface PlatformFluent<A extends PlatformFluent<A>>public A withRegion(String region)
withRegion in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasRegion()
hasRegion in interface PlatformFluent<A extends PlatformFluent<A>>@Deprecated public A withNewRegion(String arg0)
withNewRegion in interface PlatformFluent<A extends PlatformFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface PlatformFluent<A extends PlatformFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface PlatformFluent<A extends PlatformFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface PlatformFluent<A extends PlatformFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface PlatformFluent<A extends PlatformFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface PlatformFluent<A extends PlatformFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface PlatformFluent<A extends PlatformFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.