Uses of Class
io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1.HostSelector
-
Packages that use HostSelector Package Description io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1 -
-
Uses of HostSelector in io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1
Methods in io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1 that return HostSelector Modifier and Type Method Description HostSelectorHostSelectorBuilder. build()HostSelectorMetal3MachineSpecFluent. buildHostSelector()HostSelectorMetal3MachineSpec. getHostSelector()Metal3MachineSpec defines the desired state of Metal3Machine.Methods in io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1 with parameters of type HostSelector Modifier and Type Method Description protected voidHostSelectorFluent. copyInstance(HostSelector instance)Metal3MachineSpecFluent.HostSelectorNested<A>Metal3MachineSpecFluent. editOrNewHostSelectorLike(HostSelector item)voidMetal3MachineSpec. setHostSelector(HostSelector hostSelector)Metal3MachineSpec defines the desired state of Metal3Machine.AMetal3MachineSpecFluent. withHostSelector(HostSelector hostSelector)Metal3MachineSpecFluent.HostSelectorNested<A>Metal3MachineSpecFluent. withNewHostSelectorLike(HostSelector item)Constructors in io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1 with parameters of type HostSelector Constructor Description HostSelectorBuilder(HostSelector instance)HostSelectorBuilder(HostSelectorFluent<?> fluent, HostSelector instance)HostSelectorFluent(HostSelector instance)Metal3MachineSpec(String automatedCleaningMode, CustomDeploy customDeploy, io.fabric8.kubernetes.api.model.ObjectReference dataTemplate, HostSelector hostSelector, Image image, io.fabric8.kubernetes.api.model.SecretReference metaData, io.fabric8.kubernetes.api.model.SecretReference networkData, String providerID, io.fabric8.kubernetes.api.model.SecretReference userData)
-