Skip to content

Commit 2c18097

Browse files
authored
Implement Domain update code path (#67)
Issue #, if available: aws-controllers-k8s/community#1181 Description of changes: This implements `Domain` update support for the opensearchservice controller. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 2f1e56a commit 2c18097

File tree

6 files changed

+562
-9
lines changed

6 files changed

+562
-9
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2024-05-02T20:56:09Z"
3-
build_hash: 14cef51778d471698018b6c38b604181a6948248
4-
go_version: go1.22.0
5-
version: v0.34.0
2+
build_date: "2024-05-03T19:16:57Z"
3+
build_hash: 709fbec8bfdf203b9dd01b9afc5ad1d616a871cf
4+
go_version: go1.22.2
5+
version: v0.34.0-3-g709fbec
66
api_directory_checksum: c2a8dbda6b5d7c89537671f3f72e460bb82beb68
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.44.93
99
generator_config_info:
10-
file_checksum: 2b468d246521fe86c4c3a8f914e3b096b0e6977e
10+
file_checksum: 4d7754c3ed32be1353d1292ae5cace2fe4069846
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/generator.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,5 @@ resources:
4545
fields:
4646
AdvancedSecurityOptions.MasterUserOptions.MasterUserPassword:
4747
is_secret: true
48+
update_operation:
49+
custom_method_name: customUpdateDomain

generator.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,5 @@ resources:
4545
fields:
4646
AdvancedSecurityOptions.MasterUserOptions.MasterUserPassword:
4747
is_secret: true
48+
update_operation:
49+
custom_method_name: customUpdateDomain

0 commit comments

Comments
 (0)