Skip to content

Commit 090f677

Browse files
authored
Go V2 Controller (#81)
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 0302826 commit 090f677

File tree

14 files changed

+1113
-612
lines changed

14 files changed

+1113
-612
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2025-01-23T02:30:48Z"
3-
build_hash: 2442aa071c05fcdf54841e63abd5f91d1951e152
2+
build_date: "2025-02-05T01:29:35Z"
3+
build_hash: d2d639403dd853736e63c2bc1e3ca51251fd1bd1
44
go_version: go1.23.5
5-
version: v0.41.0
6-
api_directory_checksum: 5e3f9968ec4865ecb0275480ea29aea2a2de9574
5+
version: v0.41.0-16-gd2d6394-dirty
6+
api_directory_checksum: f7cbd3706b3200eb3f9e9e863e50db1d29efde58
77
api_version: v1alpha1
8-
aws_sdk_go_version: v1.55.5
8+
aws_sdk_go_version: v1.32.6
99
generator_config_info:
10-
file_checksum: 56439b971700c5dfe8c2449605d6802ccdd2a230
10+
file_checksum: 0a215c23a6cf672a79864eba904f2497bdd8802b
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/enums.go

Lines changed: 225 additions & 162 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/generator.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
sdk_names:
22
model_name: opensearch
3+
package_name: opensearch
34
ignore:
45
resource_names:
56
- Package
67
# - Domain
78
- OutboundConnection
89
- VpcEndpoint
10+
- Application
911
field_paths:
1012
# SnapshotOptions is irrelevant for OpenSearch 5.3+
1113
- CreateDomainInput.SnapshotOptions
14+
- CreateDomainInput.IdentityCenterOptions
15+
- ClusterConfig.NodeOptions
16+
- CreateDomainOutput.DomainStatus.IdentityCenterOptions
1217
resources:
1318
Domain:
1419
renames:

apis/v1alpha1/types.go

Lines changed: 89 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)