forked from kcl-lang/modules
-
Notifications
You must be signed in to change notification settings - Fork 0
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
e02ce2f
commit f47e864
Showing
14 changed files
with
223 additions
and
0 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
.integration/artifacthub/k8s_manifests_containers/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,5 @@ | ||
## Introduction | ||
|
||
## Resource | ||
|
||
Code source and document is [here](https://github.com/kcl-lang/artifacthub/tree/main/k8s_manifests_containers) |
26 changes: 26 additions & 0 deletions
26
.integration/artifacthub/k8s_manifests_containers/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: k8s_manifests_containers | ||
displayName: k8s_manifests_containers | ||
createdAt: "2023-11-12T04:57:25Z" | ||
description: '`k8s_manifests_containers` can be used to get all containers resources | ||
in a Pod resource.' | ||
links: | ||
- name: KCL homepage | ||
url: https://kcl-lang.io/ | ||
- name: KCL repo | ||
url: https://github.com/kcl-lang/kcl | ||
install: | | ||
#### Add `k8s_manifests_containers` with tag `0.1.2` as dependency | ||
``` | ||
kpm add k8s_manifests_containers:0.1.2 | ||
``` | ||
#### Pull `k8s_manifests_containers` with tag `0.1.2` to local | ||
``` | ||
kpm pull k8s_manifests_containers: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/require-pod-requests-limits/0.1.1/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 | ||
|
||
`require-pod-requests-limits` is a KCL validation module | ||
|
||
## Resource | ||
|
||
The Code source and documents are [here](https://github.com/kcl-lang/artifacthub/tree/main/require-pod-requests-limits) |
25 changes: 25 additions & 0 deletions
25
.integration/artifacthub/require-pod-requests-limits/0.1.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.1.1 | ||
name: require-pod-requests-limits | ||
displayName: require-pod-requests-limits | ||
createdAt: "2023-11-12T04:57:20Z" | ||
description: '`require-pod-requests-limits` is a KCL validation module' | ||
links: | ||
- name: KCL homepage | ||
url: https://kcl-lang.io/ | ||
- name: KCL repo | ||
url: https://github.com/kcl-lang/kcl | ||
install: | | ||
#### Add `require-pod-requests-limits` with tag `0.1.1` as dependency | ||
``` | ||
kpm add require-pod-requests-limits:0.1.1 | ||
``` | ||
#### Pull `require-pod-requests-limits` with tag `0.1.1` to local | ||
``` | ||
kpm pull require-pod-requests-limits:0.1.1 | ||
``` | ||
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 | ||
|
||
`require-pod-requests-limits` is a KCL validation module | ||
|
||
## Resource | ||
|
||
The Code source and documents are [here](https://github.com/kcl-lang/artifacthub/tree/main/require-pod-requests-limits) |
25 changes: 25 additions & 0 deletions
25
.integration/artifacthub/required-drop-all/0.1.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.1.1 | ||
name: required-drop-all | ||
displayName: required-drop-all | ||
createdAt: "2023-11-12T04:57:18Z" | ||
description: '`required-drop-all` is a KCL validation module' | ||
links: | ||
- name: KCL homepage | ||
url: https://kcl-lang.io/ | ||
- name: KCL repo | ||
url: https://github.com/kcl-lang/kcl | ||
install: | | ||
#### Add `required-drop-all` with tag `0.1.1` as dependency | ||
``` | ||
kpm add required-drop-all:0.1.1 | ||
``` | ||
#### Pull `required-drop-all` with tag `0.1.1` to local | ||
``` | ||
kpm pull required-drop-all:0.1.1 | ||
``` | ||
maintainers: | ||
- name: kcl-lang.io | ||
email: [email protected] | ||
provider: | ||
name: kcl-lang.io |
7 changes: 7 additions & 0 deletions
7
.integration/artifacthub/required-drop-cap-net-all/0.1.1/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 | ||
|
||
`required-drop-cap-net-all` is a KCL validation module | ||
|
||
## Resource | ||
|
||
The Code source and documents are [here](https://github.com/kcl-lang/artifacthub/tree/main/required-drop-cap-net-all) |
25 changes: 25 additions & 0 deletions
25
.integration/artifacthub/required-drop-cap-net-all/0.1.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.1.1 | ||
name: required-drop-cap-net-all | ||
displayName: required-drop-cap-net-all | ||
createdAt: "2023-11-12T04:57:19Z" | ||
description: '`required-drop-cap-net-all` is a KCL validation module' | ||
links: | ||
- name: KCL homepage | ||
url: https://kcl-lang.io/ | ||
- name: KCL repo | ||
url: https://github.com/kcl-lang/kcl | ||
install: | | ||
#### Add `required-drop-cap-net-all` with tag `0.1.1` as dependency | ||
``` | ||
kpm add required-drop-cap-net-all:0.1.1 | ||
``` | ||
#### Pull `required-drop-cap-net-all` with tag `0.1.1` to local | ||
``` | ||
kpm pull required-drop-cap-net-all:0.1.1 | ||
``` | ||
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 | ||
|
||
`required-root-fs` is a KCL validation module | ||
|
||
## Resource | ||
|
||
The Code source and documents are [here](https://github.com/kcl-lang/artifacthub/tree/main/required-root-fs) |
25 changes: 25 additions & 0 deletions
25
.integration/artifacthub/required-root-fs/0.1.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.1.1 | ||
name: required-root-fs | ||
displayName: required-root-fs | ||
createdAt: "2023-11-12T04:57:21Z" | ||
description: '`required-root-fs` is a KCL validation module' | ||
links: | ||
- name: KCL homepage | ||
url: https://kcl-lang.io/ | ||
- name: KCL repo | ||
url: https://github.com/kcl-lang/kcl | ||
install: | | ||
#### Add `required-root-fs` with tag `0.1.1` as dependency | ||
``` | ||
kpm add required-root-fs:0.1.1 | ||
``` | ||
#### Pull `required-root-fs` with tag `0.1.1` to local | ||
``` | ||
kpm pull required-root-fs:0.1.1 | ||
``` | ||
maintainers: | ||
- name: kcl-lang.io | ||
email: [email protected] | ||
provider: | ||
name: kcl-lang.io |
7 changes: 7 additions & 0 deletions
7
.integration/artifacthub/restrict-image-registries/0.1.1/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 | ||
|
||
`restrict-image-registries` is a KCL validation module | ||
|
||
## Resource | ||
|
||
The Code source and documents are [here](https://github.com/kcl-lang/artifacthub/tree/main/restrict-image-registries) |
25 changes: 25 additions & 0 deletions
25
.integration/artifacthub/restrict-image-registries/0.1.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.1.1 | ||
name: restrict-image-registries | ||
displayName: restrict-image-registries | ||
createdAt: "2023-11-12T04:57:23Z" | ||
description: '`restrict-image-registries` is a KCL validation module' | ||
links: | ||
- name: KCL homepage | ||
url: https://kcl-lang.io/ | ||
- name: KCL repo | ||
url: https://github.com/kcl-lang/kcl | ||
install: | | ||
#### Add `restrict-image-registries` with tag `0.1.1` as dependency | ||
``` | ||
kpm add restrict-image-registries:0.1.1 | ||
``` | ||
#### Pull `restrict-image-registries` with tag `0.1.1` to local | ||
``` | ||
kpm pull restrict-image-registries:0.1.1 | ||
``` | ||
maintainers: | ||
- name: kcl-lang.io | ||
email: [email protected] | ||
provider: | ||
name: kcl-lang.io |
7 changes: 7 additions & 0 deletions
7
.integration/artifacthub/restrict-service-external-ips/0.1.1/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 | ||
|
||
`restrict-service-external-ips` is a KCL validation module | ||
|
||
## Resource | ||
|
||
The Code source and documents are [here](https://github.com/kcl-lang/artifacthub/tree/main/restrict-service-external-ips) |
25 changes: 25 additions & 0 deletions
25
.integration/artifacthub/restrict-service-external-ips/0.1.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.1.1 | ||
name: restrict-service-external-ips | ||
displayName: restrict-service-external-ips | ||
createdAt: "2023-11-12T04:57:24Z" | ||
description: '`restrict-service-external-ips` is a KCL validation module' | ||
links: | ||
- name: KCL homepage | ||
url: https://kcl-lang.io/ | ||
- name: KCL repo | ||
url: https://github.com/kcl-lang/kcl | ||
install: | | ||
#### Add `restrict-service-external-ips` with tag `0.1.1` as dependency | ||
``` | ||
kpm add restrict-service-external-ips:0.1.1 | ||
``` | ||
#### Pull `restrict-service-external-ips` with tag `0.1.1` to local | ||
``` | ||
kpm pull restrict-service-external-ips:0.1.1 | ||
``` | ||
maintainers: | ||
- name: kcl-lang.io | ||
email: [email protected] | ||
provider: | ||
name: kcl-lang.io |