Skip to content

Commit 0ae9c1a

Browse files
authored
AWS Go SDK up v1.42.28 (#40)
Issue aws-controllers-k8s/community#1283, if available: Description of changes: update AWS Go SDK version to v.1.42.28 (to use in Crossplane AWS provider project) By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 05d3912 commit 0ae9c1a

21 files changed

+117
-64
lines changed

apis/v1alpha1/ack-generate-metadata.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
ack_generate_info:
2-
build_date: "2022-04-15T17:46:53Z"
3-
build_hash: 50c64871bcaf88b9ee200eb8d6b8245fa8f675eb
4-
go_version: go1.17.5
5-
version: v0.18.4
6-
api_directory_checksum: 50ce02741686341685d2a897fdcdd80c80e260d9
2+
build_date: "2022-05-04T06:33:59Z"
3+
build_hash: 95f81d38b4dcdb28193e1f8b04c1c6f995c26cb9
4+
go_version: go1.17.8
5+
version: v0.18.4-7-g95f81d3
6+
api_directory_checksum: 5a61ee8ddc2e5b47eec47516b9b5902a89c1e513
77
api_version: v1alpha1
8-
aws_sdk_go_version: v1.42.0
8+
aws_sdk_go_version: v1.42.28
99
generator_config_info:
1010
file_checksum: 56a08a2624b3ec00e907af51f8d77f3d80337eee
1111
original_file_name: generator.yaml

apis/v1alpha1/addon.go

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/cluster.go

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/enums.go

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/fargate_profile.go

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/nodegroup.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/types.go

Lines changed: 9 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/zz_generated.deepcopy.go

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/bases/eks.services.k8s.aws_addons.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ spec:
3535
type: object
3636
spec:
3737
description: "AddonSpec defines the desired state of Addon. \n An Amazon
38-
EKS add-on."
38+
EKS add-on. For more information, see Amazon EKS add-ons (https://docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html)
39+
in the Amazon EKS User Guide."
3940
properties:
4041
addonVersion:
4142
description: The version of the add-on. The version must match one
@@ -87,8 +88,8 @@ spec:
8788
additionalProperties:
8889
type: string
8990
description: The metadata to apply to the cluster to assist with categorization
90-
and organization. Each tag consists of a key and an optional value,
91-
both of which you define.
91+
and organization. Each tag consists of a key and an optional value.
92+
You define both.
9293
type: object
9394
required:
9495
- name

config/crd/bases/eks.services.k8s.aws_clusters.yaml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ spec:
6262
kubernetesNetworkConfig:
6363
description: The Kubernetes network configuration for the cluster.
6464
properties:
65+
ipFamily:
66+
type: string
6567
serviceIPv4CIDR:
6668
type: string
6769
type: object
@@ -92,14 +94,15 @@ spec:
9294
description: The unique name to give to your cluster.
9395
type: string
9496
resourcesVPCConfig:
95-
description: The VPC configuration used by the cluster control plane.
96-
Amazon EKS VPC resources have specific requirements to work properly
97-
with Kubernetes. For more information, see Cluster VPC Considerations
98-
(https://docs.aws.amazon.com/eks/latest/userguide/network_reqs.html)
97+
description: The VPC configuration that's used by the cluster control
98+
plane. Amazon EKS VPC resources have specific requirements to work
99+
properly with Kubernetes. For more information, see Cluster VPC
100+
Considerations (https://docs.aws.amazon.com/eks/latest/userguide/network_reqs.html)
99101
and Cluster Security Group Considerations (https://docs.aws.amazon.com/eks/latest/userguide/sec-group-reqs.html)
100102
in the Amazon EKS User Guide. You must specify at least two subnets.
101-
You can specify up to five security groups, but we recommend that
102-
you use a dedicated security group for your cluster control plane.
103+
You can specify up to five security groups. However, we recommend
104+
that you use a dedicated security group for your cluster control
105+
plane.
103106
properties:
104107
endpointPrivateAccess:
105108
type: boolean
@@ -129,8 +132,8 @@ spec:
129132
additionalProperties:
130133
type: string
131134
description: The metadata to apply to the cluster to assist with categorization
132-
and organization. Each tag consists of a key and an optional value,
133-
both of which you define.
135+
and organization. Each tag consists of a key and an optional value.
136+
You define both.
134137
type: object
135138
version:
136139
description: The desired Kubernetes version for your cluster. If you

0 commit comments

Comments
 (0)