-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
34b2595
commit 782e35e
Showing
14 changed files
with
221 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
.integration/artifacthub/argo-application-field-validation/0.1.2/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
26 changes: 26 additions & 0 deletions
26
.integration/artifacthub/argo-application-field-validation/0.1.2/artifacthub-pkg.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
7 changes: 7 additions & 0 deletions
7
.integration/artifacthub/argo-application-prevent-default-project/0.0.2/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
25 changes: 25 additions & 0 deletions
25
.integration/artifacthub/argo-application-prevent-default-project/0.0.2/artifacthub-pkg.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
25
.integration/artifacthub/result/0.0.1/artifacthub-pkg.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
7 changes: 7 additions & 0 deletions
7
.integration/artifacthub/scale-deployment-zero/0.1.0/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
25 changes: 25 additions & 0 deletions
25
.integration/artifacthub/scale-deployment-zero/0.1.0/artifacthub-pkg.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
7 changes: 7 additions & 0 deletions
7
.integration/artifacthub/spread-pods-across-topology/0.1.0/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
25 changes: 25 additions & 0 deletions
25
.integration/artifacthub/spread-pods-across-topology/0.1.0/artifacthub-pkg.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
5 changes: 5 additions & 0 deletions
5
.integration/artifacthub/topology-spread-constraints/0.1.0/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
25 changes: 25 additions & 0 deletions
25
.integration/artifacthub/topology-spread-constraints/0.1.0/artifacthub-pkg.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
5 changes: 5 additions & 0 deletions
5
.integration/artifacthub/unique-ingress-host-and-path/0.1.0/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
25 changes: 25 additions & 0 deletions
25
.integration/artifacthub/unique-ingress-host-and-path/0.1.0/artifacthub-pkg.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |