Skip to content

Commit

Permalink
chore: update artifacthub-pkg.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 13, 2024
1 parent f58ac0b commit f7b77ac
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions .integration/artifacthub/k8s/1.31/README.md
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.
26 changes: 26 additions & 0 deletions .integration/artifacthub/k8s/1.31/artifacthub-pkg.yaml
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

0 comments on commit f7b77ac

Please sign in to comment.