Uses of Class
io.fabric8.openshift.api.model.hive.v1.MachinePoolPlatform
-
Packages that use MachinePoolPlatform Package Description io.fabric8.openshift.api.model.hive.v1 -
-
Uses of MachinePoolPlatform in io.fabric8.openshift.api.model.hive.v1
Methods in io.fabric8.openshift.api.model.hive.v1 that return MachinePoolPlatform Modifier and Type Method Description MachinePoolPlatformMachinePoolPlatformBuilder. build()MachinePoolPlatformMachinePoolSpecFluent. buildPlatform()MachinePoolPlatformMachinePoolSpec. getPlatform()MachinePoolSpec defines the desired state of MachinePoolMethods in io.fabric8.openshift.api.model.hive.v1 with parameters of type MachinePoolPlatform Modifier and Type Method Description protected voidMachinePoolPlatformFluent. copyInstance(MachinePoolPlatform instance)MachinePoolSpecFluent.PlatformNested<A>MachinePoolSpecFluent. editOrNewPlatformLike(MachinePoolPlatform item)voidMachinePoolSpec. setPlatform(MachinePoolPlatform platform)MachinePoolSpec defines the desired state of MachinePoolMachinePoolSpecFluent.PlatformNested<A>MachinePoolSpecFluent. withNewPlatformLike(MachinePoolPlatform item)AMachinePoolSpecFluent. withPlatform(MachinePoolPlatform platform)Constructors in io.fabric8.openshift.api.model.hive.v1 with parameters of type MachinePoolPlatform Constructor Description MachinePoolPlatformBuilder(MachinePoolPlatform instance)MachinePoolPlatformBuilder(MachinePoolPlatformFluent<?> fluent, MachinePoolPlatform instance)MachinePoolPlatformFluent(MachinePoolPlatform instance)MachinePoolSpec(MachinePoolAutoscaling autoscaling, io.fabric8.kubernetes.api.model.LocalObjectReference clusterDeploymentRef, Map<String,String> labels, Map<String,String> machineLabels, String name, MachinePoolPlatform platform, Long replicas, List<io.fabric8.kubernetes.api.model.Taint> taints)
-