We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff9ffa commit c115b7aCopy full SHA for c115b7a
apis/core/v1alpha1/conditions.go
@@ -41,6 +41,10 @@ const (
41
// - ServiceUnavailable errors that are transient
42
// - AccessDeniedException that needs correct credentials
43
ConditionTypeRecoverable ConditionType = "ACK.Recoverable"
44
+ // ConditionTypeWarning indicates any warning that may be present in the resource.
45
+ // Examples include
46
+ // - Modifying an immutable field after it was created
47
+ ConditionTypeWarning ConditionType = "ACK.Warning"
48
)
49
50
// Condition is the common struct used by all CRDs managed by ACK service
0 commit comments