Uses of Class
io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1.CustomDeploy
-
Packages that use CustomDeploy Package Description io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 -
-
Uses of CustomDeploy in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1
Methods in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 that return CustomDeploy Modifier and Type Method Description CustomDeployCustomDeployBuilder. build()CustomDeployBareMetalHostSpecFluent. buildCustomDeploy()CustomDeployProvisionStatusFluent. buildCustomDeploy()CustomDeployBareMetalHostSpec. getCustomDeploy()BareMetalHostSpec defines the desired state of BareMetalHost.CustomDeployProvisionStatus. getCustomDeploy()ProvisionStatus holds the state information for a single target.Methods in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 with parameters of type CustomDeploy Modifier and Type Method Description protected voidCustomDeployFluent. copyInstance(CustomDeploy instance)BareMetalHostSpecFluent.CustomDeployNested<A>BareMetalHostSpecFluent. editOrNewCustomDeployLike(CustomDeploy item)ProvisionStatusFluent.CustomDeployNested<A>ProvisionStatusFluent. editOrNewCustomDeployLike(CustomDeploy item)voidBareMetalHostSpec. setCustomDeploy(CustomDeploy customDeploy)BareMetalHostSpec defines the desired state of BareMetalHost.voidProvisionStatus. setCustomDeploy(CustomDeploy customDeploy)ProvisionStatus holds the state information for a single target.ABareMetalHostSpecFluent. withCustomDeploy(CustomDeploy customDeploy)AProvisionStatusFluent. withCustomDeploy(CustomDeploy customDeploy)BareMetalHostSpecFluent.CustomDeployNested<A>BareMetalHostSpecFluent. withNewCustomDeployLike(CustomDeploy item)ProvisionStatusFluent.CustomDeployNested<A>ProvisionStatusFluent. withNewCustomDeployLike(CustomDeploy item)Constructors in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 with parameters of type CustomDeploy Constructor Description BareMetalHostSpec(String architecture, String automatedCleaningMode, BMCDetails bmc, String bootMACAddress, String bootMode, io.fabric8.kubernetes.api.model.ObjectReference consumerRef, CustomDeploy customDeploy, String description, Boolean externallyProvisioned, FirmwareConfig firmware, String hardwareProfile, Image image, io.fabric8.kubernetes.api.model.SecretReference metaData, io.fabric8.kubernetes.api.model.SecretReference networkData, Boolean online, String preprovisioningNetworkDataName, RAIDConfig raid, RootDeviceHints rootDeviceHints, List<io.fabric8.kubernetes.api.model.Taint> taints, io.fabric8.kubernetes.api.model.SecretReference userData)CustomDeployBuilder(CustomDeploy instance)CustomDeployBuilder(CustomDeployFluent<?> fluent, CustomDeploy instance)CustomDeployFluent(CustomDeploy instance)ProvisionStatus(String iD, String bootMode, CustomDeploy customDeploy, FirmwareConfig firmware, Image image, RAIDConfig raid, RootDeviceHints rootDeviceHints, String state)
-