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/v1alpha1/extensionconfig_types.go
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -122,8 +122,7 @@ type ExtensionConfigStatus struct {
122
122
// See https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20240916-improve-status-in-CAPI-resources.md for more context.
123
123
typeExtensionConfigV1Beta2Statusstruct {
124
124
// conditions represents the observations of a ExtensionConfig's current state.
125
-
// Known condition types are Available, Ready, UpToDate, BootstrapConfigReady, InfrastructureReady, NodeReady,
126
-
// NodeHealthy, Deleting, Paused.
125
+
// Known condition types are Discovered, Paused.
127
126
// +optional
128
127
// +listType=map
129
128
// +listMapKey=type
@@ -238,7 +237,7 @@ const (
238
237
// ExtensionConfigDiscoveredV1Beta2Condition is true if the runtime extension has been successfully discovered.
0 commit comments