Skip to content

Commit 95ead15

Browse files
authored
Merge branch 'kubernetes-sigs:master' into master
2 parents 442bda7 + b758057 commit 95ead15

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

OWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ approvers:
44
- justinsb
55
- johnsonj
66
- atoato88
7+
8+
reviewers:
9+
- tomasaschan

pkg/patterns/addon/pkg/apis/v1alpha1/common_types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,6 @@ type Patchable interface {
5757

5858
// +k8s:deepcopy-gen=true
5959
type PatchSpec struct {
60+
// +kubebuilder:pruning:PreserveUnknownFields
6061
Patches []*runtime.RawExtension `json:"patches,omitempty"`
6162
}

0 commit comments

Comments
 (0)