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: .golangci.yml
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -244,7 +244,11 @@ issues:
244
244
- linters:
245
245
- staticcheck
246
246
text: "SA1019: ((deployment|m|md).Spec.RevisionHistoryLimit|clusterv1.RevisionHistoryAnnotation|c.RolloutUndo) is deprecated"
247
-
# Deprecations for MHC MaxUnhealthy, UnhealthyRange
247
+
# Deprecations for MD revision management
248
+
- linters:
249
+
- staticcheck
250
+
text: "SA1019: (m|md).Spec.ProgressDeadlineSeconds is deprecated: This field is deprecated and is going to be removed in the next apiVersion. Please see https://github.com/kubernetes-sigs/cluster-api/issues/11470 for more details."
251
+
# Deprecations for MHC MaxUnhealthy, UnhealthyRange
248
252
- linters:
249
253
- staticcheck
250
254
text: "SA1019: (mhc|m)(.Spec.MaxUnhealthy|.Spec.UnhealthyRange) is deprecated"
Copy file name to clipboardExpand all lines: api/v1beta1/machinedeployment_types.go
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -308,6 +308,9 @@ type MachineDeploymentSpec struct {
308
308
// process failed deployments and a condition with a ProgressDeadlineExceeded
309
309
// reason will be surfaced in the deployment status. Note that progress will
310
310
// not be estimated during the time a deployment is paused. Defaults to 600s.
311
+
//
312
+
// Deprecated: This field is deprecated and is going to be removed in the next apiVersion. Please see https://github.com/kubernetes-sigs/cluster-api/issues/11470 for more details.
0 commit comments