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
Copy file name to clipboardExpand all lines: machineconfiguration/v1alpha1/tests/machineconfignodes.machineconfiguration.openshift.io/MachineConfigNodes.yaml
// MachineConfigNodeStatus holds the reported information on a particular machine config node.
@@ -218,18 +221,20 @@ type MachineConfigNodeSpecMachineConfigVersion struct {
218
221
Desiredstring`json:"desired"`
219
222
}
220
223
224
+
// Tombstone: This struct defines the type of `Spec.PinnedImageSets`, which is being removed. Therefore, this field
225
+
// is also being tombstoned.
221
226
// MachineConfigNodeSpecPinnedImageSet holds information on the desired pinned image sets that the current observed machine config node
222
227
// should pin and pull.
223
-
typeMachineConfigNodeSpecPinnedImageSetstruct {
224
-
// name is the name of the pinned image set.
225
-
// Must be a lowercase RFC-1123 subdomain name (https://tools.ietf.org/html/rfc1123) consisting
226
-
// of only lowercase alphanumeric characters, hyphens (-), and periods (.), and must start and end
227
-
// with an alphanumeric character, and be at most 253 characters in length.
228
-
// +kubebuilder:validation:MaxLength:=253
229
-
// +kubebuilder:validation:XValidation:rule="!format.dns1123Subdomain().validate(self).hasValue()",message="a lowercase RFC 1123 subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character."
230
-
// +required
231
-
Namestring`json:"name"`
232
-
}
228
+
// type MachineConfigNodeSpecPinnedImageSet struct {
229
+
// // name is the name of the pinned image set.
230
+
// // Must be a lowercase RFC-1123 subdomain name (https://tools.ietf.org/html/rfc1123) consisting
231
+
// // of only lowercase alphanumeric characters, hyphens (-), and periods (.), and must start and end
232
+
// // with an alphanumeric character, and be at most 253 characters in length.
233
+
// // +kubebuilder:validation:MaxLength:=253
234
+
// // +kubebuilder:validation:XValidation:rule="!format.dns1123Subdomain().validate(self).hasValue()",message="a lowercase RFC 1123 subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character."
235
+
// // +required
236
+
// Name string `json:"name"`
237
+
// }
233
238
234
239
// StateProgress is each possible state for each possible MachineConfigNodeType
235
240
// Please note: These conditions are subject to change. Both additions and deletions may be made.
Copy file name to clipboardExpand all lines: machineconfiguration/v1alpha1/zz_generated.crd-manifests/0000_80_machine-config_01_machineconfignodes-CustomNoUpgrade.crd.yaml
Copy file name to clipboardExpand all lines: machineconfiguration/v1alpha1/zz_generated.crd-manifests/0000_80_machine-config_01_machineconfignodes-DevPreviewNoUpgrade.crd.yaml
Copy file name to clipboardExpand all lines: machineconfiguration/v1alpha1/zz_generated.crd-manifests/0000_80_machine-config_01_machineconfignodes-TechPreviewNoUpgrade.crd.yaml
Copy file name to clipboardExpand all lines: machineconfiguration/v1alpha1/zz_generated.featuregated-crd-manifests/machineconfignodes.machineconfiguration.openshift.io/MachineConfigNodes.yaml
0 commit comments