Skip to content

Commit 782e35e

Browse files
committed
Updata artifacthub-pkg.yaml
1 parent 34b2595 commit 782e35e

File tree

14 files changed

+221
-0
lines changed

14 files changed

+221
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Introduction
2+
3+
`argo-application-field-validation` is a KCL validation module, which can be used to perform some validation on Argo `Application` fields.
4+
5+
## Resource
6+
7+
The code source and document are [here](https://github.com/kcl-lang/artifacthub/tree/main/argo-application-field-validation)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
version: 0.1.2
2+
name: argo-application-field-validation
3+
displayName: argo-application-field-validation
4+
createdAt: "2023-12-04T11:12:44Z"
5+
description: '`argo-application-field-validation` is a kcl validation module, which
6+
can be used to perform some validation on Argo `Application` fields.'
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 `argo-application-field-validation` with tag `0.1.2` as dependency
14+
```
15+
kcl mod add argo-application-field-validation:0.1.2
16+
```
17+
18+
#### Pull `argo-application-field-validation` with tag `0.1.2` to local
19+
```
20+
kcl mod pull argo-application-field-validation:0.1.2
21+
```
22+
maintainers:
23+
- name: kcl-lang.io
24+
25+
provider:
26+
name: kcl-lang.io
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Introduction
2+
3+
`argo-application-prevent-default-project` is a KCL validation module, which can be used to perform some validation on Argo `Application` fields.
4+
5+
## Resource
6+
7+
The code source and document are [here](https://github.com/kcl-lang/artifacthub/tree/main/argo-application-prevent-default-project)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
version: 0.0.2
2+
name: argo-application-prevent-default-project
3+
displayName: argo-application-prevent-default-project
4+
createdAt: "2023-12-04T11:12:46Z"
5+
description: This is a KCL package
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 `argo-application-prevent-default-project` with tag `0.0.2` as dependency
13+
```
14+
kcl mod add argo-application-prevent-default-project:0.0.2
15+
```
16+
17+
#### Pull `argo-application-prevent-default-project` with tag `0.0.2` to local
18+
```
19+
kcl mod pull argo-application-prevent-default-project:0.0.2
20+
```
21+
maintainers:
22+
- name: kcl-lang.io
23+
24+
provider:
25+
name: kcl-lang.io
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Introduction
2+
3+
`result` is a KCL error handling library
4+
5+
## Resource
6+
7+
The Code source and documents are [here](https://github.com/kcl-lang/modules/tree/main/result)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
version: 0.0.1
2+
name: result
3+
displayName: result
4+
createdAt: "2023-12-04T11:12:35Z"
5+
description: '`result` is a KCL error handling library'
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 `result` with tag `0.0.1` as dependency
13+
```
14+
kcl mod add result:0.0.1
15+
```
16+
17+
#### Pull `result` with tag `0.0.1` to local
18+
```
19+
kcl mod pull result:0.0.1
20+
```
21+
maintainers:
22+
- name: kcl-lang.io
23+
24+
provider:
25+
name: kcl-lang.io
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Introduction
2+
3+
`scale-deployment-zero` is a KCL mutation package
4+
5+
## Resource
6+
7+
The Code source and document are [here](https://github.com/kcl-lang/modules/tree/main/scale-deployment-zero)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
version: 0.1.0
2+
name: scale-deployment-zero
3+
displayName: scale-deployment-zero
4+
createdAt: "2023-12-04T11:12:37Z"
5+
description: '`scale-deployment-zero` is a KCL mutation package'
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 `scale-deployment-zero` with tag `0.1.0` as dependency
13+
```
14+
kcl mod add scale-deployment-zero:0.1.0
15+
```
16+
17+
#### Pull `scale-deployment-zero` with tag `0.1.0` to local
18+
```
19+
kcl mod pull scale-deployment-zero:0.1.0
20+
```
21+
maintainers:
22+
- name: kcl-lang.io
23+
24+
provider:
25+
name: kcl-lang.io
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Introduction
2+
3+
`spread-pods-across-topology` is a KCL mutation package
4+
5+
## Resource
6+
7+
The Code source and document are [here](https://github.com/kcl-lang/modules/tree/main/spread-pods-across-topology)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
version: 0.1.0
2+
name: spread-pods-across-topology
3+
displayName: spread-pods-across-topology
4+
createdAt: "2023-12-04T11:12:39Z"
5+
description: '`spread-pods-across-topology` is a KCL mutation package'
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 `spread-pods-across-topology` with tag `0.1.0` as dependency
13+
```
14+
kcl mod add spread-pods-across-topology:0.1.0
15+
```
16+
17+
#### Pull `spread-pods-across-topology` with tag `0.1.0` to local
18+
```
19+
kcl mod pull spread-pods-across-topology:0.1.0
20+
```
21+
maintainers:
22+
- name: kcl-lang.io
23+
24+
provider:
25+
name: kcl-lang.io
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Introduction
2+
3+
## Resource
4+
5+
The Code source and documents are [here](https://github.com/kcl-lang/modules/tree/main/topology-spread-constraints)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
version: 0.1.0
2+
name: topology-spread-constraints
3+
displayName: topology-spread-constraints
4+
createdAt: "2023-12-04T11:12:40Z"
5+
description: '`topology-spread-constraints` is a kcl validation package'
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 `topology-spread-constraints` with tag `0.1.0` as dependency
13+
```
14+
kcl mod add topology-spread-constraints:0.1.0
15+
```
16+
17+
#### Pull `topology-spread-constraints` with tag `0.1.0` to local
18+
```
19+
kcl mod pull topology-spread-constraints:0.1.0
20+
```
21+
maintainers:
22+
- name: kcl-lang.io
23+
24+
provider:
25+
name: kcl-lang.io
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Introduction
2+
3+
## Resource
4+
5+
The Code source and documents are [here](https://github.com/kcl-lang/modules/tree/main/unique-ingress-host-and-path)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
version: 0.1.0
2+
name: unique-ingress-host-and-path
3+
displayName: unique-ingress-host-and-path
4+
createdAt: "2023-12-04T11:12:42Z"
5+
description: '`unique-ingress-host-and-path` is a kcl validation package'
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 `unique-ingress-host-and-path` with tag `0.1.0` as dependency
13+
```
14+
kcl mod add unique-ingress-host-and-path:0.1.0
15+
```
16+
17+
#### Pull `unique-ingress-host-and-path` with tag `0.1.0` to local
18+
```
19+
kcl mod pull unique-ingress-host-and-path:0.1.0
20+
```
21+
maintainers:
22+
- name: kcl-lang.io
23+
24+
provider:
25+
name: kcl-lang.io

0 commit comments

Comments
 (0)