You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "A custom deploy procedure. This is an advanced feature that allows using a custom deploy step provided by a site-specific deployment ramdisk. Most users will want to use \"image\" instead. Settings this field triggers provisioning.",
58745
+
"description": "A custom deploy procedure. This is an advanced feature that allows using a custom deploy step provided by a site-specific deployment ramdisk. Most users will want to use \"image\" instead. Setting this field triggers provisioning.",
"description": "MetaData holds the reference to the Secret containing host metadata which is passed to the Config Drive. By default, the operater will generate metadata for the host, so most users do not need to set this field.",
58769
+
"description": "MetaData holds the reference to the Secret containing host metadata which is passed to the Config Drive. By default, metadata will be generated for the host, so most users do not need to set this field.",
"description": "NetworkData holds the reference to the Secret containing network configuration which is passed to the Config Drive and interpreted by the first boot software such as cloud-init.",
"description": "Should the host be powered on? Changing this value will trigger a change in power state of the host.",
58777
+
"description": "Should the host be powered on? If the host is currently in a stable state (e.g. provisioned), its power state will be forced to match this value.",
58778
58778
"type": "boolean",
58779
58779
"default": false
58780
58780
},
@@ -58865,7 +58865,7 @@
58865
58865
"default": ""
58866
58866
},
58867
58867
"poweredOn": {
58868
-
"description": "Whether or not the host is currently powered on. This field may get briefly out of sync with the actual state of the hardware while provisioning processes are running.",
58868
+
"description": "The currently detected power state of the host. This field may get briefly out of sync with the actual state of the hardware while provisioning processes are running.",
58869
58869
"type": "boolean",
58870
58870
"default": false
58871
58871
},
@@ -60195,7 +60195,7 @@
60195
60195
"default": ""
60196
60196
},
60197
60197
"bootMode": {
60198
-
"description": "BootMode indicates the boot mode used to provision the node",
60198
+
"description": "BootMode indicates the boot mode used to provision the host.",
"description": "The list of logical disks for software RAID, if rootDeviceHints isn't used, first volume is root volume. If HardwareRAIDVolumes is set this item will be invalid. The number of created Software RAID devices must be 1 or 2. If there is only one Software RAID device, it has to be a RAID-1. If there are two, the first one has to be a RAID-1, while the RAID level for the second one can be 0, 1, or 1+0. As the first RAID device will be the deployment device, enforcing a RAID-1 reduces the risk of ending up with a non-booting node in case of a disk failure. Software RAID will always be deleted.",
60249
+
"description": "The list of logical disks for software RAID, if rootDeviceHints isn't used, first volume is root volume. If HardwareRAIDVolumes is set this item will be invalid. The number of created Software RAID devices must be 1 or 2. If there is only one Software RAID device, it has to be a RAID-1. If there are two, the first one has to be a RAID-1, while the RAID level for the second one can be 0, 1, or 1+0. As the first RAID device will be the deployment device, enforcing a RAID-1 reduces the risk of ending up with a non-booting host in case of a disk failure. Software RAID will always be deleted.",
Copy file name to clipboardExpand all lines: kubernetes-model-generator/openshift-model-miscellaneous/src/generated/java/io/fabric8/openshift/api/model/miscellaneous/metal3/v1alpha1/BareMetalHostSpec.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -387,15 +387,15 @@ public void setNetworkData(SecretReference networkData) {
387
387
}
388
388
389
389
/**
390
-
* Should the host be powered on? Changing this value will trigger a change in power state of the host.
390
+
* Should the host be powered on? If the host is currently in a stable state (e.g. provisioned), its power state will be forced to match this value.
391
391
*/
392
392
@JsonProperty("online")
393
393
publicBooleangetOnline() {
394
394
returnonline;
395
395
}
396
396
397
397
/**
398
-
* Should the host be powered on? Changing this value will trigger a change in power state of the host.
398
+
* Should the host be powered on? If the host is currently in a stable state (e.g. provisioned), its power state will be forced to match this value.
Copy file name to clipboardExpand all lines: kubernetes-model-generator/openshift-model-miscellaneous/src/generated/java/io/fabric8/openshift/api/model/miscellaneous/metal3/v1alpha1/BareMetalHostStatus.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -270,15 +270,15 @@ public void setOperationalStatus(String operationalStatus) {
270
270
}
271
271
272
272
/**
273
-
* Whether or not the host is currently powered on. This field may get briefly out of sync with the actual state of the hardware while provisioning processes are running.
273
+
* The currently detected power state of the host. This field may get briefly out of sync with the actual state of the hardware while provisioning processes are running.
274
274
*/
275
275
@JsonProperty("poweredOn")
276
276
publicBooleangetPoweredOn() {
277
277
returnpoweredOn;
278
278
}
279
279
280
280
/**
281
-
* Whether or not the host is currently powered on. This field may get briefly out of sync with the actual state of the hardware while provisioning processes are running.
281
+
* The currently detected power state of the host. This field may get briefly out of sync with the actual state of the hardware while provisioning processes are running.
Copy file name to clipboardExpand all lines: kubernetes-model-generator/openshift-model-miscellaneous/src/generated/java/io/fabric8/openshift/api/model/miscellaneous/metal3/v1alpha1/ProvisionStatus.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -126,15 +126,15 @@ public void setID(String iD) {
126
126
}
127
127
128
128
/**
129
-
* BootMode indicates the boot mode used to provision the node
129
+
* BootMode indicates the boot mode used to provision the host.
130
130
*/
131
131
@JsonProperty("bootMode")
132
132
publicStringgetBootMode() {
133
133
returnbootMode;
134
134
}
135
135
136
136
/**
137
-
* BootMode indicates the boot mode used to provision the node
137
+
* BootMode indicates the boot mode used to provision the host.
Copy file name to clipboardExpand all lines: kubernetes-model-generator/openshift-model-miscellaneous/src/generated/java/io/fabric8/openshift/api/model/miscellaneous/metal3/v1alpha1/RAIDConfig.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ public void setHardwareRAIDVolumes(List<HardwareRAIDVolume> hardwareRAIDVolumes)
107
107
}
108
108
109
109
/**
110
-
* The list of logical disks for software RAID, if rootDeviceHints isn't used, first volume is root volume. If HardwareRAIDVolumes is set this item will be invalid. The number of created Software RAID devices must be 1 or 2. If there is only one Software RAID device, it has to be a RAID-1. If there are two, the first one has to be a RAID-1, while the RAID level for the second one can be 0, 1, or 1+0. As the first RAID device will be the deployment device, enforcing a RAID-1 reduces the risk of ending up with a non-booting node in case of a disk failure. Software RAID will always be deleted.
110
+
* The list of logical disks for software RAID, if rootDeviceHints isn't used, first volume is root volume. If HardwareRAIDVolumes is set this item will be invalid. The number of created Software RAID devices must be 1 or 2. If there is only one Software RAID device, it has to be a RAID-1. If there are two, the first one has to be a RAID-1, while the RAID level for the second one can be 0, 1, or 1+0. As the first RAID device will be the deployment device, enforcing a RAID-1 reduces the risk of ending up with a non-booting host in case of a disk failure. Software RAID will always be deleted.
111
111
*/
112
112
@JsonProperty("softwareRAIDVolumes")
113
113
@JsonInclude(JsonInclude.Include.NON_EMPTY)
@@ -116,7 +116,7 @@ public List<SoftwareRAIDVolume> getSoftwareRAIDVolumes() {
116
116
}
117
117
118
118
/**
119
-
* The list of logical disks for software RAID, if rootDeviceHints isn't used, first volume is root volume. If HardwareRAIDVolumes is set this item will be invalid. The number of created Software RAID devices must be 1 or 2. If there is only one Software RAID device, it has to be a RAID-1. If there are two, the first one has to be a RAID-1, while the RAID level for the second one can be 0, 1, or 1+0. As the first RAID device will be the deployment device, enforcing a RAID-1 reduces the risk of ending up with a non-booting node in case of a disk failure. Software RAID will always be deleted.
119
+
* The list of logical disks for software RAID, if rootDeviceHints isn't used, first volume is root volume. If HardwareRAIDVolumes is set this item will be invalid. The number of created Software RAID devices must be 1 or 2. If there is only one Software RAID device, it has to be a RAID-1. If there are two, the first one has to be a RAID-1, while the RAID level for the second one can be 0, 1, or 1+0. As the first RAID device will be the deployment device, enforcing a RAID-1 reduces the risk of ending up with a non-booting host in case of a disk failure. Software RAID will always be deleted.
0 commit comments