Skip to content

Commit 2fdf6ee

Browse files
Add frozen ILM phase (#2001) (#2002)
Co-authored-by: Sylvain Wallez <[email protected]>
1 parent 4708ed6 commit 2fdf6ee

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

output/schema/schema.json

Lines changed: 16 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/ilm/_types/Phase.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export class Phase {
3535
export class Phases {
3636
cold?: Phase
3737
delete?: Phase
38+
frozen?: Phase
3839
hot?: Phase
3940
warm?: Phase
4041
}

0 commit comments

Comments
 (0)