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> |
static interface |
PlatformFluent.HostsNested<N> |
String getApiVIP()
Boolean hasApiVIP()
@Deprecated A withNewApiVIP(String arg0)
String getBootstrapOSImage()
Boolean hasBootstrapOSImage()
@Deprecated A withNewBootstrapOSImage(String arg0)
String getBootstrapProvisioningIP()
Boolean hasBootstrapProvisioningIP()
@Deprecated A withNewBootstrapProvisioningIP(String arg0)
String getClusterOSImage()
Boolean hasClusterOSImage()
@Deprecated A withNewClusterOSImage(String arg0)
String getClusterProvisioningIP()
Boolean hasClusterProvisioningIP()
@Deprecated A withNewClusterProvisioningIP(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 getExternalBridge()
Boolean hasExternalBridge()
@Deprecated A withNewExternalBridge(String arg0)
String getExternalMACAddress()
Boolean hasExternalMACAddress()
@Deprecated A withNewExternalMACAddress(String arg0)
A addAllToHosts(Collection<Host> items)
A removeAllFromHosts(Collection<Host> items)
A removeMatchingFromHosts(Predicate<HostBuilder> predicate)
@Deprecated List<Host> getHosts()
Host buildFirstHost()
Host buildLastHost()
Host buildMatchingHost(Predicate<HostBuilder> predicate)
Boolean hasMatchingHost(Predicate<HostBuilder> predicate)
Boolean hasHosts()
PlatformFluent.HostsNested<A> addNewHost()
PlatformFluent.HostsNested<A> addNewHostLike(Host item)
PlatformFluent.HostsNested<A> setNewHostLike(Integer index, Host item)
PlatformFluent.HostsNested<A> editHost(Integer index)
PlatformFluent.HostsNested<A> editFirstHost()
PlatformFluent.HostsNested<A> editLastHost()
PlatformFluent.HostsNested<A> editMatchingHost(Predicate<HostBuilder> predicate)
String getIngressVIP()
Boolean hasIngressVIP()
@Deprecated A withNewIngressVIP(String arg0)
String getLibvirtURI()
Boolean hasLibvirtURI()
@Deprecated A withNewLibvirtURI(String arg0)
String getProvisioningBridge()
Boolean hasProvisioningBridge()
@Deprecated A withNewProvisioningBridge(String arg0)
Boolean getProvisioningDHCPExternal()
Boolean hasProvisioningDHCPExternal()
String getProvisioningDHCPRange()
Boolean hasProvisioningDHCPRange()
@Deprecated A withNewProvisioningDHCPRange(String arg0)
String getProvisioningHostIP()
Boolean hasProvisioningHostIP()
@Deprecated A withNewProvisioningHostIP(String arg0)
String getProvisioningMACAddress()
Boolean hasProvisioningMACAddress()
@Deprecated A withNewProvisioningMACAddress(String arg0)
String getProvisioningNetwork()
Boolean hasProvisioningNetwork()
@Deprecated A withNewProvisioningNetwork(String arg0)
String getProvisioningNetworkCIDR()
Boolean hasProvisioningNetworkCIDR()
@Deprecated A withNewProvisioningNetworkCIDR(String arg0)
String getProvisioningNetworkInterface()
A withProvisioningNetworkInterface(String provisioningNetworkInterface)
Boolean hasProvisioningNetworkInterface()
@Deprecated A withNewProvisioningNetworkInterface(String arg0)
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.