Skip to content

Commit 3c4f495

Browse files
committed
chore: update artifacthub-pkg.yaml
1 parent e0324e3 commit 3c4f495

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## Introduction
2+
3+
`kubevirt` module contains definitions for `kubevirt`
4+
5+
## Resource
6+
7+
+ Code sources are [here](https://github.com/kcl-lang/modules/tree/main/kubevirt)
8+
+ Reference documents are [here][https://github.com/kcl-lang/modules/tree/main/kubevirt/docs]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
version: 0.3.0
2+
name: kubevirt
3+
displayName: kubevirt
4+
createdAt: "2024-11-04T06:05:19Z"
5+
description: '`kubevirt` module contains definitions for kubevirt'
6+
links:
7+
- name: KCL homepage
8+
url: https://kcl-lang.io/
9+
- name: KCL repo
10+
url: https://github.com/kcl-lang/kcl
11+
install: |
12+
#### Add `kubevirt` with tag `0.3.0` as dependency
13+
```
14+
kcl mod add kubevirt:0.3.0
15+
```
16+
17+
#### Pull `kubevirt` with tag `0.3.0` to local
18+
```
19+
kcl mod pull kubevirt:0.3.0
20+
```
21+
maintainers:
22+
- name: kcl-lang.io
23+
24+
provider:
25+
name: kcl-lang.io

0 commit comments

Comments
 (0)