File tree Expand file tree Collapse file tree
pkg/apis/eksctl.io/v1alpha5 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 15451545 },
15461546 "privateNetworking" : {
15471547 "type" : " boolean" ,
1548- "description" : " Enable [private networking](/usage/vpc-networking /#use-private-subnets-for-initial-nodegroup) for nodegroup" ,
1549- "x-intellij-html-description" : " Enable <a href=\" /usage/vpc-networking /#use-private-subnets-for-initial-nodegroup\" >private networking</a> for nodegroup" ,
1548+ "description" : " Enable [private networking](/usage/vpc-subnet-settings /#use-private-subnets-for-initial-nodegroup) for nodegroup" ,
1549+ "x-intellij-html-description" : " Enable <a href=\" /usage/vpc-subnet-settings /#use-private-subnets-for-initial-nodegroup\" >private networking</a> for nodegroup" ,
15501550 "default" : " false"
15511551 },
15521552 "propagateASGTags" : {
19321932 },
19331933 "privateNetworking" : {
19341934 "type" : " boolean" ,
1935- "description" : " Enable [private networking](/usage/vpc-networking /#use-private-subnets-for-initial-nodegroup) for nodegroup" ,
1936- "x-intellij-html-description" : " Enable <a href=\" /usage/vpc-networking /#use-private-subnets-for-initial-nodegroup\" >private networking</a> for nodegroup" ,
1935+ "description" : " Enable [private networking](/usage/vpc-subnet-settings /#use-private-subnets-for-initial-nodegroup) for nodegroup" ,
1936+ "x-intellij-html-description" : " Enable <a href=\" /usage/vpc-subnet-settings /#use-private-subnets-for-initial-nodegroup\" >private networking</a> for nodegroup" ,
19371937 "default" : " false"
19381938 },
19391939 "propagateASGTags" : {
Original file line number Diff line number Diff line change @@ -1672,7 +1672,7 @@ type NodeGroupBase struct {
16721672 // +optional
16731673 Labels map [string ]string `json:"labels,omitempty"`
16741674 // Enable [private
1675- // networking](/usage/vpc-networking /#use-private-subnets-for-initial-nodegroup)
1675+ // networking](/usage/vpc-subnet-settings /#use-private-subnets-for-initial-nodegroup)
16761676 // for nodegroup
16771677 // +optional
16781678 PrivateNetworking bool `json:"privateNetworking"`
You can’t perform that action at this time.
0 commit comments