diff --git a/modules/common/condition/types.go b/modules/common/condition/types.go index 11c05959..0a6a7310 100644 --- a/modules/common/condition/types.go +++ b/modules/common/condition/types.go @@ -76,6 +76,10 @@ type Condition struct { } // Conditions provide observations of the operational state of a API resource. +// +patchMergeKey=type +// +patchStrategy=merge +// +listType=map +// +listMapKey=type type Conditions []Condition // conditionGroup defines a group of conditions with the same status and severity,