Uses of Class
io.fabric8.openshift.api.model.installer.powervc.v1.MachinePool
-
Packages that use MachinePool Package Description io.fabric8.openshift.api.model.installer.powervc.v1 io.fabric8.openshift.api.model.installer.v1 -
-
Uses of MachinePool in io.fabric8.openshift.api.model.installer.powervc.v1
Methods in io.fabric8.openshift.api.model.installer.powervc.v1 that return MachinePool Modifier and Type Method Description MachinePoolMachinePoolBuilder. build()MachinePoolPlatformFluent. buildDefaultMachinePlatform()MachinePoolPlatform. getDefaultMachinePlatform()Platform stores all the global configuration that all machinesets use.Methods in io.fabric8.openshift.api.model.installer.powervc.v1 with parameters of type MachinePool Modifier and Type Method Description protected voidMachinePoolFluent. copyInstance(MachinePool instance)PlatformFluent.DefaultMachinePlatformNested<A>PlatformFluent. editOrNewDefaultMachinePlatformLike(MachinePool item)voidPlatform. setDefaultMachinePlatform(MachinePool defaultMachinePlatform)Platform stores all the global configuration that all machinesets use.APlatformFluent. withDefaultMachinePlatform(MachinePool defaultMachinePlatform)PlatformFluent.DefaultMachinePlatformNested<A>PlatformFluent. withNewDefaultMachinePlatformLike(MachinePool item)Constructors in io.fabric8.openshift.api.model.installer.powervc.v1 with parameters of type MachinePool Constructor Description MachinePoolBuilder(MachinePool instance)MachinePoolBuilder(MachinePoolFluent<?> fluent, MachinePool instance)MachinePoolFluent(MachinePool instance)Platform(String apiFloatingIP, List<String> apiVIPs, String cloud, String clusterOSImage, Map<String,String> clusterOSImageProperties, PortTarget controlPlanePort, MachinePool defaultMachinePlatform, List<String> externalDNS, String externalNetwork, String imageName, String ingressFloatingIP, List<String> ingressVIPs, io.fabric8.openshift.api.model.config.v1.OpenStackPlatformLoadBalancer loadBalancer) -
Uses of MachinePool in io.fabric8.openshift.api.model.installer.v1
Methods in io.fabric8.openshift.api.model.installer.v1 that return MachinePool Modifier and Type Method Description MachinePoolMachinePoolPlatformFluent. buildPowervc()MachinePoolMachinePoolPlatform. getPowervc()MachinePoolPlatform is the platform-specific configuration for a machine pool.Methods in io.fabric8.openshift.api.model.installer.v1 with parameters of type MachinePool Modifier and Type Method Description MachinePoolPlatformFluent.PowervcNested<A>MachinePoolPlatformFluent. editOrNewPowervcLike(MachinePool item)voidMachinePoolPlatform. setPowervc(MachinePool powervc)MachinePoolPlatform is the platform-specific configuration for a machine pool.MachinePoolPlatformFluent.PowervcNested<A>MachinePoolPlatformFluent. withNewPowervcLike(MachinePool item)AMachinePoolPlatformFluent. withPowervc(MachinePool powervc)Constructors in io.fabric8.openshift.api.model.installer.v1 with parameters of type MachinePool Constructor Description MachinePoolPlatform(MachinePool aws, Object azure, MachinePool baremetal, MachinePool gcp, MachinePool ibmcloud, MachinePool nutanix, MachinePool openstack, MachinePool ovirt, MachinePool powervc, MachinePool powervs, MachinePool vsphere)
-