Skip to content

Commit dea25b8

Browse files
committed
Add managed cluster arn for the klusterlet api
Signed-off-by: Suvaansh <[email protected]>
1 parent 17751e4 commit dea25b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

operator/v1/types_klusterlet.go

+1
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ type AwsIrsa struct {
194194
// Example - arn:eks:us-west-2:12345678910:cluster/hub-cluster1.
195195
// +required
196196
HubClusterArn string `json:"hubClusterArn"`
197+
ManagedClusterArn string `json:"managedClusterArn"`
197198
}
198199

199200
type TypeBootstrapKubeConfigs string

0 commit comments

Comments
 (0)