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()
String getBootstrapOSImage()
Boolean hasBootstrapOSImage()
String getBootstrapProvisioningIP()
Boolean hasBootstrapProvisioningIP()
String getClusterOSImage()
Boolean hasClusterOSImage()
String getClusterProvisioningIP()
Boolean hasClusterProvisioningIP()
@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()
String getExternalMACAddress()
Boolean hasExternalMACAddress()
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()
String getLibvirtURI()
Boolean hasLibvirtURI()
String getProvisioningBridge()
Boolean hasProvisioningBridge()
Boolean getProvisioningDHCPExternal()
Boolean hasProvisioningDHCPExternal()
String getProvisioningDHCPRange()
Boolean hasProvisioningDHCPRange()
String getProvisioningHostIP()
Boolean hasProvisioningHostIP()
String getProvisioningMACAddress()
Boolean hasProvisioningMACAddress()
String getProvisioningNetwork()
Boolean hasProvisioningNetwork()
String getProvisioningNetworkCIDR()
Boolean hasProvisioningNetworkCIDR()
String getProvisioningNetworkInterface()
A withProvisioningNetworkInterface(String provisioningNetworkInterface)
Boolean hasProvisioningNetworkInterface()
Boolean hasAdditionalProperties()
A withProvisioningDHCPExternal()
Copyright © 2015–2022 Red Hat. All rights reserved.