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 getApiVIP()
Boolean hasApiVIP()
@Deprecated A withNewApiVIP(String arg0)
String getCluster()
Boolean hasCluster()
@Deprecated A withNewCluster(String arg0)
String getClusterOSImage()
Boolean hasClusterOSImage()
@Deprecated A withNewClusterOSImage(String arg0)
String getDatacenter()
Boolean hasDatacenter()
@Deprecated A withNewDatacenter(String arg0)
String getDefaultDatastore()
Boolean hasDefaultDatastore()
@Deprecated A withNewDefaultDatastore(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)
String getDiskType()
Boolean hasDiskType()
@Deprecated A withNewDiskType(String arg0)
String getFolder()
Boolean hasFolder()
@Deprecated A withNewFolder(String arg0)
String getIngressVIP()
Boolean hasIngressVIP()
@Deprecated A withNewIngressVIP(String arg0)
String getNetwork()
Boolean hasNetwork()
@Deprecated A withNewNetwork(String arg0)
String getPassword()
Boolean hasPassword()
@Deprecated A withNewPassword(String arg0)
String getResourcePool()
Boolean hasResourcePool()
@Deprecated A withNewResourcePool(String arg0)
String getUsername()
Boolean hasUsername()
@Deprecated A withNewUsername(String arg0)
String getVCenter()
Boolean hasVCenter()
@Deprecated A withNewVCenter(String arg0)
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.