Skip to content

Commit

Permalink
Add support for Cluster Configuration CRD (#30)
Browse files Browse the repository at this point in the history
Issue #, if available: aws-controllers-k8s/community#2017

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
  • Loading branch information
TiberiuGC authored Jun 25, 2024
1 parent df615aa commit 5a28387
Show file tree
Hide file tree
Showing 27 changed files with 2,159 additions and 37 deletions.
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: "2024-05-02T20:47:16Z"
build_date: "2024-06-19T12:07:20Z"
build_hash: 14cef51778d471698018b6c38b604181a6948248
go_version: go1.22.0
go_version: go1.22.4
version: v0.34.0
api_directory_checksum: 92a9f5bf0d57f1a79fa2c38acaee3e483855e97f
api_directory_checksum: 953697b0f87e89e1d3932ec065ac4ba0bf84512c
api_version: v1alpha1
aws_sdk_go_version: v1.44.158
generator_config_info:
file_checksum: 2c0048ae56bd6a2b6e3547f6aa22eee613d32ab2
file_checksum: 37157f7bb41b6c1e0e6cd71069bd385133d57485
original_file_name: generator.yaml
last_modification:
reason: API generation
85 changes: 85 additions & 0 deletions apis/v1alpha1/configuration.go

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

9 changes: 8 additions & 1 deletion apis/v1alpha1/generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@ ignore:
resource_names:
#- Cluster
- ClusterV2
- Configuration
#- Configuration
resources:
Configuration:
fields:
Tags:
compare:
is_ignored: true
tags:
ignore: true
Cluster:
renames:
operations:
Expand Down
22 changes: 13 additions & 9 deletions apis/v1alpha1/types.go

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

Loading

0 comments on commit 5a28387

Please sign in to comment.