-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: rkthtrifork <[email protected]>
- Loading branch information
1 parent
610222a
commit c0cc5bb
Showing
7 changed files
with
383 additions
and
373 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 0 additions & 5 deletions
5
opensearch-operator/opensearch-gateway/responses/ISMPolicyResponse.go
This file was deleted.
Oops, something went wrong.
10 changes: 10 additions & 0 deletions
10
opensearch-operator/opensearch-gateway/responses/IsmPolicy.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package responses | ||
|
||
import "github.com/Opster/opensearch-k8s-operator/opensearch-operator/opensearch-gateway/requests" | ||
|
||
type GetISMPolicyResponse struct { | ||
PolicyID string `json:"_id"` | ||
PrimaryTerm int `json:"_primary_term"` | ||
SequenceNumber int `json:"_seq_no"` | ||
Policy requests.ISMPolicySpec | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.