Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions apis/v1alpha1/ack-generate-metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
ack_generate_info:
build_date: "2025-05-13T05:07:08Z"
build_date: "2025-05-14T19:59:03Z"
build_hash: 55bf57b2806c33a7fcd074be403f26ce3f8e58db
go_version: go1.24.2
go_version: go1.24.0
version: v0.46.2
api_directory_checksum: c40438b41545af54669ac6a75a4f0b80cbade887
api_directory_checksum: 249e70c68adf331dfdba2528f760cdbed329a9d7
api_version: v1alpha1
aws_sdk_go_version: v1.32.6
generator_config_info:
file_checksum: b207c87922237e3a1ca38bd92f173b6e5046d851
file_checksum: ecd1cf4017fb208de55893b919ec0c326738f7f7
original_file_name: generator.yaml
last_modification:
reason: API generation
10 changes: 5 additions & 5 deletions apis/v1alpha1/enums.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 14 additions & 2 deletions apis/v1alpha1/generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ignore:
# - Keyspace
# - Table
- Types
- Type
# - Type
field_paths:
- CreateTableInput.AutoScalingSpecification
- CreateTableInput.ReplicaSpecifications
Expand All @@ -30,4 +30,16 @@ resources:
404:
code: ResourceNotFoundException
terminal_codes:
- InvalidParameterException
- InvalidParameterException
Type:
fields:
FieldDefinitions:
is_immutable: true
tags:
ignore: true
exceptions:
errors:
404:
code: ResourceNotFoundException
terminal_codes:
- ValidationException
90 changes: 90 additions & 0 deletions apis/v1alpha1/type.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

131 changes: 131 additions & 0 deletions apis/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions cmd/controller/main.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/controller/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ kind: Kustomization
images:
- name: controller
newName: public.ecr.aws/aws-controllers-k8s/keyspaces-controller
newTag: 1.0.9
newTag: 1.0.10
Loading