Skip to content

Commit

Permalink
adding freeze (#2765)
Browse files Browse the repository at this point in the history
  • Loading branch information
l-trotta authored Aug 2, 2024
1 parent a17472d commit 1a9a93e
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 11 deletions.
3 changes: 3 additions & 0 deletions output/openapi/elasticsearch-openapi.json

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

38 changes: 27 additions & 11 deletions output/schema/schema.json

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

1 change: 1 addition & 0 deletions output/typescript/types.ts

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

5 changes: 5 additions & 0 deletions specification/ilm/_types/Phase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ export class Actions {
* Phases allowed: hot, warm, cold.
*/
downsample?: DownsampleAction

/**
* The freeze action is a noop in 8.x
* @deprecated 7.0.0 */
freeze?: EmptyObject
/**
* Phases allowed: hot, warm.
*/
Expand Down

0 comments on commit 1a9a93e

Please sign in to comment.