Skip to content

Commit 8fe753b

Browse files
authored
regenerate to runtime v0.2.3 (#13)
Regenerates the RDS controller to get to ACK runtime v0.2.3 and the new logging changes. Includes the changes from aws-controllers-k8s/code-generator#101 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 932f966 commit 8fe753b

21 files changed

+245
-154
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
ack_generate_info:
2+
build_date: "2021-06-22T20:25:22Z"
3+
build_hash: 38e309d07369b1e33250473084f91db3894c4379
4+
go_version: go1.15.5 linux/amd64
5+
version: v0.2.3
6+
api_directory_checksum: eb4a2787f1997b19bb3b73a127a46353bca18f63
7+
api_version: v1alpha1
8+
aws_sdk_go_version: ""
9+
generator_config_info:
10+
file_checksum: 7919d4235e79c72507d2dd924ad13a8d3a2f0420
11+
original_file_name: generator.yaml
12+
last_modification:
13+
reason: API generation
14+
timestamp: 2021-06-22 20:25:24.986671657 +0000 UTC

apis/v1alpha1/db_instance.go

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

apis/v1alpha1/db_parameter_group.go

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

apis/v1alpha1/db_security_group.go

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

apis/v1alpha1/db_subnet_group.go

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

config/crd/bases/rds.services.k8s.aws_dbinstances.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ spec:
3434
metadata:
3535
type: object
3636
spec:
37-
description: DBInstanceSpec defines the desired state of DBInstance
37+
description: "DBInstanceSpec defines the desired state of DBInstance.
38+
\n Contains the details of an Amazon RDS DB instance. \n This data type
39+
is used as a response element in the DescribeDBInstances action."
3840
properties:
3941
allocatedStorage:
4042
description: "The amount of storage (in gibibytes) to allocate for

config/crd/bases/rds.services.k8s.aws_dbparametergroups.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ spec:
3434
metadata:
3535
type: object
3636
spec:
37-
description: DBParameterGroupSpec defines the desired state of DBParameterGroup
37+
description: "DBParameterGroupSpec defines the desired state of DBParameterGroup.
38+
\n Contains the details of an Amazon RDS DB parameter group. \n This
39+
data type is used as a response element in the DescribeDBParameterGroups
40+
action."
3841
properties:
3942
description:
4043
description: The description for the DB parameter group.

config/crd/bases/rds.services.k8s.aws_dbsecuritygroups.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ spec:
3434
metadata:
3535
type: object
3636
spec:
37-
description: DBSecurityGroupSpec defines the desired state of DBSecurityGroup
37+
description: "DBSecurityGroupSpec defines the desired state of DBSecurityGroup.
38+
\n Contains the details for an Amazon RDS DB security group. \n This
39+
data type is used as a response element in the DescribeDBSecurityGroups
40+
action."
3841
properties:
3942
description:
4043
description: The description for the DB security group.

config/crd/bases/rds.services.k8s.aws_dbsubnetgroups.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ spec:
3434
metadata:
3535
type: object
3636
spec:
37-
description: DBSubnetGroupSpec defines the desired state of DBSubnetGroup
37+
description: "DBSubnetGroupSpec defines the desired state of DBSubnetGroup.
38+
\n Contains the details of an Amazon RDS DB subnet group. \n This data
39+
type is used as a response element in the DescribeDBSubnetGroups action."
3840
properties:
3941
description:
4042
description: The description for the DB subnet group.

config/rbac/cluster-role-controller.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ rules:
1717
- apiGroups:
1818
- ""
1919
resources:
20-
- secrets
20+
- namespaces
2121
verbs:
2222
- get
2323
- list
2424
- watch
2525
- apiGroups:
2626
- ""
2727
resources:
28-
- namespaces
28+
- secrets
2929
verbs:
3030
- get
3131
- list

0 commit comments

Comments
 (0)