-
Notifications
You must be signed in to change notification settings - Fork 23
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
f58ac0b
commit f7b77ac
Showing
2 changed files
with
27 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.31/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.31" | ||
name: k8s | ||
displayName: k8s | ||
createdAt: "2024-08-13T16:39:23Z" | ||
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.31` as dependency | ||
``` | ||
kcl mod add k8s:1.31 | ||
``` | ||
#### Pull `k8s` with tag `1.31` to local | ||
``` | ||
kcl mod pull k8s:1.31 | ||
``` | ||
maintainers: | ||
- name: kcl-lang.io | ||
email: [email protected] | ||
provider: | ||
name: kcl-lang.io |