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 6dc9fd0 commit 8d4a591Copy full SHA for 8d4a591
modules/common/condition/types.go
@@ -76,6 +76,10 @@ type Condition struct {
76
}
77
78
// Conditions provide observations of the operational state of a API resource.
79
+// +patchMergeKey=type
80
+// +patchStrategy=merge
81
+// +listType=map
82
+// +listMapKey=type
83
type Conditions []Condition
84
85
// conditionGroup defines a group of conditions with the same status and severity,
0 commit comments