Skip to content

Commit

Permalink
Incubation ClusterName field to ClusterResourceSetBinding
Browse files Browse the repository at this point in the history
Signed-off-by: chaunceyjiang <[email protected]>
  • Loading branch information
chaunceyjiang committed Dec 2, 2022
1 parent 40b6090 commit 3e1cea5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions exp/addons/api/v1beta1/clusterresourcesetbinding_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ type ClusterResourceSetBindingSpec struct {
// Bindings is a list of ClusterResourceSets and their resources.
// +optional
Bindings []*ResourceSetBinding `json:"bindings,omitempty"`

// ClusterName use the cluster name to determine which cluster the resource binding applies to.
// +optional
ClusterName string `json:"clusterName,omitempty"`
}

// ANCHOR_END: ClusterResourceSetBindingSpec
Expand Down

0 comments on commit 3e1cea5

Please sign in to comment.