Skip to content

Commit 55d24fa

Browse files
authored
Regenerates the DynamoDB controller with ack-generate v0.2.3 (#6)
Regenerates the DynamoDB controller with `ack-generate` v0.2.3` to get to ACK runtime v0.2.3. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 589cde3 commit 55d24fa

15 files changed

+143
-88
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-21T19:55:19Z"
3+
build_hash: d5797469ebb582083970136fc08f5de973e9ff1a
4+
go_version: go1.16.4 linux/amd64
5+
version: v0.2.3
6+
api_directory_checksum: 165a8edaf7a95b18c593e1d194033807a48af063
7+
api_version: v1alpha1
8+
aws_sdk_go_version: ""
9+
generator_config_info:
10+
file_checksum: d5c4e7713b1f255a7eca67a8c829344452bb49d4
11+
original_file_name: generator.yaml
12+
last_modification:
13+
reason: API generation
14+
timestamp: 2021-06-21 19:55:21.017906769 +0000 UTC

apis/v1alpha1/backup.go

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

apis/v1alpha1/global_table.go

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

apis/v1alpha1/table.go

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

config/crd/bases/dynamodb.services.k8s.aws_backups.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
metadata:
3535
type: object
3636
spec:
37-
description: BackupSpec defines the desired state of Backup
37+
description: BackupSpec defines the desired state of Backup.
3838
properties:
3939
backupName:
4040
description: Specified name for the backup.

config/crd/bases/dynamodb.services.k8s.aws_globaltables.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ spec:
3434
metadata:
3535
type: object
3636
spec:
37-
description: GlobalTableSpec defines the desired state of GlobalTable
37+
description: "GlobalTableSpec defines the desired state of GlobalTable.
38+
\n Represents the properties of a global table."
3839
properties:
3940
globalTableName:
4041
description: The global table name.

config/crd/bases/dynamodb.services.k8s.aws_tables.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
metadata:
3535
type: object
3636
spec:
37-
description: TableSpec defines the desired state of Table
37+
description: TableSpec defines the desired state of Table.
3838
properties:
3939
attributeDefinitions:
4040
description: An array of attributes that describe the key schema for

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/aws-controllers-k8s/dynamodb-controller
33
go 1.14
44

55
require (
6-
github.com/aws-controllers-k8s/runtime v0.2.1
6+
github.com/aws-controllers-k8s/runtime v0.2.3
77
github.com/aws/aws-sdk-go v1.38.47
88
github.com/go-logr/logr v0.1.0
99
github.com/spf13/pflag v1.0.5

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883/go.mod h1:rCTlJbsFo
2323
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8=
2424
github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY=
2525
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY=
26-
github.com/aws-controllers-k8s/runtime v0.2.1 h1:vItjQ5/pZjr8Z7cR35sQKcSjQy19mF3qOfbUitWMt1A=
27-
github.com/aws-controllers-k8s/runtime v0.2.1/go.mod h1:xA2F18PJerBHaqrS4de1lpP7skeSMeStkmh+3x5sWvw=
26+
github.com/aws-controllers-k8s/runtime v0.2.3 h1:pDDSXOJj5QLlC9OcgnGujeocQEg5U1oqQw3kUSDefLU=
27+
github.com/aws-controllers-k8s/runtime v0.2.3/go.mod h1:xA2F18PJerBHaqrS4de1lpP7skeSMeStkmh+3x5sWvw=
2828
github.com/aws/aws-sdk-go v1.37.4/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro=
2929
github.com/aws/aws-sdk-go v1.38.47 h1:yWOz6zlDCiY3zvebYOZrI1LqCq6zWPWC5Cfe+mBcPos=
3030
github.com/aws/aws-sdk-go v1.38.47/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro=

pkg/resource/backup/manager.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.

0 commit comments

Comments
 (0)