Commit 7246368 1 parent 7afbd57 commit 7246368 Copy full SHA for 7246368
File tree 3 files changed +10
-3
lines changed
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -482,13 +482,13 @@ spec:
482
482
base :
483
483
apiVersion : castai.aws.platform.upbound.io/v1alpha1
484
484
kind : XReadOnly
485
- spec :
486
- parameters :
487
- deleteNodesOnDisconnect : false
488
485
patches :
489
486
- type : FromCompositeFieldPath
490
487
fromFieldPath : spec.parameters.id
491
488
toFieldPath : metadata.name
489
+ - type : FromCompositeFieldPath
490
+ fromFieldPath : spec.parameters.deleteNodesOnDisconnect
491
+ toFieldPath : spec.parameters.deleteNodesOnDisconnect
492
492
- type : FromCompositeFieldPath
493
493
fromFieldPath : spec.parameters.region
494
494
toFieldPath : spec.parameters.region
Original file line number Diff line number Diff line change 36
36
id :
37
37
type : string
38
38
description : ID of this Cluster that other objects will use to refer to it.
39
+ deleteNodesOnDisconnect :
40
+ type : boolean
41
+ description : " Delete Nodes on Disconnect"
42
+ default : false
39
43
clusterName :
40
44
type : string
41
45
description : " EKS ClusterName"
73
77
- securityGroups
74
78
- subnets
75
79
- vpc
80
+ - deleteNodesOnDisconnect
76
81
required :
77
82
- parameters
78
83
status :
Original file line number Diff line number Diff line change 48
48
deleteNodesOnDisconnect :
49
49
type : boolean
50
50
description : " Delete Nodes on Disconnect"
51
+ default : false
51
52
assumeRoleArn :
52
53
type : string
53
54
description : " assumeRoleArn for this EKS Cluster Access for castai"
56
57
- accountId
57
58
- clusterName
58
59
- region
60
+ - deleteNodesOnDisconnect
59
61
required :
60
62
- parameters
61
63
status :
You can’t perform that action at this time.
0 commit comments