File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ type ClusterResourceSetSpec struct {
64
64
65
65
// resources is a list of Secrets/ConfigMaps where each contains 1 or more resources to be applied to remote clusters.
66
66
// +optional
67
+ // +listType=atomic
67
68
// +kubebuilder:validation:MaxItems=100
68
69
Resources []ResourceRef `json:"resources,omitempty"`
69
70
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ type ResourceSetBinding struct {
57
57
58
58
// resources is a list of resources that the ClusterResourceSet has.
59
59
// +optional
60
+ // +listType=atomic
60
61
// +kubebuilder:validation:MaxItems=100
61
62
Resources []ResourceBinding `json:"resources,omitempty"`
62
63
}
@@ -137,6 +138,7 @@ type ClusterResourceSetBinding struct {
137
138
type ClusterResourceSetBindingSpec struct {
138
139
// bindings is a list of ClusterResourceSets and their resources.
139
140
// +optional
141
+ // +listType=atomic
140
142
// +kubebuilder:validation:MaxItems=100
141
143
Bindings []* ResourceSetBinding `json:"bindings,omitempty"`
142
144
You can’t perform that action at this time.
0 commit comments