Skip to content

Commit

Permalink
Implement Domain update code path (#67)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
razor-1 authored May 7, 2024
1 parent 2f1e56a commit 2c18097
Show file tree
Hide file tree
Showing 6 changed files with 562 additions and 9 deletions.
10 changes: 5 additions & 5 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:56:09Z"
build_hash: 14cef51778d471698018b6c38b604181a6948248
go_version: go1.22.0
version: v0.34.0
build_date: "2024-05-03T19:16:57Z"
build_hash: 709fbec8bfdf203b9dd01b9afc5ad1d616a871cf
go_version: go1.22.2
version: v0.34.0-3-g709fbec
api_directory_checksum: c2a8dbda6b5d7c89537671f3f72e460bb82beb68
api_version: v1alpha1
aws_sdk_go_version: v1.44.93
generator_config_info:
file_checksum: 2b468d246521fe86c4c3a8f914e3b096b0e6977e
file_checksum: 4d7754c3ed32be1353d1292ae5cace2fe4069846
original_file_name: generator.yaml
last_modification:
reason: API generation
2 changes: 2 additions & 0 deletions apis/v1alpha1/generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ resources:
fields:
AdvancedSecurityOptions.MasterUserOptions.MasterUserPassword:
is_secret: true
update_operation:
custom_method_name: customUpdateDomain
2 changes: 2 additions & 0 deletions generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ resources:
fields:
AdvancedSecurityOptions.MasterUserOptions.MasterUserPassword:
is_secret: true
update_operation:
custom_method_name: customUpdateDomain
Loading

0 comments on commit 2c18097

Please sign in to comment.