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
Add CAPI v1beta2 conditions for the OpenStackCluster and
deprecate error and failure messages as well as the Ready condition.
This also adds the status.initialization.provisioned field.
Signed-off-by: Lennart Jern <[email protected]>
Copy file name to clipboardExpand all lines: .golangci.yml
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -186,6 +186,15 @@ linters:
186
186
- linters:
187
187
- staticcheck
188
188
text: 'SA1019: "sigs.k8s.io/cluster-api/util/deprecated/v1beta1/conditions" is deprecated: This package 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.'
189
+
- linters:
190
+
- staticcheck
191
+
text: 'SA1019: .*.Status.Ready is deprecated: This field is deprecated and will be removed in a future API version. Use status.conditions to determine the ready state of the cluster.'
192
+
- linters:
193
+
- staticcheck
194
+
text: 'SA1019: .*.Status.FailureReason is deprecated: This field is deprecated and will be removed in a future API version. Use status.conditions to report failures.'
195
+
- linters:
196
+
- staticcheck
197
+
text: 'SA1019: .*.Status.FailureMessage is deprecated: This field is deprecated and will be removed in a future API version. Use status.conditions to report failures.'
0 commit comments