Skip to content

Commit

Permalink
feature/opensearch-domain (#1660)
Browse files Browse the repository at this point in the history
* feat: start implement opensearch domain update
Signed-off-by: André Kesser <andre.kesser@dkb.de>
  • Loading branch information
akesser committed Feb 15, 2023
1 parent 2221745 commit 8f53f05
Show file tree
Hide file tree
Showing 4 changed files with 1,147 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apis/opensearchservice/v1alpha1/custom_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ type CustomDomainParameters struct {
// For more information, see Launching your Amazon OpenSearch Service domains
// using a VPC (http://docs.aws.amazon.com/opensearch-service/latest/developerguide/vpc.html).
VPCOptions *CustomVPCDerivedInfo `json:"vpcOptions,omitempty"`

SnapshotOptions *SnapshotOptions `json:"snapshotOptions,omitempty"`
}

// CustomEncryptionAtRestOptions includes the custom fields of EncryptionAtRestOptions
Expand Down
5 changes: 5 additions & 0 deletions apis/opensearchservice/v1alpha1/zz_generated.deepcopy.go

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

6 changes: 6 additions & 0 deletions package/crds/opensearchservice.aws.crossplane.io_domains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,12 @@ spec:
region:
description: Region is which region the Domain will be created.
type: string
snapshotOptions:
properties:
automatedSnapshotStartHour:
format: int64
type: integer
type: object
tags:
description: A list of Tag added during domain creation.
items:
Expand Down
Loading

0 comments on commit 8f53f05

Please sign in to comment.