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: api/v1beta1/hcloudmachine_types.go
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -120,12 +120,18 @@ type HCloudMachineStatus struct {
120
120
// FailureReason will be set in the event that there is a terminal problem
121
121
// reconciling the Machine and will contain a succinct value suitable
122
122
// for machine interpretation.
123
+
//
124
+
// Deprecated: This field is deprecated and is going to be removed when support for v1beta1 will be dropped. Please see https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20240916-improve-status-in-CAPI-resources.md for more details.
// FailureMessage will be set in the event that there is a terminal problem
127
130
// reconciling the Machine and will contain a more verbose string suitable
128
131
// for logging and human consumption.
132
+
//
133
+
// Deprecated: This field is deprecated and is going to be removed when support for v1beta1 will be dropped. Please see https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20240916-improve-status-in-CAPI-resources.md for more details.
Copy file name to clipboardExpand all lines: config/crd/bases/infrastructure.cluster.x-k8s.io_hcloudmachines.yaml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -262,12 +262,16 @@ spec:
262
262
FailureMessage will be set in the event that there is a terminal problem
263
263
reconciling the Machine and will contain a more verbose string suitable
264
264
for logging and human consumption.
265
+
266
+
Deprecated: This field is deprecated and is going to be removed when support for v1beta1 will be dropped. Please see https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20240916-improve-status-in-CAPI-resources.md for more details.
265
267
type: string
266
268
failureReason:
267
269
description: |-
268
270
FailureReason will be set in the event that there is a terminal problem
269
271
reconciling the Machine and will contain a succinct value suitable
270
272
for machine interpretation.
273
+
274
+
Deprecated: This field is deprecated and is going to be removed when support for v1beta1 will be dropped. Please see https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20240916-improve-status-in-CAPI-resources.md for more details.
271
275
type: string
272
276
instanceState:
273
277
description: InstanceState is the state of the server for this machine.
ifc.Message!="Remediation finished (machine will be deleted): exit remediation because infra machine is in BootState ProvisioningFailed (no need to try a reboot)" {
409
+
returnfmt.Errorf("Message is not as expected: %q", c.Message)
0 commit comments