Skip to content

Commit

Permalink
Updata artifacthub-pkg.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 4, 2023
1 parent 34b2595 commit 782e35e
Show file tree
Hide file tree
Showing 14 changed files with 221 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Introduction

`argo-application-field-validation` is a KCL validation module, which can be used to perform some validation on Argo `Application` fields.

## Resource

The code source and document are [here](https://github.com/kcl-lang/artifacthub/tree/main/argo-application-field-validation)
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
version: 0.1.2
name: argo-application-field-validation
displayName: argo-application-field-validation
createdAt: "2023-12-04T11:12:44Z"
description: '`argo-application-field-validation` is a kcl validation module, which
can be used to perform some validation on Argo `Application` fields.'
links:
- name: KCL homepage
url: https://kcl-lang.io/
- name: KCL repo
url: https://github.com/kcl-lang/kcl
install: |
#### Add `argo-application-field-validation` with tag `0.1.2` as dependency
```
kcl mod add argo-application-field-validation:0.1.2
```
#### Pull `argo-application-field-validation` with tag `0.1.2` to local
```
kcl mod pull argo-application-field-validation:0.1.2
```
maintainers:
- name: kcl-lang.io
email: [email protected]
provider:
name: kcl-lang.io
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Introduction

`argo-application-prevent-default-project` is a KCL validation module, which can be used to perform some validation on Argo `Application` fields.

## Resource

The code source and document are [here](https://github.com/kcl-lang/artifacthub/tree/main/argo-application-prevent-default-project)
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 0.0.2
name: argo-application-prevent-default-project
displayName: argo-application-prevent-default-project
createdAt: "2023-12-04T11:12:46Z"
description: This is a KCL package
links:
- name: KCL homepage
url: https://kcl-lang.io/
- name: KCL repo
url: https://github.com/kcl-lang/kcl
install: |
#### Add `argo-application-prevent-default-project` with tag `0.0.2` as dependency
```
kcl mod add argo-application-prevent-default-project:0.0.2
```
#### Pull `argo-application-prevent-default-project` with tag `0.0.2` to local
```
kcl mod pull argo-application-prevent-default-project:0.0.2
```
maintainers:
- name: kcl-lang.io
email: [email protected]
provider:
name: kcl-lang.io
7 changes: 7 additions & 0 deletions .integration/artifacthub/result/0.0.1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Introduction

`result` is a KCL error handling library

## Resource

The Code source and documents are [here](https://github.com/kcl-lang/modules/tree/main/result)
25 changes: 25 additions & 0 deletions .integration/artifacthub/result/0.0.1/artifacthub-pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 0.0.1
name: result
displayName: result
createdAt: "2023-12-04T11:12:35Z"
description: '`result` is a KCL error handling library'
links:
- name: KCL homepage
url: https://kcl-lang.io/
- name: KCL repo
url: https://github.com/kcl-lang/kcl
install: |
#### Add `result` with tag `0.0.1` as dependency
```
kcl mod add result:0.0.1
```
#### Pull `result` with tag `0.0.1` to local
```
kcl mod pull result:0.0.1
```
maintainers:
- name: kcl-lang.io
email: [email protected]
provider:
name: kcl-lang.io
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Introduction

`scale-deployment-zero` is a KCL mutation package

## Resource

The Code source and document are [here](https://github.com/kcl-lang/modules/tree/main/scale-deployment-zero)
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 0.1.0
name: scale-deployment-zero
displayName: scale-deployment-zero
createdAt: "2023-12-04T11:12:37Z"
description: '`scale-deployment-zero` is a KCL mutation package'
links:
- name: KCL homepage
url: https://kcl-lang.io/
- name: KCL repo
url: https://github.com/kcl-lang/kcl
install: |
#### Add `scale-deployment-zero` with tag `0.1.0` as dependency
```
kcl mod add scale-deployment-zero:0.1.0
```
#### Pull `scale-deployment-zero` with tag `0.1.0` to local
```
kcl mod pull scale-deployment-zero:0.1.0
```
maintainers:
- name: kcl-lang.io
email: [email protected]
provider:
name: kcl-lang.io
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Introduction

`spread-pods-across-topology` is a KCL mutation package

## Resource

The Code source and document are [here](https://github.com/kcl-lang/modules/tree/main/spread-pods-across-topology)
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 0.1.0
name: spread-pods-across-topology
displayName: spread-pods-across-topology
createdAt: "2023-12-04T11:12:39Z"
description: '`spread-pods-across-topology` is a KCL mutation package'
links:
- name: KCL homepage
url: https://kcl-lang.io/
- name: KCL repo
url: https://github.com/kcl-lang/kcl
install: |
#### Add `spread-pods-across-topology` with tag `0.1.0` as dependency
```
kcl mod add spread-pods-across-topology:0.1.0
```
#### Pull `spread-pods-across-topology` with tag `0.1.0` to local
```
kcl mod pull spread-pods-across-topology:0.1.0
```
maintainers:
- name: kcl-lang.io
email: [email protected]
provider:
name: kcl-lang.io
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Introduction

## Resource

The Code source and documents are [here](https://github.com/kcl-lang/modules/tree/main/topology-spread-constraints)
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 0.1.0
name: topology-spread-constraints
displayName: topology-spread-constraints
createdAt: "2023-12-04T11:12:40Z"
description: '`topology-spread-constraints` is a kcl validation package'
links:
- name: KCL homepage
url: https://kcl-lang.io/
- name: KCL repo
url: https://github.com/kcl-lang/kcl
install: |
#### Add `topology-spread-constraints` with tag `0.1.0` as dependency
```
kcl mod add topology-spread-constraints:0.1.0
```
#### Pull `topology-spread-constraints` with tag `0.1.0` to local
```
kcl mod pull topology-spread-constraints:0.1.0
```
maintainers:
- name: kcl-lang.io
email: [email protected]
provider:
name: kcl-lang.io
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Introduction

## Resource

The Code source and documents are [here](https://github.com/kcl-lang/modules/tree/main/unique-ingress-host-and-path)
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 0.1.0
name: unique-ingress-host-and-path
displayName: unique-ingress-host-and-path
createdAt: "2023-12-04T11:12:42Z"
description: '`unique-ingress-host-and-path` is a kcl validation package'
links:
- name: KCL homepage
url: https://kcl-lang.io/
- name: KCL repo
url: https://github.com/kcl-lang/kcl
install: |
#### Add `unique-ingress-host-and-path` with tag `0.1.0` as dependency
```
kcl mod add unique-ingress-host-and-path:0.1.0
```
#### Pull `unique-ingress-host-and-path` with tag `0.1.0` to local
```
kcl mod pull unique-ingress-host-and-path:0.1.0
```
maintainers:
- name: kcl-lang.io
email: [email protected]
provider:
name: kcl-lang.io

0 comments on commit 782e35e

Please sign in to comment.