-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ee4a18e
commit a523f5b
Showing
34 changed files
with
459 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
See [here](https://github.com/kcl-lang/modules/blob/main/k8s/1.14/docs/README.md) for more documents. |
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,26 @@ | ||
version: 1.14.1 | ||
name: k8s | ||
displayName: k8s | ||
createdAt: "2024-10-14T08:15:34Z" | ||
description: '`k8s` is a KCL module contains all the built-in Kubernetes resource | ||
models (the CRDs are not included here).' | ||
links: | ||
- name: KCL homepage | ||
url: https://kcl-lang.io/ | ||
- name: KCL repo | ||
url: https://github.com/kcl-lang/kcl | ||
install: | | ||
#### Add `k8s` with tag `1.14.1` as dependency | ||
``` | ||
kcl mod add k8s:1.14.1 | ||
``` | ||
#### Pull `k8s` with tag `1.14.1` to local | ||
``` | ||
kcl mod pull k8s:1.14.1 | ||
``` | ||
maintainers: | ||
- name: kcl-lang.io | ||
email: [email protected] | ||
provider: | ||
name: kcl-lang.io |
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 @@ | ||
See [here](https://github.com/kcl-lang/modules/blob/main/k8s/1.15/docs/README.md) for more documents. |
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,26 @@ | ||
version: 1.15.1 | ||
name: k8s | ||
displayName: k8s | ||
createdAt: "2024-10-14T08:15:35Z" | ||
description: '`k8s` is a KCL module contains all the built-in Kubernetes resource | ||
models (the CRDs are not included here).' | ||
links: | ||
- name: KCL homepage | ||
url: https://kcl-lang.io/ | ||
- name: KCL repo | ||
url: https://github.com/kcl-lang/kcl | ||
install: | | ||
#### Add `k8s` with tag `1.15.1` as dependency | ||
``` | ||
kcl mod add k8s:1.15.1 | ||
``` | ||
#### Pull `k8s` with tag `1.15.1` to local | ||
``` | ||
kcl mod pull k8s:1.15.1 | ||
``` | ||
maintainers: | ||
- name: kcl-lang.io | ||
email: [email protected] | ||
provider: | ||
name: kcl-lang.io |
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 @@ | ||
See [here](https://github.com/kcl-lang/modules/blob/main/k8s/1.16/docs/README.md) for more documents. |
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,26 @@ | ||
version: 1.16.1 | ||
name: k8s | ||
displayName: k8s | ||
createdAt: "2024-10-14T08:15:36Z" | ||
description: '`k8s` is a KCL module contains all the built-in Kubernetes resource | ||
models (the CRDs are not included here).' | ||
links: | ||
- name: KCL homepage | ||
url: https://kcl-lang.io/ | ||
- name: KCL repo | ||
url: https://github.com/kcl-lang/kcl | ||
install: | | ||
#### Add `k8s` with tag `1.16.1` as dependency | ||
``` | ||
kcl mod add k8s:1.16.1 | ||
``` | ||
#### Pull `k8s` with tag `1.16.1` to local | ||
``` | ||
kcl mod pull k8s:1.16.1 | ||
``` | ||
maintainers: | ||
- name: kcl-lang.io | ||
email: [email protected] | ||
provider: | ||
name: kcl-lang.io |
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 @@ | ||
See [here](https://github.com/kcl-lang/modules/blob/main/k8s/1.17/docs/README.md) for more documents. |
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,26 @@ | ||
version: 1.17.1 | ||
name: k8s | ||
displayName: k8s | ||
createdAt: "2024-10-14T08:15:38Z" | ||
description: '`k8s` is a KCL module contains all the built-in Kubernetes resource | ||
models (the CRDs are not included here).' | ||
links: | ||
- name: KCL homepage | ||
url: https://kcl-lang.io/ | ||
- name: KCL repo | ||
url: https://github.com/kcl-lang/kcl | ||
install: | | ||
#### Add `k8s` with tag `1.17.1` as dependency | ||
``` | ||
kcl mod add k8s:1.17.1 | ||
``` | ||
#### Pull `k8s` with tag `1.17.1` to local | ||
``` | ||
kcl mod pull k8s:1.17.1 | ||
``` | ||
maintainers: | ||
- name: kcl-lang.io | ||
email: [email protected] | ||
provider: | ||
name: kcl-lang.io |
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 @@ | ||
See [here](https://github.com/kcl-lang/modules/blob/main/k8s/1.18/docs/README.md) for more documents. |
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,26 @@ | ||
version: 1.18.1 | ||
name: k8s | ||
displayName: k8s | ||
createdAt: "2024-10-14T08:15:39Z" | ||
description: '`k8s` is a KCL module contains all the built-in Kubernetes resource | ||
models (the CRDs are not included here).' | ||
links: | ||
- name: KCL homepage | ||
url: https://kcl-lang.io/ | ||
- name: KCL repo | ||
url: https://github.com/kcl-lang/kcl | ||
install: | | ||
#### Add `k8s` with tag `1.18.1` as dependency | ||
``` | ||
kcl mod add k8s:1.18.1 | ||
``` | ||
#### Pull `k8s` with tag `1.18.1` to local | ||
``` | ||
kcl mod pull k8s:1.18.1 | ||
``` | ||
maintainers: | ||
- name: kcl-lang.io | ||
email: [email protected] | ||
provider: | ||
name: kcl-lang.io |
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 @@ | ||
See [here](https://github.com/kcl-lang/modules/blob/main/k8s/1.19/docs/README.md) for more documents. |
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,26 @@ | ||
version: 1.19.1 | ||
name: k8s | ||
displayName: k8s | ||
createdAt: "2024-10-14T08:15:40Z" | ||
description: '`k8s` is a KCL module contains all the built-in Kubernetes resource | ||
models (the CRDs are not included here).' | ||
links: | ||
- name: KCL homepage | ||
url: https://kcl-lang.io/ | ||
- name: KCL repo | ||
url: https://github.com/kcl-lang/kcl | ||
install: | | ||
#### Add `k8s` with tag `1.19.1` as dependency | ||
``` | ||
kcl mod add k8s:1.19.1 | ||
``` | ||
#### Pull `k8s` with tag `1.19.1` to local | ||
``` | ||
kcl mod pull k8s:1.19.1 | ||
``` | ||
maintainers: | ||
- name: kcl-lang.io | ||
email: [email protected] | ||
provider: | ||
name: kcl-lang.io |
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 @@ | ||
See [here](https://github.com/kcl-lang/modules/blob/main/k8s/1.20/docs/README.md) for more documents. |
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,26 @@ | ||
version: 1.20.1 | ||
name: k8s | ||
displayName: k8s | ||
createdAt: "2024-10-14T08:15:41Z" | ||
description: '`k8s` is a KCL module contains all the built-in Kubernetes resource | ||
models (the CRDs are not included here).' | ||
links: | ||
- name: KCL homepage | ||
url: https://kcl-lang.io/ | ||
- name: KCL repo | ||
url: https://github.com/kcl-lang/kcl | ||
install: | | ||
#### Add `k8s` with tag `1.20.1` as dependency | ||
``` | ||
kcl mod add k8s:1.20.1 | ||
``` | ||
#### Pull `k8s` with tag `1.20.1` to local | ||
``` | ||
kcl mod pull k8s:1.20.1 | ||
``` | ||
maintainers: | ||
- name: kcl-lang.io | ||
email: [email protected] | ||
provider: | ||
name: kcl-lang.io |
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 @@ | ||
See [here](https://github.com/kcl-lang/modules/blob/main/k8s/1.21/docs/README.md) for more documents. |
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,26 @@ | ||
version: 1.21.1 | ||
name: k8s | ||
displayName: k8s | ||
createdAt: "2024-10-14T08:15:43Z" | ||
description: '`k8s` is a KCL module contains all the built-in Kubernetes resource | ||
models (the CRDs are not included here).' | ||
links: | ||
- name: KCL homepage | ||
url: https://kcl-lang.io/ | ||
- name: KCL repo | ||
url: https://github.com/kcl-lang/kcl | ||
install: | | ||
#### Add `k8s` with tag `1.21.1` as dependency | ||
``` | ||
kcl mod add k8s:1.21.1 | ||
``` | ||
#### Pull `k8s` with tag `1.21.1` to local | ||
``` | ||
kcl mod pull k8s:1.21.1 | ||
``` | ||
maintainers: | ||
- name: kcl-lang.io | ||
email: [email protected] | ||
provider: | ||
name: kcl-lang.io |
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 @@ | ||
See [here](https://github.com/kcl-lang/modules/blob/main/k8s/1.22/docs/README.md) for more documents. |
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,26 @@ | ||
version: 1.22.1 | ||
name: k8s | ||
displayName: k8s | ||
createdAt: "2024-10-14T08:15:44Z" | ||
description: '`k8s` is a KCL module contains all the built-in Kubernetes resource | ||
models (the CRDs are not included here).' | ||
links: | ||
- name: KCL homepage | ||
url: https://kcl-lang.io/ | ||
- name: KCL repo | ||
url: https://github.com/kcl-lang/kcl | ||
install: | | ||
#### Add `k8s` with tag `1.22.1` as dependency | ||
``` | ||
kcl mod add k8s:1.22.1 | ||
``` | ||
#### Pull `k8s` with tag `1.22.1` to local | ||
``` | ||
kcl mod pull k8s:1.22.1 | ||
``` | ||
maintainers: | ||
- name: kcl-lang.io | ||
email: [email protected] | ||
provider: | ||
name: kcl-lang.io |
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 @@ | ||
See [here](https://github.com/kcl-lang/modules/blob/main/k8s/1.23/docs/README.md) for more documents. |
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,26 @@ | ||
version: 1.23.1 | ||
name: k8s | ||
displayName: k8s | ||
createdAt: "2024-10-14T08:15:45Z" | ||
description: '`k8s` is a KCL module contains all the built-in Kubernetes resource | ||
models (the CRDs are not included here).' | ||
links: | ||
- name: KCL homepage | ||
url: https://kcl-lang.io/ | ||
- name: KCL repo | ||
url: https://github.com/kcl-lang/kcl | ||
install: | | ||
#### Add `k8s` with tag `1.23.1` as dependency | ||
``` | ||
kcl mod add k8s:1.23.1 | ||
``` | ||
#### Pull `k8s` with tag `1.23.1` to local | ||
``` | ||
kcl mod pull k8s:1.23.1 | ||
``` | ||
maintainers: | ||
- name: kcl-lang.io | ||
email: [email protected] | ||
provider: | ||
name: kcl-lang.io |
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 @@ | ||
See [here](https://github.com/kcl-lang/modules/blob/main/k8s/1.24/docs/README.md) for more documents. |
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,26 @@ | ||
version: 1.24.1 | ||
name: k8s | ||
displayName: k8s | ||
createdAt: "2024-10-14T08:15:47Z" | ||
description: '`k8s` is a KCL module contains all the built-in Kubernetes resource | ||
models (the CRDs are not included here).' | ||
links: | ||
- name: KCL homepage | ||
url: https://kcl-lang.io/ | ||
- name: KCL repo | ||
url: https://github.com/kcl-lang/kcl | ||
install: | | ||
#### Add `k8s` with tag `1.24.1` as dependency | ||
``` | ||
kcl mod add k8s:1.24.1 | ||
``` | ||
#### Pull `k8s` with tag `1.24.1` to local | ||
``` | ||
kcl mod pull k8s:1.24.1 | ||
``` | ||
maintainers: | ||
- name: kcl-lang.io | ||
email: [email protected] | ||
provider: | ||
name: kcl-lang.io |
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 @@ | ||
See [here](https://github.com/kcl-lang/modules/blob/main/k8s/1.25/docs/README.md) for more documents. |
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,26 @@ | ||
version: 1.25.1 | ||
name: k8s | ||
displayName: k8s | ||
createdAt: "2024-10-14T08:15:48Z" | ||
description: '`k8s` is a KCL module contains all the built-in Kubernetes resource | ||
models (the CRDs are not included here).' | ||
links: | ||
- name: KCL homepage | ||
url: https://kcl-lang.io/ | ||
- name: KCL repo | ||
url: https://github.com/kcl-lang/kcl | ||
install: | | ||
#### Add `k8s` with tag `1.25.1` as dependency | ||
``` | ||
kcl mod add k8s:1.25.1 | ||
``` | ||
#### Pull `k8s` with tag `1.25.1` to local | ||
``` | ||
kcl mod pull k8s:1.25.1 | ||
``` | ||
maintainers: | ||
- name: kcl-lang.io | ||
email: [email protected] | ||
provider: | ||
name: kcl-lang.io |
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 @@ | ||
See [here](https://github.com/kcl-lang/modules/blob/main/k8s/1.26/docs/README.md) for more documents. |
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,26 @@ | ||
version: 1.26.1 | ||
name: k8s | ||
displayName: k8s | ||
createdAt: "2024-10-14T08:15:49Z" | ||
description: '`k8s` is a KCL module contains all the built-in Kubernetes resource | ||
models (the CRDs are not included here).' | ||
links: | ||
- name: KCL homepage | ||
url: https://kcl-lang.io/ | ||
- name: KCL repo | ||
url: https://github.com/kcl-lang/kcl | ||
install: | | ||
#### Add `k8s` with tag `1.26.1` as dependency | ||
``` | ||
kcl mod add k8s:1.26.1 | ||
``` | ||
#### Pull `k8s` with tag `1.26.1` to local | ||
``` | ||
kcl mod pull k8s:1.26.1 | ||
``` | ||
maintainers: | ||
- name: kcl-lang.io | ||
email: [email protected] | ||
provider: | ||
name: kcl-lang.io |
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 @@ | ||
See [here](https://github.com/kcl-lang/modules/blob/main/k8s/1.27/docs/README.md) for more documents. |
Oops, something went wrong.