| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 |
| Modifier and Type | Method and Description |
|---|---|
CustomDeploy |
CustomDeployBuilder.build() |
CustomDeploy |
ProvisionStatusFluent.buildCustomDeploy() |
CustomDeploy |
BareMetalHostSpecFluent.buildCustomDeploy() |
CustomDeploy |
ProvisionStatus.getCustomDeploy() |
CustomDeploy |
BareMetalHostSpec.getCustomDeploy() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CustomDeployFluent.copyInstance(CustomDeploy instance) |
ProvisionStatusFluent.CustomDeployNested<A> |
ProvisionStatusFluent.editOrNewCustomDeployLike(CustomDeploy item) |
BareMetalHostSpecFluent.CustomDeployNested<A> |
BareMetalHostSpecFluent.editOrNewCustomDeployLike(CustomDeploy item) |
void |
ProvisionStatus.setCustomDeploy(CustomDeploy customDeploy) |
void |
BareMetalHostSpec.setCustomDeploy(CustomDeploy customDeploy) |
A |
ProvisionStatusFluent.withCustomDeploy(CustomDeploy customDeploy) |
A |
BareMetalHostSpecFluent.withCustomDeploy(CustomDeploy customDeploy) |
ProvisionStatusFluent.CustomDeployNested<A> |
ProvisionStatusFluent.withNewCustomDeployLike(CustomDeploy item) |
BareMetalHostSpecFluent.CustomDeployNested<A> |
BareMetalHostSpecFluent.withNewCustomDeployLike(CustomDeploy item) |
| Constructor and 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) |
Copyright © 2015–2023 Red Hat. All rights reserved.