diff --git a/.integration/artifacthub/k8s/1.31/README.md b/.integration/artifacthub/k8s/1.31/README.md new file mode 100644 index 00000000..f94a8a45 --- /dev/null +++ b/.integration/artifacthub/k8s/1.31/README.md @@ -0,0 +1 @@ +See [here](https://github.com/kcl-lang/modules/blob/main/k8s/1.31/docs/README.md) for more documents. diff --git a/.integration/artifacthub/k8s/1.31/artifacthub-pkg.yaml b/.integration/artifacthub/k8s/1.31/artifacthub-pkg.yaml new file mode 100644 index 00000000..e7a4fcd3 --- /dev/null +++ b/.integration/artifacthub/k8s/1.31/artifacthub-pkg.yaml @@ -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: kcl-lang.io@domainsbyproxy.com +provider: + name: kcl-lang.io