| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 |
| Modifier and Type | Method and Description |
|---|---|
RootDeviceHints |
RootDeviceHintsBuilder.build() |
RootDeviceHints |
SoftwareRAIDVolumeFluent.buildFirstPhysicalDisk() |
RootDeviceHints |
SoftwareRAIDVolumeFluent.buildLastPhysicalDisk() |
RootDeviceHints |
SoftwareRAIDVolumeFluent.buildMatchingPhysicalDisk(Predicate<RootDeviceHintsBuilder> predicate) |
RootDeviceHints |
SoftwareRAIDVolumeFluent.buildPhysicalDisk(int index) |
RootDeviceHints |
ProvisionStatusFluent.buildRootDeviceHints() |
RootDeviceHints |
BareMetalHostSpecFluent.buildRootDeviceHints() |
RootDeviceHints |
ProvisionStatus.getRootDeviceHints() |
RootDeviceHints |
BareMetalHostSpec.getRootDeviceHints() |
| Modifier and Type | Method and Description |
|---|---|
List<RootDeviceHints> |
SoftwareRAIDVolumeFluent.buildPhysicalDisks() |
List<RootDeviceHints> |
SoftwareRAIDVolume.getPhysicalDisks() |
| Modifier and Type | Method and Description |
|---|---|
A |
SoftwareRAIDVolumeFluent.addAllToPhysicalDisks(Collection<RootDeviceHints> items) |
A |
SoftwareRAIDVolumeFluent.removeAllFromPhysicalDisks(Collection<RootDeviceHints> items) |
void |
SoftwareRAIDVolume.setPhysicalDisks(List<RootDeviceHints> physicalDisks) |
A |
SoftwareRAIDVolumeFluent.withPhysicalDisks(List<RootDeviceHints> physicalDisks) |
| 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) |
ProvisionStatus(String id,
String bootMode,
CustomDeploy customDeploy,
FirmwareConfig firmware,
Image image,
RAIDConfig raid,
RootDeviceHints rootDeviceHints,
String state) |
RootDeviceHintsBuilder(RootDeviceHints instance) |
RootDeviceHintsBuilder(RootDeviceHintsFluent<?> fluent,
RootDeviceHints instance) |
RootDeviceHintsFluent(RootDeviceHints instance) |
| Constructor and Description |
|---|
SoftwareRAIDVolume(String level,
List<RootDeviceHints> physicalDisks,
Integer sizeGibibytes) |
Copyright © 2015–2023 Red Hat. All rights reserved.