Skip to content

Commit b88fd90

Browse files
committed
fix
1 parent 95f2916 commit b88fd90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exp/runtime/api/v1beta2/extensionconfig_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ type ExtensionConfigDeprecatedStatus struct {
149149
// ExtensionConfigV1Beta1DeprecatedStatus groups all the status fields that are deprecated and will be removed when support for v1beta1 will be dropped.
150150
// See https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20240916-improve-status-in-CAPI-resources.md for more context.
151151
type ExtensionConfigV1Beta1DeprecatedStatus struct {
152-
// conditions defines current service state of the Machine.
152+
// conditions defines current service state of the ExtensionConfig.
153153
//
154154
// 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.
155155
//

0 commit comments

Comments
 (0)