From 749314035308707467bf8c1cb94a76a5830d49a4 Mon Sep 17 00:00:00 2001 From: AWS Controllers for Kubernetes Bot <82905295+ack-bot@users.noreply.github.com> Date: Wed, 14 Feb 2024 08:45:03 -0600 Subject: [PATCH] Update to ACK runtime `v0.30.0`, code-generator `v0.30.0` (#179) ### Update to ACK runtime `v0.30.0`, code-generator `v0.30.0` ---------- * ACK code-generator `v0.30.0` [release notes](https://github.com/aws-controllers-k8s/code-generator/releases/tag/v0.30.0) * ACK runtime `v0.30.0` [release notes](https://github.com/aws-controllers-k8s/runtime/releases/tag/v0.30.0) ---------- NOTE: This PR increments the release version of service controller from `v1.2.2` to `v1.2.3` Once this PR is merged, release `v1.2.3` will be automatically created for `ec2-controller` **Please close this PR, if you do not want the new patch release for `ec2-controller`** ---------- #### stdout for `make build-controller`: ``` building ack-generate ... ok. ==== building ec2-controller ==== Copying common custom resource definitions into ec2 Building Kubernetes API objects for ec2 Generating deepcopy code for ec2 Generating custom resource definitions for ec2 Building service controller for ec2 Generating RBAC manifests for ec2 Running gofmt against generated code for ec2 Updating additional GitHub repository maintenance files ==== building ec2-controller release artifacts ==== Building release artifacts for ec2-v1.2.3 Generating common custom resource definitions Generating custom resource definitions for ec2 Generating RBAC manifests for ec2 ``` ---------- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. --- apis/v1alpha1/ack-generate-metadata.yaml | 8 +- apis/v1alpha1/zz_generated.deepcopy.go | 1 - config/controller/kustomization.yaml | 2 +- .../ec2.services.k8s.aws_dhcpoptions.yaml | 89 +-- ...2.services.k8s.aws_elasticipaddresses.yaml | 124 +++-- .../bases/ec2.services.k8s.aws_flowlogs.yaml | 204 ++++--- .../bases/ec2.services.k8s.aws_instances.yaml | 513 ++++++++++-------- ...ec2.services.k8s.aws_internetgateways.yaml | 104 ++-- .../ec2.services.k8s.aws_natgateways.yaml | 203 ++++--- .../ec2.services.k8s.aws_networkacls.yaml | 94 ++-- .../ec2.services.k8s.aws_routetables.yaml | 123 +++-- .../ec2.services.k8s.aws_securitygroups.yaml | 142 +++-- .../bases/ec2.services.k8s.aws_subnets.yaml | 178 +++--- .../ec2.services.k8s.aws_transitgateways.yaml | 78 +-- .../ec2.services.k8s.aws_vpcendpoints.yaml | 185 ++++--- ....aws_vpcendpointserviceconfigurations.yaml | 99 ++-- ...ervices.k8s.aws_vpcpeeringconnections.yaml | 155 +++--- .../crd/bases/ec2.services.k8s.aws_vpcs.yaml | 157 +++--- .../services.k8s.aws_adoptedresources.yaml | 206 ++++--- .../bases/services.k8s.aws_fieldexports.yaml | 54 +- config/rbac/cluster-role-controller.yaml | 1 - go.mod | 56 +- go.sum | 158 +++--- helm/Chart.yaml | 4 +- .../ec2.services.k8s.aws_dhcpoptions.yaml | 89 +-- ...2.services.k8s.aws_elasticipaddresses.yaml | 124 +++-- helm/crds/ec2.services.k8s.aws_flowlogs.yaml | 204 ++++--- helm/crds/ec2.services.k8s.aws_instances.yaml | 513 ++++++++++-------- ...ec2.services.k8s.aws_internetgateways.yaml | 104 ++-- .../ec2.services.k8s.aws_natgateways.yaml | 203 ++++--- .../ec2.services.k8s.aws_networkacls.yaml | 94 ++-- .../ec2.services.k8s.aws_routetables.yaml | 123 +++-- .../ec2.services.k8s.aws_securitygroups.yaml | 142 +++-- helm/crds/ec2.services.k8s.aws_subnets.yaml | 178 +++--- .../ec2.services.k8s.aws_transitgateways.yaml | 78 +-- .../ec2.services.k8s.aws_vpcendpoints.yaml | 185 ++++--- ....aws_vpcendpointserviceconfigurations.yaml | 99 ++-- ...ervices.k8s.aws_vpcpeeringconnections.yaml | 155 +++--- helm/crds/ec2.services.k8s.aws_vpcs.yaml | 157 +++--- .../services.k8s.aws_adoptedresources.yaml | 209 +++---- helm/crds/services.k8s.aws_fieldexports.yaml | 54 +- helm/templates/NOTES.txt | 2 +- helm/templates/_helpers.tpl | 16 +- helm/templates/cluster-role-binding.yaml | 13 +- helm/templates/cluster-role-controller.yaml | 11 +- helm/templates/deployment.yaml | 22 +- .../leader-election-role-binding.yaml | 2 +- helm/templates/metrics-service.yaml | 10 +- helm/templates/service-account.yaml | 8 +- helm/values.yaml | 2 +- 50 files changed, 3316 insertions(+), 2419 deletions(-) diff --git a/apis/v1alpha1/ack-generate-metadata.yaml b/apis/v1alpha1/ack-generate-metadata.yaml index d995c128..00811c12 100755 --- a/apis/v1alpha1/ack-generate-metadata.yaml +++ b/apis/v1alpha1/ack-generate-metadata.yaml @@ -1,8 +1,8 @@ ack_generate_info: - build_date: "2024-01-29T07:11:14Z" - build_hash: 92f531cde5631865cfc3dfa778cbc9611f3a64c3 - go_version: go1.21.5 - version: v0.29.2 + build_date: "2024-02-14T03:56:34Z" + build_hash: 947081ffebdeefcf2c61c4ca6d7e68810bdf9d08 + go_version: go1.22.0 + version: v0.30.0 api_directory_checksum: 8b27f9e65dbad1f5f825c84d1dbe8fd333baf2a5 api_version: v1alpha1 aws_sdk_go_version: v1.44.93 diff --git a/apis/v1alpha1/zz_generated.deepcopy.go b/apis/v1alpha1/zz_generated.deepcopy.go index 3b042aae..cdf8abe6 100644 --- a/apis/v1alpha1/zz_generated.deepcopy.go +++ b/apis/v1alpha1/zz_generated.deepcopy.go @@ -1,5 +1,4 @@ //go:build !ignore_autogenerated -// +build !ignore_autogenerated // Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // diff --git a/config/controller/kustomization.yaml b/config/controller/kustomization.yaml index 3e8f8e1e..43023dff 100644 --- a/config/controller/kustomization.yaml +++ b/config/controller/kustomization.yaml @@ -6,4 +6,4 @@ kind: Kustomization images: - name: controller newName: public.ecr.aws/aws-controllers-k8s/ec2-controller - newTag: 1.2.2 + newTag: 1.2.3 diff --git a/config/crd/bases/ec2.services.k8s.aws_dhcpoptions.yaml b/config/crd/bases/ec2.services.k8s.aws_dhcpoptions.yaml index b8faba96..e844ff3b 100644 --- a/config/crd/bases/ec2.services.k8s.aws_dhcpoptions.yaml +++ b/config/crd/bases/ec2.services.k8s.aws_dhcpoptions.yaml @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null + controller-gen.kubebuilder.io/version: v0.14.0 name: dhcpoptions.ec2.services.k8s.aws spec: group: ec2.services.k8s.aws @@ -25,20 +24,28 @@ spec: description: DHCPOptions is the Schema for the DHCPOptions API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object spec: - description: "DhcpOptionsSpec defines the desired state of DhcpOptions. - \n Describes a set of DHCP options." + description: |- + DhcpOptionsSpec defines the desired state of DhcpOptions. + + + Describes a set of DHCP options. properties: dhcpConfigurations: description: A DHCP configuration option. @@ -53,9 +60,10 @@ spec: type: object type: array tags: - description: The tags. The value parameter is required, but if you - don't want the tag to have a value, specify the parameter with no - value, and we set the value to an empty string. + description: |- + The tags. The value parameter is required, but if you don't want the tag + to have a value, specify the parameter with no value, and we set the value + to an empty string. items: description: Describes a tag. properties: @@ -72,13 +80,14 @@ spec: vpcRefs: items: description: "AWSResourceReferenceWrapper provides a wrapper around - *AWSResourceReference type to provide more user friendly syntax - for references using 'from' field Ex: APIIDRef: \n from: name: - my-api" + *AWSResourceReference\ntype to provide more user friendly syntax + for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + \ name: my-api" properties: from: - description: AWSResourceReference provides all the values necessary - to reference another k8s resource for finding the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string @@ -92,24 +101,26 @@ spec: description: DHCPOptionsStatus defines the observed state of DHCPOptions properties: ackResourceMetadata: - description: All CRs managed by ACK have a common `Status.ACKResourceMetadata` - member that is used to contain resource sync state, account ownership, + description: |- + All CRs managed by ACK have a common `Status.ACKResourceMetadata` member + that is used to contain resource sync state, account ownership, constructed ARN for the resource properties: arn: - description: 'ARN is the Amazon Resource Name for the resource. - This is a globally-unique identifier and is set only by the - ACK service controller once the controller has orchestrated - the creation of the resource OR when it has verified that an - "adopted" resource (a resource where the ARN annotation was - set by the Kubernetes user on the CR) exists and matches the - supplied CR''s Spec field values. TODO(vijat@): Find a better - strategy for resources that do not have ARN in CreateOutputResponse - https://github.com/aws/aws-controllers-k8s/issues/270' + description: |- + ARN is the Amazon Resource Name for the resource. This is a + globally-unique identifier and is set only by the ACK service controller + once the controller has orchestrated the creation of the resource OR + when it has verified that an "adopted" resource (a resource where the + ARN annotation was set by the Kubernetes user on the CR) exists and + matches the supplied CR's Spec field values. + TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse + https://github.com/aws/aws-controllers-k8s/issues/270 type: string ownerAccountID: - description: OwnerAccountID is the AWS Account ID of the account - that owns the backend AWS service API resource. + description: |- + OwnerAccountID is the AWS Account ID of the account that owns the + backend AWS service API resource. type: string region: description: Region is the AWS region in which the resource exists @@ -120,14 +131,16 @@ spec: - region type: object conditions: - description: All CRS managed by ACK have a common `Status.Conditions` - member that contains a collection of `ackv1alpha1.Condition` objects - that describe the various terminal states of the CR and its backend - AWS service API resource + description: |- + All CRS managed by ACK have a common `Status.Conditions` member that + contains a collection of `ackv1alpha1.Condition` objects that describe + the various terminal states of the CR and its backend AWS service API + resource items: - description: Condition is the common struct used by all CRDs managed - by ACK service controllers to indicate terminal states of the - CR and its backend AWS service API resource + description: |- + Condition is the common struct used by all CRDs managed by ACK service + controllers to indicate terminal states of the CR and its backend AWS + service API resource properties: lastTransitionTime: description: Last time the condition transitioned from one status diff --git a/config/crd/bases/ec2.services.k8s.aws_elasticipaddresses.yaml b/config/crd/bases/ec2.services.k8s.aws_elasticipaddresses.yaml index 061e59ff..10e2bac9 100644 --- a/config/crd/bases/ec2.services.k8s.aws_elasticipaddresses.yaml +++ b/config/crd/bases/ec2.services.k8s.aws_elasticipaddresses.yaml @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null + controller-gen.kubebuilder.io/version: v0.14.0 name: elasticipaddresses.ec2.services.k8s.aws spec: group: ec2.services.k8s.aws @@ -28,14 +27,19 @@ spec: description: ElasticIPAddress is the Schema for the ElasticIPAddresses API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object @@ -43,34 +47,42 @@ spec: description: ElasticIPAddressSpec defines the desired state of ElasticIPAddress. properties: address: - description: '[EC2-VPC] The Elastic IP address to recover or an IPv4 - address from an address pool.' + description: |- + [EC2-VPC] The Elastic IP address to recover or an IPv4 address from an address + pool. type: string customerOwnedIPv4Pool: - description: The ID of a customer-owned address pool. Use this parameter - to let Amazon EC2 select an address from the address pool. Alternatively, - specify a specific address from the address pool. + description: |- + The ID of a customer-owned address pool. Use this parameter to let Amazon + EC2 select an address from the address pool. Alternatively, specify a specific + address from the address pool. type: string networkBorderGroup: - description: "A unique set of Availability Zones, Local Zones, or - Wavelength Zones from which Amazon Web Services advertises IP addresses. - Use this parameter to limit the IP address to this location. IP - addresses cannot move between network border groups. \n Use DescribeAvailabilityZones - (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html) - to view the network border groups. \n You cannot use a network border - group with EC2 Classic. If you attempt this operation on EC2 Classic, - you receive an InvalidParameterCombination error." + description: |- + A unique set of Availability Zones, Local Zones, or Wavelength Zones from + which Amazon Web Services advertises IP addresses. Use this parameter to + limit the IP address to this location. IP addresses cannot move between network + border groups. + + + Use DescribeAvailabilityZones (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html) + to view the network border groups. + + + You cannot use a network border group with EC2 Classic. If you attempt this + operation on EC2 Classic, you receive an InvalidParameterCombination error. type: string publicIPv4Pool: - description: The ID of an address pool that you own. Use this parameter - to let Amazon EC2 select an address from the address pool. To specify - a specific address from the address pool, use the Address parameter - instead. + description: |- + The ID of an address pool that you own. Use this parameter to let Amazon + EC2 select an address from the address pool. To specify a specific address + from the address pool, use the Address parameter instead. type: string tags: - description: The tags. The value parameter is required, but if you - don't want the tag to have a value, specify the parameter with no - value, and we set the value to an empty string. + description: |- + The tags. The value parameter is required, but if you don't want the tag + to have a value, specify the parameter with no value, and we set the value + to an empty string. items: description: Describes a tag. properties: @@ -85,24 +97,26 @@ spec: description: ElasticIPAddressStatus defines the observed state of ElasticIPAddress properties: ackResourceMetadata: - description: All CRs managed by ACK have a common `Status.ACKResourceMetadata` - member that is used to contain resource sync state, account ownership, + description: |- + All CRs managed by ACK have a common `Status.ACKResourceMetadata` member + that is used to contain resource sync state, account ownership, constructed ARN for the resource properties: arn: - description: 'ARN is the Amazon Resource Name for the resource. - This is a globally-unique identifier and is set only by the - ACK service controller once the controller has orchestrated - the creation of the resource OR when it has verified that an - "adopted" resource (a resource where the ARN annotation was - set by the Kubernetes user on the CR) exists and matches the - supplied CR''s Spec field values. TODO(vijat@): Find a better - strategy for resources that do not have ARN in CreateOutputResponse - https://github.com/aws/aws-controllers-k8s/issues/270' + description: |- + ARN is the Amazon Resource Name for the resource. This is a + globally-unique identifier and is set only by the ACK service controller + once the controller has orchestrated the creation of the resource OR + when it has verified that an "adopted" resource (a resource where the + ARN annotation was set by the Kubernetes user on the CR) exists and + matches the supplied CR's Spec field values. + TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse + https://github.com/aws/aws-controllers-k8s/issues/270 type: string ownerAccountID: - description: OwnerAccountID is the AWS Account ID of the account - that owns the backend AWS service API resource. + description: |- + OwnerAccountID is the AWS Account ID of the account that owns the + backend AWS service API resource. type: string region: description: Region is the AWS region in which the resource exists @@ -113,24 +127,26 @@ spec: - region type: object allocationID: - description: '[EC2-VPC] The ID that Amazon Web Services assigns to - represent the allocation of the Elastic IP address for use with - instances in a VPC.' + description: |- + [EC2-VPC] The ID that Amazon Web Services assigns to represent the allocation + of the Elastic IP address for use with instances in a VPC. type: string carrierIP: - description: The carrier IP address. This option is only available - for network interfaces which reside in a subnet in a Wavelength - Zone (for example an EC2 instance). + description: |- + The carrier IP address. This option is only available for network interfaces + which reside in a subnet in a Wavelength Zone (for example an EC2 instance). type: string conditions: - description: All CRS managed by ACK have a common `Status.Conditions` - member that contains a collection of `ackv1alpha1.Condition` objects - that describe the various terminal states of the CR and its backend - AWS service API resource + description: |- + All CRS managed by ACK have a common `Status.Conditions` member that + contains a collection of `ackv1alpha1.Condition` objects that describe + the various terminal states of the CR and its backend AWS service API + resource items: - description: Condition is the common struct used by all CRDs managed - by ACK service controllers to indicate terminal states of the - CR and its backend AWS service API resource + description: |- + Condition is the common struct used by all CRDs managed by ACK service + controllers to indicate terminal states of the CR and its backend AWS + service API resource properties: lastTransitionTime: description: Last time the condition transitioned from one status diff --git a/config/crd/bases/ec2.services.k8s.aws_flowlogs.yaml b/config/crd/bases/ec2.services.k8s.aws_flowlogs.yaml index a245242c..87dc6cf0 100644 --- a/config/crd/bases/ec2.services.k8s.aws_flowlogs.yaml +++ b/config/crd/bases/ec2.services.k8s.aws_flowlogs.yaml @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null + controller-gen.kubebuilder.io/version: v0.14.0 name: flowlogs.ec2.services.k8s.aws spec: group: ec2.services.k8s.aws @@ -21,26 +20,37 @@ spec: description: FlowLog is the Schema for the FlowLogs API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object spec: - description: "FlowLogSpec defines the desired state of FlowLog. \n Describes - a flow log." + description: |- + FlowLogSpec defines the desired state of FlowLog. + + + Describes a flow log. properties: deliverLogsPermissionARN: - description: "The ARN for the IAM role that permits Amazon EC2 to - publish flow logs to a CloudWatch Logs log group in your account. - \n If you specify LogDestinationType as s3, do not specify DeliverLogsPermissionArn - or LogGroupName." + description: |- + The ARN for the IAM role that permits Amazon EC2 to publish flow logs to + a CloudWatch Logs log group in your account. + + + If you specify LogDestinationType as s3, do not specify DeliverLogsPermissionArn + or LogGroupName. type: string destinationOptions: description: The destination options. @@ -53,64 +63,87 @@ spec: type: boolean type: object logDestination: - description: "The destination to which the flow log data is to be - published. Flow log data can be published to a CloudWatch Logs log - group or an Amazon S3 bucket. The value specified for this parameter - depends on the value specified for LogDestinationType. \n If LogDestinationType - is not specified or cloud-watch-logs, specify the Amazon Resource - Name (ARN) of the CloudWatch Logs log group. For example, to publish + description: |- + The destination to which the flow log data is to be published. Flow log data + can be published to a CloudWatch Logs log group or an Amazon S3 bucket. The + value specified for this parameter depends on the value specified for LogDestinationType. + + + If LogDestinationType is not specified or cloud-watch-logs, specify the Amazon + Resource Name (ARN) of the CloudWatch Logs log group. For example, to publish to a log group called my-logs, specify arn:aws:logs:us-east-1:123456789012:log-group:my-logs. - Alternatively, use LogGroupName instead. \n If LogDestinationType - is s3, specify the ARN of the Amazon S3 bucket. You can also specify - a subfolder in the bucket. To specify a subfolder in the bucket, - use the following ARN format: bucket_ARN/subfolder_name/. For example, - to specify a subfolder named my-logs in a bucket named my-bucket, - use the following ARN: arn:aws:s3:::my-bucket/my-logs/. You cannot - use AWSLogs as a subfolder name. This is a reserved term." + Alternatively, use LogGroupName instead. + + + If LogDestinationType is s3, specify the ARN of the Amazon S3 bucket. You + can also specify a subfolder in the bucket. To specify a subfolder in the + bucket, use the following ARN format: bucket_ARN/subfolder_name/. For example, + to specify a subfolder named my-logs in a bucket named my-bucket, use the + following ARN: arn:aws:s3:::my-bucket/my-logs/. You cannot use AWSLogs as + a subfolder name. This is a reserved term. type: string logDestinationType: - description: "The type of destination to which the flow log data is - to be published. Flow log data can be published to CloudWatch Logs - or Amazon S3. To publish flow log data to CloudWatch Logs, specify - cloud-watch-logs. To publish flow log data to Amazon S3, specify - s3. \n If you specify LogDestinationType as s3, do not specify DeliverLogsPermissionArn - or LogGroupName. \n Default: cloud-watch-logs" + description: |- + The type of destination to which the flow log data is to be published. Flow + log data can be published to CloudWatch Logs or Amazon S3. To publish flow + log data to CloudWatch Logs, specify cloud-watch-logs. To publish flow log + data to Amazon S3, specify s3. + + + If you specify LogDestinationType as s3, do not specify DeliverLogsPermissionArn + or LogGroupName. + + + Default: cloud-watch-logs type: string logFormat: - description: "The fields to include in the flow log record, in the - order in which they should appear. For a list of available fields, - see Flow log records (https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs.html#flow-log-records). - If you omit this parameter, the flow log is created using the default - format. If you specify this parameter, you must specify at least - one field. \n Specify the fields using the ${field-id} format, separated - by spaces. For the CLI, surround this parameter value with single - quotes on Linux or double quotes on Windows." + description: |- + The fields to include in the flow log record, in the order in which they + should appear. For a list of available fields, see Flow log records (https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs.html#flow-log-records). + If you omit this parameter, the flow log is created using the default format. + If you specify this parameter, you must specify at least one field. + + + Specify the fields using the ${field-id} format, separated by spaces. For + the CLI, surround this parameter value with single quotes on Linux or double + quotes on Windows. type: string logGroupName: - description: "The name of a new or existing CloudWatch Logs log group - where Amazon EC2 publishes your flow logs. \n If you specify LogDestinationType - as s3, do not specify DeliverLogsPermissionArn or LogGroupName." + description: |- + The name of a new or existing CloudWatch Logs log group where Amazon EC2 + publishes your flow logs. + + + If you specify LogDestinationType as s3, do not specify DeliverLogsPermissionArn + or LogGroupName. type: string maxAggregationInterval: - description: "The maximum interval of time during which a flow of - packets is captured and aggregated into a flow log record. You can - specify 60 seconds (1 minute) or 600 seconds (10 minutes). \n When - a network interface is attached to a Nitro-based instance (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances), - the aggregation interval is always 60 seconds or less, regardless - of the value that you specify. \n Default: 600" + description: |- + The maximum interval of time during which a flow of packets is captured and + aggregated into a flow log record. You can specify 60 seconds (1 minute) + or 600 seconds (10 minutes). + + + When a network interface is attached to a Nitro-based instance (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances), + the aggregation interval is always 60 seconds or less, regardless of the + value that you specify. + + + Default: 600 format: int64 type: integer resourceID: type: string resourceType: - description: The type of resource for which to create the flow log. - For example, if you specified a VPC ID for the ResourceId property, - specify VPC for this property. + description: |- + The type of resource for which to create the flow log. For example, if you + specified a VPC ID for the ResourceId property, specify VPC for this property. type: string tags: - description: The tags. The value parameter is required, but if you - don't want the tag to have a value, specify the parameter with no - value, and we set the value to an empty string. + description: |- + The tags. The value parameter is required, but if you don't want the tag + to have a value, specify the parameter with no value, and we set the value + to an empty string. items: description: Describes a tag. properties: @@ -121,8 +154,9 @@ spec: type: object type: array trafficType: - description: The type of traffic to log. You can log traffic that - the resource accepts or rejects, or all traffic. + description: |- + The type of traffic to log. You can log traffic that the resource accepts + or rejects, or all traffic. type: string required: - resourceID @@ -132,24 +166,26 @@ spec: description: FlowLogStatus defines the observed state of FlowLog properties: ackResourceMetadata: - description: All CRs managed by ACK have a common `Status.ACKResourceMetadata` - member that is used to contain resource sync state, account ownership, + description: |- + All CRs managed by ACK have a common `Status.ACKResourceMetadata` member + that is used to contain resource sync state, account ownership, constructed ARN for the resource properties: arn: - description: 'ARN is the Amazon Resource Name for the resource. - This is a globally-unique identifier and is set only by the - ACK service controller once the controller has orchestrated - the creation of the resource OR when it has verified that an - "adopted" resource (a resource where the ARN annotation was - set by the Kubernetes user on the CR) exists and matches the - supplied CR''s Spec field values. TODO(vijat@): Find a better - strategy for resources that do not have ARN in CreateOutputResponse - https://github.com/aws/aws-controllers-k8s/issues/270' + description: |- + ARN is the Amazon Resource Name for the resource. This is a + globally-unique identifier and is set only by the ACK service controller + once the controller has orchestrated the creation of the resource OR + when it has verified that an "adopted" resource (a resource where the + ARN annotation was set by the Kubernetes user on the CR) exists and + matches the supplied CR's Spec field values. + TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse + https://github.com/aws/aws-controllers-k8s/issues/270 type: string ownerAccountID: - description: OwnerAccountID is the AWS Account ID of the account - that owns the backend AWS service API resource. + description: |- + OwnerAccountID is the AWS Account ID of the account that owns the + backend AWS service API resource. type: string region: description: Region is the AWS region in which the resource exists @@ -160,18 +196,21 @@ spec: - region type: object clientToken: - description: Unique, case-sensitive identifier that you provide to - ensure the idempotency of the request. + description: |- + Unique, case-sensitive identifier that you provide to ensure the idempotency + of the request. type: string conditions: - description: All CRS managed by ACK have a common `Status.Conditions` - member that contains a collection of `ackv1alpha1.Condition` objects - that describe the various terminal states of the CR and its backend - AWS service API resource + description: |- + All CRS managed by ACK have a common `Status.Conditions` member that + contains a collection of `ackv1alpha1.Condition` objects that describe + the various terminal states of the CR and its backend AWS service API + resource items: - description: Condition is the common struct used by all CRDs managed - by ACK service controllers to indicate terminal states of the - CR and its backend AWS service API resource + description: |- + Condition is the common struct used by all CRDs managed by ACK service + controllers to indicate terminal states of the CR and its backend AWS + service API resource properties: lastTransitionTime: description: Last time the condition transitioned from one status @@ -206,8 +245,9 @@ spec: processed in a batch call. properties: error: - description: Information about the error that occurred. For - more information about errors, see Error codes (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html). + description: |- + Information about the error that occurred. For more information about errors, + see Error codes (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html). properties: code: type: string diff --git a/config/crd/bases/ec2.services.k8s.aws_instances.yaml b/config/crd/bases/ec2.services.k8s.aws_instances.yaml index fb716d24..9f86446c 100644 --- a/config/crd/bases/ec2.services.k8s.aws_instances.yaml +++ b/config/crd/bases/ec2.services.k8s.aws_instances.yaml @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null + controller-gen.kubebuilder.io/version: v0.14.0 name: instances.ec2.services.k8s.aws spec: group: ec2.services.k8s.aws @@ -25,30 +24,39 @@ spec: description: Instance is the Schema for the Instances API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object spec: - description: "InstanceSpec defines the desired state of Instance. \n Describes - an instance." + description: |- + InstanceSpec defines the desired state of Instance. + + + Describes an instance. properties: blockDeviceMappings: - description: The block device mapping, which defines the EBS volumes - and instance store volumes to attach to the instance at launch. - For more information, see Block device mappings (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html) + description: |- + The block device mapping, which defines the EBS volumes and instance store + volumes to attach to the instance at launch. For more information, see Block + device mappings (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html) in the Amazon EC2 User Guide. items: - description: Describes a block device mapping, which defines the - EBS volumes and instance store volumes to attach to an instance - at launch. + description: |- + Describes a block device mapping, which defines the EBS volumes and instance + store volumes to attach to an instance at launch. properties: deviceName: type: string @@ -84,11 +92,11 @@ spec: type: object type: array capacityReservationSpecification: - description: Information about the Capacity Reservation targeting - option. If you do not specify this parameter, the instance's Capacity - Reservation preference defaults to open, which enables it to run - in any open Capacity Reservation that has matching attributes (instance - type, platform, Availability Zone). + description: |- + Information about the Capacity Reservation targeting option. If you do not + specify this parameter, the instance's Capacity Reservation preference defaults + to open, which enables it to run in any open Capacity Reservation that has + matching attributes (instance type, platform, Availability Zone). properties: capacityReservationPreference: type: string @@ -103,8 +111,9 @@ spec: type: object type: object cpuOptions: - description: The CPU options for the instance. For more information, - see Optimize CPU options (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html) + description: |- + The CPU options for the instance. For more information, see Optimize CPU + options (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html) in the Amazon EC2 User Guide. properties: coreCount: @@ -115,43 +124,54 @@ spec: type: integer type: object creditSpecification: - description: "The credit option for CPU usage of the burstable performance - instance. Valid values are standard and unlimited. To change this - attribute after launch, use ModifyInstanceCreditSpecification (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyInstanceCreditSpecification.html). + description: |- + The credit option for CPU usage of the burstable performance instance. Valid + values are standard and unlimited. To change this attribute after launch, + use ModifyInstanceCreditSpecification (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyInstanceCreditSpecification.html). For more information, see Burstable performance instances (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html) - in the Amazon EC2 User Guide. \n Default: standard (T2 instances) - or unlimited (T3/T3a/T4g instances) \n For T3 instances with host - tenancy, only standard is supported." + in the Amazon EC2 User Guide. + + + Default: standard (T2 instances) or unlimited (T3/T3a/T4g instances) + + + For T3 instances with host tenancy, only standard is supported. properties: cpuCredits: type: string type: object disableAPIStop: - description: Indicates whether an instance is enabled for stop protection. - For more information, see Stop protection (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html#Using_StopProtection). + description: |- + Indicates whether an instance is enabled for stop protection. For more information, + see Stop protection (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html#Using_StopProtection). type: boolean disableAPITermination: - description: "If you set this parameter to true, you can't terminate - the instance using the Amazon EC2 console, CLI, or API; otherwise, - you can. To change this attribute after launch, use ModifyInstanceAttribute - (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyInstanceAttribute.html). + description: |- + If you set this parameter to true, you can't terminate the instance using + the Amazon EC2 console, CLI, or API; otherwise, you can. To change this attribute + after launch, use ModifyInstanceAttribute (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyInstanceAttribute.html). Alternatively, if you set InstanceInitiatedShutdownBehavior to terminate, - you can terminate the instance by running the shutdown command from - the instance. \n Default: false" + you can terminate the instance by running the shutdown command from the instance. + + + Default: false type: boolean ebsOptimized: - description: "Indicates whether the instance is optimized for Amazon - EBS I/O. This optimization provides dedicated throughput to Amazon - EBS and an optimized configuration stack to provide optimal Amazon - EBS I/O performance. This optimization isn't available with all - instance types. Additional usage charges apply when using an EBS-optimized - instance. \n Default: false" + description: |- + Indicates whether the instance is optimized for Amazon EBS I/O. This optimization + provides dedicated throughput to Amazon EBS and an optimized configuration + stack to provide optimal Amazon EBS I/O performance. This optimization isn't + available with all instance types. Additional usage charges apply when using + an EBS-optimized instance. + + + Default: false type: boolean elasticGPUSpecification: - description: An elastic GPU to associate with the instance. An Elastic - GPU is a GPU resource that you can attach to your Windows instance - to accelerate the graphics performance of your applications. For - more information, see Amazon EC2 Elastic GPUs (https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/elastic-graphics.html) + description: |- + An elastic GPU to associate with the instance. An Elastic GPU is a GPU resource + that you can attach to your Windows instance to accelerate the graphics performance + of your applications. For more information, see Amazon EC2 Elastic GPUs (https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/elastic-graphics.html) in the Amazon EC2 User Guide. items: description: A specification for an Elastic Graphics accelerator. @@ -161,11 +181,13 @@ spec: type: object type: array elasticInferenceAccelerators: - description: "An elastic inference accelerator to associate with the - instance. Elastic inference accelerators are a resource you can - attach to your Amazon EC2 instances to accelerate your Deep Learning - (DL) inference workloads. \n You cannot specify accelerators from - different generations in the same request." + description: |- + An elastic inference accelerator to associate with the instance. Elastic + inference accelerators are a resource you can attach to your Amazon EC2 instances + to accelerate your Deep Learning (DL) inference workloads. + + + You cannot specify accelerators from different generations in the same request. items: description: Describes an elastic inference accelerator. properties: @@ -177,21 +199,27 @@ spec: type: object type: array enclaveOptions: - description: "Indicates whether the instance is enabled for Amazon - Web Services Nitro Enclaves. For more information, see What is Amazon - Web Services Nitro Enclaves? (https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html) - in the Amazon Web Services Nitro Enclaves User Guide. \n You can't - enable Amazon Web Services Nitro Enclaves and hibernation on the - same instance." + description: |- + Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. + For more information, see What is Amazon Web Services Nitro Enclaves? (https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html) + in the Amazon Web Services Nitro Enclaves User Guide. + + + You can't enable Amazon Web Services Nitro Enclaves and hibernation on the + same instance. properties: enabled: type: boolean type: object hibernationOptions: - description: "Indicates whether an instance is enabled for hibernation. - For more information, see Hibernate your instance (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html) - in the Amazon EC2 User Guide. \n You can't enable hibernation and - Amazon Web Services Nitro Enclaves on the same instance." + description: |- + Indicates whether an instance is enabled for hibernation. For more information, + see Hibernate your instance (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html) + in the Amazon EC2 User Guide. + + + You can't enable hibernation and Amazon Web Services Nitro Enclaves on the + same instance. properties: configured: type: boolean @@ -206,19 +234,25 @@ spec: type: string type: object imageID: - description: The ID of the AMI. An AMI ID is required to launch an - instance and must be specified here or in a launch template. + description: |- + The ID of the AMI. An AMI ID is required to launch an instance and must be + specified here or in a launch template. type: string instanceInitiatedShutdownBehavior: - description: "Indicates whether an instance stops or terminates when - you initiate shutdown from the instance (using the operating system - command for system shutdown). \n Default: stop" + description: |- + Indicates whether an instance stops or terminates when you initiate shutdown + from the instance (using the operating system command for system shutdown). + + + Default: stop type: string instanceMarketOptions: - description: "The market (purchasing) option for the instances. \n - For RunInstances, persistent Spot Instance requests are only supported - when InstanceInterruptionBehavior is set to either hibernate or - stop." + description: |- + The market (purchasing) option for the instances. + + + For RunInstances, persistent Spot Instance requests are only supported when + InstanceInterruptionBehavior is set to either hibernate or stop. properties: marketType: type: string @@ -240,27 +274,36 @@ spec: type: object type: object instanceType: - description: "The instance type. For more information, see Instance - types (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html) - in the Amazon EC2 User Guide. \n Default: m1.small" + description: |- + The instance type. For more information, see Instance types (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html) + in the Amazon EC2 User Guide. + + + Default: m1.small type: string ipv6AddressCount: - description: "[EC2-VPC] The number of IPv6 addresses to associate - with the primary network interface. Amazon EC2 chooses the IPv6 - addresses from the range of your subnet. You cannot specify this - option and the option to assign specific IPv6 addresses in the same - request. You can specify this option if you've specified a minimum - number of instances to launch. \n You cannot specify this option - and the network interfaces option in the same request." + description: |- + [EC2-VPC] The number of IPv6 addresses to associate with the primary network + interface. Amazon EC2 chooses the IPv6 addresses from the range of your subnet. + You cannot specify this option and the option to assign specific IPv6 addresses + in the same request. You can specify this option if you've specified a minimum + number of instances to launch. + + + You cannot specify this option and the network interfaces option in the same + request. format: int64 type: integer ipv6Addresses: - description: "[EC2-VPC] The IPv6 addresses from the range of the subnet - to associate with the primary network interface. You cannot specify - this option and the option to assign a number of IPv6 addresses - in the same request. You cannot specify this option if you've specified - a minimum number of instances to launch. \n You cannot specify this - option and the network interfaces option in the same request." + description: |- + [EC2-VPC] The IPv6 addresses from the range of the subnet to associate with + the primary network interface. You cannot specify this option and the option + to assign a number of IPv6 addresses in the same request. You cannot specify + this option if you've specified a minimum number of instances to launch. + + + You cannot specify this option and the network interfaces option in the same + request. items: description: Describes an IPv6 address. properties: @@ -269,24 +312,28 @@ spec: type: object type: array kernelID: - description: "The ID of the kernel. \n We recommend that you use PV-GRUB - instead of kernels and RAM disks. For more information, see PV-GRUB - (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html) - in the Amazon EC2 User Guide." + description: |- + The ID of the kernel. + + + We recommend that you use PV-GRUB instead of kernels and RAM disks. For more + information, see PV-GRUB (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html) + in the Amazon EC2 User Guide. type: string keyName: - description: "The name of the key pair. You can create a key pair - using CreateKeyPair (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateKeyPair.html) + description: |- + The name of the key pair. You can create a key pair using CreateKeyPair (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateKeyPair.html) or ImportKeyPair (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ImportKeyPair.html). - \n If you do not specify a key pair, you can't connect to the instance - unless you choose an AMI that is configured to allow users another - way to log in." + + + If you do not specify a key pair, you can't connect to the instance unless + you choose an AMI that is configured to allow users another way to log in. type: string launchTemplate: - description: The launch template to use to launch the instances. Any - parameters that you specify in RunInstances override the same parameters - in the launch template. You can specify either the name or ID of - a launch template, but not both. + description: |- + The launch template to use to launch the instances. Any parameters that you + specify in RunInstances override the same parameters in the launch template. + You can specify either the name or ID of a launch template, but not both. properties: launchTemplateID: type: string @@ -311,19 +358,22 @@ spec: type: string type: object maxCount: - description: "The maximum number of instances to launch. If you specify - more instances than Amazon EC2 can launch in the target Availability - Zone, Amazon EC2 launches the largest possible number of instances - above MinCount. \n Constraints: Between 1 and the maximum number - you're allowed for the specified instance type. For more information - about the default limits, and how to request an increase, see How - many instances can I run in Amazon EC2 (http://aws.amazon.com/ec2/faqs/#How_many_instances_can_I_run_in_Amazon_EC2) - in the Amazon EC2 FAQ." + description: |- + The maximum number of instances to launch. If you specify more instances + than Amazon EC2 can launch in the target Availability Zone, Amazon EC2 launches + the largest possible number of instances above MinCount. + + + Constraints: Between 1 and the maximum number you're allowed for the specified + instance type. For more information about the default limits, and how to + request an increase, see How many instances can I run in Amazon EC2 (http://aws.amazon.com/ec2/faqs/#How_many_instances_can_I_run_in_Amazon_EC2) + in the Amazon EC2 FAQ. format: int64 type: integer metadataOptions: - description: The metadata options for the instance. For more information, - see Instance metadata and user data (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html). + description: |- + The metadata options for the instance. For more information, see Instance + metadata and user data (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html). properties: httpEndpoint: type: string @@ -338,14 +388,16 @@ spec: type: string type: object minCount: - description: "The minimum number of instances to launch. If you specify - a minimum that is more instances than Amazon EC2 can launch in the - target Availability Zone, Amazon EC2 launches no instances. \n Constraints: - Between 1 and the maximum number you're allowed for the specified - instance type. For more information about the default limits, and - how to request an increase, see How many instances can I run in - Amazon EC2 (http://aws.amazon.com/ec2/faqs/#How_many_instances_can_I_run_in_Amazon_EC2) - in the Amazon EC2 General FAQ." + description: |- + The minimum number of instances to launch. If you specify a minimum that + is more instances than Amazon EC2 can launch in the target Availability Zone, + Amazon EC2 launches no instances. + + + Constraints: Between 1 and the maximum number you're allowed for the specified + instance type. For more information about the default limits, and how to + request an increase, see How many instances can I run in Amazon EC2 (http://aws.amazon.com/ec2/faqs/#How_many_instances_can_I_run_in_Amazon_EC2) + in the Amazon EC2 General FAQ. format: int64 type: integer monitoring: @@ -356,9 +408,10 @@ spec: type: boolean type: object networkInterfaces: - description: The network interfaces to associate with the instance. - If you specify a network interface, you must specify any security - groups and subnets as part of the network interface. + description: |- + The network interfaces to associate with the instance. If you specify a network + interface, you must specify any security groups and subnets as part of the + network interface. items: description: Describes a network interface. properties: @@ -457,8 +510,9 @@ spec: type: string type: object privateDNSNameOptions: - description: The options for the instance hostname. The default values - are inherited from the subnet. + description: |- + The options for the instance hostname. The default values are inherited from + the subnet. properties: enableResourceNameDNSAAAARecord: type: boolean @@ -468,51 +522,70 @@ spec: type: string type: object privateIPAddress: - description: "[EC2-VPC] The primary IPv4 address. You must specify - a value from the IPv4 address range of the subnet. \n Only one private - IP address can be designated as primary. You can't specify this - option if you've specified the option to designate a private IP - address as the primary IP address in a network interface specification. - You cannot specify this option if you're launching more than one - instance in the request. \n You cannot specify this option and the - network interfaces option in the same request." + description: |- + [EC2-VPC] The primary IPv4 address. You must specify a value from the IPv4 + address range of the subnet. + + + Only one private IP address can be designated as primary. You can't specify + this option if you've specified the option to designate a private IP address + as the primary IP address in a network interface specification. You cannot + specify this option if you're launching more than one instance in the request. + + + You cannot specify this option and the network interfaces option in the same + request. type: string ramDiskID: - description: "The ID of the RAM disk to select. Some kernels require - additional drivers at launch. Check the kernel requirements for - information about whether you need to specify a RAM disk. To find - kernel requirements, go to the Amazon Web Services Resource Center - and search for the kernel ID. \n We recommend that you use PV-GRUB - instead of kernels and RAM disks. For more information, see PV-GRUB - (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html) - in the Amazon EC2 User Guide." + description: |- + The ID of the RAM disk to select. Some kernels require additional drivers + at launch. Check the kernel requirements for information about whether you + need to specify a RAM disk. To find kernel requirements, go to the Amazon + Web Services Resource Center and search for the kernel ID. + + + We recommend that you use PV-GRUB instead of kernels and RAM disks. For more + information, see PV-GRUB (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html) + in the Amazon EC2 User Guide. type: string securityGroupIDs: - description: "The IDs of the security groups. You can create a security - group using CreateSecurityGroup (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateSecurityGroup.html). - \n If you specify a network interface, you must specify any security - groups as part of the network interface." + description: |- + The IDs of the security groups. You can create a security group using CreateSecurityGroup + (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateSecurityGroup.html). + + + If you specify a network interface, you must specify any security groups + as part of the network interface. items: type: string type: array securityGroups: - description: "[EC2-Classic, default VPC] The names of the security - groups. For a nondefault VPC, you must use security group IDs instead. - \n If you specify a network interface, you must specify any security - groups as part of the network interface. \n Default: Amazon EC2 - uses the default security group." + description: |- + [EC2-Classic, default VPC] The names of the security groups. For a nondefault + VPC, you must use security group IDs instead. + + + If you specify a network interface, you must specify any security groups + as part of the network interface. + + + Default: Amazon EC2 uses the default security group. items: type: string type: array subnetID: - description: "[EC2-VPC] The ID of the subnet to launch the instance - into. \n If you specify a network interface, you must specify any - subnets as part of the network interface." + description: |- + [EC2-VPC] The ID of the subnet to launch the instance into. + + + If you specify a network interface, you must specify any subnets as part + of the network interface. type: string tags: - description: The tags. The value parameter is required, but if you - don't want the tag to have a value, specify the parameter with no - value, and we set the value to an empty string. + description: |- + The tags. The value parameter is required, but if you don't want the tag + to have a value, specify the parameter with no value, and we set the value + to an empty string. items: description: Describes a tag. properties: @@ -523,37 +596,39 @@ spec: type: object type: array userData: - description: The user data script to make available to the instance. - For more information, see Run commands on your Linux instance at - launch (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html) + description: |- + The user data script to make available to the instance. For more information, + see Run commands on your Linux instance at launch (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html) and Run commands on your Windows instance at launch (https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2-windows-user-data.html). - If you are using a command line tool, base64-encoding is performed - for you, and you can load the text from a file. Otherwise, you must - provide base64-encoded text. User data is limited to 16 KB. + If you are using a command line tool, base64-encoding is performed for you, + and you can load the text from a file. Otherwise, you must provide base64-encoded + text. User data is limited to 16 KB. type: string type: object status: description: InstanceStatus defines the observed state of Instance properties: ackResourceMetadata: - description: All CRs managed by ACK have a common `Status.ACKResourceMetadata` - member that is used to contain resource sync state, account ownership, + description: |- + All CRs managed by ACK have a common `Status.ACKResourceMetadata` member + that is used to contain resource sync state, account ownership, constructed ARN for the resource properties: arn: - description: 'ARN is the Amazon Resource Name for the resource. - This is a globally-unique identifier and is set only by the - ACK service controller once the controller has orchestrated - the creation of the resource OR when it has verified that an - "adopted" resource (a resource where the ARN annotation was - set by the Kubernetes user on the CR) exists and matches the - supplied CR''s Spec field values. TODO(vijat@): Find a better - strategy for resources that do not have ARN in CreateOutputResponse - https://github.com/aws/aws-controllers-k8s/issues/270' + description: |- + ARN is the Amazon Resource Name for the resource. This is a + globally-unique identifier and is set only by the ACK service controller + once the controller has orchestrated the creation of the resource OR + when it has verified that an "adopted" resource (a resource where the + ARN annotation was set by the Kubernetes user on the CR) exists and + matches the supplied CR's Spec field values. + TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse + https://github.com/aws/aws-controllers-k8s/issues/270 type: string ownerAccountID: - description: OwnerAccountID is the AWS Account ID of the account - that owns the backend AWS service API resource. + description: |- + OwnerAccountID is the AWS Account ID of the account that owns the + backend AWS service API resource. type: string region: description: Region is the AWS region in which the resource exists @@ -564,30 +639,33 @@ spec: - region type: object amiLaunchIndex: - description: The AMI launch index, which can be used to find this - instance in the launch group. + description: |- + The AMI launch index, which can be used to find this instance in the launch + group. format: int64 type: integer architecture: description: The architecture of the image. type: string bootMode: - description: The boot mode of the instance. For more information, - see Boot modes (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html) + description: |- + The boot mode of the instance. For more information, see Boot modes (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html) in the Amazon EC2 User Guide. type: string capacityReservationID: description: The ID of the Capacity Reservation. type: string conditions: - description: All CRS managed by ACK have a common `Status.Conditions` - member that contains a collection of `ackv1alpha1.Condition` objects - that describe the various terminal states of the CR and its backend - AWS service API resource + description: |- + All CRS managed by ACK have a common `Status.Conditions` member that + contains a collection of `ackv1alpha1.Condition` objects that describe + the various terminal states of the CR and its backend AWS service API + resource items: - description: Condition is the common struct used by all CRDs managed - by ACK service controllers to indicate terminal states of the - CR and its backend AWS service API resource + description: |- + Condition is the common struct used by all CRDs managed by ACK service + controllers to indicate terminal states of the CR and its backend AWS + service API resource properties: lastTransitionTime: description: Last time the condition transitioned from one status @@ -650,8 +728,9 @@ spec: description: Specifies whether enhanced networking with ENA is enabled. type: boolean hypervisor: - description: The hypervisor type of the instance. The value xen is - used for both Xen and Nitro hypervisors. + description: |- + The hypervisor type of the instance. The value xen is used for both Xen and + Nitro hypervisors. type: string instanceID: description: The ID of the instance. @@ -684,19 +763,22 @@ spec: blank. type: string platformDetails: - description: The platform details value for the instance. For more - information, see AMI billing information fields (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/billing-info-fields.html) + description: |- + The platform details value for the instance. For more information, see AMI + billing information fields (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/billing-info-fields.html) in the Amazon EC2 User Guide. type: string privateDNSName: - description: "(IPv4 only) The private DNS hostname name assigned to - the instance. This DNS hostname can only be used inside the Amazon - EC2 network. This name is not available until the instance enters - the running state. \n [EC2-VPC] The Amazon-provided DNS server resolves - Amazon-provided private DNS hostnames if you've enabled DNS resolution - and DNS hostnames in your VPC. If you are not using the Amazon-provided - DNS server in your VPC, your custom domain name servers must resolve - the hostname as appropriate." + description: |- + (IPv4 only) The private DNS hostname name assigned to the instance. This + DNS hostname can only be used inside the Amazon EC2 network. This name is + not available until the instance enters the running state. + + + [EC2-VPC] The Amazon-provided DNS server resolves Amazon-provided private + DNS hostnames if you've enabled DNS resolution and DNS hostnames in your + VPC. If you are not using the Amazon-provided DNS server in your VPC, your + custom domain name servers must resolve the hostname as appropriate. type: string productCodes: description: The product codes attached to this instance, if applicable. @@ -710,24 +792,28 @@ spec: type: object type: array publicDNSName: - description: (IPv4 only) The public DNS name assigned to the instance. - This name is not available until the instance enters the running - state. For EC2-VPC, this name is only available if you've enabled - DNS hostnames for your VPC. + description: |- + (IPv4 only) The public DNS name assigned to the instance. This name is not + available until the instance enters the running state. For EC2-VPC, this + name is only available if you've enabled DNS hostnames for your VPC. type: string publicIPAddress: - description: "The public IPv4 address, or the Carrier IP address assigned - to the instance, if applicable. \n A Carrier IP address only applies - to an instance launched in a subnet associated with a Wavelength - Zone." + description: |- + The public IPv4 address, or the Carrier IP address assigned to the instance, + if applicable. + + + A Carrier IP address only applies to an instance launched in a subnet associated + with a Wavelength Zone. type: string rootDeviceName: description: The device name of the root device volume (for example, /dev/sda1). type: string rootDeviceType: - description: The root device type used by the AMI. The AMI can use - an EBS volume or an instance store volume. + description: |- + The root device type used by the AMI. The AMI can use an EBS volume or an + instance store volume. type: string sourceDestCheck: description: Indicates whether source/destination checking is enabled. @@ -737,8 +823,9 @@ spec: the request. type: string sriovNetSupport: - description: Specifies whether enhanced networking with the Intel - 82599 Virtual Function interface is enabled. + description: |- + Specifies whether enhanced networking with the Intel 82599 Virtual Function + interface is enabled. type: string state: description: The current state of the instance. @@ -762,13 +849,15 @@ spec: might be an empty string. type: string tpmSupport: - description: If the instance is configured for NitroTPM support, the - value is v2.0. For more information, see NitroTPM (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nitrotpm.html) + description: |- + If the instance is configured for NitroTPM support, the value is v2.0. For + more information, see NitroTPM (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nitrotpm.html) in the Amazon EC2 User Guide. type: string usageOperation: - description: The usage operation value for the instance. For more - information, see AMI billing information fields (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/billing-info-fields.html) + description: |- + The usage operation value for the instance. For more information, see AMI + billing information fields (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/billing-info-fields.html) in the Amazon EC2 User Guide. type: string usageOperationUpdateTime: diff --git a/config/crd/bases/ec2.services.k8s.aws_internetgateways.yaml b/config/crd/bases/ec2.services.k8s.aws_internetgateways.yaml index cdf9f68e..6a7e21ef 100644 --- a/config/crd/bases/ec2.services.k8s.aws_internetgateways.yaml +++ b/config/crd/bases/ec2.services.k8s.aws_internetgateways.yaml @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null + controller-gen.kubebuilder.io/version: v0.14.0 name: internetgateways.ec2.services.k8s.aws spec: group: ec2.services.k8s.aws @@ -25,31 +24,40 @@ spec: description: InternetGateway is the Schema for the InternetGateways API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object spec: - description: "InternetGatewaySpec defines the desired state of InternetGateway. - \n Describes an internet gateway." + description: |- + InternetGatewaySpec defines the desired state of InternetGateway. + + + Describes an internet gateway. properties: routeTableRefs: items: description: "AWSResourceReferenceWrapper provides a wrapper around - *AWSResourceReference type to provide more user friendly syntax - for references using 'from' field Ex: APIIDRef: \n from: name: - my-api" + *AWSResourceReference\ntype to provide more user friendly syntax + for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + \ name: my-api" properties: from: - description: AWSResourceReference provides all the values necessary - to reference another k8s resource for finding the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string @@ -61,9 +69,10 @@ spec: type: string type: array tags: - description: The tags. The value parameter is required, but if you - don't want the tag to have a value, specify the parameter with no - value, and we set the value to an empty string. + description: |- + The tags. The value parameter is required, but if you don't want the tag + to have a value, specify the parameter with no value, and we set the value + to an empty string. items: description: Describes a tag. properties: @@ -78,12 +87,14 @@ spec: type: string vpcRef: description: "AWSResourceReferenceWrapper provides a wrapper around - *AWSResourceReference type to provide more user friendly syntax - for references using 'from' field Ex: APIIDRef: \n from: name: my-api" + *AWSResourceReference\ntype to provide more user friendly syntax + for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + \ name: my-api" properties: from: - description: AWSResourceReference provides all the values necessary - to reference another k8s resource for finding the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string @@ -94,24 +105,26 @@ spec: description: InternetGatewayStatus defines the observed state of InternetGateway properties: ackResourceMetadata: - description: All CRs managed by ACK have a common `Status.ACKResourceMetadata` - member that is used to contain resource sync state, account ownership, + description: |- + All CRs managed by ACK have a common `Status.ACKResourceMetadata` member + that is used to contain resource sync state, account ownership, constructed ARN for the resource properties: arn: - description: 'ARN is the Amazon Resource Name for the resource. - This is a globally-unique identifier and is set only by the - ACK service controller once the controller has orchestrated - the creation of the resource OR when it has verified that an - "adopted" resource (a resource where the ARN annotation was - set by the Kubernetes user on the CR) exists and matches the - supplied CR''s Spec field values. TODO(vijat@): Find a better - strategy for resources that do not have ARN in CreateOutputResponse - https://github.com/aws/aws-controllers-k8s/issues/270' + description: |- + ARN is the Amazon Resource Name for the resource. This is a + globally-unique identifier and is set only by the ACK service controller + once the controller has orchestrated the creation of the resource OR + when it has verified that an "adopted" resource (a resource where the + ARN annotation was set by the Kubernetes user on the CR) exists and + matches the supplied CR's Spec field values. + TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse + https://github.com/aws/aws-controllers-k8s/issues/270 type: string ownerAccountID: - description: OwnerAccountID is the AWS Account ID of the account - that owns the backend AWS service API resource. + description: |- + OwnerAccountID is the AWS Account ID of the account that owns the + backend AWS service API resource. type: string region: description: Region is the AWS region in which the resource exists @@ -124,8 +137,9 @@ spec: attachments: description: Any VPCs attached to the internet gateway. items: - description: Describes the attachment of a VPC to an internet gateway - or an egress-only internet gateway. + description: |- + Describes the attachment of a VPC to an internet gateway or an egress-only + internet gateway. properties: state: type: string @@ -134,14 +148,16 @@ spec: type: object type: array conditions: - description: All CRS managed by ACK have a common `Status.Conditions` - member that contains a collection of `ackv1alpha1.Condition` objects - that describe the various terminal states of the CR and its backend - AWS service API resource + description: |- + All CRS managed by ACK have a common `Status.Conditions` member that + contains a collection of `ackv1alpha1.Condition` objects that describe + the various terminal states of the CR and its backend AWS service API + resource items: - description: Condition is the common struct used by all CRDs managed - by ACK service controllers to indicate terminal states of the - CR and its backend AWS service API resource + description: |- + Condition is the common struct used by all CRDs managed by ACK service + controllers to indicate terminal states of the CR and its backend AWS + service API resource properties: lastTransitionTime: description: Last time the condition transitioned from one status diff --git a/config/crd/bases/ec2.services.k8s.aws_natgateways.yaml b/config/crd/bases/ec2.services.k8s.aws_natgateways.yaml index b1344aa9..9f39a8a8 100644 --- a/config/crd/bases/ec2.services.k8s.aws_natgateways.yaml +++ b/config/crd/bases/ec2.services.k8s.aws_natgateways.yaml @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null + controller-gen.kubebuilder.io/version: v0.14.0 name: natgateways.ec2.services.k8s.aws spec: group: ec2.services.k8s.aws @@ -28,65 +27,79 @@ spec: description: NATGateway is the Schema for the NATGateways API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object spec: - description: "NatGatewaySpec defines the desired state of NatGateway. - \n Describes a NAT gateway." + description: |- + NatGatewaySpec defines the desired state of NatGateway. + + + Describes a NAT gateway. properties: allocationID: - description: '[Public NAT gateways only] The allocation ID of an Elastic - IP address to associate with the NAT gateway. You cannot specify - an Elastic IP address with a private NAT gateway. If the Elastic - IP address is associated with another resource, you must first disassociate - it.' + description: |- + [Public NAT gateways only] The allocation ID of an Elastic IP address to + associate with the NAT gateway. You cannot specify an Elastic IP address + with a private NAT gateway. If the Elastic IP address is associated with + another resource, you must first disassociate it. type: string allocationRef: description: "AWSResourceReferenceWrapper provides a wrapper around - *AWSResourceReference type to provide more user friendly syntax - for references using 'from' field Ex: APIIDRef: \n from: name: my-api" + *AWSResourceReference\ntype to provide more user friendly syntax + for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + \ name: my-api" properties: from: - description: AWSResourceReference provides all the values necessary - to reference another k8s resource for finding the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string type: object type: object connectivityType: - description: Indicates whether the NAT gateway supports public or - private connectivity. The default is public connectivity. + description: |- + Indicates whether the NAT gateway supports public or private connectivity. + The default is public connectivity. type: string subnetID: description: The subnet in which to create the NAT gateway. type: string subnetRef: description: "AWSResourceReferenceWrapper provides a wrapper around - *AWSResourceReference type to provide more user friendly syntax - for references using 'from' field Ex: APIIDRef: \n from: name: my-api" + *AWSResourceReference\ntype to provide more user friendly syntax + for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + \ name: my-api" properties: from: - description: AWSResourceReference provides all the values necessary - to reference another k8s resource for finding the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string type: object type: object tags: - description: The tags. The value parameter is required, but if you - don't want the tag to have a value, specify the parameter with no - value, and we set the value to an empty string. + description: |- + The tags. The value parameter is required, but if you don't want the tag + to have a value, specify the parameter with no value, and we set the value + to an empty string. items: description: Describes a tag. properties: @@ -101,24 +114,26 @@ spec: description: NATGatewayStatus defines the observed state of NATGateway properties: ackResourceMetadata: - description: All CRs managed by ACK have a common `Status.ACKResourceMetadata` - member that is used to contain resource sync state, account ownership, + description: |- + All CRs managed by ACK have a common `Status.ACKResourceMetadata` member + that is used to contain resource sync state, account ownership, constructed ARN for the resource properties: arn: - description: 'ARN is the Amazon Resource Name for the resource. - This is a globally-unique identifier and is set only by the - ACK service controller once the controller has orchestrated - the creation of the resource OR when it has verified that an - "adopted" resource (a resource where the ARN annotation was - set by the Kubernetes user on the CR) exists and matches the - supplied CR''s Spec field values. TODO(vijat@): Find a better - strategy for resources that do not have ARN in CreateOutputResponse - https://github.com/aws/aws-controllers-k8s/issues/270' + description: |- + ARN is the Amazon Resource Name for the resource. This is a + globally-unique identifier and is set only by the ACK service controller + once the controller has orchestrated the creation of the resource OR + when it has verified that an "adopted" resource (a resource where the + ARN annotation was set by the Kubernetes user on the CR) exists and + matches the supplied CR's Spec field values. + TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse + https://github.com/aws/aws-controllers-k8s/issues/270 type: string ownerAccountID: - description: OwnerAccountID is the AWS Account ID of the account - that owns the backend AWS service API resource. + description: |- + OwnerAccountID is the AWS Account ID of the account that owns the + backend AWS service API resource. type: string region: description: Region is the AWS region in which the resource exists @@ -129,14 +144,16 @@ spec: - region type: object conditions: - description: All CRS managed by ACK have a common `Status.Conditions` - member that contains a collection of `ackv1alpha1.Condition` objects - that describe the various terminal states of the CR and its backend - AWS service API resource + description: |- + All CRS managed by ACK have a common `Status.Conditions` member that + contains a collection of `ackv1alpha1.Condition` objects that describe + the various terminal states of the CR and its backend AWS service API + resource items: - description: Condition is the common struct used by all CRDs managed - by ACK service controllers to indicate terminal states of the - CR and its backend AWS service API resource + description: |- + Condition is the common struct used by all CRDs managed by ACK service + controllers to indicate terminal states of the CR and its backend AWS + service API resource properties: lastTransitionTime: description: Last time the condition transitioned from one status @@ -170,28 +187,44 @@ spec: format: date-time type: string failureCode: - description: If the NAT gateway could not be created, specifies the - error code for the failure. (InsufficientFreeAddressesInSubnet | - Gateway.NotAttached | InvalidAllocationID.NotFound | Resource.AlreadyAssociated - | InternalError | InvalidSubnetID.NotFound) + description: |- + If the NAT gateway could not be created, specifies the error code for the + failure. (InsufficientFreeAddressesInSubnet | Gateway.NotAttached | InvalidAllocationID.NotFound + | Resource.AlreadyAssociated | InternalError | InvalidSubnetID.NotFound) type: string failureMessage: - description: "If the NAT gateway could not be created, specifies the - error message for the failure, that corresponds to the error code. - \n * For InsufficientFreeAddressesInSubnet: \"Subnet has insufficient - free addresses to create this NAT gateway\" \n * For Gateway.NotAttached: - \"Network vpc-xxxxxxxx has no Internet gateway attached\" \n * For - InvalidAllocationID.NotFound: \"Elastic IP address eipalloc-xxxxxxxx - could not be associated with this NAT gateway\" \n * For Resource.AlreadyAssociated: - \"Elastic IP address eipalloc-xxxxxxxx is already associated\" \n - * For InternalError: \"Network interface eni-xxxxxxxx, created and - used internally by this NAT gateway is in an invalid state. Please - try again.\" \n * For InvalidSubnetID.NotFound: \"The specified - subnet subnet-xxxxxxxx does not exist or could not be found.\"" + description: |- + If the NAT gateway could not be created, specifies the error message for + the failure, that corresponds to the error code. + + + * For InsufficientFreeAddressesInSubnet: "Subnet has insufficient free + addresses to create this NAT gateway" + + + * For Gateway.NotAttached: "Network vpc-xxxxxxxx has no Internet gateway + attached" + + + * For InvalidAllocationID.NotFound: "Elastic IP address eipalloc-xxxxxxxx + could not be associated with this NAT gateway" + + + * For Resource.AlreadyAssociated: "Elastic IP address eipalloc-xxxxxxxx + is already associated" + + + * For InternalError: "Network interface eni-xxxxxxxx, created and used + internally by this NAT gateway is in an invalid state. Please try again." + + + * For InvalidSubnetID.NotFound: "The specified subnet subnet-xxxxxxxx + does not exist or could not be found." type: string natGatewayAddresses: - description: Information about the IP addresses and network interface - associated with the NAT gateway. + description: |- + Information about the IP addresses and network interface associated with + the NAT gateway. items: description: Describes the IP addresses and network interface associated with a NAT gateway. @@ -210,8 +243,9 @@ spec: description: The ID of the NAT gateway. type: string provisionedBandwidth: - description: Reserved. If you need to sustain traffic greater than - the documented limits (https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html), + description: |- + Reserved. If you need to sustain traffic greater than the documented limits + (https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html), contact us through the Support Center (https://console.aws.amazon.com/support/home?). properties: provisionTime: @@ -228,16 +262,29 @@ spec: type: string type: object state: - description: "The state of the NAT gateway. \n * pending: The NAT - gateway is being created and is not ready to process traffic. \n - * failed: The NAT gateway could not be created. Check the failureCode - and failureMessage fields for the reason. \n * available: The NAT - gateway is able to process traffic. This status remains until you - delete the NAT gateway, and does not indicate the health of the - NAT gateway. \n * deleting: The NAT gateway is in the process of - being terminated and may still be processing traffic. \n * deleted: - The NAT gateway has been terminated and is no longer processing - traffic." + description: |- + The state of the NAT gateway. + + + * pending: The NAT gateway is being created and is not ready to process + traffic. + + + * failed: The NAT gateway could not be created. Check the failureCode + and failureMessage fields for the reason. + + + * available: The NAT gateway is able to process traffic. This status remains + until you delete the NAT gateway, and does not indicate the health of + the NAT gateway. + + + * deleting: The NAT gateway is in the process of being terminated and + may still be processing traffic. + + + * deleted: The NAT gateway has been terminated and is no longer processing + traffic. type: string vpcID: description: The ID of the VPC in which the NAT gateway is located. diff --git a/config/crd/bases/ec2.services.k8s.aws_networkacls.yaml b/config/crd/bases/ec2.services.k8s.aws_networkacls.yaml index 6df07fe5..ab35f16a 100644 --- a/config/crd/bases/ec2.services.k8s.aws_networkacls.yaml +++ b/config/crd/bases/ec2.services.k8s.aws_networkacls.yaml @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null + controller-gen.kubebuilder.io/version: v0.14.0 name: networkacls.ec2.services.k8s.aws spec: group: ec2.services.k8s.aws @@ -25,20 +24,28 @@ spec: description: NetworkACL is the Schema for the NetworkACLS API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object spec: - description: "NetworkAclSpec defines the desired state of NetworkAcl. - \n Describes a network ACL." + description: |- + NetworkAclSpec defines the desired state of NetworkAcl. + + + Describes a network ACL. properties: associations: items: @@ -55,9 +62,9 @@ spec: description: Reference field for SubnetID properties: from: - description: AWSResourceReference provides all the values - necessary to reference another k8s resource for finding - the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string @@ -105,9 +112,10 @@ spec: type: object type: array tags: - description: The tags. The value parameter is required, but if you - don't want the tag to have a value, specify the parameter with no - value, and we set the value to an empty string. + description: |- + The tags. The value parameter is required, but if you don't want the tag + to have a value, specify the parameter with no value, and we set the value + to an empty string. items: description: Describes a tag. properties: @@ -122,12 +130,14 @@ spec: type: string vpcRef: description: "AWSResourceReferenceWrapper provides a wrapper around - *AWSResourceReference type to provide more user friendly syntax - for references using 'from' field Ex: APIIDRef: \n from: name: my-api" + *AWSResourceReference\ntype to provide more user friendly syntax + for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + \ name: my-api" properties: from: - description: AWSResourceReference provides all the values necessary - to reference another k8s resource for finding the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string @@ -138,24 +148,26 @@ spec: description: NetworkACLStatus defines the observed state of NetworkACL properties: ackResourceMetadata: - description: All CRs managed by ACK have a common `Status.ACKResourceMetadata` - member that is used to contain resource sync state, account ownership, + description: |- + All CRs managed by ACK have a common `Status.ACKResourceMetadata` member + that is used to contain resource sync state, account ownership, constructed ARN for the resource properties: arn: - description: 'ARN is the Amazon Resource Name for the resource. - This is a globally-unique identifier and is set only by the - ACK service controller once the controller has orchestrated - the creation of the resource OR when it has verified that an - "adopted" resource (a resource where the ARN annotation was - set by the Kubernetes user on the CR) exists and matches the - supplied CR''s Spec field values. TODO(vijat@): Find a better - strategy for resources that do not have ARN in CreateOutputResponse - https://github.com/aws/aws-controllers-k8s/issues/270' + description: |- + ARN is the Amazon Resource Name for the resource. This is a + globally-unique identifier and is set only by the ACK service controller + once the controller has orchestrated the creation of the resource OR + when it has verified that an "adopted" resource (a resource where the + ARN annotation was set by the Kubernetes user on the CR) exists and + matches the supplied CR's Spec field values. + TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse + https://github.com/aws/aws-controllers-k8s/issues/270 type: string ownerAccountID: - description: OwnerAccountID is the AWS Account ID of the account - that owns the backend AWS service API resource. + description: |- + OwnerAccountID is the AWS Account ID of the account that owns the + backend AWS service API resource. type: string region: description: Region is the AWS region in which the resource exists @@ -166,14 +178,16 @@ spec: - region type: object conditions: - description: All CRS managed by ACK have a common `Status.Conditions` - member that contains a collection of `ackv1alpha1.Condition` objects - that describe the various terminal states of the CR and its backend - AWS service API resource + description: |- + All CRS managed by ACK have a common `Status.Conditions` member that + contains a collection of `ackv1alpha1.Condition` objects that describe + the various terminal states of the CR and its backend AWS service API + resource items: - description: Condition is the common struct used by all CRDs managed - by ACK service controllers to indicate terminal states of the - CR and its backend AWS service API resource + description: |- + Condition is the common struct used by all CRDs managed by ACK service + controllers to indicate terminal states of the CR and its backend AWS + service API resource properties: lastTransitionTime: description: Last time the condition transitioned from one status diff --git a/config/crd/bases/ec2.services.k8s.aws_routetables.yaml b/config/crd/bases/ec2.services.k8s.aws_routetables.yaml index cc938cb3..8ec23f57 100644 --- a/config/crd/bases/ec2.services.k8s.aws_routetables.yaml +++ b/config/crd/bases/ec2.services.k8s.aws_routetables.yaml @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null + controller-gen.kubebuilder.io/version: v0.14.0 name: routetables.ec2.services.k8s.aws spec: group: ec2.services.k8s.aws @@ -25,20 +24,28 @@ spec: description: RouteTable is the Schema for the RouteTables API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object spec: - description: "RouteTableSpec defines the desired state of RouteTable. - \n Describes a route table." + description: |- + RouteTableSpec defines the desired state of RouteTable. + + + Describes a route table. properties: routes: items: @@ -61,9 +68,9 @@ spec: description: Reference field for GatewayID properties: from: - description: AWSResourceReference provides all the values - necessary to reference another k8s resource for finding - the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string @@ -79,9 +86,9 @@ spec: description: Reference field for NATGatewayID properties: from: - description: AWSResourceReference provides all the values - necessary to reference another k8s resource for finding - the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string @@ -95,9 +102,9 @@ spec: description: Reference field for TransitGatewayID properties: from: - description: AWSResourceReference provides all the values - necessary to reference another k8s resource for finding - the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string @@ -109,9 +116,9 @@ spec: description: Reference field for VPCEndpointID properties: from: - description: AWSResourceReference provides all the values - necessary to reference another k8s resource for finding - the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string @@ -123,9 +130,9 @@ spec: description: Reference field for VPCPeeringConnectionID properties: from: - description: AWSResourceReference provides all the values - necessary to reference another k8s resource for finding - the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string @@ -134,9 +141,10 @@ spec: type: object type: array tags: - description: The tags. The value parameter is required, but if you - don't want the tag to have a value, specify the parameter with no - value, and we set the value to an empty string. + description: |- + The tags. The value parameter is required, but if you don't want the tag + to have a value, specify the parameter with no value, and we set the value + to an empty string. items: description: Describes a tag. properties: @@ -151,12 +159,14 @@ spec: type: string vpcRef: description: "AWSResourceReferenceWrapper provides a wrapper around - *AWSResourceReference type to provide more user friendly syntax - for references using 'from' field Ex: APIIDRef: \n from: name: my-api" + *AWSResourceReference\ntype to provide more user friendly syntax + for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + \ name: my-api" properties: from: - description: AWSResourceReference provides all the values necessary - to reference another k8s resource for finding the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string @@ -167,24 +177,26 @@ spec: description: RouteTableStatus defines the observed state of RouteTable properties: ackResourceMetadata: - description: All CRs managed by ACK have a common `Status.ACKResourceMetadata` - member that is used to contain resource sync state, account ownership, + description: |- + All CRs managed by ACK have a common `Status.ACKResourceMetadata` member + that is used to contain resource sync state, account ownership, constructed ARN for the resource properties: arn: - description: 'ARN is the Amazon Resource Name for the resource. - This is a globally-unique identifier and is set only by the - ACK service controller once the controller has orchestrated - the creation of the resource OR when it has verified that an - "adopted" resource (a resource where the ARN annotation was - set by the Kubernetes user on the CR) exists and matches the - supplied CR''s Spec field values. TODO(vijat@): Find a better - strategy for resources that do not have ARN in CreateOutputResponse - https://github.com/aws/aws-controllers-k8s/issues/270' + description: |- + ARN is the Amazon Resource Name for the resource. This is a + globally-unique identifier and is set only by the ACK service controller + once the controller has orchestrated the creation of the resource OR + when it has verified that an "adopted" resource (a resource where the + ARN annotation was set by the Kubernetes user on the CR) exists and + matches the supplied CR's Spec field values. + TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse + https://github.com/aws/aws-controllers-k8s/issues/270 type: string ownerAccountID: - description: OwnerAccountID is the AWS Account ID of the account - that owns the backend AWS service API resource. + description: |- + OwnerAccountID is the AWS Account ID of the account that owns the + backend AWS service API resource. type: string region: description: Region is the AWS region in which the resource exists @@ -202,8 +214,9 @@ spec: a subnet or gateway. properties: associationState: - description: Describes the state of an association between a - route table and a subnet or gateway. + description: |- + Describes the state of an association between a route table and a subnet + or gateway. properties: state: type: string @@ -223,14 +236,16 @@ spec: type: object type: array conditions: - description: All CRS managed by ACK have a common `Status.Conditions` - member that contains a collection of `ackv1alpha1.Condition` objects - that describe the various terminal states of the CR and its backend - AWS service API resource + description: |- + All CRS managed by ACK have a common `Status.Conditions` member that + contains a collection of `ackv1alpha1.Condition` objects that describe + the various terminal states of the CR and its backend AWS service API + resource items: - description: Condition is the common struct used by all CRDs managed - by ACK service controllers to indicate terminal states of the - CR and its backend AWS service API resource + description: |- + Condition is the common struct used by all CRDs managed by ACK service + controllers to indicate terminal states of the CR and its backend AWS + service API resource properties: lastTransitionTime: description: Last time the condition transitioned from one status diff --git a/config/crd/bases/ec2.services.k8s.aws_securitygroups.yaml b/config/crd/bases/ec2.services.k8s.aws_securitygroups.yaml index 3efa575d..9d4de3e8 100644 --- a/config/crd/bases/ec2.services.k8s.aws_securitygroups.yaml +++ b/config/crd/bases/ec2.services.k8s.aws_securitygroups.yaml @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null + controller-gen.kubebuilder.io/version: v0.14.0 name: securitygroups.ec2.services.k8s.aws spec: group: ec2.services.k8s.aws @@ -25,26 +24,41 @@ spec: description: SecurityGroup is the Schema for the SecurityGroups API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object spec: - description: "SecurityGroupSpec defines the desired state of SecurityGroup. - \n Describes a security group." + description: |- + SecurityGroupSpec defines the desired state of SecurityGroup. + + + Describes a security group. properties: description: - description: "A description for the security group. This is informational - only. \n Constraints: Up to 255 characters in length \n Constraints - for EC2-Classic: ASCII characters \n Constraints for EC2-VPC: a-z, - A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*" + description: |- + A description for the security group. This is informational only. + + + Constraints: Up to 255 characters in length + + + Constraints for EC2-Classic: ASCII characters + + + Constraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$* type: string egressRules: items: @@ -91,12 +105,14 @@ spec: type: integer userIDGroupPairs: items: - description: "Describes a security group and Amazon Web Services - account ID pair. \n We are retiring EC2-Classic on August - 15, 2022. We recommend that you migrate from EC2-Classic - to a VPC. For more information, see Migrate from EC2-Classic + description: |- + Describes a security group and Amazon Web Services account ID pair. + + + We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate + from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html) - in the Amazon Elastic Compute Cloud User Guide." + in the Amazon Elastic Compute Cloud User Guide. properties: description: type: string @@ -161,12 +177,14 @@ spec: type: integer userIDGroupPairs: items: - description: "Describes a security group and Amazon Web Services - account ID pair. \n We are retiring EC2-Classic on August - 15, 2022. We recommend that you migrate from EC2-Classic - to a VPC. For more information, see Migrate from EC2-Classic + description: |- + Describes a security group and Amazon Web Services account ID pair. + + + We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate + from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html) - in the Amazon Elastic Compute Cloud User Guide." + in the Amazon Elastic Compute Cloud User Guide. properties: description: type: string @@ -187,15 +205,23 @@ spec: type: object type: array name: - description: "The name of the security group. \n Constraints: Up to - 255 characters in length. Cannot start with sg-. \n Constraints - for EC2-Classic: ASCII characters \n Constraints for EC2-VPC: a-z, - A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*" + description: |- + The name of the security group. + + + Constraints: Up to 255 characters in length. Cannot start with sg-. + + + Constraints for EC2-Classic: ASCII characters + + + Constraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$* type: string tags: - description: The tags. The value parameter is required, but if you - don't want the tag to have a value, specify the parameter with no - value, and we set the value to an empty string. + description: |- + The tags. The value parameter is required, but if you don't want the tag + to have a value, specify the parameter with no value, and we set the value + to an empty string. items: description: Describes a tag. properties: @@ -210,12 +236,14 @@ spec: type: string vpcRef: description: "AWSResourceReferenceWrapper provides a wrapper around - *AWSResourceReference type to provide more user friendly syntax - for references using 'from' field Ex: APIIDRef: \n from: name: my-api" + *AWSResourceReference\ntype to provide more user friendly syntax + for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + \ name: my-api" properties: from: - description: AWSResourceReference provides all the values necessary - to reference another k8s resource for finding the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string @@ -229,24 +257,26 @@ spec: description: SecurityGroupStatus defines the observed state of SecurityGroup properties: ackResourceMetadata: - description: All CRs managed by ACK have a common `Status.ACKResourceMetadata` - member that is used to contain resource sync state, account ownership, + description: |- + All CRs managed by ACK have a common `Status.ACKResourceMetadata` member + that is used to contain resource sync state, account ownership, constructed ARN for the resource properties: arn: - description: 'ARN is the Amazon Resource Name for the resource. - This is a globally-unique identifier and is set only by the - ACK service controller once the controller has orchestrated - the creation of the resource OR when it has verified that an - "adopted" resource (a resource where the ARN annotation was - set by the Kubernetes user on the CR) exists and matches the - supplied CR''s Spec field values. TODO(vijat@): Find a better - strategy for resources that do not have ARN in CreateOutputResponse - https://github.com/aws/aws-controllers-k8s/issues/270' + description: |- + ARN is the Amazon Resource Name for the resource. This is a + globally-unique identifier and is set only by the ACK service controller + once the controller has orchestrated the creation of the resource OR + when it has verified that an "adopted" resource (a resource where the + ARN annotation was set by the Kubernetes user on the CR) exists and + matches the supplied CR's Spec field values. + TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse + https://github.com/aws/aws-controllers-k8s/issues/270 type: string ownerAccountID: - description: OwnerAccountID is the AWS Account ID of the account - that owns the backend AWS service API resource. + description: |- + OwnerAccountID is the AWS Account ID of the account that owns the + backend AWS service API resource. type: string region: description: Region is the AWS region in which the resource exists @@ -257,14 +287,16 @@ spec: - region type: object conditions: - description: All CRS managed by ACK have a common `Status.Conditions` - member that contains a collection of `ackv1alpha1.Condition` objects - that describe the various terminal states of the CR and its backend - AWS service API resource + description: |- + All CRS managed by ACK have a common `Status.Conditions` member that + contains a collection of `ackv1alpha1.Condition` objects that describe + the various terminal states of the CR and its backend AWS service API + resource items: - description: Condition is the common struct used by all CRDs managed - by ACK service controllers to indicate terminal states of the - CR and its backend AWS service API resource + description: |- + Condition is the common struct used by all CRDs managed by ACK service + controllers to indicate terminal states of the CR and its backend AWS + service API resource properties: lastTransitionTime: description: Last time the condition transitioned from one status diff --git a/config/crd/bases/ec2.services.k8s.aws_subnets.yaml b/config/crd/bases/ec2.services.k8s.aws_subnets.yaml index 0bc6e9fc..7290395a 100644 --- a/config/crd/bases/ec2.services.k8s.aws_subnets.yaml +++ b/config/crd/bases/ec2.services.k8s.aws_subnets.yaml @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null + controller-gen.kubebuilder.io/version: v0.14.0 name: subnets.ec2.services.k8s.aws spec: group: ec2.services.k8s.aws @@ -28,44 +27,61 @@ spec: description: Subnet is the Schema for the Subnets API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object spec: - description: "SubnetSpec defines the desired state of Subnet. \n Describes - a subnet." + description: |- + SubnetSpec defines the desired state of Subnet. + + + Describes a subnet. properties: assignIPv6AddressOnCreation: type: boolean availabilityZone: - description: "The Availability Zone or Local Zone for the subnet. - \n Default: Amazon Web Services selects one for you. If you create - more than one subnet in your VPC, we do not necessarily select a - different zone for each subnet. \n To create a subnet in a Local - Zone, set this value to the Local Zone ID, for example us-west-2-lax-1a. - For information about the Regions that support Local Zones, see - Available Regions (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions) - in the Amazon Elastic Compute Cloud User Guide. \n To create a subnet - in an Outpost, set this value to the Availability Zone for the Outpost - and specify the Outpost ARN." + description: |- + The Availability Zone or Local Zone for the subnet. + + + Default: Amazon Web Services selects one for you. If you create more than + one subnet in your VPC, we do not necessarily select a different zone for + each subnet. + + + To create a subnet in a Local Zone, set this value to the Local Zone ID, + for example us-west-2-lax-1a. For information about the Regions that support + Local Zones, see Available Regions (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions) + in the Amazon Elastic Compute Cloud User Guide. + + + To create a subnet in an Outpost, set this value to the Availability Zone + for the Outpost and specify the Outpost ARN. type: string availabilityZoneID: description: The AZ ID or the Local Zone ID of the subnet. type: string cidrBlock: - description: "The IPv4 network range for the subnet, in CIDR notation. - For example, 10.0.0.0/24. We modify the specified CIDR block to - its canonical form; for example, if you specify 100.68.0.18/18, - we modify it to 100.68.0.0/18. \n This parameter is not supported - for an IPv6 only subnet." + description: |- + The IPv4 network range for the subnet, in CIDR notation. For example, 10.0.0.0/24. + We modify the specified CIDR block to its canonical form; for example, if + you specify 100.68.0.18/18, we modify it to 100.68.0.0/18. + + + This parameter is not supported for an IPv6 only subnet. type: string customerOwnedIPv4Pool: type: string @@ -78,9 +94,12 @@ spec: hostnameType: type: string ipv6CIDRBlock: - description: "The IPv6 network range for the subnet, in CIDR notation. - The subnet size must use a /64 prefix length. \n This parameter - is required for an IPv6 only subnet." + description: |- + The IPv6 network range for the subnet, in CIDR notation. The subnet size + must use a /64 prefix length. + + + This parameter is required for an IPv6 only subnet. type: string ipv6Native: description: Indicates whether to create an IPv6 only subnet. @@ -88,20 +107,21 @@ spec: mapPublicIPOnLaunch: type: boolean outpostARN: - description: The Amazon Resource Name (ARN) of the Outpost. If you - specify an Outpost ARN, you must also specify the Availability Zone - of the Outpost subnet. + description: |- + The Amazon Resource Name (ARN) of the Outpost. If you specify an Outpost + ARN, you must also specify the Availability Zone of the Outpost subnet. type: string routeTableRefs: items: description: "AWSResourceReferenceWrapper provides a wrapper around - *AWSResourceReference type to provide more user friendly syntax - for references using 'from' field Ex: APIIDRef: \n from: name: - my-api" + *AWSResourceReference\ntype to provide more user friendly syntax + for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + \ name: my-api" properties: from: - description: AWSResourceReference provides all the values necessary - to reference another k8s resource for finding the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string @@ -113,9 +133,10 @@ spec: type: string type: array tags: - description: The tags. The value parameter is required, but if you - don't want the tag to have a value, specify the parameter with no - value, and we set the value to an empty string. + description: |- + The tags. The value parameter is required, but if you don't want the tag + to have a value, specify the parameter with no value, and we set the value + to an empty string. items: description: Describes a tag. properties: @@ -130,12 +151,14 @@ spec: type: string vpcRef: description: "AWSResourceReferenceWrapper provides a wrapper around - *AWSResourceReference type to provide more user friendly syntax - for references using 'from' field Ex: APIIDRef: \n from: name: my-api" + *AWSResourceReference\ntype to provide more user friendly syntax + for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + \ name: my-api" properties: from: - description: AWSResourceReference provides all the values necessary - to reference another k8s resource for finding the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string @@ -146,24 +169,26 @@ spec: description: SubnetStatus defines the observed state of Subnet properties: ackResourceMetadata: - description: All CRs managed by ACK have a common `Status.ACKResourceMetadata` - member that is used to contain resource sync state, account ownership, + description: |- + All CRs managed by ACK have a common `Status.ACKResourceMetadata` member + that is used to contain resource sync state, account ownership, constructed ARN for the resource properties: arn: - description: 'ARN is the Amazon Resource Name for the resource. - This is a globally-unique identifier and is set only by the - ACK service controller once the controller has orchestrated - the creation of the resource OR when it has verified that an - "adopted" resource (a resource where the ARN annotation was - set by the Kubernetes user on the CR) exists and matches the - supplied CR''s Spec field values. TODO(vijat@): Find a better - strategy for resources that do not have ARN in CreateOutputResponse - https://github.com/aws/aws-controllers-k8s/issues/270' + description: |- + ARN is the Amazon Resource Name for the resource. This is a + globally-unique identifier and is set only by the ACK service controller + once the controller has orchestrated the creation of the resource OR + when it has verified that an "adopted" resource (a resource where the + ARN annotation was set by the Kubernetes user on the CR) exists and + matches the supplied CR's Spec field values. + TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse + https://github.com/aws/aws-controllers-k8s/issues/270 type: string ownerAccountID: - description: OwnerAccountID is the AWS Account ID of the account - that owns the backend AWS service API resource. + description: |- + OwnerAccountID is the AWS Account ID of the account that owns the + backend AWS service API resource. type: string region: description: Region is the AWS region in which the resource exists @@ -174,19 +199,22 @@ spec: - region type: object availableIPAddressCount: - description: The number of unused private IPv4 addresses in the subnet. - The IPv4 addresses for any stopped instances are considered unavailable. + description: |- + The number of unused private IPv4 addresses in the subnet. The IPv4 addresses + for any stopped instances are considered unavailable. format: int64 type: integer conditions: - description: All CRS managed by ACK have a common `Status.Conditions` - member that contains a collection of `ackv1alpha1.Condition` objects - that describe the various terminal states of the CR and its backend - AWS service API resource + description: |- + All CRS managed by ACK have a common `Status.Conditions` member that + contains a collection of `ackv1alpha1.Condition` objects that describe + the various terminal states of the CR and its backend AWS service API + resource items: - description: Condition is the common struct used by all CRDs managed - by ACK service controllers to indicate terminal states of the - CR and its backend AWS service API resource + description: |- + Condition is the common struct used by all CRDs managed by ACK service + controllers to indicate terminal states of the CR and its backend AWS + service API resource properties: lastTransitionTime: description: Last time the condition transitioned from one status @@ -216,9 +244,10 @@ spec: Availability Zone. type: boolean enableLniAtDeviceIndex: - description: Indicates the device position for local network interfaces - in this subnet. For example, 1 indicates local network interfaces - in this subnet are the secondary network interface (eth1). + description: |- + Indicates the device position for local network interfaces in this subnet. + For example, 1 indicates local network interfaces in this subnet are the + secondary network interface (eth1). format: int64 type: integer ipv6CIDRBlockAssociationSet: @@ -243,18 +272,19 @@ spec: type: object type: array mapCustomerOwnedIPOnLaunch: - description: Indicates whether a network interface created in this - subnet (including a network interface created by RunInstances) receives - a customer-owned IPv4 address. + description: |- + Indicates whether a network interface created in this subnet (including a + network interface created by RunInstances) receives a customer-owned IPv4 + address. type: boolean ownerID: description: The ID of the Amazon Web Services account that owns the subnet. type: string privateDNSNameOptionsOnLaunch: - description: The type of hostnames to assign to instances in the subnet - at launch. An instance hostname is based on the IPv4 address or - ID of the instance. + description: |- + The type of hostnames to assign to instances in the subnet at launch. An + instance hostname is based on the IPv4 address or ID of the instance. properties: enableResourceNameDNSAAAARecord: type: boolean diff --git a/config/crd/bases/ec2.services.k8s.aws_transitgateways.yaml b/config/crd/bases/ec2.services.k8s.aws_transitgateways.yaml index 11f85031..b203eaad 100644 --- a/config/crd/bases/ec2.services.k8s.aws_transitgateways.yaml +++ b/config/crd/bases/ec2.services.k8s.aws_transitgateways.yaml @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null + controller-gen.kubebuilder.io/version: v0.14.0 name: transitgateways.ec2.services.k8s.aws spec: group: ec2.services.k8s.aws @@ -28,20 +27,28 @@ spec: description: TransitGateway is the Schema for the TransitGateways API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object spec: - description: "TransitGatewaySpec defines the desired state of TransitGateway. - \n Describes a transit gateway." + description: |- + TransitGatewaySpec defines the desired state of TransitGateway. + + + Describes a transit gateway. properties: description: description: A description of the transit gateway. @@ -70,9 +77,10 @@ spec: type: string type: object tags: - description: The tags. The value parameter is required, but if you - don't want the tag to have a value, specify the parameter with no - value, and we set the value to an empty string. + description: |- + The tags. The value parameter is required, but if you don't want the tag + to have a value, specify the parameter with no value, and we set the value + to an empty string. items: description: Describes a tag. properties: @@ -87,24 +95,26 @@ spec: description: TransitGatewayStatus defines the observed state of TransitGateway properties: ackResourceMetadata: - description: All CRs managed by ACK have a common `Status.ACKResourceMetadata` - member that is used to contain resource sync state, account ownership, + description: |- + All CRs managed by ACK have a common `Status.ACKResourceMetadata` member + that is used to contain resource sync state, account ownership, constructed ARN for the resource properties: arn: - description: 'ARN is the Amazon Resource Name for the resource. - This is a globally-unique identifier and is set only by the - ACK service controller once the controller has orchestrated - the creation of the resource OR when it has verified that an - "adopted" resource (a resource where the ARN annotation was - set by the Kubernetes user on the CR) exists and matches the - supplied CR''s Spec field values. TODO(vijat@): Find a better - strategy for resources that do not have ARN in CreateOutputResponse - https://github.com/aws/aws-controllers-k8s/issues/270' + description: |- + ARN is the Amazon Resource Name for the resource. This is a + globally-unique identifier and is set only by the ACK service controller + once the controller has orchestrated the creation of the resource OR + when it has verified that an "adopted" resource (a resource where the + ARN annotation was set by the Kubernetes user on the CR) exists and + matches the supplied CR's Spec field values. + TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse + https://github.com/aws/aws-controllers-k8s/issues/270 type: string ownerAccountID: - description: OwnerAccountID is the AWS Account ID of the account - that owns the backend AWS service API resource. + description: |- + OwnerAccountID is the AWS Account ID of the account that owns the + backend AWS service API resource. type: string region: description: Region is the AWS region in which the resource exists @@ -115,14 +125,16 @@ spec: - region type: object conditions: - description: All CRS managed by ACK have a common `Status.Conditions` - member that contains a collection of `ackv1alpha1.Condition` objects - that describe the various terminal states of the CR and its backend - AWS service API resource + description: |- + All CRS managed by ACK have a common `Status.Conditions` member that + contains a collection of `ackv1alpha1.Condition` objects that describe + the various terminal states of the CR and its backend AWS service API + resource items: - description: Condition is the common struct used by all CRDs managed - by ACK service controllers to indicate terminal states of the - CR and its backend AWS service API resource + description: |- + Condition is the common struct used by all CRDs managed by ACK service + controllers to indicate terminal states of the CR and its backend AWS + service API resource properties: lastTransitionTime: description: Last time the condition transitioned from one status diff --git a/config/crd/bases/ec2.services.k8s.aws_vpcendpoints.yaml b/config/crd/bases/ec2.services.k8s.aws_vpcendpoints.yaml index 35be446f..f31f25bc 100644 --- a/config/crd/bases/ec2.services.k8s.aws_vpcendpoints.yaml +++ b/config/crd/bases/ec2.services.k8s.aws_vpcendpoints.yaml @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null + controller-gen.kubebuilder.io/version: v0.14.0 name: vpcendpoints.ec2.services.k8s.aws spec: group: ec2.services.k8s.aws @@ -28,20 +27,28 @@ spec: description: VPCEndpoint is the Schema for the VPCEndpoints API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object spec: - description: "VpcEndpointSpec defines the desired state of VpcEndpoint. - \n Describes a VPC endpoint." + description: |- + VpcEndpointSpec defines the desired state of VpcEndpoint. + + + Describes a VPC endpoint. properties: dnsOptions: description: The DNS options for the endpoint. @@ -53,23 +60,29 @@ spec: description: The IP address type for the endpoint. type: string policyDocument: - description: (Interface and gateway endpoints) A policy to attach - to the endpoint that controls access to the service. The policy - must be in valid JSON format. If this parameter is not specified, - we attach a default policy that allows full access to the service. + description: |- + (Interface and gateway endpoints) A policy to attach to the endpoint that + controls access to the service. The policy must be in valid JSON format. + If this parameter is not specified, we attach a default policy that allows + full access to the service. type: string privateDNSEnabled: - description: "(Interface endpoint) Indicates whether to associate - a private hosted zone with the specified VPC. The private hosted - zone contains a record set for the default public DNS name for the - service for the Region (for example, kinesis.us-east-1.amazonaws.com), - which resolves to the private IP addresses of the endpoint network - interfaces in the VPC. This enables you to make requests to the - default public DNS name for the service instead of the public DNS + description: |- + (Interface endpoint) Indicates whether to associate a private hosted zone + with the specified VPC. The private hosted zone contains a record set for + the default public DNS name for the service for the Region (for example, + kinesis.us-east-1.amazonaws.com), which resolves to the private IP addresses + of the endpoint network interfaces in the VPC. This enables you to make requests + to the default public DNS name for the service instead of the public DNS names that are automatically generated by the VPC endpoint service. - \n To use a private hosted zone, you must set the following VPC - attributes to true: enableDnsHostnames and enableDnsSupport. Use - ModifyVpcAttribute to set the VPC attributes. \n Default: true" + + + To use a private hosted zone, you must set the following VPC attributes to + true: enableDnsHostnames and enableDnsSupport. Use ModifyVpcAttribute to + set the VPC attributes. + + + Default: true type: boolean routeTableIDs: description: (Gateway endpoint) One or more route table IDs. @@ -79,13 +92,14 @@ spec: routeTableRefs: items: description: "AWSResourceReferenceWrapper provides a wrapper around - *AWSResourceReference type to provide more user friendly syntax - for references using 'from' field Ex: APIIDRef: \n from: name: - my-api" + *AWSResourceReference\ntype to provide more user friendly syntax + for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + \ name: my-api" properties: from: - description: AWSResourceReference provides all the values necessary - to reference another k8s resource for finding the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string @@ -93,21 +107,23 @@ spec: type: object type: array securityGroupIDs: - description: (Interface endpoint) The ID of one or more security groups - to associate with the endpoint network interface. + description: |- + (Interface endpoint) The ID of one or more security groups to associate with + the endpoint network interface. items: type: string type: array securityGroupRefs: items: description: "AWSResourceReferenceWrapper provides a wrapper around - *AWSResourceReference type to provide more user friendly syntax - for references using 'from' field Ex: APIIDRef: \n from: name: - my-api" + *AWSResourceReference\ntype to provide more user friendly syntax + for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + \ name: my-api" properties: from: - description: AWSResourceReference provides all the values necessary - to reference another k8s resource for finding the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string @@ -115,28 +131,29 @@ spec: type: object type: array serviceName: - description: The service name. To get a list of available services, - use the DescribeVpcEndpointServices request, or get the name from - the service provider. + description: |- + The service name. To get a list of available services, use the DescribeVpcEndpointServices + request, or get the name from the service provider. type: string subnetIDs: - description: (Interface and Gateway Load Balancer endpoints) The ID - of one or more subnets in which to create an endpoint network interface. - For a Gateway Load Balancer endpoint, you can specify one subnet - only. + description: |- + (Interface and Gateway Load Balancer endpoints) The ID of one or more subnets + in which to create an endpoint network interface. For a Gateway Load Balancer + endpoint, you can specify one subnet only. items: type: string type: array subnetRefs: items: description: "AWSResourceReferenceWrapper provides a wrapper around - *AWSResourceReference type to provide more user friendly syntax - for references using 'from' field Ex: APIIDRef: \n from: name: - my-api" + *AWSResourceReference\ntype to provide more user friendly syntax + for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + \ name: my-api" properties: from: - description: AWSResourceReference provides all the values necessary - to reference another k8s resource for finding the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string @@ -144,9 +161,10 @@ spec: type: object type: array tags: - description: The tags. The value parameter is required, but if you - don't want the tag to have a value, specify the parameter with no - value, and we set the value to an empty string. + description: |- + The tags. The value parameter is required, but if you don't want the tag + to have a value, specify the parameter with no value, and we set the value + to an empty string. items: description: Describes a tag. properties: @@ -157,19 +175,25 @@ spec: type: object type: array vpcEndpointType: - description: "The type of endpoint. \n Default: Gateway" + description: |- + The type of endpoint. + + + Default: Gateway type: string vpcID: description: The ID of the VPC in which the endpoint will be used. type: string vpcRef: description: "AWSResourceReferenceWrapper provides a wrapper around - *AWSResourceReference type to provide more user friendly syntax - for references using 'from' field Ex: APIIDRef: \n from: name: my-api" + *AWSResourceReference\ntype to provide more user friendly syntax + for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + \ name: my-api" properties: from: - description: AWSResourceReference provides all the values necessary - to reference another k8s resource for finding the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string @@ -182,24 +206,26 @@ spec: description: VPCEndpointStatus defines the observed state of VPCEndpoint properties: ackResourceMetadata: - description: All CRs managed by ACK have a common `Status.ACKResourceMetadata` - member that is used to contain resource sync state, account ownership, + description: |- + All CRs managed by ACK have a common `Status.ACKResourceMetadata` member + that is used to contain resource sync state, account ownership, constructed ARN for the resource properties: arn: - description: 'ARN is the Amazon Resource Name for the resource. - This is a globally-unique identifier and is set only by the - ACK service controller once the controller has orchestrated - the creation of the resource OR when it has verified that an - "adopted" resource (a resource where the ARN annotation was - set by the Kubernetes user on the CR) exists and matches the - supplied CR''s Spec field values. TODO(vijat@): Find a better - strategy for resources that do not have ARN in CreateOutputResponse - https://github.com/aws/aws-controllers-k8s/issues/270' + description: |- + ARN is the Amazon Resource Name for the resource. This is a + globally-unique identifier and is set only by the ACK service controller + once the controller has orchestrated the creation of the resource OR + when it has verified that an "adopted" resource (a resource where the + ARN annotation was set by the Kubernetes user on the CR) exists and + matches the supplied CR's Spec field values. + TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse + https://github.com/aws/aws-controllers-k8s/issues/270 type: string ownerAccountID: - description: OwnerAccountID is the AWS Account ID of the account - that owns the backend AWS service API resource. + description: |- + OwnerAccountID is the AWS Account ID of the account that owns the + backend AWS service API resource. type: string region: description: Region is the AWS region in which the resource exists @@ -210,14 +236,16 @@ spec: - region type: object conditions: - description: All CRS managed by ACK have a common `Status.Conditions` - member that contains a collection of `ackv1alpha1.Condition` objects - that describe the various terminal states of the CR and its backend - AWS service API resource + description: |- + All CRS managed by ACK have a common `Status.Conditions` member that + contains a collection of `ackv1alpha1.Condition` objects that describe + the various terminal states of the CR and its backend AWS service API + resource items: - description: Condition is the common struct used by all CRDs managed - by ACK service controllers to indicate terminal states of the - CR and its backend AWS service API resource + description: |- + Condition is the common struct used by all CRDs managed by ACK service + controllers to indicate terminal states of the CR and its backend AWS + service API resource properties: lastTransitionTime: description: Last time the condition transitioned from one status @@ -258,8 +286,9 @@ spec: type: object type: array groups: - description: (Interface endpoint) Information about the security groups - that are associated with the network interface. + description: |- + (Interface endpoint) Information about the security groups that are associated + with the network interface. items: description: Describes a security group. properties: diff --git a/config/crd/bases/ec2.services.k8s.aws_vpcendpointserviceconfigurations.yaml b/config/crd/bases/ec2.services.k8s.aws_vpcendpointserviceconfigurations.yaml index fd4225e1..8c215bdf 100644 --- a/config/crd/bases/ec2.services.k8s.aws_vpcendpointserviceconfigurations.yaml +++ b/config/crd/bases/ec2.services.k8s.aws_vpcendpointserviceconfigurations.yaml @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null + controller-gen.kubebuilder.io/version: v0.14.0 name: vpcendpointserviceconfigurations.ec2.services.k8s.aws spec: group: ec2.services.k8s.aws @@ -29,14 +28,19 @@ spec: API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object @@ -45,13 +49,15 @@ spec: of VpcEndpointServiceConfiguration. properties: acceptanceRequired: - description: Indicates whether requests from service consumers to - create an endpoint to your service must be accepted manually. + description: |- + Indicates whether requests from service consumers to create an endpoint to + your service must be accepted manually. type: boolean allowedPrincipals: - description: The Amazon Resource Names (ARN) of one or more principals. - Permissions are granted to the principals in this list. To grant - permissions to all principals, specify an asterisk (*). + description: |- + The Amazon Resource Names (ARN) of one or more principals. Permissions are + granted to the principals in this list. To grant permissions to all principals, + specify an asterisk (*). items: type: string type: array @@ -62,14 +68,16 @@ spec: type: string type: array networkLoadBalancerARNs: - description: The Amazon Resource Names (ARNs) of one or more Network - Load Balancers for your service. + description: |- + The Amazon Resource Names (ARNs) of one or more Network Load Balancers for + your service. items: type: string type: array privateDNSName: - description: (Interface endpoint configuration) The private DNS name - to assign to the VPC endpoint service. + description: |- + (Interface endpoint configuration) The private DNS name to assign to the + VPC endpoint service. type: string supportedIPAddressTypes: description: The supported IP address types. The possible values are @@ -78,9 +86,10 @@ spec: type: string type: array tags: - description: The tags. The value parameter is required, but if you - don't want the tag to have a value, specify the parameter with no - value, and we set the value to an empty string. + description: |- + The tags. The value parameter is required, but if you don't want the tag + to have a value, specify the parameter with no value, and we set the value + to an empty string. items: description: Describes a tag. properties: @@ -96,24 +105,26 @@ spec: state of VPCEndpointServiceConfiguration properties: ackResourceMetadata: - description: All CRs managed by ACK have a common `Status.ACKResourceMetadata` - member that is used to contain resource sync state, account ownership, + description: |- + All CRs managed by ACK have a common `Status.ACKResourceMetadata` member + that is used to contain resource sync state, account ownership, constructed ARN for the resource properties: arn: - description: 'ARN is the Amazon Resource Name for the resource. - This is a globally-unique identifier and is set only by the - ACK service controller once the controller has orchestrated - the creation of the resource OR when it has verified that an - "adopted" resource (a resource where the ARN annotation was - set by the Kubernetes user on the CR) exists and matches the - supplied CR''s Spec field values. TODO(vijat@): Find a better - strategy for resources that do not have ARN in CreateOutputResponse - https://github.com/aws/aws-controllers-k8s/issues/270' + description: |- + ARN is the Amazon Resource Name for the resource. This is a + globally-unique identifier and is set only by the ACK service controller + once the controller has orchestrated the creation of the resource OR + when it has verified that an "adopted" resource (a resource where the + ARN annotation was set by the Kubernetes user on the CR) exists and + matches the supplied CR's Spec field values. + TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse + https://github.com/aws/aws-controllers-k8s/issues/270 type: string ownerAccountID: - description: OwnerAccountID is the AWS Account ID of the account - that owns the backend AWS service API resource. + description: |- + OwnerAccountID is the AWS Account ID of the account that owns the + backend AWS service API resource. type: string region: description: Region is the AWS region in which the resource exists @@ -134,14 +145,16 @@ spec: type: string type: array conditions: - description: All CRS managed by ACK have a common `Status.Conditions` - member that contains a collection of `ackv1alpha1.Condition` objects - that describe the various terminal states of the CR and its backend - AWS service API resource + description: |- + All CRS managed by ACK have a common `Status.Conditions` member that + contains a collection of `ackv1alpha1.Condition` objects that describe + the various terminal states of the CR and its backend AWS service API + resource items: - description: Condition is the common struct used by all CRDs managed - by ACK service controllers to indicate terminal states of the - CR and its backend AWS service API resource + description: |- + Condition is the common struct used by all CRDs managed by ACK service + controllers to indicate terminal states of the CR and its backend AWS + service API resource properties: lastTransitionTime: description: Last time the condition transitioned from one status @@ -167,9 +180,9 @@ spec: type: object type: array managesVPCEndpoints: - description: Indicates whether the service manages its VPC endpoints. - Management of the service VPC endpoints using the VPC endpoint API - is restricted. + description: |- + Indicates whether the service manages its VPC endpoints. Management of the + service VPC endpoints using the VPC endpoint API is restricted. type: boolean payerResponsibility: description: The payer responsibility. diff --git a/config/crd/bases/ec2.services.k8s.aws_vpcpeeringconnections.yaml b/config/crd/bases/ec2.services.k8s.aws_vpcpeeringconnections.yaml index e19de7ca..579496c5 100644 --- a/config/crd/bases/ec2.services.k8s.aws_vpcpeeringconnections.yaml +++ b/config/crd/bases/ec2.services.k8s.aws_vpcpeeringconnections.yaml @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null + controller-gen.kubebuilder.io/version: v0.14.0 name: vpcpeeringconnections.ec2.services.k8s.aws spec: group: ec2.services.k8s.aws @@ -22,20 +21,28 @@ spec: API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object spec: - description: "VpcPeeringConnectionSpec defines the desired state of VpcPeeringConnection. - \n Describes a VPC peering connection." + description: |- + VpcPeeringConnectionSpec defines the desired state of VpcPeeringConnection. + + + Describes a VPC peering connection. properties: acceptRequest: type: boolean @@ -50,26 +57,35 @@ spec: type: boolean type: object peerOwnerID: - description: "The Amazon Web Services account ID of the owner of the - accepter VPC. \n Default: Your Amazon Web Services account ID" + description: |- + The Amazon Web Services account ID of the owner of the accepter VPC. + + + Default: Your Amazon Web Services account ID type: string peerRegion: - description: "The Region code for the accepter VPC, if the accepter - VPC is located in a Region other than the Region in which you make - the request. \n Default: The Region in which you make the request." + description: |- + The Region code for the accepter VPC, if the accepter VPC is located in a + Region other than the Region in which you make the request. + + + Default: The Region in which you make the request. type: string peerVPCID: - description: The ID of the VPC with which you are creating the VPC - peering connection. You must specify this parameter in the request. + description: |- + The ID of the VPC with which you are creating the VPC peering connection. + You must specify this parameter in the request. type: string peerVPCRef: description: "AWSResourceReferenceWrapper provides a wrapper around - *AWSResourceReference type to provide more user friendly syntax - for references using 'from' field Ex: APIIDRef: \n from: name: my-api" + *AWSResourceReference\ntype to provide more user friendly syntax + for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + \ name: my-api" properties: from: - description: AWSResourceReference provides all the values necessary - to reference another k8s resource for finding the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string @@ -87,9 +103,10 @@ spec: type: boolean type: object tags: - description: The tags. The value parameter is required, but if you - don't want the tag to have a value, specify the parameter with no - value, and we set the value to an empty string. + description: |- + The tags. The value parameter is required, but if you don't want the tag + to have a value, specify the parameter with no value, and we set the value + to an empty string. items: description: Describes a tag. properties: @@ -105,12 +122,14 @@ spec: type: string vpcRef: description: "AWSResourceReferenceWrapper provides a wrapper around - *AWSResourceReference type to provide more user friendly syntax - for references using 'from' field Ex: APIIDRef: \n from: name: my-api" + *AWSResourceReference\ntype to provide more user friendly syntax + for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + \ name: my-api" properties: from: - description: AWSResourceReference provides all the values necessary - to reference another k8s resource for finding the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string @@ -122,8 +141,9 @@ spec: VPCPeeringConnection properties: accepterVPCInfo: - description: Information about the accepter VPC. CIDR block information - is only returned when describing an active VPC peering connection. + description: |- + Information about the accepter VPC. CIDR block information is only returned + when describing an active VPC peering connection. properties: cidrBlock: type: string @@ -146,11 +166,14 @@ spec: ownerID: type: string peeringOptions: - description: "We are retiring EC2-Classic on August 15, 2022. - We recommend that you migrate from EC2-Classic to a VPC. For - more information, see Migrate from EC2-Classic to a VPC (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html) - in the Amazon Elastic Compute Cloud User Guide. \n Describes - the VPC peering connection options." + description: |- + We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate + from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic + to a VPC (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html) + in the Amazon Elastic Compute Cloud User Guide. + + + Describes the VPC peering connection options. properties: allowDNSResolutionFromRemoteVPC: type: boolean @@ -165,24 +188,26 @@ spec: type: string type: object ackResourceMetadata: - description: All CRs managed by ACK have a common `Status.ACKResourceMetadata` - member that is used to contain resource sync state, account ownership, + description: |- + All CRs managed by ACK have a common `Status.ACKResourceMetadata` member + that is used to contain resource sync state, account ownership, constructed ARN for the resource properties: arn: - description: 'ARN is the Amazon Resource Name for the resource. - This is a globally-unique identifier and is set only by the - ACK service controller once the controller has orchestrated - the creation of the resource OR when it has verified that an - "adopted" resource (a resource where the ARN annotation was - set by the Kubernetes user on the CR) exists and matches the - supplied CR''s Spec field values. TODO(vijat@): Find a better - strategy for resources that do not have ARN in CreateOutputResponse - https://github.com/aws/aws-controllers-k8s/issues/270' + description: |- + ARN is the Amazon Resource Name for the resource. This is a + globally-unique identifier and is set only by the ACK service controller + once the controller has orchestrated the creation of the resource OR + when it has verified that an "adopted" resource (a resource where the + ARN annotation was set by the Kubernetes user on the CR) exists and + matches the supplied CR's Spec field values. + TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse + https://github.com/aws/aws-controllers-k8s/issues/270 type: string ownerAccountID: - description: OwnerAccountID is the AWS Account ID of the account - that owns the backend AWS service API resource. + description: |- + OwnerAccountID is the AWS Account ID of the account that owns the + backend AWS service API resource. type: string region: description: Region is the AWS region in which the resource exists @@ -193,14 +218,16 @@ spec: - region type: object conditions: - description: All CRS managed by ACK have a common `Status.Conditions` - member that contains a collection of `ackv1alpha1.Condition` objects - that describe the various terminal states of the CR and its backend - AWS service API resource + description: |- + All CRS managed by ACK have a common `Status.Conditions` member that + contains a collection of `ackv1alpha1.Condition` objects that describe + the various terminal states of the CR and its backend AWS service API + resource items: - description: Condition is the common struct used by all CRDs managed - by ACK service controllers to indicate terminal states of the - CR and its backend AWS service API resource + description: |- + Condition is the common struct used by all CRDs managed by ACK service + controllers to indicate terminal states of the CR and its backend AWS + service API resource properties: lastTransitionTime: description: Last time the condition transitioned from one status @@ -231,8 +258,9 @@ spec: format: date-time type: string requesterVPCInfo: - description: Information about the requester VPC. CIDR block information - is only returned when describing an active VPC peering connection. + description: |- + Information about the requester VPC. CIDR block information is only returned + when describing an active VPC peering connection. properties: cidrBlock: type: string @@ -255,11 +283,14 @@ spec: ownerID: type: string peeringOptions: - description: "We are retiring EC2-Classic on August 15, 2022. - We recommend that you migrate from EC2-Classic to a VPC. For - more information, see Migrate from EC2-Classic to a VPC (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html) - in the Amazon Elastic Compute Cloud User Guide. \n Describes - the VPC peering connection options." + description: |- + We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate + from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic + to a VPC (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html) + in the Amazon Elastic Compute Cloud User Guide. + + + Describes the VPC peering connection options. properties: allowDNSResolutionFromRemoteVPC: type: boolean diff --git a/config/crd/bases/ec2.services.k8s.aws_vpcs.yaml b/config/crd/bases/ec2.services.k8s.aws_vpcs.yaml index 18ed81d9..e124f992 100644 --- a/config/crd/bases/ec2.services.k8s.aws_vpcs.yaml +++ b/config/crd/bases/ec2.services.k8s.aws_vpcs.yaml @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null + controller-gen.kubebuilder.io/version: v0.14.0 name: vpcs.ec2.services.k8s.aws spec: group: ec2.services.k8s.aws @@ -28,25 +27,34 @@ spec: description: VPC is the Schema for the VPCS API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object spec: - description: "VpcSpec defines the desired state of Vpc. \n Describes a - VPC." + description: |- + VpcSpec defines the desired state of Vpc. + + + Describes a VPC. properties: amazonProvidedIPv6CIDRBlock: - description: Requests an Amazon-provided IPv6 CIDR block with a /56 - prefix length for the VPC. You cannot specify the range of IP addresses, - or the size of the CIDR block. + description: |- + Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for + the VPC. You cannot specify the range of IP addresses, or the size of the + CIDR block. type: boolean cidrBlocks: items: @@ -59,51 +67,65 @@ spec: description: The attribute value. The valid values are true or false. type: boolean instanceTenancy: - description: "The tenancy options for instances launched into the - VPC. For default, instances are launched with shared tenancy by - default. You can launch instances with any tenancy into a shared - tenancy VPC. For dedicated, instances are launched as dedicated - tenancy instances by default. You can only launch instances with - a tenancy of dedicated or host into a dedicated tenancy VPC. \n - Important: The host value cannot be used with this parameter. Use - the default or dedicated values only. \n Default: default" + description: |- + The tenancy options for instances launched into the VPC. For default, instances + are launched with shared tenancy by default. You can launch instances with + any tenancy into a shared tenancy VPC. For dedicated, instances are launched + as dedicated tenancy instances by default. You can only launch instances + with a tenancy of dedicated or host into a dedicated tenancy VPC. + + + Important: The host value cannot be used with this parameter. Use the default + or dedicated values only. + + + Default: default type: string ipv4IPAMPoolID: - description: The ID of an IPv4 IPAM pool you want to use for allocating - this VPC's CIDR. For more information, see What is IPAM? (https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html) + description: |- + The ID of an IPv4 IPAM pool you want to use for allocating this VPC's CIDR. + For more information, see What is IPAM? (https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html) in the Amazon VPC IPAM User Guide. type: string ipv4NetmaskLength: - description: The netmask length of the IPv4 CIDR you want to allocate - to this VPC from an Amazon VPC IP Address Manager (IPAM) pool. For - more information about IPAM, see What is IPAM? (https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html) + description: |- + The netmask length of the IPv4 CIDR you want to allocate to this VPC from + an Amazon VPC IP Address Manager (IPAM) pool. For more information about + IPAM, see What is IPAM? (https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html) in the Amazon VPC IPAM User Guide. format: int64 type: integer ipv6CIDRBlock: - description: "The IPv6 CIDR block from the IPv6 address pool. You - must also specify Ipv6Pool in the request. \n To let Amazon choose - the IPv6 CIDR block for you, omit this parameter." + description: |- + The IPv6 CIDR block from the IPv6 address pool. You must also specify Ipv6Pool + in the request. + + + To let Amazon choose the IPv6 CIDR block for you, omit this parameter. type: string ipv6CIDRBlockNetworkBorderGroup: - description: "The name of the location from which we advertise the - IPV6 CIDR block. Use this parameter to limit the address to this - location. \n You must set AmazonProvidedIpv6CidrBlock to true to - use this parameter." + description: |- + The name of the location from which we advertise the IPV6 CIDR block. Use + this parameter to limit the address to this location. + + + You must set AmazonProvidedIpv6CidrBlock to true to use this parameter. type: string ipv6IPAMPoolID: - description: The ID of an IPv6 IPAM pool which will be used to allocate - this VPC an IPv6 CIDR. IPAM is a VPC feature that you can use to - automate your IP address management workflows including assigning, - tracking, troubleshooting, and auditing IP addresses across Amazon - Web Services Regions and accounts throughout your Amazon Web Services - Organization. For more information, see What is IPAM? (https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html) + description: |- + The ID of an IPv6 IPAM pool which will be used to allocate this VPC an IPv6 + CIDR. IPAM is a VPC feature that you can use to automate your IP address + management workflows including assigning, tracking, troubleshooting, and + auditing IP addresses across Amazon Web Services Regions and accounts throughout + your Amazon Web Services Organization. For more information, see What is + IPAM? (https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html) in the Amazon VPC IPAM User Guide. type: string ipv6NetmaskLength: - description: The netmask length of the IPv6 CIDR you want to allocate - to this VPC from an Amazon VPC IP Address Manager (IPAM) pool. For - more information about IPAM, see What is IPAM? (https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html) + description: |- + The netmask length of the IPv6 CIDR you want to allocate to this VPC from + an Amazon VPC IP Address Manager (IPAM) pool. For more information about + IPAM, see What is IPAM? (https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html) in the Amazon VPC IPAM User Guide. format: int64 type: integer @@ -112,9 +134,10 @@ spec: the IPv6 CIDR block. type: string tags: - description: The tags. The value parameter is required, but if you - don't want the tag to have a value, specify the parameter with no - value, and we set the value to an empty string. + description: |- + The tags. The value parameter is required, but if you don't want the tag + to have a value, specify the parameter with no value, and we set the value + to an empty string. items: description: Describes a tag. properties: @@ -131,24 +154,26 @@ spec: description: VPCStatus defines the observed state of VPC properties: ackResourceMetadata: - description: All CRs managed by ACK have a common `Status.ACKResourceMetadata` - member that is used to contain resource sync state, account ownership, + description: |- + All CRs managed by ACK have a common `Status.ACKResourceMetadata` member + that is used to contain resource sync state, account ownership, constructed ARN for the resource properties: arn: - description: 'ARN is the Amazon Resource Name for the resource. - This is a globally-unique identifier and is set only by the - ACK service controller once the controller has orchestrated - the creation of the resource OR when it has verified that an - "adopted" resource (a resource where the ARN annotation was - set by the Kubernetes user on the CR) exists and matches the - supplied CR''s Spec field values. TODO(vijat@): Find a better - strategy for resources that do not have ARN in CreateOutputResponse - https://github.com/aws/aws-controllers-k8s/issues/270' + description: |- + ARN is the Amazon Resource Name for the resource. This is a + globally-unique identifier and is set only by the ACK service controller + once the controller has orchestrated the creation of the resource OR + when it has verified that an "adopted" resource (a resource where the + ARN annotation was set by the Kubernetes user on the CR) exists and + matches the supplied CR's Spec field values. + TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse + https://github.com/aws/aws-controllers-k8s/issues/270 type: string ownerAccountID: - description: OwnerAccountID is the AWS Account ID of the account - that owns the backend AWS service API resource. + description: |- + OwnerAccountID is the AWS Account ID of the account that owns the + backend AWS service API resource. type: string region: description: Region is the AWS region in which the resource exists @@ -179,14 +204,16 @@ spec: type: object type: array conditions: - description: All CRS managed by ACK have a common `Status.Conditions` - member that contains a collection of `ackv1alpha1.Condition` objects - that describe the various terminal states of the CR and its backend - AWS service API resource + description: |- + All CRS managed by ACK have a common `Status.Conditions` member that + contains a collection of `ackv1alpha1.Condition` objects that describe + the various terminal states of the CR and its backend AWS service API + resource items: - description: Condition is the common struct used by all CRDs managed - by ACK service controllers to indicate terminal states of the - CR and its backend AWS service API resource + description: |- + Condition is the common struct used by all CRDs managed by ACK service + controllers to indicate terminal states of the CR and its backend AWS + service API resource properties: lastTransitionTime: description: Last time the condition transitioned from one status diff --git a/config/crd/common/bases/services.k8s.aws_adoptedresources.yaml b/config/crd/common/bases/services.k8s.aws_adoptedresources.yaml index 7dca541d..65eff735 100644 --- a/config/crd/common/bases/services.k8s.aws_adoptedresources.yaml +++ b/config/crd/common/bases/services.k8s.aws_adoptedresources.yaml @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null + controller-gen.kubebuilder.io/version: v0.14.0 name: adoptedresources.services.k8s.aws spec: group: services.k8s.aws @@ -21,14 +20,19 @@ spec: description: AdoptedResource is the schema for the AdoptedResource API. properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object @@ -42,126 +46,149 @@ spec: additionalKeys: additionalProperties: type: string - description: AdditionalKeys represents any additional arbitrary - identifiers used when describing the target resource. + description: |- + AdditionalKeys represents any additional arbitrary identifiers used when + describing the target resource. type: object arn: - description: ARN is the AWS Resource Name for the resource. It - is a globally unique identifier. + description: |- + ARN is the AWS Resource Name for the resource. It is a globally + unique identifier. type: string nameOrID: - description: NameOrId is a user-supplied string identifier for - the resource. It may or may not be globally unique, depending - on the type of resource. + description: |- + NameOrId is a user-supplied string identifier for the resource. It may + or may not be globally unique, depending on the type of resource. type: string type: object kubernetes: - description: ResourceWithMetadata provides the values necessary to - create a Kubernetes resource and override any of its metadata values. + description: |- + ResourceWithMetadata provides the values necessary to create a + Kubernetes resource and override any of its metadata values. properties: group: type: string kind: type: string metadata: - description: "ObjectMeta is metadata that all persisted resources - must have, which includes all objects users must create. It - is not possible to use `metav1.ObjectMeta` inside spec, as the - controller-gen automatically converts this to an arbitrary string-string - map. https://github.com/kubernetes-sigs/controller-tools/issues/385 - \n Active discussion about inclusion of this field in the spec - is happening in this PR: https://github.com/kubernetes-sigs/controller-tools/pull/395 - \n Until this is allowed, or if it never is, we will produce - a subset of the object meta that contains only the fields which - the user is allowed to modify in the metadata." + description: |- + ObjectMeta is metadata that all persisted resources must have, which includes all objects + users must create. + It is not possible to use `metav1.ObjectMeta` inside spec, as the controller-gen + automatically converts this to an arbitrary string-string map. + https://github.com/kubernetes-sigs/controller-tools/issues/385 + + + Active discussion about inclusion of this field in the spec is happening in this PR: + https://github.com/kubernetes-sigs/controller-tools/pull/395 + + + Until this is allowed, or if it never is, we will produce a subset of the object meta + that contains only the fields which the user is allowed to modify in the metadata. properties: annotations: additionalProperties: type: string - description: 'Annotations is an unstructured key value map - stored with a resource that may be set by external tools - to store and retrieve arbitrary metadata. They are not queryable - and should be preserved when modifying objects. More info: - http://kubernetes.io/docs/user-guide/annotations' + description: |- + Annotations is an unstructured key value map stored with a resource that may be + set by external tools to store and retrieve arbitrary metadata. They are not + queryable and should be preserved when modifying objects. + More info: http://kubernetes.io/docs/user-guide/annotations type: object generateName: - description: "GenerateName is an optional prefix, used by - the server, to generate a unique name ONLY IF the Name field - has not been provided. If this field is used, the name returned - to the client will be different than the name passed. This - value will also be combined with a unique suffix. The provided - value has the same validation rules as the Name field, and - may be truncated by the length of the suffix required to - make the value unique on the server. \n If this field is - specified and the generated name exists, the server will - NOT return a 409 - instead, it will either return 201 Created - or 500 with Reason ServerTimeout indicating a unique name - could not be found in the time allotted, and the client - should retry (optionally after the time indicated in the - Retry-After header). \n Applied only if Name is not specified. - More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency" + description: |- + GenerateName is an optional prefix, used by the server, to generate a unique + name ONLY IF the Name field has not been provided. + If this field is used, the name returned to the client will be different + than the name passed. This value will also be combined with a unique suffix. + The provided value has the same validation rules as the Name field, + and may be truncated by the length of the suffix required to make the value + unique on the server. + + + If this field is specified and the generated name exists, the server will + NOT return a 409 - instead, it will either return 201 Created or 500 with Reason + ServerTimeout indicating a unique name could not be found in the time allotted, and the client + should retry (optionally after the time indicated in the Retry-After header). + + + Applied only if Name is not specified. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency type: string labels: additionalProperties: type: string - description: 'Map of string keys and values that can be used - to organize and categorize (scope and select) objects. May - match selectors of replication controllers and services. - More info: http://kubernetes.io/docs/user-guide/labels' + description: |- + Map of string keys and values that can be used to organize and categorize + (scope and select) objects. May match selectors of replication controllers + and services. + More info: http://kubernetes.io/docs/user-guide/labels type: object name: - description: 'Name must be unique within a namespace. Is required - when creating resources, although some resources may allow - a client to request the generation of an appropriate name - automatically. Name is primarily intended for creation idempotence - and configuration definition. Cannot be updated. More info: - http://kubernetes.io/docs/user-guide/identifiers#names' + description: |- + Name must be unique within a namespace. Is required when creating resources, although + some resources may allow a client to request the generation of an appropriate name + automatically. Name is primarily intended for creation idempotence and configuration + definition. + Cannot be updated. + More info: http://kubernetes.io/docs/user-guide/identifiers#names type: string namespace: - description: "Namespace defines the space within each name - must be unique. An empty namespace is equivalent to the - \"default\" namespace, but \"default\" is the canonical - representation. Not all objects are required to be scoped - to a namespace - the value of this field for those objects - will be empty. \n Must be a DNS_LABEL. Cannot be updated. - More info: http://kubernetes.io/docs/user-guide/namespaces" + description: |- + Namespace defines the space within each name must be unique. An empty namespace is + equivalent to the "default" namespace, but "default" is the canonical representation. + Not all objects are required to be scoped to a namespace - the value of this field for + those objects will be empty. + + + Must be a DNS_LABEL. + Cannot be updated. + More info: http://kubernetes.io/docs/user-guide/namespaces type: string ownerReferences: - description: List of objects depended by this object. If ALL - objects in the list have been deleted, this object will - be garbage collected. If this object is managed by a controller, - then an entry in this list will point to this controller, - with the controller field set to true. There cannot be more - than one managing controller. + description: |- + List of objects depended by this object. If ALL objects in the list have + been deleted, this object will be garbage collected. If this object is managed by a controller, + then an entry in this list will point to this controller, with the controller field set to true. + There cannot be more than one managing controller. items: - description: OwnerReference contains enough information - to let you identify an owning object. An owning object - must be in the same namespace as the dependent, or be - cluster-scoped, so there is no namespace field. + description: |- + OwnerReference contains enough information to let you identify an owning + object. An owning object must be in the same namespace as the dependent, or + be cluster-scoped, so there is no namespace field. properties: apiVersion: description: API version of the referent. type: string blockOwnerDeletion: - description: If true, AND if the owner has the "foregroundDeletion" - finalizer, then the owner cannot be deleted from the - key-value store until this reference is removed. Defaults - to false. To set this field, a user needs "delete" - permission of the owner, otherwise 422 (Unprocessable - Entity) will be returned. + description: |- + If true, AND if the owner has the "foregroundDeletion" finalizer, then + the owner cannot be deleted from the key-value store until this + reference is removed. + See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion + for how the garbage collector interacts with this field and enforces the foreground deletion. + Defaults to false. + To set this field, a user needs "delete" permission of the owner, + otherwise 422 (Unprocessable Entity) will be returned. type: boolean controller: description: If true, this reference points to the managing controller. type: boolean kind: - description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string name: - description: 'Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names' + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names type: string uid: - description: 'UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids' + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids type: string required: - apiVersion @@ -185,13 +212,14 @@ spec: AdoptedResource. properties: conditions: - description: A collection of `ackv1alpha1.Condition` objects that - describe the various terminal states of the adopted resource CR - and its target custom resource + description: |- + A collection of `ackv1alpha1.Condition` objects that describe the various + terminal states of the adopted resource CR and its target custom resource items: - description: Condition is the common struct used by all CRDs managed - by ACK service controllers to indicate terminal states of the - CR and its backend AWS service API resource + description: |- + Condition is the common struct used by all CRDs managed by ACK service + controllers to indicate terminal states of the CR and its backend AWS + service API resource properties: lastTransitionTime: description: Last time the condition transitioned from one status diff --git a/config/crd/common/bases/services.k8s.aws_fieldexports.yaml b/config/crd/common/bases/services.k8s.aws_fieldexports.yaml index 4a7ab61b..4d3a8f1d 100644 --- a/config/crd/common/bases/services.k8s.aws_fieldexports.yaml +++ b/config/crd/common/bases/services.k8s.aws_fieldexports.yaml @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null + controller-gen.kubebuilder.io/version: v0.14.0 name: fieldexports.services.k8s.aws spec: group: services.k8s.aws @@ -21,14 +20,19 @@ spec: description: FieldExport is the schema for the FieldExport API. properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object @@ -36,15 +40,17 @@ spec: description: FieldExportSpec defines the desired state of the FieldExport. properties: from: - description: ResourceFieldSelector provides the values necessary to - identify an individual field on an individual K8s resource. + description: |- + ResourceFieldSelector provides the values necessary to identify an individual + field on an individual K8s resource. properties: path: type: string resource: - description: NamespacedResource provides all the values necessary - to identify an ACK resource of a given type (within the same - namespace as the custom resource containing this type). + description: |- + NamespacedResource provides all the values necessary to identify an ACK + resource of a given type (within the same namespace as the custom resource + containing this type). properties: group: type: string @@ -62,16 +68,18 @@ spec: - resource type: object to: - description: FieldExportTarget provides the values necessary to identify - the output path for a field export. + description: |- + FieldExportTarget provides the values necessary to identify the + output path for a field export. properties: key: description: Key overrides the default value (`.`) for the FieldExport target type: string kind: - description: FieldExportOutputType represents all types that can - be produced by a field export operation + description: |- + FieldExportOutputType represents all types that can be produced by a field + export operation enum: - configmap - secret @@ -94,12 +102,14 @@ spec: description: FieldExportStatus defines the observed status of the FieldExport. properties: conditions: - description: A collection of `ackv1alpha1.Condition` objects that - describe the various recoverable states of the field CR + description: |- + A collection of `ackv1alpha1.Condition` objects that describe the various + recoverable states of the field CR items: - description: Condition is the common struct used by all CRDs managed - by ACK service controllers to indicate terminal states of the - CR and its backend AWS service API resource + description: |- + Condition is the common struct used by all CRDs managed by ACK service + controllers to indicate terminal states of the CR and its backend AWS + service API resource properties: lastTransitionTime: description: Last time the condition transitioned from one status diff --git a/config/rbac/cluster-role-controller.yaml b/config/rbac/cluster-role-controller.yaml index 5e656631..4914f095 100644 --- a/config/rbac/cluster-role-controller.yaml +++ b/config/rbac/cluster-role-controller.yaml @@ -2,7 +2,6 @@ apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: - creationTimestamp: null name: ack-ec2-controller rules: - apiGroups: diff --git a/go.mod b/go.mod index caf48fc7..e0ef44dd 100644 --- a/go.mod +++ b/go.mod @@ -5,15 +5,15 @@ go 1.21 toolchain go1.21.5 require ( - github.com/aws-controllers-k8s/runtime v0.29.2 + github.com/aws-controllers-k8s/runtime v0.30.0 github.com/aws/aws-sdk-go v1.49.0 - github.com/go-logr/logr v1.2.4 + github.com/go-logr/logr v1.4.1 github.com/samber/lo v1.37.0 github.com/spf13/pflag v1.0.5 - k8s.io/api v0.28.3 - k8s.io/apimachinery v0.28.3 - k8s.io/client-go v0.28.3 - sigs.k8s.io/controller-runtime v0.16.3 + k8s.io/api v0.29.0 + k8s.io/apimachinery v0.29.0 + k8s.io/client-go v0.29.0 + sigs.k8s.io/controller-runtime v0.17.0 ) require ( @@ -22,9 +22,9 @@ require ( github.com/cespare/xxhash/v2 v2.2.0 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/emicklei/go-restful/v3 v3.11.0 // indirect - github.com/evanphx/json-patch/v5 v5.6.0 // indirect - github.com/fsnotify/fsnotify v1.6.0 // indirect - github.com/go-logr/zapr v1.2.4 // indirect + github.com/evanphx/json-patch/v5 v5.8.0 // indirect + github.com/fsnotify/fsnotify v1.7.0 // indirect + github.com/go-logr/zapr v1.3.0 // indirect github.com/go-openapi/jsonpointer v0.19.6 // indirect github.com/go-openapi/jsonreference v0.20.2 // indirect github.com/go-openapi/swag v0.22.3 // indirect @@ -32,7 +32,7 @@ require ( github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect github.com/golang/protobuf v1.5.3 // indirect github.com/google/gnostic-models v0.6.8 // indirect - github.com/google/go-cmp v0.5.9 // indirect + github.com/google/go-cmp v0.6.0 // indirect github.com/google/gofuzz v1.2.0 // indirect github.com/google/uuid v1.3.0 // indirect github.com/imdario/mergo v0.3.12 // indirect @@ -43,36 +43,36 @@ require ( github.com/josharian/intern v1.0.0 // indirect github.com/json-iterator/go v1.1.12 // indirect github.com/mailru/easyjson v0.7.7 // indirect - github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect + github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.2 // indirect github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect github.com/pkg/errors v0.9.1 // indirect - github.com/prometheus/client_golang v1.16.0 // indirect - github.com/prometheus/client_model v0.4.0 // indirect - github.com/prometheus/common v0.44.0 // indirect - github.com/prometheus/procfs v0.10.1 // indirect + github.com/prometheus/client_golang v1.18.0 // indirect + github.com/prometheus/client_model v0.5.0 // indirect + github.com/prometheus/common v0.45.0 // indirect + github.com/prometheus/procfs v0.12.0 // indirect go.uber.org/multierr v1.11.0 // indirect go.uber.org/zap v1.26.0 // indirect golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect - golang.org/x/net v0.17.0 // indirect - golang.org/x/oauth2 v0.8.0 // indirect - golang.org/x/sys v0.13.0 // indirect - golang.org/x/term v0.13.0 // indirect - golang.org/x/text v0.13.0 // indirect + golang.org/x/net v0.19.0 // indirect + golang.org/x/oauth2 v0.12.0 // indirect + golang.org/x/sys v0.16.0 // indirect + golang.org/x/term v0.15.0 // indirect + golang.org/x/text v0.14.0 // indirect golang.org/x/time v0.3.0 // indirect gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect google.golang.org/appengine v1.6.7 // indirect - google.golang.org/protobuf v1.30.0 // indirect + google.golang.org/protobuf v1.31.0 // indirect gopkg.in/inf.v0 v0.9.1 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect - k8s.io/apiextensions-apiserver v0.28.3 // indirect - k8s.io/component-base v0.28.3 // indirect - k8s.io/klog/v2 v2.100.1 // indirect - k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect - k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 // indirect + k8s.io/apiextensions-apiserver v0.29.0 // indirect + k8s.io/component-base v0.29.0 // indirect + k8s.io/klog/v2 v2.110.1 // indirect + k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect + k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect - sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect - sigs.k8s.io/yaml v1.3.0 // indirect + sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect + sigs.k8s.io/yaml v1.4.0 // indirect ) diff --git a/go.sum b/go.sum index 93b2cd38..2528b62c 100644 --- a/go.sum +++ b/go.sum @@ -1,8 +1,7 @@ -github.com/aws-controllers-k8s/runtime v0.29.2 h1:t6wwoKqFmtbblMcwFivpWp1FZa0gkczoUsk+maIsiRA= -github.com/aws-controllers-k8s/runtime v0.29.2/go.mod h1:mZa9l+/l+tlbxWVmMWWbUC3oAHUbeTzlI7xTOMdYHpA= +github.com/aws-controllers-k8s/runtime v0.30.0 h1:AibYRdi/7xUA3t8BA0u8g+J+OioaTAT6R4Vq8hxLiYw= +github.com/aws-controllers-k8s/runtime v0.30.0/go.mod h1:Pv1ozlUaO11KO2mwPN/HzhAtZ70ZDE9UP24mjsbkul0= github.com/aws/aws-sdk-go v1.49.0 h1:g9BkW1fo9GqKfwg2+zCD+TW/D36Ux+vtfJ8guF4AYmY= github.com/aws/aws-sdk-go v1.49.0/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk= -github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA= github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM= github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw= github.com/cenkalti/backoff/v4 v4.2.1 h1:y4OZtCnogmCPw98Zjyt5a6+QwPLGkiQsYW5oUqylYbM= @@ -17,15 +16,15 @@ github.com/emicklei/go-restful/v3 v3.11.0 h1:rAQeMHw1c7zTmncogyy8VvRZwtkmkZ4FxER github.com/emicklei/go-restful/v3 v3.11.0/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc= github.com/evanphx/json-patch v5.6.0+incompatible h1:jBYDEEiFBPxA0v50tFdvOzQQTCvpL6mnFh5mB2/l16U= github.com/evanphx/json-patch v5.6.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= -github.com/evanphx/json-patch/v5 v5.6.0 h1:b91NhWfaz02IuVxO9faSllyAtNXHMPkC5J8sJCLunww= -github.com/evanphx/json-patch/v5 v5.6.0/go.mod h1:G79N1coSVB93tBe7j6PhzjmR3/2VvlbKOFpnXhI9Bw4= -github.com/fsnotify/fsnotify v1.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY= -github.com/fsnotify/fsnotify v1.6.0/go.mod h1:sl3t1tCWJFWoRz9R8WJCbQihKKwmorjAbSClcnxKAGw= -github.com/go-logr/logr v1.2.0/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= -github.com/go-logr/logr v1.2.4 h1:g01GSCwiDw2xSZfjJ2/T9M+S6pFdcNtFYsp+Y43HYDQ= -github.com/go-logr/logr v1.2.4/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= -github.com/go-logr/zapr v1.2.4 h1:QHVo+6stLbfJmYGkQ7uGHUCu5hnAFAj6mDe6Ea0SeOo= -github.com/go-logr/zapr v1.2.4/go.mod h1:FyHWQIzQORZ0QVE1BtVHv3cKtNLuXsbNLtpuhNapBOA= +github.com/evanphx/json-patch/v5 v5.8.0 h1:lRj6N9Nci7MvzrXuX6HFzU8XjmhPiXPlsKEy1u0KQro= +github.com/evanphx/json-patch/v5 v5.8.0/go.mod h1:VNkHZ/282BpEyt/tObQO8s5CMPmYYq14uClGH4abBuQ= +github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA= +github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM= +github.com/go-logr/logr v1.3.0/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY= +github.com/go-logr/logr v1.4.1 h1:pKouT5E8xu9zeFC39JXRDukb6JFQPXM5p5I91188VAQ= +github.com/go-logr/logr v1.4.1/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY= +github.com/go-logr/zapr v1.3.0 h1:XGdV8XW8zdwFiwOA2Dryh1gj2KRQyOOoNmBy4EplIcQ= +github.com/go-logr/zapr v1.3.0/go.mod h1:YKepepNBd1u/oyhd/yQmtjVXmm9uML4IXUgMOwR8/Gg= github.com/go-openapi/jsonpointer v0.19.6 h1:eCs3fxoIi3Wh6vtgmLTOjdhSpiqphQ+DaPn38N2ZdrE= github.com/go-openapi/jsonpointer v0.19.6/go.mod h1:osyAmYz/mB/C3I+WsTTSgw1ONzaLJoLCyoi6/zppojs= github.com/go-openapi/jsonreference v0.20.2 h1:3sVjiK66+uXK/6oQ8xgcRKcFgQ5KXa2KvnJRumpMGbE= @@ -38,7 +37,6 @@ github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q= github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q= github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE= github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg= @@ -47,8 +45,9 @@ github.com/google/gnostic-models v0.6.8 h1:yo/ABAfM5IMRsS1VnXjTBvUb61tFIHozhlYvR github.com/google/gnostic-models v0.6.8/go.mod h1:5n7qKqH0f5wFt+aWF8CW6pZLLNOfYuF5OpfBSENuI8U= github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38= github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= +github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI= +github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= github.com/google/gofuzz v1.2.0 h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0= github.com/google/gofuzz v1.2.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= @@ -64,7 +63,6 @@ github.com/itchyny/timefmt-go v0.1.3 h1:7M3LGVDsqcd0VZH2U+x393obrzZisp7C0uEe921i github.com/itchyny/timefmt-go v0.1.3/go.mod h1:0osSSCQSASBJMsIZnhAaF1C2fCBTJZXrnj37mG8/c+A= github.com/jaypipes/envutil v1.0.0 h1:u6Vwy9HwruFihoZrL0bxDLCa/YNadGVwKyPElNmZWow= github.com/jaypipes/envutil v1.0.0/go.mod h1:vgIRDly+xgBq0eeZRcflOHMMobMwgC6MkMbxo/Nw65M= -github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= github.com/jmespath/go-jmespath v0.4.0/go.mod h1:T8mJZnbsbmF+m6zOOFylbeCJqk5+pHWvzYPziyZiYoo= github.com/jmespath/go-jmespath/internal/testify v1.5.1 h1:shLQSRRSCCPj3f2gpwzGwWFoC7ycTf1rcQZHOlsJ6N8= @@ -75,7 +73,6 @@ github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnr github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo= github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8= github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= -github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE= github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk= @@ -87,8 +84,8 @@ github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0 github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc= github.com/mattn/go-isatty v0.0.14/go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27kJ6hsGG94= github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI= -github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo= -github.com/matttproud/golang_protobuf_extensions v1.0.4/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4= +github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 h1:jWpvCLoY8Z/e3VKvlsiIGKtc+UG6U5vzxaoagmhXfyg= +github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0/go.mod h1:QUyp042oQthUoa9bqDv0ER0wrtXnBruoNd7aNjkbP+k= github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg= github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= @@ -96,23 +93,22 @@ github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9G github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk= github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA= github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= -github.com/onsi/ginkgo/v2 v2.11.0 h1:WgqUCUt/lT6yXoQ8Wef0fsNn5cAuMK7+KT9UFRz2tcU= -github.com/onsi/ginkgo/v2 v2.11.0/go.mod h1:ZhrRA5XmEE3x3rhlzamx/JJvujdZoJ2uvgI7kR0iZvM= -github.com/onsi/gomega v1.27.10 h1:naR28SdDFlqrG6kScpT8VWpu1xWY5nJRCF3XaYyBjhI= -github.com/onsi/gomega v1.27.10/go.mod h1:RsS8tutOdbdgzbPtzzATp12yT7kM5I5aElG3evPbQ0M= -github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= +github.com/onsi/ginkgo/v2 v2.14.0 h1:vSmGj2Z5YPb9JwCWT6z6ihcUvDhuXLc3sJiqd3jMKAY= +github.com/onsi/ginkgo/v2 v2.14.0/go.mod h1:JkUdW7JkN0V6rFvsHcJ478egV3XH9NxpD27Hal/PhZw= +github.com/onsi/gomega v1.30.0 h1:hvMK7xYz4D3HapigLTeGdId/NcfQx1VHMJc60ew99+8= +github.com/onsi/gomega v1.30.0/go.mod h1:9sxs+SwGrKI0+PWe4Fxa9tFQQBG5xSsSbMXOI8PPpoQ= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/prometheus/client_golang v1.16.0 h1:yk/hx9hDbrGHovbci4BY+pRMfSuuat626eFsHb7tmT8= -github.com/prometheus/client_golang v1.16.0/go.mod h1:Zsulrv/L9oM40tJ7T815tM89lFEugiJ9HzIqaAx4LKc= -github.com/prometheus/client_model v0.4.0 h1:5lQXD3cAg1OXBf4Wq03gTrXHeaV0TQvGfUooCfx1yqY= -github.com/prometheus/client_model v0.4.0/go.mod h1:oMQmHW1/JoDwqLtg57MGgP/Fb1CJEYF2imWWhWtMkYU= -github.com/prometheus/common v0.44.0 h1:+5BrQJwiBB9xsMygAB3TNvpQKOwlkc25LbISbrdOOfY= -github.com/prometheus/common v0.44.0/go.mod h1:ofAIvZbQ1e/nugmZGz4/qCb9Ap1VoSTIO7x0VV9VvuY= -github.com/prometheus/procfs v0.10.1 h1:kYK1Va/YMlutzCGazswoHKo//tZVlFpKYh+PymziUAg= -github.com/prometheus/procfs v0.10.1/go.mod h1:nwNm2aOCAYw8uTR/9bWRREkZFxAUcWzPHWJq+XBB/FM= +github.com/prometheus/client_golang v1.18.0 h1:HzFfmkOzH5Q8L8G+kSJKUx5dtG87sewO+FoDDqP5Tbk= +github.com/prometheus/client_golang v1.18.0/go.mod h1:T+GXkCk5wSJyOqMIzVgvvjFDlkOQntgjkJWKrN5txjA= +github.com/prometheus/client_model v0.5.0 h1:VQw1hfvPvk3Uv6Qf29VrPF32JB6rtbgI6cYPYQjL0Qw= +github.com/prometheus/client_model v0.5.0/go.mod h1:dTiFglRmd66nLR9Pv9f0mZi7B7fk5Pm3gvsjB5tr+kI= +github.com/prometheus/common v0.45.0 h1:2BGz0eBc2hdMDLnO/8n0jeB3oPrt2D08CekT0lneoxM= +github.com/prometheus/common v0.45.0/go.mod h1:YJmSTw9BoKxJplESWWxlbyttQR4uaEcGyv9MZjVOJsY= +github.com/prometheus/procfs v0.12.0 h1:jluTpSng7V9hY0O2R9DzzJHYb2xULk9VTR1V1R/k6Bo= +github.com/prometheus/procfs v0.12.0/go.mod h1:pcuDEFsWDnvcgNzo4EEweacyhjeA9Zk3cnaOZAZEfOo= github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ= github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog= github.com/samber/lo v1.37.0 h1:XjVcB8g6tgUp8rsPsJ2CvhClfImrpL04YpQHXeHPhRw= @@ -124,23 +120,17 @@ github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSS github.com/stretchr/objx v0.5.0 h1:1zr/of2m5FGMsad5YfcqgdqdWrIhu+EBEJRhR1U7z/c= github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo= github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= -github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= -github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ8= -github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= +github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= +github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= -github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= -go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc= -go.uber.org/goleak v1.1.11/go.mod h1:cwTWslyiVhfpKIDGSZEM2HlOvcqm+tG4zioyIeLoqMQ= -go.uber.org/goleak v1.2.1 h1:NBol2c7O1ZokfZ0LEU9K6Whx/KnwvepVetCUhtKja4A= -go.uber.org/goleak v1.2.1/go.mod h1:qlT2yGI9QafXHhZZLxlSuNsMw3FFLxBr+tBRlmO1xH4= -go.uber.org/multierr v1.6.0/go.mod h1:cdWPpRnG4AhwMwsgIHip0KRBQjJy5kYEpYjJxpXp9iU= +go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto= +go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE= go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0= go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y= -go.uber.org/zap v1.24.0/go.mod h1:2kMP+WWQ8aoFoedH3T2sq6iJ2yDWpHbP0f6MQbS9Gkg= go.uber.org/zap v1.26.0 h1:sI7k6L95XOKS281NhVKOFCUNIvv9e0w4BF8N3u+tCRo= go.uber.org/zap v1.26.0/go.mod h1:dtElttAiwGvoJ/vj4IwHBS/gXsEu/pZ50mUIRWuG0so= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= @@ -148,55 +138,42 @@ golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8U golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e h1:+WEEuIdZHnUeJJmEUjyYC2gfUMj69yZXw17EnHg/otA= golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e/go.mod h1:Kr81I6Kryrl9sr8s2FK3vxD90NdsKWRuOIl2O4CvYbA= -golang.org/x/lint v0.0.0-20190930215403-16217165b5de/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190603091049-60506f45cf65/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= -golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtHCRCNQM= -golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM= -golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE= -golang.org/x/oauth2 v0.8.0 h1:6dkIjl3j3LtZ/O3sTgZTMsLKSftL/B8Zgq4huOIIUu8= -golang.org/x/oauth2 v0.8.0/go.mod h1:yr7u4HXZRm1R1kBWqr/xKNqewf0plRYoB7sla+BCIXE= -golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/net v0.19.0 h1:zTwKpTd2XuCqf8huc7Fo2iSy+4RHPd10s4KzeTnVr1c= +golang.org/x/net v0.19.0/go.mod h1:CfAk/cbD4CthTvqiEl8NpboMuiuOYsAr/7NOjZJtv1U= +golang.org/x/oauth2 v0.12.0 h1:smVPGxink+n1ZI5pkQa8y6fZT0RW0MgCO5bFpepy4B4= +golang.org/x/oauth2 v0.12.0/go.mod h1:A74bZ3aGXgCY0qaIC9Ahg6Lglin4AMAco8cIv9baba4= golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210510120138-977fb7262007/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211124211545-fe61309f8881/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE= -golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= -golang.org/x/term v0.13.0 h1:bb+I9cTfFazGW51MZqBVmZy7+JEJMouUHTUSKVQLBek= -golang.org/x/term v0.13.0/go.mod h1:LTmsnFJwVN6bCy1rVCoS+qHT1HhALEFxKncY3WNNh4U= +golang.org/x/sys v0.16.0 h1:xWw16ngr6ZMtmxDyKyIgsE93KNKz5HKmMa3b8ALHidU= +golang.org/x/sys v0.16.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/term v0.15.0 h1:y/Oo/a/q3IXu26lQgl04j/gjuBDOBlx7X6Om1j2CPW4= +golang.org/x/term v0.15.0/go.mod h1:BDl952bC7+uMoWR75FIrCDx79TPU9oHkTZ9yRbYOrX0= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.13.0 h1:ablQoSUd0tRdKxZewP80B+BaqeKJuVhuRxj/dkrun3k= -golang.org/x/text v0.13.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= +golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ= +golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= golang.org/x/time v0.3.0 h1:rg5rLMjNzMS1RkNLzCG38eapWhnYLFYXDXj2gOlr8j4= golang.org/x/time v0.3.0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.1.5/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= -golang.org/x/tools v0.9.3 h1:Gn1I8+64MsuTb/HpH+LmQtNas23LhUVr3rYZ0eKuaMM= -golang.org/x/tools v0.9.3/go.mod h1:owI94Op576fPu3cIGQeHs3joujW/2Oc6MtlxbF5dfNc= +golang.org/x/tools v0.16.1 h1:TLyB3WofjdOEepBHAU20JdNC1Zbg87elYofWYAY5oZA= +golang.org/x/tools v0.16.1/go.mod h1:kYVVN6I1mBNoB1OX+noeBjbRk4IUEPa7JJ+TJMEooJ0= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -207,10 +184,9 @@ google.golang.org/appengine v1.6.7 h1:FZR1q0exgwxzPzp/aF+VccGrSfxfPpkBqjIIEq3ru6 google.golang.org/appengine v1.6.7/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= -google.golang.org/protobuf v1.30.0 h1:kPPoIgf3TsEvrm0PFe15JQ+570QVxYzEvvHqChK+cng= -google.golang.org/protobuf v1.30.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= +google.golang.org/protobuf v1.31.0 h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8= +google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk= gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q= gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= @@ -223,27 +199,27 @@ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -k8s.io/api v0.28.3 h1:Gj1HtbSdB4P08C8rs9AR94MfSGpRhJgsS+GF9V26xMM= -k8s.io/api v0.28.3/go.mod h1:MRCV/jr1dW87/qJnZ57U5Pak65LGmQVkKTzf3AtKFHc= -k8s.io/apiextensions-apiserver v0.28.3 h1:Od7DEnhXHnHPZG+W9I97/fSQkVpVPQx2diy+2EtmY08= -k8s.io/apiextensions-apiserver v0.28.3/go.mod h1:NE1XJZ4On0hS11aWWJUTNkmVB03j9LM7gJSisbRt8Lc= -k8s.io/apimachinery v0.28.3 h1:B1wYx8txOaCQG0HmYF6nbpU8dg6HvA06x5tEffvOe7A= -k8s.io/apimachinery v0.28.3/go.mod h1:uQTKmIqs+rAYaq+DFaoD2X7pcjLOqbQX2AOiO0nIpb8= -k8s.io/client-go v0.28.3 h1:2OqNb72ZuTZPKCl+4gTKvqao0AMOl9f3o2ijbAj3LI4= -k8s.io/client-go v0.28.3/go.mod h1:LTykbBp9gsA7SwqirlCXBWtK0guzfhpoW4qSm7i9dxo= -k8s.io/component-base v0.28.3 h1:rDy68eHKxq/80RiMb2Ld/tbH8uAE75JdCqJyi6lXMzI= -k8s.io/component-base v0.28.3/go.mod h1:fDJ6vpVNSk6cRo5wmDa6eKIG7UlIQkaFmZN2fYgIUD8= -k8s.io/klog/v2 v2.100.1 h1:7WCHKK6K8fNhTqfBhISHQ97KrnJNFZMcQvKp7gP/tmg= -k8s.io/klog/v2 v2.100.1/go.mod h1:y1WjHnz7Dj687irZUWR/WLkLc5N1YHtjLdmgWjndZn0= -k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 h1:LyMgNKD2P8Wn1iAwQU5OhxCKlKJy0sHc+PcDwFB24dQ= -k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9/go.mod h1:wZK2AVp1uHCp4VamDVgBP2COHZjqD1T68Rf0CM3YjSM= -k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 h1:qY1Ad8PODbnymg2pRbkyMT/ylpTrCM8P2RJ0yroCyIk= -k8s.io/utils v0.0.0-20230406110748-d93618cff8a2/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0= -sigs.k8s.io/controller-runtime v0.16.3 h1:2TuvuokmfXvDUamSx1SuAOO3eTyye+47mJCigwG62c4= -sigs.k8s.io/controller-runtime v0.16.3/go.mod h1:j7bialYoSn142nv9sCOJmQgDXQXxnroFU4VnX/brVJ0= +k8s.io/api v0.29.0 h1:NiCdQMY1QOp1H8lfRyeEf8eOwV6+0xA6XEE44ohDX2A= +k8s.io/api v0.29.0/go.mod h1:sdVmXoz2Bo/cb77Pxi71IPTSErEW32xa4aXwKH7gfBA= +k8s.io/apiextensions-apiserver v0.29.0 h1:0VuspFG7Hj+SxyF/Z/2T0uFbI5gb5LRgEyUVE3Q4lV0= +k8s.io/apiextensions-apiserver v0.29.0/go.mod h1:TKmpy3bTS0mr9pylH0nOt/QzQRrW7/h7yLdRForMZwc= +k8s.io/apimachinery v0.29.0 h1:+ACVktwyicPz0oc6MTMLwa2Pw3ouLAfAon1wPLtG48o= +k8s.io/apimachinery v0.29.0/go.mod h1:eVBxQ/cwiJxH58eK/jd/vAk4mrxmVlnpBH5J2GbMeis= +k8s.io/client-go v0.29.0 h1:KmlDtFcrdUzOYrBhXHgKw5ycWzc3ryPX5mQe0SkG3y8= +k8s.io/client-go v0.29.0/go.mod h1:yLkXH4HKMAywcrD82KMSmfYg2DlE8mepPR4JGSo5n38= +k8s.io/component-base v0.29.0 h1:T7rjd5wvLnPBV1vC4zWd/iWRbV8Mdxs+nGaoaFzGw3s= +k8s.io/component-base v0.29.0/go.mod h1:sADonFTQ9Zc9yFLghpDpmNXEdHyQmFIGbiuZbqAXQ1M= +k8s.io/klog/v2 v2.110.1 h1:U/Af64HJf7FcwMcXyKm2RPM22WZzyR7OSpYj5tg3cL0= +k8s.io/klog/v2 v2.110.1/go.mod h1:YGtd1984u+GgbuZ7e08/yBuAfKLSO0+uR1Fhi6ExXjo= +k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 h1:aVUu9fTY98ivBPKR9Y5w/AuzbMm96cd3YHRTU83I780= +k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00/go.mod h1:AsvuZPBlUDVuCdzJ87iajxtXuR9oktsTctW/R9wwouA= +k8s.io/utils v0.0.0-20230726121419-3b25d923346b h1:sgn3ZU783SCgtaSJjpcVVlRqd6GSnlTLKgpAAttJvpI= +k8s.io/utils v0.0.0-20230726121419-3b25d923346b/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0= +sigs.k8s.io/controller-runtime v0.17.0 h1:fjJQf8Ukya+VjogLO6/bNX9HE6Y2xpsO5+fyS26ur/s= +sigs.k8s.io/controller-runtime v0.17.0/go.mod h1:+MngTvIQQQhfXtwfdGw/UOQ/aIaqsYywfCINOtwMO/s= sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo= sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0= -sigs.k8s.io/structured-merge-diff/v4 v4.2.3 h1:PRbqxJClWWYMNV1dhaG4NsibJbArud9kFxnAMREiWFE= -sigs.k8s.io/structured-merge-diff/v4 v4.2.3/go.mod h1:qjx8mGObPmV2aSZepjQjbmb2ihdVs8cGKBraizNC69E= -sigs.k8s.io/yaml v1.3.0 h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo= -sigs.k8s.io/yaml v1.3.0/go.mod h1:GeOyir5tyXNByN85N/dRIT9es5UQNerPYEKK56eTBm8= +sigs.k8s.io/structured-merge-diff/v4 v4.4.1 h1:150L+0vs/8DA78h1u02ooW1/fFq/Lwr+sGiqlzvrtq4= +sigs.k8s.io/structured-merge-diff/v4 v4.4.1/go.mod h1:N8hJocpFajUSSeSJ9bOZ77VzejKZaXsTtZo4/u7Io08= +sigs.k8s.io/yaml v1.4.0 h1:Mk1wCc2gy/F0THH0TAp1QYyJNzRm2KCLy3o5ASXVI5E= +sigs.k8s.io/yaml v1.4.0/go.mod h1:Ejl7/uTz7PSA4eKMyQCUTnhZYNmLIl+5c2lQPGR2BPY= diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 1bef2d85..121f1e86 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 name: ec2-chart description: A Helm chart for the ACK service controller for Amazon Elastic Cloud Compute (EC2) -version: 1.2.2 -appVersion: 1.2.2 +version: 1.2.3 +appVersion: 1.2.3 home: https://github.com/aws-controllers-k8s/ec2-controller icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png sources: diff --git a/helm/crds/ec2.services.k8s.aws_dhcpoptions.yaml b/helm/crds/ec2.services.k8s.aws_dhcpoptions.yaml index b8faba96..e844ff3b 100644 --- a/helm/crds/ec2.services.k8s.aws_dhcpoptions.yaml +++ b/helm/crds/ec2.services.k8s.aws_dhcpoptions.yaml @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null + controller-gen.kubebuilder.io/version: v0.14.0 name: dhcpoptions.ec2.services.k8s.aws spec: group: ec2.services.k8s.aws @@ -25,20 +24,28 @@ spec: description: DHCPOptions is the Schema for the DHCPOptions API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object spec: - description: "DhcpOptionsSpec defines the desired state of DhcpOptions. - \n Describes a set of DHCP options." + description: |- + DhcpOptionsSpec defines the desired state of DhcpOptions. + + + Describes a set of DHCP options. properties: dhcpConfigurations: description: A DHCP configuration option. @@ -53,9 +60,10 @@ spec: type: object type: array tags: - description: The tags. The value parameter is required, but if you - don't want the tag to have a value, specify the parameter with no - value, and we set the value to an empty string. + description: |- + The tags. The value parameter is required, but if you don't want the tag + to have a value, specify the parameter with no value, and we set the value + to an empty string. items: description: Describes a tag. properties: @@ -72,13 +80,14 @@ spec: vpcRefs: items: description: "AWSResourceReferenceWrapper provides a wrapper around - *AWSResourceReference type to provide more user friendly syntax - for references using 'from' field Ex: APIIDRef: \n from: name: - my-api" + *AWSResourceReference\ntype to provide more user friendly syntax + for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + \ name: my-api" properties: from: - description: AWSResourceReference provides all the values necessary - to reference another k8s resource for finding the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string @@ -92,24 +101,26 @@ spec: description: DHCPOptionsStatus defines the observed state of DHCPOptions properties: ackResourceMetadata: - description: All CRs managed by ACK have a common `Status.ACKResourceMetadata` - member that is used to contain resource sync state, account ownership, + description: |- + All CRs managed by ACK have a common `Status.ACKResourceMetadata` member + that is used to contain resource sync state, account ownership, constructed ARN for the resource properties: arn: - description: 'ARN is the Amazon Resource Name for the resource. - This is a globally-unique identifier and is set only by the - ACK service controller once the controller has orchestrated - the creation of the resource OR when it has verified that an - "adopted" resource (a resource where the ARN annotation was - set by the Kubernetes user on the CR) exists and matches the - supplied CR''s Spec field values. TODO(vijat@): Find a better - strategy for resources that do not have ARN in CreateOutputResponse - https://github.com/aws/aws-controllers-k8s/issues/270' + description: |- + ARN is the Amazon Resource Name for the resource. This is a + globally-unique identifier and is set only by the ACK service controller + once the controller has orchestrated the creation of the resource OR + when it has verified that an "adopted" resource (a resource where the + ARN annotation was set by the Kubernetes user on the CR) exists and + matches the supplied CR's Spec field values. + TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse + https://github.com/aws/aws-controllers-k8s/issues/270 type: string ownerAccountID: - description: OwnerAccountID is the AWS Account ID of the account - that owns the backend AWS service API resource. + description: |- + OwnerAccountID is the AWS Account ID of the account that owns the + backend AWS service API resource. type: string region: description: Region is the AWS region in which the resource exists @@ -120,14 +131,16 @@ spec: - region type: object conditions: - description: All CRS managed by ACK have a common `Status.Conditions` - member that contains a collection of `ackv1alpha1.Condition` objects - that describe the various terminal states of the CR and its backend - AWS service API resource + description: |- + All CRS managed by ACK have a common `Status.Conditions` member that + contains a collection of `ackv1alpha1.Condition` objects that describe + the various terminal states of the CR and its backend AWS service API + resource items: - description: Condition is the common struct used by all CRDs managed - by ACK service controllers to indicate terminal states of the - CR and its backend AWS service API resource + description: |- + Condition is the common struct used by all CRDs managed by ACK service + controllers to indicate terminal states of the CR and its backend AWS + service API resource properties: lastTransitionTime: description: Last time the condition transitioned from one status diff --git a/helm/crds/ec2.services.k8s.aws_elasticipaddresses.yaml b/helm/crds/ec2.services.k8s.aws_elasticipaddresses.yaml index 061e59ff..10e2bac9 100644 --- a/helm/crds/ec2.services.k8s.aws_elasticipaddresses.yaml +++ b/helm/crds/ec2.services.k8s.aws_elasticipaddresses.yaml @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null + controller-gen.kubebuilder.io/version: v0.14.0 name: elasticipaddresses.ec2.services.k8s.aws spec: group: ec2.services.k8s.aws @@ -28,14 +27,19 @@ spec: description: ElasticIPAddress is the Schema for the ElasticIPAddresses API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object @@ -43,34 +47,42 @@ spec: description: ElasticIPAddressSpec defines the desired state of ElasticIPAddress. properties: address: - description: '[EC2-VPC] The Elastic IP address to recover or an IPv4 - address from an address pool.' + description: |- + [EC2-VPC] The Elastic IP address to recover or an IPv4 address from an address + pool. type: string customerOwnedIPv4Pool: - description: The ID of a customer-owned address pool. Use this parameter - to let Amazon EC2 select an address from the address pool. Alternatively, - specify a specific address from the address pool. + description: |- + The ID of a customer-owned address pool. Use this parameter to let Amazon + EC2 select an address from the address pool. Alternatively, specify a specific + address from the address pool. type: string networkBorderGroup: - description: "A unique set of Availability Zones, Local Zones, or - Wavelength Zones from which Amazon Web Services advertises IP addresses. - Use this parameter to limit the IP address to this location. IP - addresses cannot move between network border groups. \n Use DescribeAvailabilityZones - (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html) - to view the network border groups. \n You cannot use a network border - group with EC2 Classic. If you attempt this operation on EC2 Classic, - you receive an InvalidParameterCombination error." + description: |- + A unique set of Availability Zones, Local Zones, or Wavelength Zones from + which Amazon Web Services advertises IP addresses. Use this parameter to + limit the IP address to this location. IP addresses cannot move between network + border groups. + + + Use DescribeAvailabilityZones (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html) + to view the network border groups. + + + You cannot use a network border group with EC2 Classic. If you attempt this + operation on EC2 Classic, you receive an InvalidParameterCombination error. type: string publicIPv4Pool: - description: The ID of an address pool that you own. Use this parameter - to let Amazon EC2 select an address from the address pool. To specify - a specific address from the address pool, use the Address parameter - instead. + description: |- + The ID of an address pool that you own. Use this parameter to let Amazon + EC2 select an address from the address pool. To specify a specific address + from the address pool, use the Address parameter instead. type: string tags: - description: The tags. The value parameter is required, but if you - don't want the tag to have a value, specify the parameter with no - value, and we set the value to an empty string. + description: |- + The tags. The value parameter is required, but if you don't want the tag + to have a value, specify the parameter with no value, and we set the value + to an empty string. items: description: Describes a tag. properties: @@ -85,24 +97,26 @@ spec: description: ElasticIPAddressStatus defines the observed state of ElasticIPAddress properties: ackResourceMetadata: - description: All CRs managed by ACK have a common `Status.ACKResourceMetadata` - member that is used to contain resource sync state, account ownership, + description: |- + All CRs managed by ACK have a common `Status.ACKResourceMetadata` member + that is used to contain resource sync state, account ownership, constructed ARN for the resource properties: arn: - description: 'ARN is the Amazon Resource Name for the resource. - This is a globally-unique identifier and is set only by the - ACK service controller once the controller has orchestrated - the creation of the resource OR when it has verified that an - "adopted" resource (a resource where the ARN annotation was - set by the Kubernetes user on the CR) exists and matches the - supplied CR''s Spec field values. TODO(vijat@): Find a better - strategy for resources that do not have ARN in CreateOutputResponse - https://github.com/aws/aws-controllers-k8s/issues/270' + description: |- + ARN is the Amazon Resource Name for the resource. This is a + globally-unique identifier and is set only by the ACK service controller + once the controller has orchestrated the creation of the resource OR + when it has verified that an "adopted" resource (a resource where the + ARN annotation was set by the Kubernetes user on the CR) exists and + matches the supplied CR's Spec field values. + TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse + https://github.com/aws/aws-controllers-k8s/issues/270 type: string ownerAccountID: - description: OwnerAccountID is the AWS Account ID of the account - that owns the backend AWS service API resource. + description: |- + OwnerAccountID is the AWS Account ID of the account that owns the + backend AWS service API resource. type: string region: description: Region is the AWS region in which the resource exists @@ -113,24 +127,26 @@ spec: - region type: object allocationID: - description: '[EC2-VPC] The ID that Amazon Web Services assigns to - represent the allocation of the Elastic IP address for use with - instances in a VPC.' + description: |- + [EC2-VPC] The ID that Amazon Web Services assigns to represent the allocation + of the Elastic IP address for use with instances in a VPC. type: string carrierIP: - description: The carrier IP address. This option is only available - for network interfaces which reside in a subnet in a Wavelength - Zone (for example an EC2 instance). + description: |- + The carrier IP address. This option is only available for network interfaces + which reside in a subnet in a Wavelength Zone (for example an EC2 instance). type: string conditions: - description: All CRS managed by ACK have a common `Status.Conditions` - member that contains a collection of `ackv1alpha1.Condition` objects - that describe the various terminal states of the CR and its backend - AWS service API resource + description: |- + All CRS managed by ACK have a common `Status.Conditions` member that + contains a collection of `ackv1alpha1.Condition` objects that describe + the various terminal states of the CR and its backend AWS service API + resource items: - description: Condition is the common struct used by all CRDs managed - by ACK service controllers to indicate terminal states of the - CR and its backend AWS service API resource + description: |- + Condition is the common struct used by all CRDs managed by ACK service + controllers to indicate terminal states of the CR and its backend AWS + service API resource properties: lastTransitionTime: description: Last time the condition transitioned from one status diff --git a/helm/crds/ec2.services.k8s.aws_flowlogs.yaml b/helm/crds/ec2.services.k8s.aws_flowlogs.yaml index a245242c..87dc6cf0 100644 --- a/helm/crds/ec2.services.k8s.aws_flowlogs.yaml +++ b/helm/crds/ec2.services.k8s.aws_flowlogs.yaml @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null + controller-gen.kubebuilder.io/version: v0.14.0 name: flowlogs.ec2.services.k8s.aws spec: group: ec2.services.k8s.aws @@ -21,26 +20,37 @@ spec: description: FlowLog is the Schema for the FlowLogs API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object spec: - description: "FlowLogSpec defines the desired state of FlowLog. \n Describes - a flow log." + description: |- + FlowLogSpec defines the desired state of FlowLog. + + + Describes a flow log. properties: deliverLogsPermissionARN: - description: "The ARN for the IAM role that permits Amazon EC2 to - publish flow logs to a CloudWatch Logs log group in your account. - \n If you specify LogDestinationType as s3, do not specify DeliverLogsPermissionArn - or LogGroupName." + description: |- + The ARN for the IAM role that permits Amazon EC2 to publish flow logs to + a CloudWatch Logs log group in your account. + + + If you specify LogDestinationType as s3, do not specify DeliverLogsPermissionArn + or LogGroupName. type: string destinationOptions: description: The destination options. @@ -53,64 +63,87 @@ spec: type: boolean type: object logDestination: - description: "The destination to which the flow log data is to be - published. Flow log data can be published to a CloudWatch Logs log - group or an Amazon S3 bucket. The value specified for this parameter - depends on the value specified for LogDestinationType. \n If LogDestinationType - is not specified or cloud-watch-logs, specify the Amazon Resource - Name (ARN) of the CloudWatch Logs log group. For example, to publish + description: |- + The destination to which the flow log data is to be published. Flow log data + can be published to a CloudWatch Logs log group or an Amazon S3 bucket. The + value specified for this parameter depends on the value specified for LogDestinationType. + + + If LogDestinationType is not specified or cloud-watch-logs, specify the Amazon + Resource Name (ARN) of the CloudWatch Logs log group. For example, to publish to a log group called my-logs, specify arn:aws:logs:us-east-1:123456789012:log-group:my-logs. - Alternatively, use LogGroupName instead. \n If LogDestinationType - is s3, specify the ARN of the Amazon S3 bucket. You can also specify - a subfolder in the bucket. To specify a subfolder in the bucket, - use the following ARN format: bucket_ARN/subfolder_name/. For example, - to specify a subfolder named my-logs in a bucket named my-bucket, - use the following ARN: arn:aws:s3:::my-bucket/my-logs/. You cannot - use AWSLogs as a subfolder name. This is a reserved term." + Alternatively, use LogGroupName instead. + + + If LogDestinationType is s3, specify the ARN of the Amazon S3 bucket. You + can also specify a subfolder in the bucket. To specify a subfolder in the + bucket, use the following ARN format: bucket_ARN/subfolder_name/. For example, + to specify a subfolder named my-logs in a bucket named my-bucket, use the + following ARN: arn:aws:s3:::my-bucket/my-logs/. You cannot use AWSLogs as + a subfolder name. This is a reserved term. type: string logDestinationType: - description: "The type of destination to which the flow log data is - to be published. Flow log data can be published to CloudWatch Logs - or Amazon S3. To publish flow log data to CloudWatch Logs, specify - cloud-watch-logs. To publish flow log data to Amazon S3, specify - s3. \n If you specify LogDestinationType as s3, do not specify DeliverLogsPermissionArn - or LogGroupName. \n Default: cloud-watch-logs" + description: |- + The type of destination to which the flow log data is to be published. Flow + log data can be published to CloudWatch Logs or Amazon S3. To publish flow + log data to CloudWatch Logs, specify cloud-watch-logs. To publish flow log + data to Amazon S3, specify s3. + + + If you specify LogDestinationType as s3, do not specify DeliverLogsPermissionArn + or LogGroupName. + + + Default: cloud-watch-logs type: string logFormat: - description: "The fields to include in the flow log record, in the - order in which they should appear. For a list of available fields, - see Flow log records (https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs.html#flow-log-records). - If you omit this parameter, the flow log is created using the default - format. If you specify this parameter, you must specify at least - one field. \n Specify the fields using the ${field-id} format, separated - by spaces. For the CLI, surround this parameter value with single - quotes on Linux or double quotes on Windows." + description: |- + The fields to include in the flow log record, in the order in which they + should appear. For a list of available fields, see Flow log records (https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs.html#flow-log-records). + If you omit this parameter, the flow log is created using the default format. + If you specify this parameter, you must specify at least one field. + + + Specify the fields using the ${field-id} format, separated by spaces. For + the CLI, surround this parameter value with single quotes on Linux or double + quotes on Windows. type: string logGroupName: - description: "The name of a new or existing CloudWatch Logs log group - where Amazon EC2 publishes your flow logs. \n If you specify LogDestinationType - as s3, do not specify DeliverLogsPermissionArn or LogGroupName." + description: |- + The name of a new or existing CloudWatch Logs log group where Amazon EC2 + publishes your flow logs. + + + If you specify LogDestinationType as s3, do not specify DeliverLogsPermissionArn + or LogGroupName. type: string maxAggregationInterval: - description: "The maximum interval of time during which a flow of - packets is captured and aggregated into a flow log record. You can - specify 60 seconds (1 minute) or 600 seconds (10 minutes). \n When - a network interface is attached to a Nitro-based instance (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances), - the aggregation interval is always 60 seconds or less, regardless - of the value that you specify. \n Default: 600" + description: |- + The maximum interval of time during which a flow of packets is captured and + aggregated into a flow log record. You can specify 60 seconds (1 minute) + or 600 seconds (10 minutes). + + + When a network interface is attached to a Nitro-based instance (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances), + the aggregation interval is always 60 seconds or less, regardless of the + value that you specify. + + + Default: 600 format: int64 type: integer resourceID: type: string resourceType: - description: The type of resource for which to create the flow log. - For example, if you specified a VPC ID for the ResourceId property, - specify VPC for this property. + description: |- + The type of resource for which to create the flow log. For example, if you + specified a VPC ID for the ResourceId property, specify VPC for this property. type: string tags: - description: The tags. The value parameter is required, but if you - don't want the tag to have a value, specify the parameter with no - value, and we set the value to an empty string. + description: |- + The tags. The value parameter is required, but if you don't want the tag + to have a value, specify the parameter with no value, and we set the value + to an empty string. items: description: Describes a tag. properties: @@ -121,8 +154,9 @@ spec: type: object type: array trafficType: - description: The type of traffic to log. You can log traffic that - the resource accepts or rejects, or all traffic. + description: |- + The type of traffic to log. You can log traffic that the resource accepts + or rejects, or all traffic. type: string required: - resourceID @@ -132,24 +166,26 @@ spec: description: FlowLogStatus defines the observed state of FlowLog properties: ackResourceMetadata: - description: All CRs managed by ACK have a common `Status.ACKResourceMetadata` - member that is used to contain resource sync state, account ownership, + description: |- + All CRs managed by ACK have a common `Status.ACKResourceMetadata` member + that is used to contain resource sync state, account ownership, constructed ARN for the resource properties: arn: - description: 'ARN is the Amazon Resource Name for the resource. - This is a globally-unique identifier and is set only by the - ACK service controller once the controller has orchestrated - the creation of the resource OR when it has verified that an - "adopted" resource (a resource where the ARN annotation was - set by the Kubernetes user on the CR) exists and matches the - supplied CR''s Spec field values. TODO(vijat@): Find a better - strategy for resources that do not have ARN in CreateOutputResponse - https://github.com/aws/aws-controllers-k8s/issues/270' + description: |- + ARN is the Amazon Resource Name for the resource. This is a + globally-unique identifier and is set only by the ACK service controller + once the controller has orchestrated the creation of the resource OR + when it has verified that an "adopted" resource (a resource where the + ARN annotation was set by the Kubernetes user on the CR) exists and + matches the supplied CR's Spec field values. + TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse + https://github.com/aws/aws-controllers-k8s/issues/270 type: string ownerAccountID: - description: OwnerAccountID is the AWS Account ID of the account - that owns the backend AWS service API resource. + description: |- + OwnerAccountID is the AWS Account ID of the account that owns the + backend AWS service API resource. type: string region: description: Region is the AWS region in which the resource exists @@ -160,18 +196,21 @@ spec: - region type: object clientToken: - description: Unique, case-sensitive identifier that you provide to - ensure the idempotency of the request. + description: |- + Unique, case-sensitive identifier that you provide to ensure the idempotency + of the request. type: string conditions: - description: All CRS managed by ACK have a common `Status.Conditions` - member that contains a collection of `ackv1alpha1.Condition` objects - that describe the various terminal states of the CR and its backend - AWS service API resource + description: |- + All CRS managed by ACK have a common `Status.Conditions` member that + contains a collection of `ackv1alpha1.Condition` objects that describe + the various terminal states of the CR and its backend AWS service API + resource items: - description: Condition is the common struct used by all CRDs managed - by ACK service controllers to indicate terminal states of the - CR and its backend AWS service API resource + description: |- + Condition is the common struct used by all CRDs managed by ACK service + controllers to indicate terminal states of the CR and its backend AWS + service API resource properties: lastTransitionTime: description: Last time the condition transitioned from one status @@ -206,8 +245,9 @@ spec: processed in a batch call. properties: error: - description: Information about the error that occurred. For - more information about errors, see Error codes (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html). + description: |- + Information about the error that occurred. For more information about errors, + see Error codes (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html). properties: code: type: string diff --git a/helm/crds/ec2.services.k8s.aws_instances.yaml b/helm/crds/ec2.services.k8s.aws_instances.yaml index fb716d24..9f86446c 100644 --- a/helm/crds/ec2.services.k8s.aws_instances.yaml +++ b/helm/crds/ec2.services.k8s.aws_instances.yaml @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null + controller-gen.kubebuilder.io/version: v0.14.0 name: instances.ec2.services.k8s.aws spec: group: ec2.services.k8s.aws @@ -25,30 +24,39 @@ spec: description: Instance is the Schema for the Instances API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object spec: - description: "InstanceSpec defines the desired state of Instance. \n Describes - an instance." + description: |- + InstanceSpec defines the desired state of Instance. + + + Describes an instance. properties: blockDeviceMappings: - description: The block device mapping, which defines the EBS volumes - and instance store volumes to attach to the instance at launch. - For more information, see Block device mappings (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html) + description: |- + The block device mapping, which defines the EBS volumes and instance store + volumes to attach to the instance at launch. For more information, see Block + device mappings (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html) in the Amazon EC2 User Guide. items: - description: Describes a block device mapping, which defines the - EBS volumes and instance store volumes to attach to an instance - at launch. + description: |- + Describes a block device mapping, which defines the EBS volumes and instance + store volumes to attach to an instance at launch. properties: deviceName: type: string @@ -84,11 +92,11 @@ spec: type: object type: array capacityReservationSpecification: - description: Information about the Capacity Reservation targeting - option. If you do not specify this parameter, the instance's Capacity - Reservation preference defaults to open, which enables it to run - in any open Capacity Reservation that has matching attributes (instance - type, platform, Availability Zone). + description: |- + Information about the Capacity Reservation targeting option. If you do not + specify this parameter, the instance's Capacity Reservation preference defaults + to open, which enables it to run in any open Capacity Reservation that has + matching attributes (instance type, platform, Availability Zone). properties: capacityReservationPreference: type: string @@ -103,8 +111,9 @@ spec: type: object type: object cpuOptions: - description: The CPU options for the instance. For more information, - see Optimize CPU options (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html) + description: |- + The CPU options for the instance. For more information, see Optimize CPU + options (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html) in the Amazon EC2 User Guide. properties: coreCount: @@ -115,43 +124,54 @@ spec: type: integer type: object creditSpecification: - description: "The credit option for CPU usage of the burstable performance - instance. Valid values are standard and unlimited. To change this - attribute after launch, use ModifyInstanceCreditSpecification (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyInstanceCreditSpecification.html). + description: |- + The credit option for CPU usage of the burstable performance instance. Valid + values are standard and unlimited. To change this attribute after launch, + use ModifyInstanceCreditSpecification (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyInstanceCreditSpecification.html). For more information, see Burstable performance instances (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html) - in the Amazon EC2 User Guide. \n Default: standard (T2 instances) - or unlimited (T3/T3a/T4g instances) \n For T3 instances with host - tenancy, only standard is supported." + in the Amazon EC2 User Guide. + + + Default: standard (T2 instances) or unlimited (T3/T3a/T4g instances) + + + For T3 instances with host tenancy, only standard is supported. properties: cpuCredits: type: string type: object disableAPIStop: - description: Indicates whether an instance is enabled for stop protection. - For more information, see Stop protection (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html#Using_StopProtection). + description: |- + Indicates whether an instance is enabled for stop protection. For more information, + see Stop protection (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html#Using_StopProtection). type: boolean disableAPITermination: - description: "If you set this parameter to true, you can't terminate - the instance using the Amazon EC2 console, CLI, or API; otherwise, - you can. To change this attribute after launch, use ModifyInstanceAttribute - (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyInstanceAttribute.html). + description: |- + If you set this parameter to true, you can't terminate the instance using + the Amazon EC2 console, CLI, or API; otherwise, you can. To change this attribute + after launch, use ModifyInstanceAttribute (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyInstanceAttribute.html). Alternatively, if you set InstanceInitiatedShutdownBehavior to terminate, - you can terminate the instance by running the shutdown command from - the instance. \n Default: false" + you can terminate the instance by running the shutdown command from the instance. + + + Default: false type: boolean ebsOptimized: - description: "Indicates whether the instance is optimized for Amazon - EBS I/O. This optimization provides dedicated throughput to Amazon - EBS and an optimized configuration stack to provide optimal Amazon - EBS I/O performance. This optimization isn't available with all - instance types. Additional usage charges apply when using an EBS-optimized - instance. \n Default: false" + description: |- + Indicates whether the instance is optimized for Amazon EBS I/O. This optimization + provides dedicated throughput to Amazon EBS and an optimized configuration + stack to provide optimal Amazon EBS I/O performance. This optimization isn't + available with all instance types. Additional usage charges apply when using + an EBS-optimized instance. + + + Default: false type: boolean elasticGPUSpecification: - description: An elastic GPU to associate with the instance. An Elastic - GPU is a GPU resource that you can attach to your Windows instance - to accelerate the graphics performance of your applications. For - more information, see Amazon EC2 Elastic GPUs (https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/elastic-graphics.html) + description: |- + An elastic GPU to associate with the instance. An Elastic GPU is a GPU resource + that you can attach to your Windows instance to accelerate the graphics performance + of your applications. For more information, see Amazon EC2 Elastic GPUs (https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/elastic-graphics.html) in the Amazon EC2 User Guide. items: description: A specification for an Elastic Graphics accelerator. @@ -161,11 +181,13 @@ spec: type: object type: array elasticInferenceAccelerators: - description: "An elastic inference accelerator to associate with the - instance. Elastic inference accelerators are a resource you can - attach to your Amazon EC2 instances to accelerate your Deep Learning - (DL) inference workloads. \n You cannot specify accelerators from - different generations in the same request." + description: |- + An elastic inference accelerator to associate with the instance. Elastic + inference accelerators are a resource you can attach to your Amazon EC2 instances + to accelerate your Deep Learning (DL) inference workloads. + + + You cannot specify accelerators from different generations in the same request. items: description: Describes an elastic inference accelerator. properties: @@ -177,21 +199,27 @@ spec: type: object type: array enclaveOptions: - description: "Indicates whether the instance is enabled for Amazon - Web Services Nitro Enclaves. For more information, see What is Amazon - Web Services Nitro Enclaves? (https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html) - in the Amazon Web Services Nitro Enclaves User Guide. \n You can't - enable Amazon Web Services Nitro Enclaves and hibernation on the - same instance." + description: |- + Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. + For more information, see What is Amazon Web Services Nitro Enclaves? (https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html) + in the Amazon Web Services Nitro Enclaves User Guide. + + + You can't enable Amazon Web Services Nitro Enclaves and hibernation on the + same instance. properties: enabled: type: boolean type: object hibernationOptions: - description: "Indicates whether an instance is enabled for hibernation. - For more information, see Hibernate your instance (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html) - in the Amazon EC2 User Guide. \n You can't enable hibernation and - Amazon Web Services Nitro Enclaves on the same instance." + description: |- + Indicates whether an instance is enabled for hibernation. For more information, + see Hibernate your instance (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html) + in the Amazon EC2 User Guide. + + + You can't enable hibernation and Amazon Web Services Nitro Enclaves on the + same instance. properties: configured: type: boolean @@ -206,19 +234,25 @@ spec: type: string type: object imageID: - description: The ID of the AMI. An AMI ID is required to launch an - instance and must be specified here or in a launch template. + description: |- + The ID of the AMI. An AMI ID is required to launch an instance and must be + specified here or in a launch template. type: string instanceInitiatedShutdownBehavior: - description: "Indicates whether an instance stops or terminates when - you initiate shutdown from the instance (using the operating system - command for system shutdown). \n Default: stop" + description: |- + Indicates whether an instance stops or terminates when you initiate shutdown + from the instance (using the operating system command for system shutdown). + + + Default: stop type: string instanceMarketOptions: - description: "The market (purchasing) option for the instances. \n - For RunInstances, persistent Spot Instance requests are only supported - when InstanceInterruptionBehavior is set to either hibernate or - stop." + description: |- + The market (purchasing) option for the instances. + + + For RunInstances, persistent Spot Instance requests are only supported when + InstanceInterruptionBehavior is set to either hibernate or stop. properties: marketType: type: string @@ -240,27 +274,36 @@ spec: type: object type: object instanceType: - description: "The instance type. For more information, see Instance - types (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html) - in the Amazon EC2 User Guide. \n Default: m1.small" + description: |- + The instance type. For more information, see Instance types (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html) + in the Amazon EC2 User Guide. + + + Default: m1.small type: string ipv6AddressCount: - description: "[EC2-VPC] The number of IPv6 addresses to associate - with the primary network interface. Amazon EC2 chooses the IPv6 - addresses from the range of your subnet. You cannot specify this - option and the option to assign specific IPv6 addresses in the same - request. You can specify this option if you've specified a minimum - number of instances to launch. \n You cannot specify this option - and the network interfaces option in the same request." + description: |- + [EC2-VPC] The number of IPv6 addresses to associate with the primary network + interface. Amazon EC2 chooses the IPv6 addresses from the range of your subnet. + You cannot specify this option and the option to assign specific IPv6 addresses + in the same request. You can specify this option if you've specified a minimum + number of instances to launch. + + + You cannot specify this option and the network interfaces option in the same + request. format: int64 type: integer ipv6Addresses: - description: "[EC2-VPC] The IPv6 addresses from the range of the subnet - to associate with the primary network interface. You cannot specify - this option and the option to assign a number of IPv6 addresses - in the same request. You cannot specify this option if you've specified - a minimum number of instances to launch. \n You cannot specify this - option and the network interfaces option in the same request." + description: |- + [EC2-VPC] The IPv6 addresses from the range of the subnet to associate with + the primary network interface. You cannot specify this option and the option + to assign a number of IPv6 addresses in the same request. You cannot specify + this option if you've specified a minimum number of instances to launch. + + + You cannot specify this option and the network interfaces option in the same + request. items: description: Describes an IPv6 address. properties: @@ -269,24 +312,28 @@ spec: type: object type: array kernelID: - description: "The ID of the kernel. \n We recommend that you use PV-GRUB - instead of kernels and RAM disks. For more information, see PV-GRUB - (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html) - in the Amazon EC2 User Guide." + description: |- + The ID of the kernel. + + + We recommend that you use PV-GRUB instead of kernels and RAM disks. For more + information, see PV-GRUB (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html) + in the Amazon EC2 User Guide. type: string keyName: - description: "The name of the key pair. You can create a key pair - using CreateKeyPair (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateKeyPair.html) + description: |- + The name of the key pair. You can create a key pair using CreateKeyPair (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateKeyPair.html) or ImportKeyPair (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ImportKeyPair.html). - \n If you do not specify a key pair, you can't connect to the instance - unless you choose an AMI that is configured to allow users another - way to log in." + + + If you do not specify a key pair, you can't connect to the instance unless + you choose an AMI that is configured to allow users another way to log in. type: string launchTemplate: - description: The launch template to use to launch the instances. Any - parameters that you specify in RunInstances override the same parameters - in the launch template. You can specify either the name or ID of - a launch template, but not both. + description: |- + The launch template to use to launch the instances. Any parameters that you + specify in RunInstances override the same parameters in the launch template. + You can specify either the name or ID of a launch template, but not both. properties: launchTemplateID: type: string @@ -311,19 +358,22 @@ spec: type: string type: object maxCount: - description: "The maximum number of instances to launch. If you specify - more instances than Amazon EC2 can launch in the target Availability - Zone, Amazon EC2 launches the largest possible number of instances - above MinCount. \n Constraints: Between 1 and the maximum number - you're allowed for the specified instance type. For more information - about the default limits, and how to request an increase, see How - many instances can I run in Amazon EC2 (http://aws.amazon.com/ec2/faqs/#How_many_instances_can_I_run_in_Amazon_EC2) - in the Amazon EC2 FAQ." + description: |- + The maximum number of instances to launch. If you specify more instances + than Amazon EC2 can launch in the target Availability Zone, Amazon EC2 launches + the largest possible number of instances above MinCount. + + + Constraints: Between 1 and the maximum number you're allowed for the specified + instance type. For more information about the default limits, and how to + request an increase, see How many instances can I run in Amazon EC2 (http://aws.amazon.com/ec2/faqs/#How_many_instances_can_I_run_in_Amazon_EC2) + in the Amazon EC2 FAQ. format: int64 type: integer metadataOptions: - description: The metadata options for the instance. For more information, - see Instance metadata and user data (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html). + description: |- + The metadata options for the instance. For more information, see Instance + metadata and user data (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html). properties: httpEndpoint: type: string @@ -338,14 +388,16 @@ spec: type: string type: object minCount: - description: "The minimum number of instances to launch. If you specify - a minimum that is more instances than Amazon EC2 can launch in the - target Availability Zone, Amazon EC2 launches no instances. \n Constraints: - Between 1 and the maximum number you're allowed for the specified - instance type. For more information about the default limits, and - how to request an increase, see How many instances can I run in - Amazon EC2 (http://aws.amazon.com/ec2/faqs/#How_many_instances_can_I_run_in_Amazon_EC2) - in the Amazon EC2 General FAQ." + description: |- + The minimum number of instances to launch. If you specify a minimum that + is more instances than Amazon EC2 can launch in the target Availability Zone, + Amazon EC2 launches no instances. + + + Constraints: Between 1 and the maximum number you're allowed for the specified + instance type. For more information about the default limits, and how to + request an increase, see How many instances can I run in Amazon EC2 (http://aws.amazon.com/ec2/faqs/#How_many_instances_can_I_run_in_Amazon_EC2) + in the Amazon EC2 General FAQ. format: int64 type: integer monitoring: @@ -356,9 +408,10 @@ spec: type: boolean type: object networkInterfaces: - description: The network interfaces to associate with the instance. - If you specify a network interface, you must specify any security - groups and subnets as part of the network interface. + description: |- + The network interfaces to associate with the instance. If you specify a network + interface, you must specify any security groups and subnets as part of the + network interface. items: description: Describes a network interface. properties: @@ -457,8 +510,9 @@ spec: type: string type: object privateDNSNameOptions: - description: The options for the instance hostname. The default values - are inherited from the subnet. + description: |- + The options for the instance hostname. The default values are inherited from + the subnet. properties: enableResourceNameDNSAAAARecord: type: boolean @@ -468,51 +522,70 @@ spec: type: string type: object privateIPAddress: - description: "[EC2-VPC] The primary IPv4 address. You must specify - a value from the IPv4 address range of the subnet. \n Only one private - IP address can be designated as primary. You can't specify this - option if you've specified the option to designate a private IP - address as the primary IP address in a network interface specification. - You cannot specify this option if you're launching more than one - instance in the request. \n You cannot specify this option and the - network interfaces option in the same request." + description: |- + [EC2-VPC] The primary IPv4 address. You must specify a value from the IPv4 + address range of the subnet. + + + Only one private IP address can be designated as primary. You can't specify + this option if you've specified the option to designate a private IP address + as the primary IP address in a network interface specification. You cannot + specify this option if you're launching more than one instance in the request. + + + You cannot specify this option and the network interfaces option in the same + request. type: string ramDiskID: - description: "The ID of the RAM disk to select. Some kernels require - additional drivers at launch. Check the kernel requirements for - information about whether you need to specify a RAM disk. To find - kernel requirements, go to the Amazon Web Services Resource Center - and search for the kernel ID. \n We recommend that you use PV-GRUB - instead of kernels and RAM disks. For more information, see PV-GRUB - (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html) - in the Amazon EC2 User Guide." + description: |- + The ID of the RAM disk to select. Some kernels require additional drivers + at launch. Check the kernel requirements for information about whether you + need to specify a RAM disk. To find kernel requirements, go to the Amazon + Web Services Resource Center and search for the kernel ID. + + + We recommend that you use PV-GRUB instead of kernels and RAM disks. For more + information, see PV-GRUB (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html) + in the Amazon EC2 User Guide. type: string securityGroupIDs: - description: "The IDs of the security groups. You can create a security - group using CreateSecurityGroup (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateSecurityGroup.html). - \n If you specify a network interface, you must specify any security - groups as part of the network interface." + description: |- + The IDs of the security groups. You can create a security group using CreateSecurityGroup + (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateSecurityGroup.html). + + + If you specify a network interface, you must specify any security groups + as part of the network interface. items: type: string type: array securityGroups: - description: "[EC2-Classic, default VPC] The names of the security - groups. For a nondefault VPC, you must use security group IDs instead. - \n If you specify a network interface, you must specify any security - groups as part of the network interface. \n Default: Amazon EC2 - uses the default security group." + description: |- + [EC2-Classic, default VPC] The names of the security groups. For a nondefault + VPC, you must use security group IDs instead. + + + If you specify a network interface, you must specify any security groups + as part of the network interface. + + + Default: Amazon EC2 uses the default security group. items: type: string type: array subnetID: - description: "[EC2-VPC] The ID of the subnet to launch the instance - into. \n If you specify a network interface, you must specify any - subnets as part of the network interface." + description: |- + [EC2-VPC] The ID of the subnet to launch the instance into. + + + If you specify a network interface, you must specify any subnets as part + of the network interface. type: string tags: - description: The tags. The value parameter is required, but if you - don't want the tag to have a value, specify the parameter with no - value, and we set the value to an empty string. + description: |- + The tags. The value parameter is required, but if you don't want the tag + to have a value, specify the parameter with no value, and we set the value + to an empty string. items: description: Describes a tag. properties: @@ -523,37 +596,39 @@ spec: type: object type: array userData: - description: The user data script to make available to the instance. - For more information, see Run commands on your Linux instance at - launch (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html) + description: |- + The user data script to make available to the instance. For more information, + see Run commands on your Linux instance at launch (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html) and Run commands on your Windows instance at launch (https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2-windows-user-data.html). - If you are using a command line tool, base64-encoding is performed - for you, and you can load the text from a file. Otherwise, you must - provide base64-encoded text. User data is limited to 16 KB. + If you are using a command line tool, base64-encoding is performed for you, + and you can load the text from a file. Otherwise, you must provide base64-encoded + text. User data is limited to 16 KB. type: string type: object status: description: InstanceStatus defines the observed state of Instance properties: ackResourceMetadata: - description: All CRs managed by ACK have a common `Status.ACKResourceMetadata` - member that is used to contain resource sync state, account ownership, + description: |- + All CRs managed by ACK have a common `Status.ACKResourceMetadata` member + that is used to contain resource sync state, account ownership, constructed ARN for the resource properties: arn: - description: 'ARN is the Amazon Resource Name for the resource. - This is a globally-unique identifier and is set only by the - ACK service controller once the controller has orchestrated - the creation of the resource OR when it has verified that an - "adopted" resource (a resource where the ARN annotation was - set by the Kubernetes user on the CR) exists and matches the - supplied CR''s Spec field values. TODO(vijat@): Find a better - strategy for resources that do not have ARN in CreateOutputResponse - https://github.com/aws/aws-controllers-k8s/issues/270' + description: |- + ARN is the Amazon Resource Name for the resource. This is a + globally-unique identifier and is set only by the ACK service controller + once the controller has orchestrated the creation of the resource OR + when it has verified that an "adopted" resource (a resource where the + ARN annotation was set by the Kubernetes user on the CR) exists and + matches the supplied CR's Spec field values. + TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse + https://github.com/aws/aws-controllers-k8s/issues/270 type: string ownerAccountID: - description: OwnerAccountID is the AWS Account ID of the account - that owns the backend AWS service API resource. + description: |- + OwnerAccountID is the AWS Account ID of the account that owns the + backend AWS service API resource. type: string region: description: Region is the AWS region in which the resource exists @@ -564,30 +639,33 @@ spec: - region type: object amiLaunchIndex: - description: The AMI launch index, which can be used to find this - instance in the launch group. + description: |- + The AMI launch index, which can be used to find this instance in the launch + group. format: int64 type: integer architecture: description: The architecture of the image. type: string bootMode: - description: The boot mode of the instance. For more information, - see Boot modes (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html) + description: |- + The boot mode of the instance. For more information, see Boot modes (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html) in the Amazon EC2 User Guide. type: string capacityReservationID: description: The ID of the Capacity Reservation. type: string conditions: - description: All CRS managed by ACK have a common `Status.Conditions` - member that contains a collection of `ackv1alpha1.Condition` objects - that describe the various terminal states of the CR and its backend - AWS service API resource + description: |- + All CRS managed by ACK have a common `Status.Conditions` member that + contains a collection of `ackv1alpha1.Condition` objects that describe + the various terminal states of the CR and its backend AWS service API + resource items: - description: Condition is the common struct used by all CRDs managed - by ACK service controllers to indicate terminal states of the - CR and its backend AWS service API resource + description: |- + Condition is the common struct used by all CRDs managed by ACK service + controllers to indicate terminal states of the CR and its backend AWS + service API resource properties: lastTransitionTime: description: Last time the condition transitioned from one status @@ -650,8 +728,9 @@ spec: description: Specifies whether enhanced networking with ENA is enabled. type: boolean hypervisor: - description: The hypervisor type of the instance. The value xen is - used for both Xen and Nitro hypervisors. + description: |- + The hypervisor type of the instance. The value xen is used for both Xen and + Nitro hypervisors. type: string instanceID: description: The ID of the instance. @@ -684,19 +763,22 @@ spec: blank. type: string platformDetails: - description: The platform details value for the instance. For more - information, see AMI billing information fields (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/billing-info-fields.html) + description: |- + The platform details value for the instance. For more information, see AMI + billing information fields (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/billing-info-fields.html) in the Amazon EC2 User Guide. type: string privateDNSName: - description: "(IPv4 only) The private DNS hostname name assigned to - the instance. This DNS hostname can only be used inside the Amazon - EC2 network. This name is not available until the instance enters - the running state. \n [EC2-VPC] The Amazon-provided DNS server resolves - Amazon-provided private DNS hostnames if you've enabled DNS resolution - and DNS hostnames in your VPC. If you are not using the Amazon-provided - DNS server in your VPC, your custom domain name servers must resolve - the hostname as appropriate." + description: |- + (IPv4 only) The private DNS hostname name assigned to the instance. This + DNS hostname can only be used inside the Amazon EC2 network. This name is + not available until the instance enters the running state. + + + [EC2-VPC] The Amazon-provided DNS server resolves Amazon-provided private + DNS hostnames if you've enabled DNS resolution and DNS hostnames in your + VPC. If you are not using the Amazon-provided DNS server in your VPC, your + custom domain name servers must resolve the hostname as appropriate. type: string productCodes: description: The product codes attached to this instance, if applicable. @@ -710,24 +792,28 @@ spec: type: object type: array publicDNSName: - description: (IPv4 only) The public DNS name assigned to the instance. - This name is not available until the instance enters the running - state. For EC2-VPC, this name is only available if you've enabled - DNS hostnames for your VPC. + description: |- + (IPv4 only) The public DNS name assigned to the instance. This name is not + available until the instance enters the running state. For EC2-VPC, this + name is only available if you've enabled DNS hostnames for your VPC. type: string publicIPAddress: - description: "The public IPv4 address, or the Carrier IP address assigned - to the instance, if applicable. \n A Carrier IP address only applies - to an instance launched in a subnet associated with a Wavelength - Zone." + description: |- + The public IPv4 address, or the Carrier IP address assigned to the instance, + if applicable. + + + A Carrier IP address only applies to an instance launched in a subnet associated + with a Wavelength Zone. type: string rootDeviceName: description: The device name of the root device volume (for example, /dev/sda1). type: string rootDeviceType: - description: The root device type used by the AMI. The AMI can use - an EBS volume or an instance store volume. + description: |- + The root device type used by the AMI. The AMI can use an EBS volume or an + instance store volume. type: string sourceDestCheck: description: Indicates whether source/destination checking is enabled. @@ -737,8 +823,9 @@ spec: the request. type: string sriovNetSupport: - description: Specifies whether enhanced networking with the Intel - 82599 Virtual Function interface is enabled. + description: |- + Specifies whether enhanced networking with the Intel 82599 Virtual Function + interface is enabled. type: string state: description: The current state of the instance. @@ -762,13 +849,15 @@ spec: might be an empty string. type: string tpmSupport: - description: If the instance is configured for NitroTPM support, the - value is v2.0. For more information, see NitroTPM (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nitrotpm.html) + description: |- + If the instance is configured for NitroTPM support, the value is v2.0. For + more information, see NitroTPM (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nitrotpm.html) in the Amazon EC2 User Guide. type: string usageOperation: - description: The usage operation value for the instance. For more - information, see AMI billing information fields (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/billing-info-fields.html) + description: |- + The usage operation value for the instance. For more information, see AMI + billing information fields (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/billing-info-fields.html) in the Amazon EC2 User Guide. type: string usageOperationUpdateTime: diff --git a/helm/crds/ec2.services.k8s.aws_internetgateways.yaml b/helm/crds/ec2.services.k8s.aws_internetgateways.yaml index cdf9f68e..6a7e21ef 100644 --- a/helm/crds/ec2.services.k8s.aws_internetgateways.yaml +++ b/helm/crds/ec2.services.k8s.aws_internetgateways.yaml @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null + controller-gen.kubebuilder.io/version: v0.14.0 name: internetgateways.ec2.services.k8s.aws spec: group: ec2.services.k8s.aws @@ -25,31 +24,40 @@ spec: description: InternetGateway is the Schema for the InternetGateways API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object spec: - description: "InternetGatewaySpec defines the desired state of InternetGateway. - \n Describes an internet gateway." + description: |- + InternetGatewaySpec defines the desired state of InternetGateway. + + + Describes an internet gateway. properties: routeTableRefs: items: description: "AWSResourceReferenceWrapper provides a wrapper around - *AWSResourceReference type to provide more user friendly syntax - for references using 'from' field Ex: APIIDRef: \n from: name: - my-api" + *AWSResourceReference\ntype to provide more user friendly syntax + for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + \ name: my-api" properties: from: - description: AWSResourceReference provides all the values necessary - to reference another k8s resource for finding the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string @@ -61,9 +69,10 @@ spec: type: string type: array tags: - description: The tags. The value parameter is required, but if you - don't want the tag to have a value, specify the parameter with no - value, and we set the value to an empty string. + description: |- + The tags. The value parameter is required, but if you don't want the tag + to have a value, specify the parameter with no value, and we set the value + to an empty string. items: description: Describes a tag. properties: @@ -78,12 +87,14 @@ spec: type: string vpcRef: description: "AWSResourceReferenceWrapper provides a wrapper around - *AWSResourceReference type to provide more user friendly syntax - for references using 'from' field Ex: APIIDRef: \n from: name: my-api" + *AWSResourceReference\ntype to provide more user friendly syntax + for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + \ name: my-api" properties: from: - description: AWSResourceReference provides all the values necessary - to reference another k8s resource for finding the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string @@ -94,24 +105,26 @@ spec: description: InternetGatewayStatus defines the observed state of InternetGateway properties: ackResourceMetadata: - description: All CRs managed by ACK have a common `Status.ACKResourceMetadata` - member that is used to contain resource sync state, account ownership, + description: |- + All CRs managed by ACK have a common `Status.ACKResourceMetadata` member + that is used to contain resource sync state, account ownership, constructed ARN for the resource properties: arn: - description: 'ARN is the Amazon Resource Name for the resource. - This is a globally-unique identifier and is set only by the - ACK service controller once the controller has orchestrated - the creation of the resource OR when it has verified that an - "adopted" resource (a resource where the ARN annotation was - set by the Kubernetes user on the CR) exists and matches the - supplied CR''s Spec field values. TODO(vijat@): Find a better - strategy for resources that do not have ARN in CreateOutputResponse - https://github.com/aws/aws-controllers-k8s/issues/270' + description: |- + ARN is the Amazon Resource Name for the resource. This is a + globally-unique identifier and is set only by the ACK service controller + once the controller has orchestrated the creation of the resource OR + when it has verified that an "adopted" resource (a resource where the + ARN annotation was set by the Kubernetes user on the CR) exists and + matches the supplied CR's Spec field values. + TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse + https://github.com/aws/aws-controllers-k8s/issues/270 type: string ownerAccountID: - description: OwnerAccountID is the AWS Account ID of the account - that owns the backend AWS service API resource. + description: |- + OwnerAccountID is the AWS Account ID of the account that owns the + backend AWS service API resource. type: string region: description: Region is the AWS region in which the resource exists @@ -124,8 +137,9 @@ spec: attachments: description: Any VPCs attached to the internet gateway. items: - description: Describes the attachment of a VPC to an internet gateway - or an egress-only internet gateway. + description: |- + Describes the attachment of a VPC to an internet gateway or an egress-only + internet gateway. properties: state: type: string @@ -134,14 +148,16 @@ spec: type: object type: array conditions: - description: All CRS managed by ACK have a common `Status.Conditions` - member that contains a collection of `ackv1alpha1.Condition` objects - that describe the various terminal states of the CR and its backend - AWS service API resource + description: |- + All CRS managed by ACK have a common `Status.Conditions` member that + contains a collection of `ackv1alpha1.Condition` objects that describe + the various terminal states of the CR and its backend AWS service API + resource items: - description: Condition is the common struct used by all CRDs managed - by ACK service controllers to indicate terminal states of the - CR and its backend AWS service API resource + description: |- + Condition is the common struct used by all CRDs managed by ACK service + controllers to indicate terminal states of the CR and its backend AWS + service API resource properties: lastTransitionTime: description: Last time the condition transitioned from one status diff --git a/helm/crds/ec2.services.k8s.aws_natgateways.yaml b/helm/crds/ec2.services.k8s.aws_natgateways.yaml index b1344aa9..9f39a8a8 100644 --- a/helm/crds/ec2.services.k8s.aws_natgateways.yaml +++ b/helm/crds/ec2.services.k8s.aws_natgateways.yaml @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null + controller-gen.kubebuilder.io/version: v0.14.0 name: natgateways.ec2.services.k8s.aws spec: group: ec2.services.k8s.aws @@ -28,65 +27,79 @@ spec: description: NATGateway is the Schema for the NATGateways API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object spec: - description: "NatGatewaySpec defines the desired state of NatGateway. - \n Describes a NAT gateway." + description: |- + NatGatewaySpec defines the desired state of NatGateway. + + + Describes a NAT gateway. properties: allocationID: - description: '[Public NAT gateways only] The allocation ID of an Elastic - IP address to associate with the NAT gateway. You cannot specify - an Elastic IP address with a private NAT gateway. If the Elastic - IP address is associated with another resource, you must first disassociate - it.' + description: |- + [Public NAT gateways only] The allocation ID of an Elastic IP address to + associate with the NAT gateway. You cannot specify an Elastic IP address + with a private NAT gateway. If the Elastic IP address is associated with + another resource, you must first disassociate it. type: string allocationRef: description: "AWSResourceReferenceWrapper provides a wrapper around - *AWSResourceReference type to provide more user friendly syntax - for references using 'from' field Ex: APIIDRef: \n from: name: my-api" + *AWSResourceReference\ntype to provide more user friendly syntax + for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + \ name: my-api" properties: from: - description: AWSResourceReference provides all the values necessary - to reference another k8s resource for finding the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string type: object type: object connectivityType: - description: Indicates whether the NAT gateway supports public or - private connectivity. The default is public connectivity. + description: |- + Indicates whether the NAT gateway supports public or private connectivity. + The default is public connectivity. type: string subnetID: description: The subnet in which to create the NAT gateway. type: string subnetRef: description: "AWSResourceReferenceWrapper provides a wrapper around - *AWSResourceReference type to provide more user friendly syntax - for references using 'from' field Ex: APIIDRef: \n from: name: my-api" + *AWSResourceReference\ntype to provide more user friendly syntax + for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + \ name: my-api" properties: from: - description: AWSResourceReference provides all the values necessary - to reference another k8s resource for finding the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string type: object type: object tags: - description: The tags. The value parameter is required, but if you - don't want the tag to have a value, specify the parameter with no - value, and we set the value to an empty string. + description: |- + The tags. The value parameter is required, but if you don't want the tag + to have a value, specify the parameter with no value, and we set the value + to an empty string. items: description: Describes a tag. properties: @@ -101,24 +114,26 @@ spec: description: NATGatewayStatus defines the observed state of NATGateway properties: ackResourceMetadata: - description: All CRs managed by ACK have a common `Status.ACKResourceMetadata` - member that is used to contain resource sync state, account ownership, + description: |- + All CRs managed by ACK have a common `Status.ACKResourceMetadata` member + that is used to contain resource sync state, account ownership, constructed ARN for the resource properties: arn: - description: 'ARN is the Amazon Resource Name for the resource. - This is a globally-unique identifier and is set only by the - ACK service controller once the controller has orchestrated - the creation of the resource OR when it has verified that an - "adopted" resource (a resource where the ARN annotation was - set by the Kubernetes user on the CR) exists and matches the - supplied CR''s Spec field values. TODO(vijat@): Find a better - strategy for resources that do not have ARN in CreateOutputResponse - https://github.com/aws/aws-controllers-k8s/issues/270' + description: |- + ARN is the Amazon Resource Name for the resource. This is a + globally-unique identifier and is set only by the ACK service controller + once the controller has orchestrated the creation of the resource OR + when it has verified that an "adopted" resource (a resource where the + ARN annotation was set by the Kubernetes user on the CR) exists and + matches the supplied CR's Spec field values. + TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse + https://github.com/aws/aws-controllers-k8s/issues/270 type: string ownerAccountID: - description: OwnerAccountID is the AWS Account ID of the account - that owns the backend AWS service API resource. + description: |- + OwnerAccountID is the AWS Account ID of the account that owns the + backend AWS service API resource. type: string region: description: Region is the AWS region in which the resource exists @@ -129,14 +144,16 @@ spec: - region type: object conditions: - description: All CRS managed by ACK have a common `Status.Conditions` - member that contains a collection of `ackv1alpha1.Condition` objects - that describe the various terminal states of the CR and its backend - AWS service API resource + description: |- + All CRS managed by ACK have a common `Status.Conditions` member that + contains a collection of `ackv1alpha1.Condition` objects that describe + the various terminal states of the CR and its backend AWS service API + resource items: - description: Condition is the common struct used by all CRDs managed - by ACK service controllers to indicate terminal states of the - CR and its backend AWS service API resource + description: |- + Condition is the common struct used by all CRDs managed by ACK service + controllers to indicate terminal states of the CR and its backend AWS + service API resource properties: lastTransitionTime: description: Last time the condition transitioned from one status @@ -170,28 +187,44 @@ spec: format: date-time type: string failureCode: - description: If the NAT gateway could not be created, specifies the - error code for the failure. (InsufficientFreeAddressesInSubnet | - Gateway.NotAttached | InvalidAllocationID.NotFound | Resource.AlreadyAssociated - | InternalError | InvalidSubnetID.NotFound) + description: |- + If the NAT gateway could not be created, specifies the error code for the + failure. (InsufficientFreeAddressesInSubnet | Gateway.NotAttached | InvalidAllocationID.NotFound + | Resource.AlreadyAssociated | InternalError | InvalidSubnetID.NotFound) type: string failureMessage: - description: "If the NAT gateway could not be created, specifies the - error message for the failure, that corresponds to the error code. - \n * For InsufficientFreeAddressesInSubnet: \"Subnet has insufficient - free addresses to create this NAT gateway\" \n * For Gateway.NotAttached: - \"Network vpc-xxxxxxxx has no Internet gateway attached\" \n * For - InvalidAllocationID.NotFound: \"Elastic IP address eipalloc-xxxxxxxx - could not be associated with this NAT gateway\" \n * For Resource.AlreadyAssociated: - \"Elastic IP address eipalloc-xxxxxxxx is already associated\" \n - * For InternalError: \"Network interface eni-xxxxxxxx, created and - used internally by this NAT gateway is in an invalid state. Please - try again.\" \n * For InvalidSubnetID.NotFound: \"The specified - subnet subnet-xxxxxxxx does not exist or could not be found.\"" + description: |- + If the NAT gateway could not be created, specifies the error message for + the failure, that corresponds to the error code. + + + * For InsufficientFreeAddressesInSubnet: "Subnet has insufficient free + addresses to create this NAT gateway" + + + * For Gateway.NotAttached: "Network vpc-xxxxxxxx has no Internet gateway + attached" + + + * For InvalidAllocationID.NotFound: "Elastic IP address eipalloc-xxxxxxxx + could not be associated with this NAT gateway" + + + * For Resource.AlreadyAssociated: "Elastic IP address eipalloc-xxxxxxxx + is already associated" + + + * For InternalError: "Network interface eni-xxxxxxxx, created and used + internally by this NAT gateway is in an invalid state. Please try again." + + + * For InvalidSubnetID.NotFound: "The specified subnet subnet-xxxxxxxx + does not exist or could not be found." type: string natGatewayAddresses: - description: Information about the IP addresses and network interface - associated with the NAT gateway. + description: |- + Information about the IP addresses and network interface associated with + the NAT gateway. items: description: Describes the IP addresses and network interface associated with a NAT gateway. @@ -210,8 +243,9 @@ spec: description: The ID of the NAT gateway. type: string provisionedBandwidth: - description: Reserved. If you need to sustain traffic greater than - the documented limits (https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html), + description: |- + Reserved. If you need to sustain traffic greater than the documented limits + (https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html), contact us through the Support Center (https://console.aws.amazon.com/support/home?). properties: provisionTime: @@ -228,16 +262,29 @@ spec: type: string type: object state: - description: "The state of the NAT gateway. \n * pending: The NAT - gateway is being created and is not ready to process traffic. \n - * failed: The NAT gateway could not be created. Check the failureCode - and failureMessage fields for the reason. \n * available: The NAT - gateway is able to process traffic. This status remains until you - delete the NAT gateway, and does not indicate the health of the - NAT gateway. \n * deleting: The NAT gateway is in the process of - being terminated and may still be processing traffic. \n * deleted: - The NAT gateway has been terminated and is no longer processing - traffic." + description: |- + The state of the NAT gateway. + + + * pending: The NAT gateway is being created and is not ready to process + traffic. + + + * failed: The NAT gateway could not be created. Check the failureCode + and failureMessage fields for the reason. + + + * available: The NAT gateway is able to process traffic. This status remains + until you delete the NAT gateway, and does not indicate the health of + the NAT gateway. + + + * deleting: The NAT gateway is in the process of being terminated and + may still be processing traffic. + + + * deleted: The NAT gateway has been terminated and is no longer processing + traffic. type: string vpcID: description: The ID of the VPC in which the NAT gateway is located. diff --git a/helm/crds/ec2.services.k8s.aws_networkacls.yaml b/helm/crds/ec2.services.k8s.aws_networkacls.yaml index 6df07fe5..ab35f16a 100644 --- a/helm/crds/ec2.services.k8s.aws_networkacls.yaml +++ b/helm/crds/ec2.services.k8s.aws_networkacls.yaml @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null + controller-gen.kubebuilder.io/version: v0.14.0 name: networkacls.ec2.services.k8s.aws spec: group: ec2.services.k8s.aws @@ -25,20 +24,28 @@ spec: description: NetworkACL is the Schema for the NetworkACLS API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object spec: - description: "NetworkAclSpec defines the desired state of NetworkAcl. - \n Describes a network ACL." + description: |- + NetworkAclSpec defines the desired state of NetworkAcl. + + + Describes a network ACL. properties: associations: items: @@ -55,9 +62,9 @@ spec: description: Reference field for SubnetID properties: from: - description: AWSResourceReference provides all the values - necessary to reference another k8s resource for finding - the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string @@ -105,9 +112,10 @@ spec: type: object type: array tags: - description: The tags. The value parameter is required, but if you - don't want the tag to have a value, specify the parameter with no - value, and we set the value to an empty string. + description: |- + The tags. The value parameter is required, but if you don't want the tag + to have a value, specify the parameter with no value, and we set the value + to an empty string. items: description: Describes a tag. properties: @@ -122,12 +130,14 @@ spec: type: string vpcRef: description: "AWSResourceReferenceWrapper provides a wrapper around - *AWSResourceReference type to provide more user friendly syntax - for references using 'from' field Ex: APIIDRef: \n from: name: my-api" + *AWSResourceReference\ntype to provide more user friendly syntax + for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + \ name: my-api" properties: from: - description: AWSResourceReference provides all the values necessary - to reference another k8s resource for finding the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string @@ -138,24 +148,26 @@ spec: description: NetworkACLStatus defines the observed state of NetworkACL properties: ackResourceMetadata: - description: All CRs managed by ACK have a common `Status.ACKResourceMetadata` - member that is used to contain resource sync state, account ownership, + description: |- + All CRs managed by ACK have a common `Status.ACKResourceMetadata` member + that is used to contain resource sync state, account ownership, constructed ARN for the resource properties: arn: - description: 'ARN is the Amazon Resource Name for the resource. - This is a globally-unique identifier and is set only by the - ACK service controller once the controller has orchestrated - the creation of the resource OR when it has verified that an - "adopted" resource (a resource where the ARN annotation was - set by the Kubernetes user on the CR) exists and matches the - supplied CR''s Spec field values. TODO(vijat@): Find a better - strategy for resources that do not have ARN in CreateOutputResponse - https://github.com/aws/aws-controllers-k8s/issues/270' + description: |- + ARN is the Amazon Resource Name for the resource. This is a + globally-unique identifier and is set only by the ACK service controller + once the controller has orchestrated the creation of the resource OR + when it has verified that an "adopted" resource (a resource where the + ARN annotation was set by the Kubernetes user on the CR) exists and + matches the supplied CR's Spec field values. + TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse + https://github.com/aws/aws-controllers-k8s/issues/270 type: string ownerAccountID: - description: OwnerAccountID is the AWS Account ID of the account - that owns the backend AWS service API resource. + description: |- + OwnerAccountID is the AWS Account ID of the account that owns the + backend AWS service API resource. type: string region: description: Region is the AWS region in which the resource exists @@ -166,14 +178,16 @@ spec: - region type: object conditions: - description: All CRS managed by ACK have a common `Status.Conditions` - member that contains a collection of `ackv1alpha1.Condition` objects - that describe the various terminal states of the CR and its backend - AWS service API resource + description: |- + All CRS managed by ACK have a common `Status.Conditions` member that + contains a collection of `ackv1alpha1.Condition` objects that describe + the various terminal states of the CR and its backend AWS service API + resource items: - description: Condition is the common struct used by all CRDs managed - by ACK service controllers to indicate terminal states of the - CR and its backend AWS service API resource + description: |- + Condition is the common struct used by all CRDs managed by ACK service + controllers to indicate terminal states of the CR and its backend AWS + service API resource properties: lastTransitionTime: description: Last time the condition transitioned from one status diff --git a/helm/crds/ec2.services.k8s.aws_routetables.yaml b/helm/crds/ec2.services.k8s.aws_routetables.yaml index cc938cb3..8ec23f57 100644 --- a/helm/crds/ec2.services.k8s.aws_routetables.yaml +++ b/helm/crds/ec2.services.k8s.aws_routetables.yaml @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null + controller-gen.kubebuilder.io/version: v0.14.0 name: routetables.ec2.services.k8s.aws spec: group: ec2.services.k8s.aws @@ -25,20 +24,28 @@ spec: description: RouteTable is the Schema for the RouteTables API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object spec: - description: "RouteTableSpec defines the desired state of RouteTable. - \n Describes a route table." + description: |- + RouteTableSpec defines the desired state of RouteTable. + + + Describes a route table. properties: routes: items: @@ -61,9 +68,9 @@ spec: description: Reference field for GatewayID properties: from: - description: AWSResourceReference provides all the values - necessary to reference another k8s resource for finding - the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string @@ -79,9 +86,9 @@ spec: description: Reference field for NATGatewayID properties: from: - description: AWSResourceReference provides all the values - necessary to reference another k8s resource for finding - the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string @@ -95,9 +102,9 @@ spec: description: Reference field for TransitGatewayID properties: from: - description: AWSResourceReference provides all the values - necessary to reference another k8s resource for finding - the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string @@ -109,9 +116,9 @@ spec: description: Reference field for VPCEndpointID properties: from: - description: AWSResourceReference provides all the values - necessary to reference another k8s resource for finding - the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string @@ -123,9 +130,9 @@ spec: description: Reference field for VPCPeeringConnectionID properties: from: - description: AWSResourceReference provides all the values - necessary to reference another k8s resource for finding - the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string @@ -134,9 +141,10 @@ spec: type: object type: array tags: - description: The tags. The value parameter is required, but if you - don't want the tag to have a value, specify the parameter with no - value, and we set the value to an empty string. + description: |- + The tags. The value parameter is required, but if you don't want the tag + to have a value, specify the parameter with no value, and we set the value + to an empty string. items: description: Describes a tag. properties: @@ -151,12 +159,14 @@ spec: type: string vpcRef: description: "AWSResourceReferenceWrapper provides a wrapper around - *AWSResourceReference type to provide more user friendly syntax - for references using 'from' field Ex: APIIDRef: \n from: name: my-api" + *AWSResourceReference\ntype to provide more user friendly syntax + for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + \ name: my-api" properties: from: - description: AWSResourceReference provides all the values necessary - to reference another k8s resource for finding the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string @@ -167,24 +177,26 @@ spec: description: RouteTableStatus defines the observed state of RouteTable properties: ackResourceMetadata: - description: All CRs managed by ACK have a common `Status.ACKResourceMetadata` - member that is used to contain resource sync state, account ownership, + description: |- + All CRs managed by ACK have a common `Status.ACKResourceMetadata` member + that is used to contain resource sync state, account ownership, constructed ARN for the resource properties: arn: - description: 'ARN is the Amazon Resource Name for the resource. - This is a globally-unique identifier and is set only by the - ACK service controller once the controller has orchestrated - the creation of the resource OR when it has verified that an - "adopted" resource (a resource where the ARN annotation was - set by the Kubernetes user on the CR) exists and matches the - supplied CR''s Spec field values. TODO(vijat@): Find a better - strategy for resources that do not have ARN in CreateOutputResponse - https://github.com/aws/aws-controllers-k8s/issues/270' + description: |- + ARN is the Amazon Resource Name for the resource. This is a + globally-unique identifier and is set only by the ACK service controller + once the controller has orchestrated the creation of the resource OR + when it has verified that an "adopted" resource (a resource where the + ARN annotation was set by the Kubernetes user on the CR) exists and + matches the supplied CR's Spec field values. + TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse + https://github.com/aws/aws-controllers-k8s/issues/270 type: string ownerAccountID: - description: OwnerAccountID is the AWS Account ID of the account - that owns the backend AWS service API resource. + description: |- + OwnerAccountID is the AWS Account ID of the account that owns the + backend AWS service API resource. type: string region: description: Region is the AWS region in which the resource exists @@ -202,8 +214,9 @@ spec: a subnet or gateway. properties: associationState: - description: Describes the state of an association between a - route table and a subnet or gateway. + description: |- + Describes the state of an association between a route table and a subnet + or gateway. properties: state: type: string @@ -223,14 +236,16 @@ spec: type: object type: array conditions: - description: All CRS managed by ACK have a common `Status.Conditions` - member that contains a collection of `ackv1alpha1.Condition` objects - that describe the various terminal states of the CR and its backend - AWS service API resource + description: |- + All CRS managed by ACK have a common `Status.Conditions` member that + contains a collection of `ackv1alpha1.Condition` objects that describe + the various terminal states of the CR and its backend AWS service API + resource items: - description: Condition is the common struct used by all CRDs managed - by ACK service controllers to indicate terminal states of the - CR and its backend AWS service API resource + description: |- + Condition is the common struct used by all CRDs managed by ACK service + controllers to indicate terminal states of the CR and its backend AWS + service API resource properties: lastTransitionTime: description: Last time the condition transitioned from one status diff --git a/helm/crds/ec2.services.k8s.aws_securitygroups.yaml b/helm/crds/ec2.services.k8s.aws_securitygroups.yaml index 3efa575d..9d4de3e8 100644 --- a/helm/crds/ec2.services.k8s.aws_securitygroups.yaml +++ b/helm/crds/ec2.services.k8s.aws_securitygroups.yaml @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null + controller-gen.kubebuilder.io/version: v0.14.0 name: securitygroups.ec2.services.k8s.aws spec: group: ec2.services.k8s.aws @@ -25,26 +24,41 @@ spec: description: SecurityGroup is the Schema for the SecurityGroups API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object spec: - description: "SecurityGroupSpec defines the desired state of SecurityGroup. - \n Describes a security group." + description: |- + SecurityGroupSpec defines the desired state of SecurityGroup. + + + Describes a security group. properties: description: - description: "A description for the security group. This is informational - only. \n Constraints: Up to 255 characters in length \n Constraints - for EC2-Classic: ASCII characters \n Constraints for EC2-VPC: a-z, - A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*" + description: |- + A description for the security group. This is informational only. + + + Constraints: Up to 255 characters in length + + + Constraints for EC2-Classic: ASCII characters + + + Constraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$* type: string egressRules: items: @@ -91,12 +105,14 @@ spec: type: integer userIDGroupPairs: items: - description: "Describes a security group and Amazon Web Services - account ID pair. \n We are retiring EC2-Classic on August - 15, 2022. We recommend that you migrate from EC2-Classic - to a VPC. For more information, see Migrate from EC2-Classic + description: |- + Describes a security group and Amazon Web Services account ID pair. + + + We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate + from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html) - in the Amazon Elastic Compute Cloud User Guide." + in the Amazon Elastic Compute Cloud User Guide. properties: description: type: string @@ -161,12 +177,14 @@ spec: type: integer userIDGroupPairs: items: - description: "Describes a security group and Amazon Web Services - account ID pair. \n We are retiring EC2-Classic on August - 15, 2022. We recommend that you migrate from EC2-Classic - to a VPC. For more information, see Migrate from EC2-Classic + description: |- + Describes a security group and Amazon Web Services account ID pair. + + + We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate + from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html) - in the Amazon Elastic Compute Cloud User Guide." + in the Amazon Elastic Compute Cloud User Guide. properties: description: type: string @@ -187,15 +205,23 @@ spec: type: object type: array name: - description: "The name of the security group. \n Constraints: Up to - 255 characters in length. Cannot start with sg-. \n Constraints - for EC2-Classic: ASCII characters \n Constraints for EC2-VPC: a-z, - A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*" + description: |- + The name of the security group. + + + Constraints: Up to 255 characters in length. Cannot start with sg-. + + + Constraints for EC2-Classic: ASCII characters + + + Constraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$* type: string tags: - description: The tags. The value parameter is required, but if you - don't want the tag to have a value, specify the parameter with no - value, and we set the value to an empty string. + description: |- + The tags. The value parameter is required, but if you don't want the tag + to have a value, specify the parameter with no value, and we set the value + to an empty string. items: description: Describes a tag. properties: @@ -210,12 +236,14 @@ spec: type: string vpcRef: description: "AWSResourceReferenceWrapper provides a wrapper around - *AWSResourceReference type to provide more user friendly syntax - for references using 'from' field Ex: APIIDRef: \n from: name: my-api" + *AWSResourceReference\ntype to provide more user friendly syntax + for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + \ name: my-api" properties: from: - description: AWSResourceReference provides all the values necessary - to reference another k8s resource for finding the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string @@ -229,24 +257,26 @@ spec: description: SecurityGroupStatus defines the observed state of SecurityGroup properties: ackResourceMetadata: - description: All CRs managed by ACK have a common `Status.ACKResourceMetadata` - member that is used to contain resource sync state, account ownership, + description: |- + All CRs managed by ACK have a common `Status.ACKResourceMetadata` member + that is used to contain resource sync state, account ownership, constructed ARN for the resource properties: arn: - description: 'ARN is the Amazon Resource Name for the resource. - This is a globally-unique identifier and is set only by the - ACK service controller once the controller has orchestrated - the creation of the resource OR when it has verified that an - "adopted" resource (a resource where the ARN annotation was - set by the Kubernetes user on the CR) exists and matches the - supplied CR''s Spec field values. TODO(vijat@): Find a better - strategy for resources that do not have ARN in CreateOutputResponse - https://github.com/aws/aws-controllers-k8s/issues/270' + description: |- + ARN is the Amazon Resource Name for the resource. This is a + globally-unique identifier and is set only by the ACK service controller + once the controller has orchestrated the creation of the resource OR + when it has verified that an "adopted" resource (a resource where the + ARN annotation was set by the Kubernetes user on the CR) exists and + matches the supplied CR's Spec field values. + TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse + https://github.com/aws/aws-controllers-k8s/issues/270 type: string ownerAccountID: - description: OwnerAccountID is the AWS Account ID of the account - that owns the backend AWS service API resource. + description: |- + OwnerAccountID is the AWS Account ID of the account that owns the + backend AWS service API resource. type: string region: description: Region is the AWS region in which the resource exists @@ -257,14 +287,16 @@ spec: - region type: object conditions: - description: All CRS managed by ACK have a common `Status.Conditions` - member that contains a collection of `ackv1alpha1.Condition` objects - that describe the various terminal states of the CR and its backend - AWS service API resource + description: |- + All CRS managed by ACK have a common `Status.Conditions` member that + contains a collection of `ackv1alpha1.Condition` objects that describe + the various terminal states of the CR and its backend AWS service API + resource items: - description: Condition is the common struct used by all CRDs managed - by ACK service controllers to indicate terminal states of the - CR and its backend AWS service API resource + description: |- + Condition is the common struct used by all CRDs managed by ACK service + controllers to indicate terminal states of the CR and its backend AWS + service API resource properties: lastTransitionTime: description: Last time the condition transitioned from one status diff --git a/helm/crds/ec2.services.k8s.aws_subnets.yaml b/helm/crds/ec2.services.k8s.aws_subnets.yaml index 0bc6e9fc..7290395a 100644 --- a/helm/crds/ec2.services.k8s.aws_subnets.yaml +++ b/helm/crds/ec2.services.k8s.aws_subnets.yaml @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null + controller-gen.kubebuilder.io/version: v0.14.0 name: subnets.ec2.services.k8s.aws spec: group: ec2.services.k8s.aws @@ -28,44 +27,61 @@ spec: description: Subnet is the Schema for the Subnets API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object spec: - description: "SubnetSpec defines the desired state of Subnet. \n Describes - a subnet." + description: |- + SubnetSpec defines the desired state of Subnet. + + + Describes a subnet. properties: assignIPv6AddressOnCreation: type: boolean availabilityZone: - description: "The Availability Zone or Local Zone for the subnet. - \n Default: Amazon Web Services selects one for you. If you create - more than one subnet in your VPC, we do not necessarily select a - different zone for each subnet. \n To create a subnet in a Local - Zone, set this value to the Local Zone ID, for example us-west-2-lax-1a. - For information about the Regions that support Local Zones, see - Available Regions (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions) - in the Amazon Elastic Compute Cloud User Guide. \n To create a subnet - in an Outpost, set this value to the Availability Zone for the Outpost - and specify the Outpost ARN." + description: |- + The Availability Zone or Local Zone for the subnet. + + + Default: Amazon Web Services selects one for you. If you create more than + one subnet in your VPC, we do not necessarily select a different zone for + each subnet. + + + To create a subnet in a Local Zone, set this value to the Local Zone ID, + for example us-west-2-lax-1a. For information about the Regions that support + Local Zones, see Available Regions (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions) + in the Amazon Elastic Compute Cloud User Guide. + + + To create a subnet in an Outpost, set this value to the Availability Zone + for the Outpost and specify the Outpost ARN. type: string availabilityZoneID: description: The AZ ID or the Local Zone ID of the subnet. type: string cidrBlock: - description: "The IPv4 network range for the subnet, in CIDR notation. - For example, 10.0.0.0/24. We modify the specified CIDR block to - its canonical form; for example, if you specify 100.68.0.18/18, - we modify it to 100.68.0.0/18. \n This parameter is not supported - for an IPv6 only subnet." + description: |- + The IPv4 network range for the subnet, in CIDR notation. For example, 10.0.0.0/24. + We modify the specified CIDR block to its canonical form; for example, if + you specify 100.68.0.18/18, we modify it to 100.68.0.0/18. + + + This parameter is not supported for an IPv6 only subnet. type: string customerOwnedIPv4Pool: type: string @@ -78,9 +94,12 @@ spec: hostnameType: type: string ipv6CIDRBlock: - description: "The IPv6 network range for the subnet, in CIDR notation. - The subnet size must use a /64 prefix length. \n This parameter - is required for an IPv6 only subnet." + description: |- + The IPv6 network range for the subnet, in CIDR notation. The subnet size + must use a /64 prefix length. + + + This parameter is required for an IPv6 only subnet. type: string ipv6Native: description: Indicates whether to create an IPv6 only subnet. @@ -88,20 +107,21 @@ spec: mapPublicIPOnLaunch: type: boolean outpostARN: - description: The Amazon Resource Name (ARN) of the Outpost. If you - specify an Outpost ARN, you must also specify the Availability Zone - of the Outpost subnet. + description: |- + The Amazon Resource Name (ARN) of the Outpost. If you specify an Outpost + ARN, you must also specify the Availability Zone of the Outpost subnet. type: string routeTableRefs: items: description: "AWSResourceReferenceWrapper provides a wrapper around - *AWSResourceReference type to provide more user friendly syntax - for references using 'from' field Ex: APIIDRef: \n from: name: - my-api" + *AWSResourceReference\ntype to provide more user friendly syntax + for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + \ name: my-api" properties: from: - description: AWSResourceReference provides all the values necessary - to reference another k8s resource for finding the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string @@ -113,9 +133,10 @@ spec: type: string type: array tags: - description: The tags. The value parameter is required, but if you - don't want the tag to have a value, specify the parameter with no - value, and we set the value to an empty string. + description: |- + The tags. The value parameter is required, but if you don't want the tag + to have a value, specify the parameter with no value, and we set the value + to an empty string. items: description: Describes a tag. properties: @@ -130,12 +151,14 @@ spec: type: string vpcRef: description: "AWSResourceReferenceWrapper provides a wrapper around - *AWSResourceReference type to provide more user friendly syntax - for references using 'from' field Ex: APIIDRef: \n from: name: my-api" + *AWSResourceReference\ntype to provide more user friendly syntax + for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + \ name: my-api" properties: from: - description: AWSResourceReference provides all the values necessary - to reference another k8s resource for finding the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string @@ -146,24 +169,26 @@ spec: description: SubnetStatus defines the observed state of Subnet properties: ackResourceMetadata: - description: All CRs managed by ACK have a common `Status.ACKResourceMetadata` - member that is used to contain resource sync state, account ownership, + description: |- + All CRs managed by ACK have a common `Status.ACKResourceMetadata` member + that is used to contain resource sync state, account ownership, constructed ARN for the resource properties: arn: - description: 'ARN is the Amazon Resource Name for the resource. - This is a globally-unique identifier and is set only by the - ACK service controller once the controller has orchestrated - the creation of the resource OR when it has verified that an - "adopted" resource (a resource where the ARN annotation was - set by the Kubernetes user on the CR) exists and matches the - supplied CR''s Spec field values. TODO(vijat@): Find a better - strategy for resources that do not have ARN in CreateOutputResponse - https://github.com/aws/aws-controllers-k8s/issues/270' + description: |- + ARN is the Amazon Resource Name for the resource. This is a + globally-unique identifier and is set only by the ACK service controller + once the controller has orchestrated the creation of the resource OR + when it has verified that an "adopted" resource (a resource where the + ARN annotation was set by the Kubernetes user on the CR) exists and + matches the supplied CR's Spec field values. + TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse + https://github.com/aws/aws-controllers-k8s/issues/270 type: string ownerAccountID: - description: OwnerAccountID is the AWS Account ID of the account - that owns the backend AWS service API resource. + description: |- + OwnerAccountID is the AWS Account ID of the account that owns the + backend AWS service API resource. type: string region: description: Region is the AWS region in which the resource exists @@ -174,19 +199,22 @@ spec: - region type: object availableIPAddressCount: - description: The number of unused private IPv4 addresses in the subnet. - The IPv4 addresses for any stopped instances are considered unavailable. + description: |- + The number of unused private IPv4 addresses in the subnet. The IPv4 addresses + for any stopped instances are considered unavailable. format: int64 type: integer conditions: - description: All CRS managed by ACK have a common `Status.Conditions` - member that contains a collection of `ackv1alpha1.Condition` objects - that describe the various terminal states of the CR and its backend - AWS service API resource + description: |- + All CRS managed by ACK have a common `Status.Conditions` member that + contains a collection of `ackv1alpha1.Condition` objects that describe + the various terminal states of the CR and its backend AWS service API + resource items: - description: Condition is the common struct used by all CRDs managed - by ACK service controllers to indicate terminal states of the - CR and its backend AWS service API resource + description: |- + Condition is the common struct used by all CRDs managed by ACK service + controllers to indicate terminal states of the CR and its backend AWS + service API resource properties: lastTransitionTime: description: Last time the condition transitioned from one status @@ -216,9 +244,10 @@ spec: Availability Zone. type: boolean enableLniAtDeviceIndex: - description: Indicates the device position for local network interfaces - in this subnet. For example, 1 indicates local network interfaces - in this subnet are the secondary network interface (eth1). + description: |- + Indicates the device position for local network interfaces in this subnet. + For example, 1 indicates local network interfaces in this subnet are the + secondary network interface (eth1). format: int64 type: integer ipv6CIDRBlockAssociationSet: @@ -243,18 +272,19 @@ spec: type: object type: array mapCustomerOwnedIPOnLaunch: - description: Indicates whether a network interface created in this - subnet (including a network interface created by RunInstances) receives - a customer-owned IPv4 address. + description: |- + Indicates whether a network interface created in this subnet (including a + network interface created by RunInstances) receives a customer-owned IPv4 + address. type: boolean ownerID: description: The ID of the Amazon Web Services account that owns the subnet. type: string privateDNSNameOptionsOnLaunch: - description: The type of hostnames to assign to instances in the subnet - at launch. An instance hostname is based on the IPv4 address or - ID of the instance. + description: |- + The type of hostnames to assign to instances in the subnet at launch. An + instance hostname is based on the IPv4 address or ID of the instance. properties: enableResourceNameDNSAAAARecord: type: boolean diff --git a/helm/crds/ec2.services.k8s.aws_transitgateways.yaml b/helm/crds/ec2.services.k8s.aws_transitgateways.yaml index 11f85031..b203eaad 100644 --- a/helm/crds/ec2.services.k8s.aws_transitgateways.yaml +++ b/helm/crds/ec2.services.k8s.aws_transitgateways.yaml @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null + controller-gen.kubebuilder.io/version: v0.14.0 name: transitgateways.ec2.services.k8s.aws spec: group: ec2.services.k8s.aws @@ -28,20 +27,28 @@ spec: description: TransitGateway is the Schema for the TransitGateways API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object spec: - description: "TransitGatewaySpec defines the desired state of TransitGateway. - \n Describes a transit gateway." + description: |- + TransitGatewaySpec defines the desired state of TransitGateway. + + + Describes a transit gateway. properties: description: description: A description of the transit gateway. @@ -70,9 +77,10 @@ spec: type: string type: object tags: - description: The tags. The value parameter is required, but if you - don't want the tag to have a value, specify the parameter with no - value, and we set the value to an empty string. + description: |- + The tags. The value parameter is required, but if you don't want the tag + to have a value, specify the parameter with no value, and we set the value + to an empty string. items: description: Describes a tag. properties: @@ -87,24 +95,26 @@ spec: description: TransitGatewayStatus defines the observed state of TransitGateway properties: ackResourceMetadata: - description: All CRs managed by ACK have a common `Status.ACKResourceMetadata` - member that is used to contain resource sync state, account ownership, + description: |- + All CRs managed by ACK have a common `Status.ACKResourceMetadata` member + that is used to contain resource sync state, account ownership, constructed ARN for the resource properties: arn: - description: 'ARN is the Amazon Resource Name for the resource. - This is a globally-unique identifier and is set only by the - ACK service controller once the controller has orchestrated - the creation of the resource OR when it has verified that an - "adopted" resource (a resource where the ARN annotation was - set by the Kubernetes user on the CR) exists and matches the - supplied CR''s Spec field values. TODO(vijat@): Find a better - strategy for resources that do not have ARN in CreateOutputResponse - https://github.com/aws/aws-controllers-k8s/issues/270' + description: |- + ARN is the Amazon Resource Name for the resource. This is a + globally-unique identifier and is set only by the ACK service controller + once the controller has orchestrated the creation of the resource OR + when it has verified that an "adopted" resource (a resource where the + ARN annotation was set by the Kubernetes user on the CR) exists and + matches the supplied CR's Spec field values. + TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse + https://github.com/aws/aws-controllers-k8s/issues/270 type: string ownerAccountID: - description: OwnerAccountID is the AWS Account ID of the account - that owns the backend AWS service API resource. + description: |- + OwnerAccountID is the AWS Account ID of the account that owns the + backend AWS service API resource. type: string region: description: Region is the AWS region in which the resource exists @@ -115,14 +125,16 @@ spec: - region type: object conditions: - description: All CRS managed by ACK have a common `Status.Conditions` - member that contains a collection of `ackv1alpha1.Condition` objects - that describe the various terminal states of the CR and its backend - AWS service API resource + description: |- + All CRS managed by ACK have a common `Status.Conditions` member that + contains a collection of `ackv1alpha1.Condition` objects that describe + the various terminal states of the CR and its backend AWS service API + resource items: - description: Condition is the common struct used by all CRDs managed - by ACK service controllers to indicate terminal states of the - CR and its backend AWS service API resource + description: |- + Condition is the common struct used by all CRDs managed by ACK service + controllers to indicate terminal states of the CR and its backend AWS + service API resource properties: lastTransitionTime: description: Last time the condition transitioned from one status diff --git a/helm/crds/ec2.services.k8s.aws_vpcendpoints.yaml b/helm/crds/ec2.services.k8s.aws_vpcendpoints.yaml index 35be446f..f31f25bc 100644 --- a/helm/crds/ec2.services.k8s.aws_vpcendpoints.yaml +++ b/helm/crds/ec2.services.k8s.aws_vpcendpoints.yaml @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null + controller-gen.kubebuilder.io/version: v0.14.0 name: vpcendpoints.ec2.services.k8s.aws spec: group: ec2.services.k8s.aws @@ -28,20 +27,28 @@ spec: description: VPCEndpoint is the Schema for the VPCEndpoints API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object spec: - description: "VpcEndpointSpec defines the desired state of VpcEndpoint. - \n Describes a VPC endpoint." + description: |- + VpcEndpointSpec defines the desired state of VpcEndpoint. + + + Describes a VPC endpoint. properties: dnsOptions: description: The DNS options for the endpoint. @@ -53,23 +60,29 @@ spec: description: The IP address type for the endpoint. type: string policyDocument: - description: (Interface and gateway endpoints) A policy to attach - to the endpoint that controls access to the service. The policy - must be in valid JSON format. If this parameter is not specified, - we attach a default policy that allows full access to the service. + description: |- + (Interface and gateway endpoints) A policy to attach to the endpoint that + controls access to the service. The policy must be in valid JSON format. + If this parameter is not specified, we attach a default policy that allows + full access to the service. type: string privateDNSEnabled: - description: "(Interface endpoint) Indicates whether to associate - a private hosted zone with the specified VPC. The private hosted - zone contains a record set for the default public DNS name for the - service for the Region (for example, kinesis.us-east-1.amazonaws.com), - which resolves to the private IP addresses of the endpoint network - interfaces in the VPC. This enables you to make requests to the - default public DNS name for the service instead of the public DNS + description: |- + (Interface endpoint) Indicates whether to associate a private hosted zone + with the specified VPC. The private hosted zone contains a record set for + the default public DNS name for the service for the Region (for example, + kinesis.us-east-1.amazonaws.com), which resolves to the private IP addresses + of the endpoint network interfaces in the VPC. This enables you to make requests + to the default public DNS name for the service instead of the public DNS names that are automatically generated by the VPC endpoint service. - \n To use a private hosted zone, you must set the following VPC - attributes to true: enableDnsHostnames and enableDnsSupport. Use - ModifyVpcAttribute to set the VPC attributes. \n Default: true" + + + To use a private hosted zone, you must set the following VPC attributes to + true: enableDnsHostnames and enableDnsSupport. Use ModifyVpcAttribute to + set the VPC attributes. + + + Default: true type: boolean routeTableIDs: description: (Gateway endpoint) One or more route table IDs. @@ -79,13 +92,14 @@ spec: routeTableRefs: items: description: "AWSResourceReferenceWrapper provides a wrapper around - *AWSResourceReference type to provide more user friendly syntax - for references using 'from' field Ex: APIIDRef: \n from: name: - my-api" + *AWSResourceReference\ntype to provide more user friendly syntax + for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + \ name: my-api" properties: from: - description: AWSResourceReference provides all the values necessary - to reference another k8s resource for finding the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string @@ -93,21 +107,23 @@ spec: type: object type: array securityGroupIDs: - description: (Interface endpoint) The ID of one or more security groups - to associate with the endpoint network interface. + description: |- + (Interface endpoint) The ID of one or more security groups to associate with + the endpoint network interface. items: type: string type: array securityGroupRefs: items: description: "AWSResourceReferenceWrapper provides a wrapper around - *AWSResourceReference type to provide more user friendly syntax - for references using 'from' field Ex: APIIDRef: \n from: name: - my-api" + *AWSResourceReference\ntype to provide more user friendly syntax + for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + \ name: my-api" properties: from: - description: AWSResourceReference provides all the values necessary - to reference another k8s resource for finding the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string @@ -115,28 +131,29 @@ spec: type: object type: array serviceName: - description: The service name. To get a list of available services, - use the DescribeVpcEndpointServices request, or get the name from - the service provider. + description: |- + The service name. To get a list of available services, use the DescribeVpcEndpointServices + request, or get the name from the service provider. type: string subnetIDs: - description: (Interface and Gateway Load Balancer endpoints) The ID - of one or more subnets in which to create an endpoint network interface. - For a Gateway Load Balancer endpoint, you can specify one subnet - only. + description: |- + (Interface and Gateway Load Balancer endpoints) The ID of one or more subnets + in which to create an endpoint network interface. For a Gateway Load Balancer + endpoint, you can specify one subnet only. items: type: string type: array subnetRefs: items: description: "AWSResourceReferenceWrapper provides a wrapper around - *AWSResourceReference type to provide more user friendly syntax - for references using 'from' field Ex: APIIDRef: \n from: name: - my-api" + *AWSResourceReference\ntype to provide more user friendly syntax + for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + \ name: my-api" properties: from: - description: AWSResourceReference provides all the values necessary - to reference another k8s resource for finding the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string @@ -144,9 +161,10 @@ spec: type: object type: array tags: - description: The tags. The value parameter is required, but if you - don't want the tag to have a value, specify the parameter with no - value, and we set the value to an empty string. + description: |- + The tags. The value parameter is required, but if you don't want the tag + to have a value, specify the parameter with no value, and we set the value + to an empty string. items: description: Describes a tag. properties: @@ -157,19 +175,25 @@ spec: type: object type: array vpcEndpointType: - description: "The type of endpoint. \n Default: Gateway" + description: |- + The type of endpoint. + + + Default: Gateway type: string vpcID: description: The ID of the VPC in which the endpoint will be used. type: string vpcRef: description: "AWSResourceReferenceWrapper provides a wrapper around - *AWSResourceReference type to provide more user friendly syntax - for references using 'from' field Ex: APIIDRef: \n from: name: my-api" + *AWSResourceReference\ntype to provide more user friendly syntax + for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + \ name: my-api" properties: from: - description: AWSResourceReference provides all the values necessary - to reference another k8s resource for finding the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string @@ -182,24 +206,26 @@ spec: description: VPCEndpointStatus defines the observed state of VPCEndpoint properties: ackResourceMetadata: - description: All CRs managed by ACK have a common `Status.ACKResourceMetadata` - member that is used to contain resource sync state, account ownership, + description: |- + All CRs managed by ACK have a common `Status.ACKResourceMetadata` member + that is used to contain resource sync state, account ownership, constructed ARN for the resource properties: arn: - description: 'ARN is the Amazon Resource Name for the resource. - This is a globally-unique identifier and is set only by the - ACK service controller once the controller has orchestrated - the creation of the resource OR when it has verified that an - "adopted" resource (a resource where the ARN annotation was - set by the Kubernetes user on the CR) exists and matches the - supplied CR''s Spec field values. TODO(vijat@): Find a better - strategy for resources that do not have ARN in CreateOutputResponse - https://github.com/aws/aws-controllers-k8s/issues/270' + description: |- + ARN is the Amazon Resource Name for the resource. This is a + globally-unique identifier and is set only by the ACK service controller + once the controller has orchestrated the creation of the resource OR + when it has verified that an "adopted" resource (a resource where the + ARN annotation was set by the Kubernetes user on the CR) exists and + matches the supplied CR's Spec field values. + TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse + https://github.com/aws/aws-controllers-k8s/issues/270 type: string ownerAccountID: - description: OwnerAccountID is the AWS Account ID of the account - that owns the backend AWS service API resource. + description: |- + OwnerAccountID is the AWS Account ID of the account that owns the + backend AWS service API resource. type: string region: description: Region is the AWS region in which the resource exists @@ -210,14 +236,16 @@ spec: - region type: object conditions: - description: All CRS managed by ACK have a common `Status.Conditions` - member that contains a collection of `ackv1alpha1.Condition` objects - that describe the various terminal states of the CR and its backend - AWS service API resource + description: |- + All CRS managed by ACK have a common `Status.Conditions` member that + contains a collection of `ackv1alpha1.Condition` objects that describe + the various terminal states of the CR and its backend AWS service API + resource items: - description: Condition is the common struct used by all CRDs managed - by ACK service controllers to indicate terminal states of the - CR and its backend AWS service API resource + description: |- + Condition is the common struct used by all CRDs managed by ACK service + controllers to indicate terminal states of the CR and its backend AWS + service API resource properties: lastTransitionTime: description: Last time the condition transitioned from one status @@ -258,8 +286,9 @@ spec: type: object type: array groups: - description: (Interface endpoint) Information about the security groups - that are associated with the network interface. + description: |- + (Interface endpoint) Information about the security groups that are associated + with the network interface. items: description: Describes a security group. properties: diff --git a/helm/crds/ec2.services.k8s.aws_vpcendpointserviceconfigurations.yaml b/helm/crds/ec2.services.k8s.aws_vpcendpointserviceconfigurations.yaml index fd4225e1..8c215bdf 100644 --- a/helm/crds/ec2.services.k8s.aws_vpcendpointserviceconfigurations.yaml +++ b/helm/crds/ec2.services.k8s.aws_vpcendpointserviceconfigurations.yaml @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null + controller-gen.kubebuilder.io/version: v0.14.0 name: vpcendpointserviceconfigurations.ec2.services.k8s.aws spec: group: ec2.services.k8s.aws @@ -29,14 +28,19 @@ spec: API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object @@ -45,13 +49,15 @@ spec: of VpcEndpointServiceConfiguration. properties: acceptanceRequired: - description: Indicates whether requests from service consumers to - create an endpoint to your service must be accepted manually. + description: |- + Indicates whether requests from service consumers to create an endpoint to + your service must be accepted manually. type: boolean allowedPrincipals: - description: The Amazon Resource Names (ARN) of one or more principals. - Permissions are granted to the principals in this list. To grant - permissions to all principals, specify an asterisk (*). + description: |- + The Amazon Resource Names (ARN) of one or more principals. Permissions are + granted to the principals in this list. To grant permissions to all principals, + specify an asterisk (*). items: type: string type: array @@ -62,14 +68,16 @@ spec: type: string type: array networkLoadBalancerARNs: - description: The Amazon Resource Names (ARNs) of one or more Network - Load Balancers for your service. + description: |- + The Amazon Resource Names (ARNs) of one or more Network Load Balancers for + your service. items: type: string type: array privateDNSName: - description: (Interface endpoint configuration) The private DNS name - to assign to the VPC endpoint service. + description: |- + (Interface endpoint configuration) The private DNS name to assign to the + VPC endpoint service. type: string supportedIPAddressTypes: description: The supported IP address types. The possible values are @@ -78,9 +86,10 @@ spec: type: string type: array tags: - description: The tags. The value parameter is required, but if you - don't want the tag to have a value, specify the parameter with no - value, and we set the value to an empty string. + description: |- + The tags. The value parameter is required, but if you don't want the tag + to have a value, specify the parameter with no value, and we set the value + to an empty string. items: description: Describes a tag. properties: @@ -96,24 +105,26 @@ spec: state of VPCEndpointServiceConfiguration properties: ackResourceMetadata: - description: All CRs managed by ACK have a common `Status.ACKResourceMetadata` - member that is used to contain resource sync state, account ownership, + description: |- + All CRs managed by ACK have a common `Status.ACKResourceMetadata` member + that is used to contain resource sync state, account ownership, constructed ARN for the resource properties: arn: - description: 'ARN is the Amazon Resource Name for the resource. - This is a globally-unique identifier and is set only by the - ACK service controller once the controller has orchestrated - the creation of the resource OR when it has verified that an - "adopted" resource (a resource where the ARN annotation was - set by the Kubernetes user on the CR) exists and matches the - supplied CR''s Spec field values. TODO(vijat@): Find a better - strategy for resources that do not have ARN in CreateOutputResponse - https://github.com/aws/aws-controllers-k8s/issues/270' + description: |- + ARN is the Amazon Resource Name for the resource. This is a + globally-unique identifier and is set only by the ACK service controller + once the controller has orchestrated the creation of the resource OR + when it has verified that an "adopted" resource (a resource where the + ARN annotation was set by the Kubernetes user on the CR) exists and + matches the supplied CR's Spec field values. + TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse + https://github.com/aws/aws-controllers-k8s/issues/270 type: string ownerAccountID: - description: OwnerAccountID is the AWS Account ID of the account - that owns the backend AWS service API resource. + description: |- + OwnerAccountID is the AWS Account ID of the account that owns the + backend AWS service API resource. type: string region: description: Region is the AWS region in which the resource exists @@ -134,14 +145,16 @@ spec: type: string type: array conditions: - description: All CRS managed by ACK have a common `Status.Conditions` - member that contains a collection of `ackv1alpha1.Condition` objects - that describe the various terminal states of the CR and its backend - AWS service API resource + description: |- + All CRS managed by ACK have a common `Status.Conditions` member that + contains a collection of `ackv1alpha1.Condition` objects that describe + the various terminal states of the CR and its backend AWS service API + resource items: - description: Condition is the common struct used by all CRDs managed - by ACK service controllers to indicate terminal states of the - CR and its backend AWS service API resource + description: |- + Condition is the common struct used by all CRDs managed by ACK service + controllers to indicate terminal states of the CR and its backend AWS + service API resource properties: lastTransitionTime: description: Last time the condition transitioned from one status @@ -167,9 +180,9 @@ spec: type: object type: array managesVPCEndpoints: - description: Indicates whether the service manages its VPC endpoints. - Management of the service VPC endpoints using the VPC endpoint API - is restricted. + description: |- + Indicates whether the service manages its VPC endpoints. Management of the + service VPC endpoints using the VPC endpoint API is restricted. type: boolean payerResponsibility: description: The payer responsibility. diff --git a/helm/crds/ec2.services.k8s.aws_vpcpeeringconnections.yaml b/helm/crds/ec2.services.k8s.aws_vpcpeeringconnections.yaml index e19de7ca..579496c5 100644 --- a/helm/crds/ec2.services.k8s.aws_vpcpeeringconnections.yaml +++ b/helm/crds/ec2.services.k8s.aws_vpcpeeringconnections.yaml @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null + controller-gen.kubebuilder.io/version: v0.14.0 name: vpcpeeringconnections.ec2.services.k8s.aws spec: group: ec2.services.k8s.aws @@ -22,20 +21,28 @@ spec: API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object spec: - description: "VpcPeeringConnectionSpec defines the desired state of VpcPeeringConnection. - \n Describes a VPC peering connection." + description: |- + VpcPeeringConnectionSpec defines the desired state of VpcPeeringConnection. + + + Describes a VPC peering connection. properties: acceptRequest: type: boolean @@ -50,26 +57,35 @@ spec: type: boolean type: object peerOwnerID: - description: "The Amazon Web Services account ID of the owner of the - accepter VPC. \n Default: Your Amazon Web Services account ID" + description: |- + The Amazon Web Services account ID of the owner of the accepter VPC. + + + Default: Your Amazon Web Services account ID type: string peerRegion: - description: "The Region code for the accepter VPC, if the accepter - VPC is located in a Region other than the Region in which you make - the request. \n Default: The Region in which you make the request." + description: |- + The Region code for the accepter VPC, if the accepter VPC is located in a + Region other than the Region in which you make the request. + + + Default: The Region in which you make the request. type: string peerVPCID: - description: The ID of the VPC with which you are creating the VPC - peering connection. You must specify this parameter in the request. + description: |- + The ID of the VPC with which you are creating the VPC peering connection. + You must specify this parameter in the request. type: string peerVPCRef: description: "AWSResourceReferenceWrapper provides a wrapper around - *AWSResourceReference type to provide more user friendly syntax - for references using 'from' field Ex: APIIDRef: \n from: name: my-api" + *AWSResourceReference\ntype to provide more user friendly syntax + for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + \ name: my-api" properties: from: - description: AWSResourceReference provides all the values necessary - to reference another k8s resource for finding the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string @@ -87,9 +103,10 @@ spec: type: boolean type: object tags: - description: The tags. The value parameter is required, but if you - don't want the tag to have a value, specify the parameter with no - value, and we set the value to an empty string. + description: |- + The tags. The value parameter is required, but if you don't want the tag + to have a value, specify the parameter with no value, and we set the value + to an empty string. items: description: Describes a tag. properties: @@ -105,12 +122,14 @@ spec: type: string vpcRef: description: "AWSResourceReferenceWrapper provides a wrapper around - *AWSResourceReference type to provide more user friendly syntax - for references using 'from' field Ex: APIIDRef: \n from: name: my-api" + *AWSResourceReference\ntype to provide more user friendly syntax + for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + \ name: my-api" properties: from: - description: AWSResourceReference provides all the values necessary - to reference another k8s resource for finding the identifier(Id/ARN/Name) + description: |- + AWSResourceReference provides all the values necessary to reference another + k8s resource for finding the identifier(Id/ARN/Name) properties: name: type: string @@ -122,8 +141,9 @@ spec: VPCPeeringConnection properties: accepterVPCInfo: - description: Information about the accepter VPC. CIDR block information - is only returned when describing an active VPC peering connection. + description: |- + Information about the accepter VPC. CIDR block information is only returned + when describing an active VPC peering connection. properties: cidrBlock: type: string @@ -146,11 +166,14 @@ spec: ownerID: type: string peeringOptions: - description: "We are retiring EC2-Classic on August 15, 2022. - We recommend that you migrate from EC2-Classic to a VPC. For - more information, see Migrate from EC2-Classic to a VPC (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html) - in the Amazon Elastic Compute Cloud User Guide. \n Describes - the VPC peering connection options." + description: |- + We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate + from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic + to a VPC (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html) + in the Amazon Elastic Compute Cloud User Guide. + + + Describes the VPC peering connection options. properties: allowDNSResolutionFromRemoteVPC: type: boolean @@ -165,24 +188,26 @@ spec: type: string type: object ackResourceMetadata: - description: All CRs managed by ACK have a common `Status.ACKResourceMetadata` - member that is used to contain resource sync state, account ownership, + description: |- + All CRs managed by ACK have a common `Status.ACKResourceMetadata` member + that is used to contain resource sync state, account ownership, constructed ARN for the resource properties: arn: - description: 'ARN is the Amazon Resource Name for the resource. - This is a globally-unique identifier and is set only by the - ACK service controller once the controller has orchestrated - the creation of the resource OR when it has verified that an - "adopted" resource (a resource where the ARN annotation was - set by the Kubernetes user on the CR) exists and matches the - supplied CR''s Spec field values. TODO(vijat@): Find a better - strategy for resources that do not have ARN in CreateOutputResponse - https://github.com/aws/aws-controllers-k8s/issues/270' + description: |- + ARN is the Amazon Resource Name for the resource. This is a + globally-unique identifier and is set only by the ACK service controller + once the controller has orchestrated the creation of the resource OR + when it has verified that an "adopted" resource (a resource where the + ARN annotation was set by the Kubernetes user on the CR) exists and + matches the supplied CR's Spec field values. + TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse + https://github.com/aws/aws-controllers-k8s/issues/270 type: string ownerAccountID: - description: OwnerAccountID is the AWS Account ID of the account - that owns the backend AWS service API resource. + description: |- + OwnerAccountID is the AWS Account ID of the account that owns the + backend AWS service API resource. type: string region: description: Region is the AWS region in which the resource exists @@ -193,14 +218,16 @@ spec: - region type: object conditions: - description: All CRS managed by ACK have a common `Status.Conditions` - member that contains a collection of `ackv1alpha1.Condition` objects - that describe the various terminal states of the CR and its backend - AWS service API resource + description: |- + All CRS managed by ACK have a common `Status.Conditions` member that + contains a collection of `ackv1alpha1.Condition` objects that describe + the various terminal states of the CR and its backend AWS service API + resource items: - description: Condition is the common struct used by all CRDs managed - by ACK service controllers to indicate terminal states of the - CR and its backend AWS service API resource + description: |- + Condition is the common struct used by all CRDs managed by ACK service + controllers to indicate terminal states of the CR and its backend AWS + service API resource properties: lastTransitionTime: description: Last time the condition transitioned from one status @@ -231,8 +258,9 @@ spec: format: date-time type: string requesterVPCInfo: - description: Information about the requester VPC. CIDR block information - is only returned when describing an active VPC peering connection. + description: |- + Information about the requester VPC. CIDR block information is only returned + when describing an active VPC peering connection. properties: cidrBlock: type: string @@ -255,11 +283,14 @@ spec: ownerID: type: string peeringOptions: - description: "We are retiring EC2-Classic on August 15, 2022. - We recommend that you migrate from EC2-Classic to a VPC. For - more information, see Migrate from EC2-Classic to a VPC (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html) - in the Amazon Elastic Compute Cloud User Guide. \n Describes - the VPC peering connection options." + description: |- + We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate + from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic + to a VPC (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html) + in the Amazon Elastic Compute Cloud User Guide. + + + Describes the VPC peering connection options. properties: allowDNSResolutionFromRemoteVPC: type: boolean diff --git a/helm/crds/ec2.services.k8s.aws_vpcs.yaml b/helm/crds/ec2.services.k8s.aws_vpcs.yaml index 18ed81d9..e124f992 100644 --- a/helm/crds/ec2.services.k8s.aws_vpcs.yaml +++ b/helm/crds/ec2.services.k8s.aws_vpcs.yaml @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null + controller-gen.kubebuilder.io/version: v0.14.0 name: vpcs.ec2.services.k8s.aws spec: group: ec2.services.k8s.aws @@ -28,25 +27,34 @@ spec: description: VPC is the Schema for the VPCS API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object spec: - description: "VpcSpec defines the desired state of Vpc. \n Describes a - VPC." + description: |- + VpcSpec defines the desired state of Vpc. + + + Describes a VPC. properties: amazonProvidedIPv6CIDRBlock: - description: Requests an Amazon-provided IPv6 CIDR block with a /56 - prefix length for the VPC. You cannot specify the range of IP addresses, - or the size of the CIDR block. + description: |- + Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for + the VPC. You cannot specify the range of IP addresses, or the size of the + CIDR block. type: boolean cidrBlocks: items: @@ -59,51 +67,65 @@ spec: description: The attribute value. The valid values are true or false. type: boolean instanceTenancy: - description: "The tenancy options for instances launched into the - VPC. For default, instances are launched with shared tenancy by - default. You can launch instances with any tenancy into a shared - tenancy VPC. For dedicated, instances are launched as dedicated - tenancy instances by default. You can only launch instances with - a tenancy of dedicated or host into a dedicated tenancy VPC. \n - Important: The host value cannot be used with this parameter. Use - the default or dedicated values only. \n Default: default" + description: |- + The tenancy options for instances launched into the VPC. For default, instances + are launched with shared tenancy by default. You can launch instances with + any tenancy into a shared tenancy VPC. For dedicated, instances are launched + as dedicated tenancy instances by default. You can only launch instances + with a tenancy of dedicated or host into a dedicated tenancy VPC. + + + Important: The host value cannot be used with this parameter. Use the default + or dedicated values only. + + + Default: default type: string ipv4IPAMPoolID: - description: The ID of an IPv4 IPAM pool you want to use for allocating - this VPC's CIDR. For more information, see What is IPAM? (https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html) + description: |- + The ID of an IPv4 IPAM pool you want to use for allocating this VPC's CIDR. + For more information, see What is IPAM? (https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html) in the Amazon VPC IPAM User Guide. type: string ipv4NetmaskLength: - description: The netmask length of the IPv4 CIDR you want to allocate - to this VPC from an Amazon VPC IP Address Manager (IPAM) pool. For - more information about IPAM, see What is IPAM? (https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html) + description: |- + The netmask length of the IPv4 CIDR you want to allocate to this VPC from + an Amazon VPC IP Address Manager (IPAM) pool. For more information about + IPAM, see What is IPAM? (https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html) in the Amazon VPC IPAM User Guide. format: int64 type: integer ipv6CIDRBlock: - description: "The IPv6 CIDR block from the IPv6 address pool. You - must also specify Ipv6Pool in the request. \n To let Amazon choose - the IPv6 CIDR block for you, omit this parameter." + description: |- + The IPv6 CIDR block from the IPv6 address pool. You must also specify Ipv6Pool + in the request. + + + To let Amazon choose the IPv6 CIDR block for you, omit this parameter. type: string ipv6CIDRBlockNetworkBorderGroup: - description: "The name of the location from which we advertise the - IPV6 CIDR block. Use this parameter to limit the address to this - location. \n You must set AmazonProvidedIpv6CidrBlock to true to - use this parameter." + description: |- + The name of the location from which we advertise the IPV6 CIDR block. Use + this parameter to limit the address to this location. + + + You must set AmazonProvidedIpv6CidrBlock to true to use this parameter. type: string ipv6IPAMPoolID: - description: The ID of an IPv6 IPAM pool which will be used to allocate - this VPC an IPv6 CIDR. IPAM is a VPC feature that you can use to - automate your IP address management workflows including assigning, - tracking, troubleshooting, and auditing IP addresses across Amazon - Web Services Regions and accounts throughout your Amazon Web Services - Organization. For more information, see What is IPAM? (https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html) + description: |- + The ID of an IPv6 IPAM pool which will be used to allocate this VPC an IPv6 + CIDR. IPAM is a VPC feature that you can use to automate your IP address + management workflows including assigning, tracking, troubleshooting, and + auditing IP addresses across Amazon Web Services Regions and accounts throughout + your Amazon Web Services Organization. For more information, see What is + IPAM? (https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html) in the Amazon VPC IPAM User Guide. type: string ipv6NetmaskLength: - description: The netmask length of the IPv6 CIDR you want to allocate - to this VPC from an Amazon VPC IP Address Manager (IPAM) pool. For - more information about IPAM, see What is IPAM? (https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html) + description: |- + The netmask length of the IPv6 CIDR you want to allocate to this VPC from + an Amazon VPC IP Address Manager (IPAM) pool. For more information about + IPAM, see What is IPAM? (https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html) in the Amazon VPC IPAM User Guide. format: int64 type: integer @@ -112,9 +134,10 @@ spec: the IPv6 CIDR block. type: string tags: - description: The tags. The value parameter is required, but if you - don't want the tag to have a value, specify the parameter with no - value, and we set the value to an empty string. + description: |- + The tags. The value parameter is required, but if you don't want the tag + to have a value, specify the parameter with no value, and we set the value + to an empty string. items: description: Describes a tag. properties: @@ -131,24 +154,26 @@ spec: description: VPCStatus defines the observed state of VPC properties: ackResourceMetadata: - description: All CRs managed by ACK have a common `Status.ACKResourceMetadata` - member that is used to contain resource sync state, account ownership, + description: |- + All CRs managed by ACK have a common `Status.ACKResourceMetadata` member + that is used to contain resource sync state, account ownership, constructed ARN for the resource properties: arn: - description: 'ARN is the Amazon Resource Name for the resource. - This is a globally-unique identifier and is set only by the - ACK service controller once the controller has orchestrated - the creation of the resource OR when it has verified that an - "adopted" resource (a resource where the ARN annotation was - set by the Kubernetes user on the CR) exists and matches the - supplied CR''s Spec field values. TODO(vijat@): Find a better - strategy for resources that do not have ARN in CreateOutputResponse - https://github.com/aws/aws-controllers-k8s/issues/270' + description: |- + ARN is the Amazon Resource Name for the resource. This is a + globally-unique identifier and is set only by the ACK service controller + once the controller has orchestrated the creation of the resource OR + when it has verified that an "adopted" resource (a resource where the + ARN annotation was set by the Kubernetes user on the CR) exists and + matches the supplied CR's Spec field values. + TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse + https://github.com/aws/aws-controllers-k8s/issues/270 type: string ownerAccountID: - description: OwnerAccountID is the AWS Account ID of the account - that owns the backend AWS service API resource. + description: |- + OwnerAccountID is the AWS Account ID of the account that owns the + backend AWS service API resource. type: string region: description: Region is the AWS region in which the resource exists @@ -179,14 +204,16 @@ spec: type: object type: array conditions: - description: All CRS managed by ACK have a common `Status.Conditions` - member that contains a collection of `ackv1alpha1.Condition` objects - that describe the various terminal states of the CR and its backend - AWS service API resource + description: |- + All CRS managed by ACK have a common `Status.Conditions` member that + contains a collection of `ackv1alpha1.Condition` objects that describe + the various terminal states of the CR and its backend AWS service API + resource items: - description: Condition is the common struct used by all CRDs managed - by ACK service controllers to indicate terminal states of the - CR and its backend AWS service API resource + description: |- + Condition is the common struct used by all CRDs managed by ACK service + controllers to indicate terminal states of the CR and its backend AWS + service API resource properties: lastTransitionTime: description: Last time the condition transitioned from one status diff --git a/helm/crds/services.k8s.aws_adoptedresources.yaml b/helm/crds/services.k8s.aws_adoptedresources.yaml index 9a12ef7e..65eff735 100644 --- a/helm/crds/services.k8s.aws_adoptedresources.yaml +++ b/helm/crds/services.k8s.aws_adoptedresources.yaml @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null + controller-gen.kubebuilder.io/version: v0.14.0 name: adoptedresources.services.k8s.aws spec: group: services.k8s.aws @@ -21,14 +20,19 @@ spec: description: AdoptedResource is the schema for the AdoptedResource API. properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object @@ -42,129 +46,149 @@ spec: additionalKeys: additionalProperties: type: string - description: AdditionalKeys represents any additional arbitrary - identifiers used when describing the target resource. + description: |- + AdditionalKeys represents any additional arbitrary identifiers used when + describing the target resource. type: object arn: - description: ARN is the AWS Resource Name for the resource. It - is a globally unique identifier. + description: |- + ARN is the AWS Resource Name for the resource. It is a globally + unique identifier. type: string nameOrID: - description: NameOrId is a user-supplied string identifier for - the resource. It may or may not be globally unique, depending - on the type of resource. + description: |- + NameOrId is a user-supplied string identifier for the resource. It may + or may not be globally unique, depending on the type of resource. type: string type: object kubernetes: - description: ResourceWithMetadata provides the values necessary to - create a Kubernetes resource and override any of its metadata values. + description: |- + ResourceWithMetadata provides the values necessary to create a + Kubernetes resource and override any of its metadata values. properties: group: type: string kind: type: string metadata: - description: "ObjectMeta is metadata that all persisted resources - must have, which includes all objects users must create. It - is not possible to use `metav1.ObjectMeta` inside spec, as the - controller-gen automatically converts this to an arbitrary string-string - map. https://github.com/kubernetes-sigs/controller-tools/issues/385 - \n Active discussion about inclusion of this field in the spec - is happening in this PR: https://github.com/kubernetes-sigs/controller-tools/pull/395 - \n Until this is allowed, or if it never is, we will produce - a subset of the object meta that contains only the fields which - the user is allowed to modify in the metadata." + description: |- + ObjectMeta is metadata that all persisted resources must have, which includes all objects + users must create. + It is not possible to use `metav1.ObjectMeta` inside spec, as the controller-gen + automatically converts this to an arbitrary string-string map. + https://github.com/kubernetes-sigs/controller-tools/issues/385 + + + Active discussion about inclusion of this field in the spec is happening in this PR: + https://github.com/kubernetes-sigs/controller-tools/pull/395 + + + Until this is allowed, or if it never is, we will produce a subset of the object meta + that contains only the fields which the user is allowed to modify in the metadata. properties: annotations: additionalProperties: type: string - description: 'Annotations is an unstructured key value map - stored with a resource that may be set by external tools - to store and retrieve arbitrary metadata. They are not queryable - and should be preserved when modifying objects. More info: - http://kubernetes.io/docs/user-guide/annotations' + description: |- + Annotations is an unstructured key value map stored with a resource that may be + set by external tools to store and retrieve arbitrary metadata. They are not + queryable and should be preserved when modifying objects. + More info: http://kubernetes.io/docs/user-guide/annotations type: object generateName: - description: "GenerateName is an optional prefix, used by - the server, to generate a unique name ONLY IF the Name field - has not been provided. If this field is used, the name returned - to the client will be different than the name passed. This - value will also be combined with a unique suffix. The provided - value has the same validation rules as the Name field, and - may be truncated by the length of the suffix required to - make the value unique on the server. \n If this field is - specified and the generated name exists, the server will - NOT return a 409 - instead, it will either return 201 Created - or 500 with Reason ServerTimeout indicating a unique name - could not be found in the time allotted, and the client - should retry (optionally after the time indicated in the - Retry-After header). \n Applied only if Name is not specified. - More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency" + description: |- + GenerateName is an optional prefix, used by the server, to generate a unique + name ONLY IF the Name field has not been provided. + If this field is used, the name returned to the client will be different + than the name passed. This value will also be combined with a unique suffix. + The provided value has the same validation rules as the Name field, + and may be truncated by the length of the suffix required to make the value + unique on the server. + + + If this field is specified and the generated name exists, the server will + NOT return a 409 - instead, it will either return 201 Created or 500 with Reason + ServerTimeout indicating a unique name could not be found in the time allotted, and the client + should retry (optionally after the time indicated in the Retry-After header). + + + Applied only if Name is not specified. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency type: string labels: additionalProperties: type: string - description: 'Map of string keys and values that can be used - to organize and categorize (scope and select) objects. May - match selectors of replication controllers and services. - More info: http://kubernetes.io/docs/user-guide/labels' + description: |- + Map of string keys and values that can be used to organize and categorize + (scope and select) objects. May match selectors of replication controllers + and services. + More info: http://kubernetes.io/docs/user-guide/labels type: object name: - description: 'Name must be unique within a namespace. Is required - when creating resources, although some resources may allow - a client to request the generation of an appropriate name - automatically. Name is primarily intended for creation idempotence - and configuration definition. Cannot be updated. More info: - http://kubernetes.io/docs/user-guide/identifiers#names' + description: |- + Name must be unique within a namespace. Is required when creating resources, although + some resources may allow a client to request the generation of an appropriate name + automatically. Name is primarily intended for creation idempotence and configuration + definition. + Cannot be updated. + More info: http://kubernetes.io/docs/user-guide/identifiers#names type: string namespace: - description: "Namespace defines the space within each name - must be unique. An empty namespace is equivalent to the - \"default\" namespace, but \"default\" is the canonical - representation. Not all objects are required to be scoped - to a namespace - the value of this field for those objects - will be empty. \n Must be a DNS_LABEL. Cannot be updated. - More info: http://kubernetes.io/docs/user-guide/namespaces" + description: |- + Namespace defines the space within each name must be unique. An empty namespace is + equivalent to the "default" namespace, but "default" is the canonical representation. + Not all objects are required to be scoped to a namespace - the value of this field for + those objects will be empty. + + + Must be a DNS_LABEL. + Cannot be updated. + More info: http://kubernetes.io/docs/user-guide/namespaces type: string ownerReferences: - description: List of objects depended by this object. If ALL - objects in the list have been deleted, this object will - be garbage collected. If this object is managed by a controller, - then an entry in this list will point to this controller, - with the controller field set to true. There cannot be more - than one managing controller. + description: |- + List of objects depended by this object. If ALL objects in the list have + been deleted, this object will be garbage collected. If this object is managed by a controller, + then an entry in this list will point to this controller, with the controller field set to true. + There cannot be more than one managing controller. items: - description: OwnerReference contains enough information - to let you identify an owning object. An owning object - must be in the same namespace as the dependent, or be - cluster-scoped, so there is no namespace field. + description: |- + OwnerReference contains enough information to let you identify an owning + object. An owning object must be in the same namespace as the dependent, or + be cluster-scoped, so there is no namespace field. properties: apiVersion: description: API version of the referent. type: string blockOwnerDeletion: - description: If true, AND if the owner has the "foregroundDeletion" - finalizer, then the owner cannot be deleted from the - key-value store until this reference is removed. See - https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion - for how the garbage collector interacts with this - field and enforces the foreground deletion. Defaults - to false. To set this field, a user needs "delete" - permission of the owner, otherwise 422 (Unprocessable - Entity) will be returned. + description: |- + If true, AND if the owner has the "foregroundDeletion" finalizer, then + the owner cannot be deleted from the key-value store until this + reference is removed. + See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion + for how the garbage collector interacts with this field and enforces the foreground deletion. + Defaults to false. + To set this field, a user needs "delete" permission of the owner, + otherwise 422 (Unprocessable Entity) will be returned. type: boolean controller: description: If true, this reference points to the managing controller. type: boolean kind: - description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string name: - description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names' + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names type: string uid: - description: 'UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids' + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids type: string required: - apiVersion @@ -188,13 +212,14 @@ spec: AdoptedResource. properties: conditions: - description: A collection of `ackv1alpha1.Condition` objects that - describe the various terminal states of the adopted resource CR - and its target custom resource + description: |- + A collection of `ackv1alpha1.Condition` objects that describe the various + terminal states of the adopted resource CR and its target custom resource items: - description: Condition is the common struct used by all CRDs managed - by ACK service controllers to indicate terminal states of the - CR and its backend AWS service API resource + description: |- + Condition is the common struct used by all CRDs managed by ACK service + controllers to indicate terminal states of the CR and its backend AWS + service API resource properties: lastTransitionTime: description: Last time the condition transitioned from one status diff --git a/helm/crds/services.k8s.aws_fieldexports.yaml b/helm/crds/services.k8s.aws_fieldexports.yaml index 4a7ab61b..4d3a8f1d 100644 --- a/helm/crds/services.k8s.aws_fieldexports.yaml +++ b/helm/crds/services.k8s.aws_fieldexports.yaml @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null + controller-gen.kubebuilder.io/version: v0.14.0 name: fieldexports.services.k8s.aws spec: group: services.k8s.aws @@ -21,14 +20,19 @@ spec: description: FieldExport is the schema for the FieldExport API. properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object @@ -36,15 +40,17 @@ spec: description: FieldExportSpec defines the desired state of the FieldExport. properties: from: - description: ResourceFieldSelector provides the values necessary to - identify an individual field on an individual K8s resource. + description: |- + ResourceFieldSelector provides the values necessary to identify an individual + field on an individual K8s resource. properties: path: type: string resource: - description: NamespacedResource provides all the values necessary - to identify an ACK resource of a given type (within the same - namespace as the custom resource containing this type). + description: |- + NamespacedResource provides all the values necessary to identify an ACK + resource of a given type (within the same namespace as the custom resource + containing this type). properties: group: type: string @@ -62,16 +68,18 @@ spec: - resource type: object to: - description: FieldExportTarget provides the values necessary to identify - the output path for a field export. + description: |- + FieldExportTarget provides the values necessary to identify the + output path for a field export. properties: key: description: Key overrides the default value (`.`) for the FieldExport target type: string kind: - description: FieldExportOutputType represents all types that can - be produced by a field export operation + description: |- + FieldExportOutputType represents all types that can be produced by a field + export operation enum: - configmap - secret @@ -94,12 +102,14 @@ spec: description: FieldExportStatus defines the observed status of the FieldExport. properties: conditions: - description: A collection of `ackv1alpha1.Condition` objects that - describe the various recoverable states of the field CR + description: |- + A collection of `ackv1alpha1.Condition` objects that describe the various + recoverable states of the field CR items: - description: Condition is the common struct used by all CRDs managed - by ACK service controllers to indicate terminal states of the - CR and its backend AWS service API resource + description: |- + Condition is the common struct used by all CRDs managed by ACK service + controllers to indicate terminal states of the CR and its backend AWS + service API resource properties: lastTransitionTime: description: Last time the condition transitioned from one status diff --git a/helm/templates/NOTES.txt b/helm/templates/NOTES.txt index 47d45fcd..f5a94b2d 100644 --- a/helm/templates/NOTES.txt +++ b/helm/templates/NOTES.txt @@ -1,5 +1,5 @@ {{ .Chart.Name }} has been installed. -This chart deploys "public.ecr.aws/aws-controllers-k8s/ec2-controller:1.2.2". +This chart deploys "public.ecr.aws/aws-controllers-k8s/ec2-controller:1.2.3". Check its status by running: kubectl --namespace {{ .Release.Namespace }} get pods -l "app.kubernetes.io/instance={{ .Release.Name }}" diff --git a/helm/templates/_helpers.tpl b/helm/templates/_helpers.tpl index 5c7f9db6..b979ed71 100644 --- a/helm/templates/_helpers.tpl +++ b/helm/templates/_helpers.tpl @@ -1,5 +1,5 @@ {{/* The name of the application this chart installs */}} -{{- define "app.name" -}} +{{- define "ack-ec2-controller.app.name" -}} {{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" -}} {{- end -}} @@ -8,7 +8,7 @@ Create a default fully qualified app name. We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). If release name contains chart name it will be used as a full name. */}} -{{- define "app.fullname" -}} +{{- define "ack-ec2-controller.app.fullname" -}} {{- if .Values.fullnameOverride -}} {{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" -}} {{- else -}} @@ -22,33 +22,33 @@ If release name contains chart name it will be used as a full name. {{- end -}} {{/* The name and version as used by the chart label */}} -{{- define "chart.name-version" -}} +{{- define "ack-ec2-controller.chart.name-version" -}} {{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" -}} {{- end -}} {{/* The name of the service account to use */}} -{{- define "service-account.name" -}} +{{- define "ack-ec2-controller.service-account.name" -}} {{ default "default" .Values.serviceAccount.name }} {{- end -}} -{{- define "watch-namespace" -}} +{{- define "ack-ec2-controller.watch-namespace" -}} {{- if eq .Values.installScope "namespace" -}} {{ .Values.watchNamespace | default .Release.Namespace }} {{- end -}} {{- end -}} {{/* The mount path for the shared credentials file */}} -{{- define "aws.credentials.secret_mount_path" -}} +{{- define "ack-ec2-controller.aws.credentials.secret_mount_path" -}} {{- "/var/run/secrets/aws" -}} {{- end -}} {{/* The path the shared credentials file is mounted */}} -{{- define "aws.credentials.path" -}} +{{- define "ack-ec2-controller.aws.credentials.path" -}} {{- printf "%s/%s" (include "aws.credentials.secret_mount_path" .) .Values.aws.credentials.secretKey -}} {{- end -}} {{/* The rules a of ClusterRole or Role */}} -{{- define "controller-role-rules" }} +{{- define "ack-ec2-controller.rbac-rules" -}} rules: - apiGroups: - "" diff --git a/helm/templates/cluster-role-binding.yaml b/helm/templates/cluster-role-binding.yaml index e325fddc..29ac919e 100644 --- a/helm/templates/cluster-role-binding.yaml +++ b/helm/templates/cluster-role-binding.yaml @@ -2,20 +2,21 @@ apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: - name: {{ include "app.fullname" . }} + name: {{ include "ack-ec2-controller.app.fullname" . }} roleRef: kind: ClusterRole apiGroup: rbac.authorization.k8s.io name: ack-ec2-controller subjects: - kind: ServiceAccount - name: {{ include "service-account.name" . }} + name: {{ include "ack-ec2-controller.service-account.name" . }} namespace: {{ .Release.Namespace }} -{{ else if .Values.watchNamespace }} -{{ $namespaces := split "," .Values.watchNamespace }} -{{ $fullname := include "app.fullname" . }} +{{ else if eq .Values.installScope "namespace" }} +{{ $wn := include "ack-ec2-controller.watch-namespace" . }} +{{ $namespaces := split "," $wn }} +{{ $fullname := include "ack-ec2-controller.app.fullname" . }} {{ $releaseNamespace := .Release.Namespace }} -{{ $serviceAccountName := include "service-account.name" . }} +{{ $serviceAccountName := include "ack-ec2-controller.service-account.name" . }} {{ range $namespaces }} --- apiVersion: rbac.authorization.k8s.io/v1 diff --git a/helm/templates/cluster-role-controller.yaml b/helm/templates/cluster-role-controller.yaml index 2cfced6c..5d4ff129 100644 --- a/helm/templates/cluster-role-controller.yaml +++ b/helm/templates/cluster-role-controller.yaml @@ -1,5 +1,5 @@ {{ $labels := .Values.role.labels }} -{{ $rules := include "controller-role-rules" . }} +{{ $rbacRules := include "ack-ec2-controller.rbac-rules" . }} {{ if eq .Values.installScope "cluster" }} apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole @@ -9,9 +9,10 @@ metadata: {{- range $key, $value := $labels }} {{ $key }}: {{ $value | quote }} {{- end }} -{{- $rules }} -{{ else if .Values.watchNamespace }} -{{ $namespaces := split "," .Values.watchNamespace }} +{{$rbacRules }} +{{ else if eq .Values.installScope "namespace" }} +{{ $wn := include "ack-ec2-controller.watch-namespace" . }} +{{ $namespaces := split "," $wn }} {{ range $namespaces }} --- apiVersion: rbac.authorization.k8s.io/v1 @@ -23,6 +24,6 @@ metadata: {{- range $key, $value := $labels }} {{ $key }}: {{ $value | quote }} {{- end }} -{{- $rules }} +{{ $rbacRules }} {{ end }} {{ end }} \ No newline at end of file diff --git a/helm/templates/deployment.yaml b/helm/templates/deployment.yaml index cea38ec9..98cea6df 100644 --- a/helm/templates/deployment.yaml +++ b/helm/templates/deployment.yaml @@ -1,20 +1,20 @@ apiVersion: apps/v1 kind: Deployment metadata: - name: {{ include "app.fullname" . }} + name: {{ include "ack-ec2-controller.app.fullname" . }} namespace: {{ .Release.Namespace }} labels: - app.kubernetes.io/name: {{ include "app.name" . }} + app.kubernetes.io/name: {{ include "ack-ec2-controller.app.name" . }} app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/managed-by: Helm app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} - k8s-app: {{ include "app.name" . }} - helm.sh/chart: {{ include "chart.name-version" . }} + k8s-app: {{ include "ack-ec2-controller.app.name" . }} + helm.sh/chart: {{ include "ack-ec2-controller.chart.name-version" . }} spec: replicas: {{ .Values.deployment.replicas }} selector: matchLabels: - app.kubernetes.io/name: {{ include "app.name" . }} + app.kubernetes.io/name: {{ include "ack-ec2-controller.app.name" . }} app.kubernetes.io/instance: {{ .Release.Name }} template: metadata: @@ -25,15 +25,15 @@ spec: {{- end }} {{- end }} labels: - app.kubernetes.io/name: {{ include "app.name" . }} + app.kubernetes.io/name: {{ include "ack-ec2-controller.app.name" . }} app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/managed-by: Helm - k8s-app: {{ include "app.name" . }} + k8s-app: {{ include "ack-ec2-controller.app.name" . }} {{- range $key, $value := .Values.deployment.labels }} {{ $key }}: {{ $value | quote }} {{- end }} spec: - serviceAccountName: {{ include "service-account.name" . }} + serviceAccountName: {{ include "ack-ec2-controller.service-account.name" . }} {{- if .Values.image.pullSecrets }} imagePullSecrets: {{- range .Values.image.pullSecrets }} @@ -90,7 +90,7 @@ spec: - name: AWS_ENDPOINT_URL value: {{ .Values.aws.endpoint_url | quote }} - name: ACK_WATCH_NAMESPACE - value: {{ include "watch-namespace" . }} + value: {{ include "ack-ec2-controller.watch-namespace" . }} - name: DELETION_POLICY value: {{ .Values.deletionPolicy }} - name: LEADER_ELECTION_NAMESPACE @@ -109,7 +109,7 @@ spec: {{- end }} {{- if .Values.aws.credentials.secretName }} - name: AWS_SHARED_CREDENTIALS_FILE - value: {{ include "aws.credentials.path" . }} + value: {{ include "ack-ec2-controller.aws.credentials.path" . }} - name: AWS_PROFILE value: {{ .Values.aws.credentials.profile }} {{- end }} @@ -119,7 +119,7 @@ spec: volumeMounts: {{- if .Values.aws.credentials.secretName }} - name: {{ .Values.aws.credentials.secretName }} - mountPath: {{ include "aws.credentials.secret_mount_path" . }} + mountPath: {{ include "ack-ec2-controller.aws.credentials.secret_mount_path" . }} readOnly: true {{- end }} {{- if .Values.deployment.extraVolumeMounts -}} diff --git a/helm/templates/leader-election-role-binding.yaml b/helm/templates/leader-election-role-binding.yaml index d42c6468..d981683a 100644 --- a/helm/templates/leader-election-role-binding.yaml +++ b/helm/templates/leader-election-role-binding.yaml @@ -14,5 +14,5 @@ roleRef: name: ec2-leader-election-role subjects: - kind: ServiceAccount - name: {{ include "service-account.name" . }} + name: {{ include "ack-ec2-controller.service-account.name" . }} namespace: {{ .Release.Namespace }}{{- end }} diff --git a/helm/templates/metrics-service.yaml b/helm/templates/metrics-service.yaml index 638858a3..00c6c4d2 100644 --- a/helm/templates/metrics-service.yaml +++ b/helm/templates/metrics-service.yaml @@ -5,18 +5,18 @@ metadata: name: {{ .Chart.Name | trimSuffix "-chart" | trunc 44 }}-controller-metrics namespace: {{ .Release.Namespace }} labels: - app.kubernetes.io/name: {{ include "app.name" . }} + app.kubernetes.io/name: {{ include "ack-ec2-controller.app.name" . }} app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/managed-by: Helm app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} - k8s-app: {{ include "app.name" . }} - helm.sh/chart: {{ include "chart.name-version" . }} + k8s-app: {{ include "ack-ec2-controller.app.name" . }} + helm.sh/chart: {{ include "ack-ec2-controller.chart.name-version" . }} spec: selector: - app.kubernetes.io/name: {{ include "app.name" . }} + app.kubernetes.io/name: {{ include "ack-ec2-controller.app.name" . }} app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/managed-by: Helm - k8s-app: {{ include "app.name" . }} + k8s-app: {{ include "ack-ec2-controller.app.name" . }} {{- range $key, $value := .Values.deployment.labels }} {{ $key }}: {{ $value | quote }} {{- end }} diff --git a/helm/templates/service-account.yaml b/helm/templates/service-account.yaml index 73306395..1ba702dd 100644 --- a/helm/templates/service-account.yaml +++ b/helm/templates/service-account.yaml @@ -3,13 +3,13 @@ apiVersion: v1 kind: ServiceAccount metadata: labels: - app.kubernetes.io/name: {{ include "app.name" . }} + app.kubernetes.io/name: {{ include "ack-ec2-controller.app.name" . }} app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/managed-by: Helm app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} - k8s-app: {{ include "app.name" . }} - helm.sh/chart: {{ include "chart.name-version" . }} - name: {{ include "service-account.name" . }} + k8s-app: {{ include "ack-ec2-controller.app.name" . }} + helm.sh/chart: {{ include "ack-ec2-controller.chart.name-version" . }} + name: {{ include "ack-ec2-controller.service-account.name" . }} namespace: {{ .Release.Namespace }} annotations: {{- range $key, $value := .Values.serviceAccount.annotations }} diff --git a/helm/values.yaml b/helm/values.yaml index 0ccb01df..acd26583 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -4,7 +4,7 @@ image: repository: public.ecr.aws/aws-controllers-k8s/ec2-controller - tag: 1.2.2 + tag: 1.2.3 pullPolicy: IfNotPresent pullSecrets: []