File tree Expand file tree Collapse file tree 2 files changed +756
-67
lines changed Expand file tree Collapse file tree 2 files changed +756
-67
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ spec:
110110 description : |-
111111 AllowedCIDRBlocks is a list of CIDR blocks allowed to access the bastion host.
112112 They are set as ingress rules for the Bastion host's Security Group (defaults to 0.0.0.0/0).
113+ If the cluster has IPv6 enabled, defaults to ::/0 and 0.0.0.0/0.
113114 items :
114115 type : string
115116 type : array
@@ -593,12 +594,11 @@ spec:
593594 description : |-
594595 IPv6CidrBlock is the IPv6 CIDR block to be used when the provider creates a managed VPC.
595596 A subnet can have an IPv4 and an IPv6 address.
596- IPv6 is only supported in managed clusters, this field cannot be set on AWSCluster object.
597597 type : string
598598 isIpv6 :
599- description : |-
600- IsIPv6 defines the subnet as an IPv6 subnet . A subnet is IPv6 when it is associated with a VPC that has IPv6 enabled.
601- IPv6 is only supported in managed clusters, this field cannot be set on AWSCluster object .
599+ description : IsIPv6 defines the subnet as an IPv6
600+ subnet. A subnet is IPv6 when it is associated
601+ with a VPC that has IPv6 enabled .
602602 type : boolean
603603 isPublic :
604604 description : IsPublic defines the subnet as a public
@@ -780,9 +780,8 @@ spec:
780780 type : integer
781781 type : object
782782 ipv6 :
783- description : |-
784- IPv6 contains ipv6 specific settings for the network. Supported only in managed clusters.
785- This field cannot be set on AWSCluster object.
783+ description : IPv6 contains ipv6 specific settings
784+ for the network.
786785 properties :
787786 cidrBlock :
788787 description : |-
You can’t perform that action at this time.
0 commit comments