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 a3e2184 commit 8191f60Copy full SHA for 8191f60
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
+ // ConditionTypeAdvisory indicates any advisory info that may be present in the resource.
45
+ // Examples include
46
+ // - Modifying an immutable field after it was created
47
+ ConditionTypeAdvisory ConditionType = "ACK.Advisory"
48
)
49
50
// Condition is the common struct used by all CRDs managed by ACK service
0 commit comments