Skip to content

Commit 78e9df2

Browse files
authored
Add support for kubernetes 1.26 (#189)
… and also update a few other things along the way
1 parent 753c7d0 commit 78e9df2

File tree

1,671 files changed

+61304
-24184
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,671 files changed

+61304
-24184
lines changed

1.12/defaults.dhall

Lines changed: 758 additions & 379 deletions
Large diffs are not rendered by default.

1.12/package.dhall

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
./schemas.dhall sha256:f03caff9482fc6d44d2a309cbca910956f2313d5a391ef8e29fa6520e24d6c75
1+
./schemas.dhall
2+
sha256:f03caff9482fc6d44d2a309cbca910956f2313d5a391ef8e29fa6520e24d6c75
23
{ IntOrString =
3-
( ./types.dhall sha256:59249831301f8fbfdaa34ba190550040747a918202ed45004c63d966fc534fd1
4+
( ./types.dhall
5+
sha256:59249831301f8fbfdaa34ba190550040747a918202ed45004c63d966fc534fd1
46
).IntOrString
57
, NatOrString =
6-
( ./types.dhall sha256:59249831301f8fbfdaa34ba190550040747a918202ed45004c63d966fc534fd1
8+
( ./types.dhall
9+
sha256:59249831301f8fbfdaa34ba190550040747a918202ed45004c63d966fc534fd1
710
).NatOrString
811
, Resource =
9-
./typesUnion.dhall sha256:4bdf8fcd875f5b20bb1c49daff47d299d733dd4f60211a5230907e6400eec175
12+
./typesUnion.dhall
13+
sha256:4bdf8fcd875f5b20bb1c49daff47d299d733dd4f60211a5230907e6400eec175
1014
}

1.12/schemas.dhall

Lines changed: 758 additions & 379 deletions
Large diffs are not rendered by default.

1.12/types.dhall

Lines changed: 768 additions & 384 deletions
Large diffs are not rendered by default.

1.12/typesUnion.dhall

Lines changed: 768 additions & 384 deletions
Large diffs are not rendered by default.

1.13/defaults.dhall

Lines changed: 774 additions & 387 deletions
Large diffs are not rendered by default.

1.13/package.dhall

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
./schemas.dhall sha256:92602a08a55e5d0e0a65d3f6dd61f8fa38ca7c36a572662fccd5f3641d966851
1+
./schemas.dhall
2+
sha256:92602a08a55e5d0e0a65d3f6dd61f8fa38ca7c36a572662fccd5f3641d966851
23
{ IntOrString =
3-
( ./types.dhall sha256:96e327b30815a558c30d2d2245a426db11bc23bc54c7f86cb4cf8a386b784140
4+
( ./types.dhall
5+
sha256:96e327b30815a558c30d2d2245a426db11bc23bc54c7f86cb4cf8a386b784140
46
).IntOrString
57
, NatOrString =
6-
( ./types.dhall sha256:96e327b30815a558c30d2d2245a426db11bc23bc54c7f86cb4cf8a386b784140
8+
( ./types.dhall
9+
sha256:96e327b30815a558c30d2d2245a426db11bc23bc54c7f86cb4cf8a386b784140
710
).NatOrString
811
, Resource =
9-
./typesUnion.dhall sha256:f3497a20400d687e48b93718c822b63ab021d498f834627e238cc212925398fc
12+
./typesUnion.dhall
13+
sha256:f3497a20400d687e48b93718c822b63ab021d498f834627e238cc212925398fc
1014
}

1.13/schemas.dhall

Lines changed: 774 additions & 387 deletions
Large diffs are not rendered by default.

1.13/types.dhall

Lines changed: 784 additions & 392 deletions
Large diffs are not rendered by default.

1.13/typesUnion.dhall

Lines changed: 784 additions & 392 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)