Skip to content

Commit f7b77ac

Browse files
committed
chore: update artifacthub-pkg.yaml
1 parent f58ac0b commit f7b77ac

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
See [here](https://github.com/kcl-lang/modules/blob/main/k8s/1.31/docs/README.md) for more documents.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
version: "1.31"
2+
name: k8s
3+
displayName: k8s
4+
createdAt: "2024-08-13T16:39:23Z"
5+
description: '`k8s` is a KCL module contains all the built-in Kubernetes resource
6+
models (the CRDs are not included here).'
7+
links:
8+
- name: KCL homepage
9+
url: https://kcl-lang.io/
10+
- name: KCL repo
11+
url: https://github.com/kcl-lang/kcl
12+
install: |
13+
#### Add `k8s` with tag `1.31` as dependency
14+
```
15+
kcl mod add k8s:1.31
16+
```
17+
18+
#### Pull `k8s` with tag `1.31` to local
19+
```
20+
kcl mod pull k8s:1.31
21+
```
22+
maintainers:
23+
- name: kcl-lang.io
24+
email: kcl-lang.io@domainsbyproxy.com
25+
provider:
26+
name: kcl-lang.io

0 commit comments

Comments
 (0)