Uses of Class
io.fabric8.openshift.api.model.hive.v1.MachinePoolSpec
-
Packages that use MachinePoolSpec Package Description io.fabric8.openshift.api.model.hive.v1 -
-
Uses of MachinePoolSpec in io.fabric8.openshift.api.model.hive.v1
Methods in io.fabric8.openshift.api.model.hive.v1 that return MachinePoolSpec Modifier and Type Method Description MachinePoolSpecMachinePoolSpecBuilder. build()MachinePoolSpecMachinePoolFluent. buildSpec()MachinePoolSpecMachinePool. getSpec()MachinePool is the Schema for the machinepools APIMethods in io.fabric8.openshift.api.model.hive.v1 with parameters of type MachinePoolSpec Modifier and Type Method Description protected voidMachinePoolSpecFluent. copyInstance(MachinePoolSpec instance)MachinePoolFluent.SpecNested<A>MachinePoolFluent. editOrNewSpecLike(MachinePoolSpec item)voidMachinePool. setSpec(MachinePoolSpec spec)MachinePool is the Schema for the machinepools APIMachinePoolFluent.SpecNested<A>MachinePoolFluent. withNewSpecLike(MachinePoolSpec item)AMachinePoolFluent. withSpec(MachinePoolSpec spec)Constructors in io.fabric8.openshift.api.model.hive.v1 with parameters of type MachinePoolSpec Constructor Description MachinePool(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, MachinePoolSpec spec, MachinePoolStatus status)MachinePoolSpecBuilder(MachinePoolSpec instance)MachinePoolSpecBuilder(MachinePoolSpecFluent<?> fluent, MachinePoolSpec instance)MachinePoolSpecFluent(MachinePoolSpec instance)
-