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: exp/runtime/api/v1beta2/extensionconfig_types.go
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -138,20 +138,20 @@ type ExtensionConfigStatus struct {
138
138
139
139
// ExtensionConfigDeprecatedStatus groups all the status fields that are deprecated and will be removed in a future version.
140
140
typeExtensionConfigDeprecatedStatusstruct {
141
-
// v1alpha1 groups all the status fields that are deprecated and will be removed when support for v1alpha1 will be dropped.
141
+
// v1beta1 groups all the status fields that are deprecated and will be removed when support for v1beta1 will be dropped.
142
142
//
143
-
// Deprecated: This field is deprecated and is going to be removed when support for v1alpha1 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.
143
+
// 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.
// ExtensionConfigV1Alpha1DeprecatedStatus groups all the status fields that are deprecated and will be removed when support for v1alpha1 will be dropped.
149
+
// ExtensionConfigV1Beta1DeprecatedStatus groups all the status fields that are deprecated and will be removed when support for v1beta1 will be dropped.
150
150
// See https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20240916-improve-status-in-CAPI-resources.md for more context.
// conditions defines current service state of the Machine.
153
153
//
154
-
// Deprecated: This field is deprecated and is going to be removed when support for v1alpha1 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.
154
+
// 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.
0 commit comments