We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83bd9c0 + 62a1ad7 commit b758057Copy full SHA for b758057
pkg/patterns/addon/pkg/apis/v1alpha1/common_types.go
@@ -57,5 +57,6 @@ type Patchable interface {
57
58
// +k8s:deepcopy-gen=true
59
type PatchSpec struct {
60
+ // +kubebuilder:pruning:PreserveUnknownFields
61
Patches []*runtime.RawExtension `json:"patches,omitempty"`
62
}
0 commit comments