Skip to content

Commit a21f6b9

Browse files
committed
docs: regenerate crd reference doc
1 parent 2607811 commit a21f6b9

File tree

1 file changed

+100
-14
lines changed

1 file changed

+100
-14
lines changed

docs/book/src/crd/index.md

Lines changed: 100 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8682,6 +8682,9 @@ string
86828682
<tbody><tr><td><p>&#34;candidate&#34;</p></td>
86838683
<td><p>Candidate channel group is for testing candidate builds.</p>
86848684
</td>
8685+
</tr><tr><td><p>&#34;fast&#34;</p></td>
8686+
<td><p>Fast channel group is for fast channel releases.</p>
8687+
</td>
86858688
</tr><tr><td><p>&#34;nightly&#34;</p></td>
86868689
<td><p>Nightly channel group is for testing nigtly builds.</p>
86878690
</td>
@@ -15078,8 +15081,7 @@ string
1507815081
<td>
1507915082
<em>(Optional)</em>
1508015083
<p>IPv6CidrBlock is the IPv6 CIDR block to be used when the provider creates a managed VPC.
15081-
A subnet can have an IPv4 and an IPv6 address.
15082-
IPv6 is only supported in managed clusters, this field cannot be set on AWSCluster object.</p>
15084+
A subnet can have an IPv4 and an IPv6 address.</p>
1508315085
</td>
1508415086
</tr>
1508515087
<tr>
@@ -15114,8 +15116,7 @@ bool
1511415116
</td>
1511515117
<td>
1511615118
<em>(Optional)</em>
15117-
<p>IsIPv6 defines the subnet as an IPv6 subnet. A subnet is IPv6 when it is associated with a VPC that has IPv6 enabled.
15118-
IPv6 is only supported in managed clusters, this field cannot be set on AWSCluster object.</p>
15119+
<p>IsIPv6 defines the subnet as an IPv6 subnet. A subnet is IPv6 when it is associated with a VPC that has IPv6 enabled.</p>
1511915120
</td>
1512015121
</tr>
1512115122
<tr>
@@ -21692,13 +21693,16 @@ Requires AllowedCIDRBlocks to be empty.</p>
2169221693
<td>
2169321694
<code>allowedCIDRBlocks</code><br/>
2169421695
<em>
21695-
[]string
21696+
<a href="#infrastructure.cluster.x-k8s.io/v1beta2.CidrBlocks">
21697+
CidrBlocks
21698+
</a>
2169621699
</em>
2169721700
</td>
2169821701
<td>
2169921702
<em>(Optional)</em>
2170021703
<p>AllowedCIDRBlocks is a list of CIDR blocks allowed to access the bastion host.
21701-
They are set as ingress rules for the Bastion host&rsquo;s Security Group (defaults to 0.0.0.0/0).</p>
21704+
They are set as ingress rules for the Bastion host&rsquo;s Security Group (defaults to 0.0.0.0/0).
21705+
If the cluster has IPv6 enabled, defaults to ::/0 and 0.0.0.0/0.</p>
2170221706
</td>
2170321707
</tr>
2170421708
<tr>
@@ -21914,6 +21918,14 @@ The source for the rule will be set to control plane and worker security group I
2191421918
</tr>
2191521919
</tbody>
2191621920
</table>
21921+
<h3 id="infrastructure.cluster.x-k8s.io/v1beta2.CidrBlocks">CidrBlocks
21922+
(<code>[]string</code> alias)</p></h3>
21923+
<p>
21924+
(<em>Appears on:</em><a href="#infrastructure.cluster.x-k8s.io/v1beta2.Bastion">Bastion</a>, <a href="#infrastructure.cluster.x-k8s.io/v1beta2.NetworkSpec">NetworkSpec</a>)
21925+
</p>
21926+
<p>
21927+
<p>CidrBlocks defines a set of CIDR blocks.</p>
21928+
</p>
2191721929
<h3 id="infrastructure.cluster.x-k8s.io/v1beta2.ClassicELBAttributes">ClassicELBAttributes
2191821930
</h3>
2191921931
<p>
@@ -22911,6 +22923,17 @@ string
2291122923
</tr>
2291222924
<tr>
2291322925
<td>
22926+
<code>ipv6Address</code><br/>
22927+
<em>
22928+
string
22929+
</em>
22930+
</td>
22931+
<td>
22932+
<p>The IPv6 address assigned to the instance.</p>
22933+
</td>
22934+
</tr>
22935+
<tr>
22936+
<td>
2291422937
<code>publicIp</code><br/>
2291522938
<em>
2291622939
string
@@ -23185,6 +23208,21 @@ InstanceMetadataState
2318523208
</tr>
2318623209
<tr>
2318723210
<td>
23211+
<code>httpProtocolIpv6</code><br/>
23212+
<em>
23213+
<a href="#infrastructure.cluster.x-k8s.io/v1beta2.InstanceMetadataState">
23214+
InstanceMetadataState
23215+
</a>
23216+
</em>
23217+
</td>
23218+
<td>
23219+
<p>Enables or disables the IPv6 endpoint for the instance metadata service.
23220+
This applies only if you enabled the HTTP metadata endpoint.</p>
23221+
<p>Default: disabled</p>
23222+
</td>
23223+
</tr>
23224+
<tr>
23225+
<td>
2318823226
<code>httpPutResponseHopLimit</code><br/>
2318923227
<em>
2319023228
int64
@@ -23625,7 +23663,9 @@ This is optional - if not provided new security groups will be created for the c
2362523663
<td>
2362623664
<code>nodePortIngressRuleCidrBlocks</code><br/>
2362723665
<em>
23628-
[]string
23666+
<a href="#infrastructure.cluster.x-k8s.io/v1beta2.CidrBlocks">
23667+
CidrBlocks
23668+
</a>
2362923669
</em>
2363023670
</td>
2363123671
<td>
@@ -24081,8 +24121,7 @@ string
2408124121
<td>
2408224122
<em>(Optional)</em>
2408324123
<p>IPv6CidrBlock is the IPv6 CIDR block to be used when the provider creates a managed VPC.
24084-
A subnet can have an IPv4 and an IPv6 address.
24085-
IPv6 is only supported in managed clusters, this field cannot be set on AWSCluster object.</p>
24124+
A subnet can have an IPv4 and an IPv6 address.</p>
2408624125
</td>
2408724126
</tr>
2408824127
<tr>
@@ -24117,8 +24156,7 @@ bool
2411724156
</td>
2411824157
<td>
2411924158
<em>(Optional)</em>
24120-
<p>IsIPv6 defines the subnet as an IPv6 subnet. A subnet is IPv6 when it is associated with a VPC that has IPv6 enabled.
24121-
IPv6 is only supported in managed clusters, this field cannot be set on AWSCluster object.</p>
24159+
<p>IsIPv6 defines the subnet as an IPv6 subnet. A subnet is IPv6 when it is associated with a VPC that has IPv6 enabled.</p>
2412224160
</td>
2412324161
</tr>
2412424162
<tr>
@@ -24649,8 +24687,7 @@ IPv6
2464924687
</td>
2465024688
<td>
2465124689
<em>(Optional)</em>
24652-
<p>IPv6 contains ipv6 specific settings for the network. Supported only in managed clusters.
24653-
This field cannot be set on AWSCluster object.</p>
24690+
<p>IPv6 contains ipv6 specific settings for the network.</p>
2465424691
</td>
2465524692
</tr>
2465624693
<tr>
@@ -26225,6 +26262,11 @@ ASGStatus
2622526262
</tr>
2622626263
</tbody>
2622726264
</table>
26265+
<h3 id="infrastructure.cluster.x-k8s.io/v1beta2.AWSMachinePoolWebhook">AWSMachinePoolWebhook
26266+
</h3>
26267+
<p>
26268+
<p>AWSMachinePoolWebhook implements a custom validation webhook for AWSMachinePool.</p>
26269+
</p>
2622826270
<h3 id="infrastructure.cluster.x-k8s.io/v1beta2.AWSManagedMachinePool">AWSManagedMachinePool
2622926271
</h3>
2623026272
<p>
@@ -27735,7 +27777,9 @@ int64
2773527777
(<em>Appears on:</em><a href="#infrastructure.cluster.x-k8s.io/v1beta2.AWSManagedMachinePoolSpec">AWSManagedMachinePoolSpec</a>)
2773627778
</p>
2773727779
<p>
27738-
<p>ManagedMachineAMIType specifies which AWS AMI to use for a managed MachinePool.</p>
27780+
<p>ManagedMachineAMIType specifies which AWS AMI to use for a managed MachinePool.
27781+
Source of truth can be found using the link below:
27782+
<a href="https://docs.aws.amazon.com/eks/latest/APIReference/API_CreateNodegroup.html#AmazonEKS-CreateNodegroup-request-amiType">https://docs.aws.amazon.com/eks/latest/APIReference/API_CreateNodegroup.html#AmazonEKS-CreateNodegroup-request-amiType</a></p>
2773927783
</p>
2774027784
<table>
2774127785
<thead>
@@ -27747,9 +27791,18 @@ int64
2774727791
<tbody><tr><td><p>&#34;AL2023_ARM_64_STANDARD&#34;</p></td>
2774827792
<td><p>Al2023Arm64 is the AL2023 Arm AMI type.</p>
2774927793
</td>
27794+
</tr><tr><td><p>&#34;AL2023_ARM_64_NVIDIA&#34;</p></td>
27795+
<td><p>Al2023Arm64Nvidia is the AL2023 Arm Nvidia AMI type.</p>
27796+
</td>
2775027797
</tr><tr><td><p>&#34;AL2023_x86_64_STANDARD&#34;</p></td>
2775127798
<td><p>Al2023x86_64 is the AL2023 x86-64 AMI type.</p>
2775227799
</td>
27800+
</tr><tr><td><p>&#34;AL2023_x86_64_NEURON&#34;</p></td>
27801+
<td><p>Al2023x86_64Neuron is the AL2023 x86-64 Neuron AMI type.</p>
27802+
</td>
27803+
</tr><tr><td><p>&#34;AL2023_x86_64_NVIDIA&#34;</p></td>
27804+
<td><p>Al2023x86_64Nvidia is the AL2023 x86-64 Nvidia AMI type.</p>
27805+
</td>
2775327806
</tr><tr><td><p>&#34;AL2_ARM_64&#34;</p></td>
2775427807
<td><p>Al2Arm64 is the Arm AMI type.</p>
2775527808
</td>
@@ -27759,6 +27812,39 @@ int64
2775927812
</tr><tr><td><p>&#34;AL2_x86_64_GPU&#34;</p></td>
2776027813
<td><p>Al2x86_64GPU is the x86-64 GPU AMI type.</p>
2776127814
</td>
27815+
</tr><tr><td><p>&#34;BOTTLEROCKET_ARM_64&#34;</p></td>
27816+
<td><p>BottleRocketArm64 is the Arm AMI type.</p>
27817+
</td>
27818+
</tr><tr><td><p>&#34;BOTTLEROCKET_ARM_64_FIPS&#34;</p></td>
27819+
<td><p>BottleRocketArm64Fips is the BottleRocket Arm Fips AMI type.</p>
27820+
</td>
27821+
</tr><tr><td><p>&#34;BOTTLEROCKET_ARM_64_NVIDIA&#34;</p></td>
27822+
<td><p>BottleRocketArm64Nvidia is the BottleRocket Arm Nvidia AMI type.</p>
27823+
</td>
27824+
</tr><tr><td><p>&#34;BOTTLEROCKET_x86_64&#34;</p></td>
27825+
<td><p>BottleRocketx86_64 is the BottleRocket x86-64 AMI type.</p>
27826+
</td>
27827+
</tr><tr><td><p>&#34;BOTTLEROCKET_x86_64_FIPS&#34;</p></td>
27828+
<td><p>BottleRocketx86_64Fips is the BottleRocket x86-64 Fips AMI type.</p>
27829+
</td>
27830+
</tr><tr><td><p>&#34;BOTTLEROCKET_x86_64_NVIDIA&#34;</p></td>
27831+
<td><p>BottleRocketx86_64Nvidia is the BottleRocket x86-64 Nvidia AMI type.</p>
27832+
</td>
27833+
</tr><tr><td><p>&#34;CUSTOM&#34;</p></td>
27834+
<td><p>Custom is the custom AMI type.</p>
27835+
</td>
27836+
</tr><tr><td><p>&#34;WINDOWS_CORE_2019_x86_64&#34;</p></td>
27837+
<td><p>WindowsCore2019x86_64 is the Windows Core 2019 x86-64 AMI type.</p>
27838+
</td>
27839+
</tr><tr><td><p>&#34;WINDOWS_CORE_2022_x86_64&#34;</p></td>
27840+
<td><p>WindowsCore2022x86_64 is the Windows Core 2022 x86-64 AMI type.</p>
27841+
</td>
27842+
</tr><tr><td><p>&#34;WINDOWS_FULL_2019_x86_64&#34;</p></td>
27843+
<td><p>WindowsFull2019x86_64 is the Windows Full 2019 x86-64 AMI type.</p>
27844+
</td>
27845+
</tr><tr><td><p>&#34;WINDOWS_FULL_2022_x86_64&#34;</p></td>
27846+
<td><p>WindowsFull2022x86_64 is the Windows Full 2022 x86-64 AMI type.</p>
27847+
</td>
2776227848
</tr></tbody>
2776327849
</table>
2776427850
<h3 id="infrastructure.cluster.x-k8s.io/v1beta2.ManagedMachinePoolCapacityType">ManagedMachinePoolCapacityType

0 commit comments

Comments
 (0)