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.
2 parents 442bda7 + b758057 commit 95ead15Copy full SHA for 95ead15
OWNERS
@@ -4,3 +4,6 @@ approvers:
4
- justinsb
5
- johnsonj
6
- atoato88
7
+
8
+reviewers:
9
+ - tomasaschan
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