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 getApiFloatingIP()
Boolean hasApiFloatingIP()
String getApiVIP()
Boolean hasApiVIP()
String getCloud()
Boolean hasCloud()
String getClusterOSImage()
Boolean hasClusterOSImage()
<K,V> A withClusterOSImageProperties(Map<String,String> clusterOSImageProperties)
Boolean hasClusterOSImageProperties()
String getComputeFlavor()
Boolean hasComputeFlavor()
@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 addAllToExternalDNS(Collection<String> items)
A removeAllFromExternalDNS(Collection<String> items)
String getFirstExternalDN()
String getLastExternalDN()
Boolean hasExternalDNS()
String getExternalNetwork()
Boolean hasExternalNetwork()
String getIngressFloatingIP()
Boolean hasIngressFloatingIP()
String getIngressVIP()
Boolean hasIngressVIP()
String getLbFloatingIP()
Boolean hasLbFloatingIP()
String getMachinesSubnet()
Boolean hasMachinesSubnet()
String getOctaviaSupport()
Boolean hasOctaviaSupport()
String getRegion()
Boolean hasRegion()
String getTrunkSupport()
Boolean hasTrunkSupport()
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.