Skip to content

Commit

Permalink
Merge pull request #464 from tzvatot/version-gates
Browse files Browse the repository at this point in the history
Add support for creating version gate
  • Loading branch information
zgalor authored Dec 21, 2021
2 parents 03f50da + 8e54b30 commit d1eaf2a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

This document describes the relevant changes between releases of the API model.

## 0.0.162 Dec 21 2021
- Add support for version gate creation.

## 0.0.161 Dec 20 2021
- Add support for version gate agreements.

Expand Down
6 changes: 6 additions & 0 deletions model/clusters_mgmt/v1/version_gates_resource.model
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ resource VersionGates {
out Items []VersionGate
}

// Adds a new version gate
method Add {
// Details of the version gate
in out Body VersionGate
}

// Reference to the resource that manages a specific version gate.
locator VersionGate {
target VersionGate
Expand Down

0 comments on commit d1eaf2a

Please sign in to comment.