From f7b77ac12fa96447d709c2211dc61e8a22ff6254 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 13 Aug 2024 16:40:03 +0000 Subject: [PATCH] chore: update artifacthub-pkg.yaml --- .integration/artifacthub/k8s/1.31/README.md | 1 + .../artifacthub/k8s/1.31/artifacthub-pkg.yaml | 26 +++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 .integration/artifacthub/k8s/1.31/README.md create mode 100644 .integration/artifacthub/k8s/1.31/artifacthub-pkg.yaml 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