Skip to content

Commit bae5c91

Browse files
committed
run make build-controller (#1790)
1 parent 30e8852 commit bae5c91

File tree

8 files changed

+179
-10
lines changed

8 files changed

+179
-10
lines changed

Diff for: apis/v1alpha1/ack-generate-metadata.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2023-05-15T23:40:33Z"
2+
build_date: "2023-07-20T09:41:41Z"
33
build_hash: 8f3ba427974fd6e769926778d54834eaee3b81a3
4-
go_version: go1.19
4+
go_version: go1.20.5
55
version: v0.26.1
6-
api_directory_checksum: 62a4051ba2ded255ad270b491703d3c14440b2c7
6+
api_directory_checksum: 7d367fcbd95521797ddaf41af226deeac4098ff3
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.44.93
99
generator_config_info:
10-
file_checksum: 0b7493aa8cdf19370936a973ed31804875d2dfba
10+
file_checksum: eb06942b1bdc2a26a2c51d674d061b72385c2634
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

Diff for: apis/v1alpha1/generator.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ resources:
2323
from:
2424
operation: UpdateTimeToLive
2525
path: TimeToLiveSpecification
26+
ContinuousBackups:
27+
is_required: false
28+
from:
29+
operation: UpdateContinuousBackups
30+
path: PointInTimeRecoverySpecification
2631
AttributeDefinitions:
2732
compare:
2833
is_ignored: true
@@ -134,4 +139,4 @@ resources:
134139
type: string
135140
- name: STATUS
136141
json_path: .status.backupStatus
137-
type: string
142+
type: string

Diff for: apis/v1alpha1/table.go

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: apis/v1alpha1/types.go

+47-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: apis/v1alpha1/zz_generated.deepcopy.go

+95
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: config/crd/bases/dynamodb.services.k8s.aws_tables.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,13 @@ spec:
7575
workloads. PAY_PER_REQUEST sets the billing mode to On-Demand Mode
7676
(https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.ReadWriteCapacityMode.html#HowItWorks.OnDemand)."
7777
type: string
78+
continuousBackups:
79+
description: Represents the settings used to enable point in time
80+
recovery.
81+
properties:
82+
pointInTimeRecoveryEnabled:
83+
type: boolean
84+
type: object
7885
globalSecondaryIndexes:
7986
description: "One or more global secondary indexes (the maximum is
8087
20) to be created on the table. Each global secondary index in the

Diff for: helm/crds/dynamodb.services.k8s.aws_tables.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,13 @@ spec:
7575
workloads. PAY_PER_REQUEST sets the billing mode to On-Demand Mode
7676
(https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.ReadWriteCapacityMode.html#HowItWorks.OnDemand)."
7777
type: string
78+
continuousBackups:
79+
description: Represents the settings used to enable point in time
80+
recovery.
81+
properties:
82+
pointInTimeRecoveryEnabled:
83+
type: boolean
84+
type: object
7885
globalSecondaryIndexes:
7986
description: "One or more global secondary indexes (the maximum is
8087
20) to be created on the table. Each global secondary index in the

Diff for: pkg/resource/table/delta.go

+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)