Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update generated files #600

Merged
merged 1 commit into from
Jul 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,18 @@ spec:
is set. Mutually exclusive with IPAMPool.
type: string
type: object
privateDnsHostnameTypeOnLaunch:
description: PrivateDNSHostnameTypeOnLaunch is the type of
hostname to assign to instances in the subnet at launch.
For IPv4-only and dual-stack (IPv4 and IPv6) subnets, an
instance DNS name can be based on the instance IPv4 address
(ip-name) or the instance ID (resource-name). For IPv6 only
subnets, an instance DNS name must be based on the instance
ID (resource-name).
enum:
- ip-name
- resource-name
type: string
secondaryCidrBlocks:
description: SecondaryCidrBlocks are additional CIDR blocks
to be associated when the provider creates a managed VPC.
Expand All @@ -668,18 +680,6 @@ spec:
- ipv4CidrBlock
type: object
type: array
privateDnsHostnameTypeOnLaunch:
description: PrivateDNSHostnameTypeOnLaunch is the type of
hostname to assign to instances in the subnet at launch.
For IPv4-only and dual-stack (IPv4 and IPv6) subnets, an
instance DNS name can be based on the instance IPv4 address
(ip-name) or the instance ID (resource-name). For IPv6 only
subnets, an instance DNS name must be based on the instance
ID (resource-name).
enum:
- ip-name
- resource-name
type: string
tags:
additionalProperties:
type: string
Expand Down Expand Up @@ -2511,6 +2511,18 @@ spec:
is set. Mutually exclusive with IPAMPool.
type: string
type: object
privateDnsHostnameTypeOnLaunch:
description: PrivateDNSHostnameTypeOnLaunch is the type of
hostname to assign to instances in the subnet at launch.
For IPv4-only and dual-stack (IPv4 and IPv6) subnets, an
instance DNS name can be based on the instance IPv4 address
(ip-name) or the instance ID (resource-name). For IPv6 only
subnets, an instance DNS name must be based on the instance
ID (resource-name).
enum:
- ip-name
- resource-name
type: string
secondaryCidrBlocks:
description: SecondaryCidrBlocks are additional CIDR blocks
to be associated when the provider creates a managed VPC.
Expand All @@ -2531,18 +2543,6 @@ spec:
- ipv4CidrBlock
type: object
type: array
privateDnsHostnameTypeOnLaunch:
description: PrivateDNSHostnameTypeOnLaunch is the type of
hostname to assign to instances in the subnet at launch.
For IPv4-only and dual-stack (IPv4 and IPv6) subnets, an
instance DNS name can be based on the instance IPv4 address
(ip-name) or the instance ID (resource-name). For IPv6 only
subnets, an instance DNS name must be based on the instance
ID (resource-name).
enum:
- ip-name
- resource-name
type: string
tags:
additionalProperties:
type: string
Expand Down
24 changes: 12 additions & 12 deletions config/crd/bases/infrastructure.cluster.x-k8s.io_awsclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1482,6 +1482,18 @@ spec:
is set. Mutually exclusive with IPAMPool.
type: string
type: object
privateDnsHostnameTypeOnLaunch:
description: PrivateDNSHostnameTypeOnLaunch is the type of
hostname to assign to instances in the subnet at launch.
For IPv4-only and dual-stack (IPv4 and IPv6) subnets, an
instance DNS name can be based on the instance IPv4 address
(ip-name) or the instance ID (resource-name). For IPv6 only
subnets, an instance DNS name must be based on the instance
ID (resource-name).
enum:
- ip-name
- resource-name
type: string
secondaryCidrBlocks:
description: SecondaryCidrBlocks are additional CIDR blocks
to be associated when the provider creates a managed VPC.
Expand All @@ -1502,18 +1514,6 @@ spec:
- ipv4CidrBlock
type: object
type: array
privateDnsHostnameTypeOnLaunch:
description: PrivateDNSHostnameTypeOnLaunch is the type of
hostname to assign to instances in the subnet at launch.
For IPv4-only and dual-stack (IPv4 and IPv6) subnets, an
instance DNS name can be based on the instance IPv4 address
(ip-name) or the instance ID (resource-name). For IPv6 only
subnets, an instance DNS name must be based on the instance
ID (resource-name).
enum:
- ip-name
- resource-name
type: string
tags:
additionalProperties:
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1107,6 +1107,18 @@ spec:
with IPAMPool.
type: string
type: object
privateDnsHostnameTypeOnLaunch:
description: PrivateDNSHostnameTypeOnLaunch is the
type of hostname to assign to instances in the subnet
at launch. For IPv4-only and dual-stack (IPv4 and
IPv6) subnets, an instance DNS name can be based
on the instance IPv4 address (ip-name) or the instance
ID (resource-name). For IPv6 only subnets, an instance
DNS name must be based on the instance ID (resource-name).
enum:
- ip-name
- resource-name
type: string
secondaryCidrBlocks:
description: SecondaryCidrBlocks are additional CIDR
blocks to be associated when the provider creates
Expand All @@ -1128,18 +1140,6 @@ spec:
- ipv4CidrBlock
type: object
type: array
privateDnsHostnameTypeOnLaunch:
description: PrivateDNSHostnameTypeOnLaunch is the
type of hostname to assign to instances in the subnet
at launch. For IPv4-only and dual-stack (IPv4 and
IPv6) subnets, an instance DNS name can be based
on the instance IPv4 address (ip-name) or the instance
ID (resource-name). For IPv6 only subnets, an instance
DNS name must be based on the instance ID (resource-name).
enum:
- ip-name
- resource-name
type: string
tags:
additionalProperties:
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,80 @@ spec:
description: Ignition defined options related to the bootstrapping
systems where Ignition is used.
properties:
proxy:
description: Proxy defines proxy settings for Ignition. Only valid
for Ignition versions 3.1 and above.
properties:
httpProxy:
description: HTTPProxy is the HTTP proxy to use for Ignition.
A single URL that specifies the proxy server to use for
HTTP and HTTPS requests, unless overridden by the HTTPSProxy
or NoProxy options.
type: string
httpsProxy:
description: HTTPSProxy is the HTTPS proxy to use for Ignition.
A single URL that specifies the proxy server to use for
HTTPS requests, unless overridden by the NoProxy option.
type: string
noProxy:
description: "NoProxy is the list of domains to not proxy
for Ignition. Specifies a list of strings to hosts that
should be excluded from proxying. \n Each value is represented
by: - An IP address prefix (1.2.3.4) - An IP address prefix
in CIDR notation (1.2.3.4/8) - A domain name - A domain
name matches that name and all subdomains - A domain name
with a leading . matches subdomains only - A special DNS
label (*), indicates that no proxying should be done \n
An IP address prefix and domain name can also include a
literal port number (1.2.3.4:80)."
items:
description: IgnitionNoProxy defines the list of domains
to not proxy for Ignition.
maxLength: 2048
type: string
maxItems: 64
type: array
type: object
storageType:
default: ClusterObjectStore
description: "StorageType defines how to store the boostrap user
data for Ignition. This can be used to instruct Ignition from
where to fetch the user data to bootstrap an instance. \n When
omitted, the storage option will default to ClusterObjectStore.
\n When set to \"ClusterObjectStore\", if the capability is
available and a Cluster ObjectStore configuration is correctly
provided in the Cluster object (under .spec.s3Bucket), an object
store will be used to store bootstrap user data. \n When set
to \"UnencryptedUserData\", EC2 Instance User Data will be used
to store the machine bootstrap user data, unencrypted. This
option is considered less secure than others as user data may
contain sensitive informations (keys, certificates, etc.) and
users with ec2:DescribeInstances permission or users running
pods that can access the ec2 metadata service have access to
this sensitive information. So this is only to be used at ones
own risk, and only when other more secure options are not viable."
enum:
- ClusterObjectStore
- UnencryptedUserData
type: string
tls:
description: TLS defines TLS settings for Ignition. Only valid
for Ignition versions 3.1 and above.
properties:
certificateAuthorities:
description: CASources defines the list of certificate authorities
to use for Ignition. The value is the certificate bundle
(in PEM format). The bundle can contain multiple concatenated
certificates. Supported schemes are http, https, tftp, s3,
arn, gs, and `data` (RFC 2397) URL scheme.
items:
description: IgnitionCASource defines the source of the
certificate authority to use for Ignition.
maxLength: 65536
type: string
maxItems: 64
type: array
type: object
version:
default: "2.3"
description: Version defines which version of Ignition will be
Expand Down
2 changes: 1 addition & 1 deletion exp/api/v1beta2/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading