-
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
5ebf6ae
commit 1aea91f
Showing
40 changed files
with
641 additions
and
0 deletions.
There are no files selected for viewing
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/disallow-anonymous) |
25 changes: 25 additions & 0 deletions
25
.integration/artifacthub/disallow-anonymous/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: disallow-anonymous | ||
displayName: disallow-anonymous | ||
createdAt: "2023-11-20T14:10:00Z" | ||
description: '`disallow-anonymous` 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 `disallow-anonymous` with tag `0.1.1` as dependency | ||
``` | ||
kcl mod add disallow-anonymous:0.1.1 | ||
``` | ||
#### Pull `disallow-anonymous` with tag `0.1.1` to local | ||
``` | ||
kcl mod pull disallow-anonymous: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,5 @@ | ||
## Introduction | ||
|
||
## Resource | ||
|
||
Code source and document is [here](https://github.com/kcl-lang/artifacthub/tree/main/psp-allow-privilege-escalation) |
25 changes: 25 additions & 0 deletions
25
.integration/artifacthub/psp-app-armor/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: psp-app-armor | ||
displayName: psp-app-armor | ||
createdAt: "2023-11-20T14:10:01Z" | ||
description: '`psp-app-armor` 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 `psp-app-armor` with tag `0.1.1` as dependency | ||
``` | ||
kcl mod add psp-app-armor:0.1.1 | ||
``` | ||
#### Pull `psp-app-armor` with tag `0.1.1` to local | ||
``` | ||
kcl mod pull psp-app-armor: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-automount-sa-token/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 | ||
|
||
`restrict-automount-sa-token` is a KCL validation module | ||
|
||
## Resource | ||
|
||
The Code source and documents are [here](https://github.com/kcl-lang/modules/tree/main/restrict-automount-sa-token) |
25 changes: 25 additions & 0 deletions
25
.integration/artifacthub/restrict-automount-sa-token/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,25 @@ | ||
version: 0.1.2 | ||
name: restrict-automount-sa-token | ||
displayName: restrict-automount-sa-token | ||
createdAt: "2023-11-20T14:10:03Z" | ||
description: '`restrict-automount-sa-token` 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-automount-sa-token` with tag `0.1.2` as dependency | ||
``` | ||
kcl mod add restrict-automount-sa-token:0.1.2 | ||
``` | ||
#### Pull `restrict-automount-sa-token` with tag `0.1.2` to local | ||
``` | ||
kcl mod pull restrict-automount-sa-token: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/restrict-binding-clusteradmin/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 | ||
|
||
`restrict-binding-clusteradmin` is a KCL validation module | ||
|
||
## Resource | ||
|
||
The Code source and documents are [here](https://github.com/kcl-lang/modules/tree/main/restrict-binding-clusteradmin) |
25 changes: 25 additions & 0 deletions
25
.integration/artifacthub/restrict-binding-clusteradmin/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,25 @@ | ||
version: 0.1.2 | ||
name: restrict-binding-clusteradmin | ||
displayName: restrict-binding-clusteradmin | ||
createdAt: "2023-11-20T14:10:05Z" | ||
description: '`restrict-binding-clusteradmin` 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-binding-clusteradmin` with tag `0.1.2` as dependency | ||
``` | ||
kcl mod add restrict-binding-clusteradmin:0.1.2 | ||
``` | ||
#### Pull `restrict-binding-clusteradmin` with tag `0.1.2` to local | ||
``` | ||
kcl mod pull restrict-binding-clusteradmin:0.1.2 | ||
``` | ||
maintainers: | ||
- name: kcl-lang.io | ||
email: [email protected] | ||
provider: | ||
name: kcl-lang.io |
7 changes: 7 additions & 0 deletions
7
...on/artifacthub/restrict-binding-system-group-restrict-anonymous/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 | ||
|
||
`restrict-binding-system-group-restrict-anonymous` is a KCL validation module | ||
|
||
## Resource | ||
|
||
The Code source and documents are [here](https://github.com/kcl-lang/modules/tree/main/restrict-binding-system-group-restrict-anonymous) |
26 changes: 26 additions & 0 deletions
26
...n/artifacthub/restrict-binding-system-group-restrict-anonymous/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: restrict-binding-system-group-restrict-anonymous | ||
displayName: restrict-binding-system-group-restrict-anonymous | ||
createdAt: "2023-11-20T14:10:06Z" | ||
description: '`restrict-binding-system-group-restrict-anonymous` 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-binding-system-group-restrict-anonymous` with tag `0.1.2` as dependency | ||
``` | ||
kcl mod add restrict-binding-system-group-restrict-anonymous:0.1.2 | ||
``` | ||
#### Pull `restrict-binding-system-group-restrict-anonymous` with tag `0.1.2` to local | ||
``` | ||
kcl mod pull restrict-binding-system-group-restrict-anonymous:0.1.2 | ||
``` | ||
maintainers: | ||
- name: kcl-lang.io | ||
email: [email protected] | ||
provider: | ||
name: kcl-lang.io |
7 changes: 7 additions & 0 deletions
7
...tion/artifacthub/restrict-binding-system-group-restrict-masters/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 | ||
|
||
`restrict-binding-system-group-restrict-masters` is a KCL validation module | ||
|
||
## Resource | ||
|
||
The Code source and documents are [here](https://github.com/kcl-lang/modules/tree/main/restrict-binding-system-group-restrict-masters) |
26 changes: 26 additions & 0 deletions
26
...ion/artifacthub/restrict-binding-system-group-restrict-masters/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: restrict-binding-system-group-restrict-masters | ||
displayName: restrict-binding-system-group-restrict-masters | ||
createdAt: "2023-11-20T14:10:08Z" | ||
description: '`restrict-binding-system-group-restrict-masters` 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-binding-system-group-restrict-masters` with tag `0.1.2` as dependency | ||
``` | ||
kcl mod add restrict-binding-system-group-restrict-masters:0.1.2 | ||
``` | ||
#### Pull `restrict-binding-system-group-restrict-masters` with tag `0.1.2` to local | ||
``` | ||
kcl mod pull restrict-binding-system-group-restrict-masters:0.1.2 | ||
``` | ||
maintainers: | ||
- name: kcl-lang.io | ||
email: [email protected] | ||
provider: | ||
name: kcl-lang.io |
7 changes: 7 additions & 0 deletions
7
...artifacthub/restrict-binding-system-group-restrict-subject-name/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 | ||
|
||
`restrict-binding-system-group-restrict-subject-name` is a KCL validation module | ||
|
||
## Resource | ||
|
||
The Code source and documents are [here](https://github.com/kcl-lang/modules/tree/main/restrict-binding-system-group-restrict-subject-name) |
26 changes: 26 additions & 0 deletions
26
...rtifacthub/restrict-binding-system-group-restrict-subject-name/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: restrict-binding-system-group-restrict-subject-name | ||
displayName: restrict-binding-system-group-restrict-subject-name | ||
createdAt: "2023-11-20T14:10:09Z" | ||
description: '`restrict-binding-system-group-restrict-subject-name` 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-binding-system-group-restrict-subject-name` with tag `0.1.2` as dependency | ||
``` | ||
kcl mod add restrict-binding-system-group-restrict-subject-name:0.1.2 | ||
``` | ||
#### Pull `restrict-binding-system-group-restrict-subject-name` with tag `0.1.2` to local | ||
``` | ||
kcl mod pull restrict-binding-system-group-restrict-subject-name:0.1.2 | ||
``` | ||
maintainers: | ||
- name: kcl-lang.io | ||
email: [email protected] | ||
provider: | ||
name: kcl-lang.io |
7 changes: 7 additions & 0 deletions
7
...ifacthub/restrict-binding-system-group-restrict-unauthenticated/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 | ||
|
||
`restrict-binding-system-group-restrict-unauthenticated` is a KCL validation module | ||
|
||
## Resource | ||
|
||
The Code source and documents are [here](https://github.com/kcl-lang/modules/tree/main/restrict-binding-system-group-restrict-unauthenticated) |
26 changes: 26 additions & 0 deletions
26
...facthub/restrict-binding-system-group-restrict-unauthenticated/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: restrict-binding-system-group-restrict-unauthenticated | ||
displayName: restrict-binding-system-group-restrict-unauthenticated | ||
createdAt: "2023-11-20T14:10:10Z" | ||
description: '`restrict-binding-system-group-restrict-unauthenticated` 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-binding-system-group-restrict-unauthenticated` with tag `0.1.2` as dependency | ||
``` | ||
kcl mod add restrict-binding-system-group-restrict-unauthenticated:0.1.2 | ||
``` | ||
#### Pull `restrict-binding-system-group-restrict-unauthenticated` with tag `0.1.2` to local | ||
``` | ||
kcl mod pull restrict-binding-system-group-restrict-unauthenticated: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/restrict-clusterrole-nodesproxy/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 | ||
|
||
`restrict-clusterrole-nodesproxy` is a KCL validation module | ||
|
||
## Resource | ||
|
||
The Code source and documents are [here](https://github.com/kcl-lang/modules/tree/main/restrict-clusterrole-nodesproxy) |
25 changes: 25 additions & 0 deletions
25
.integration/artifacthub/restrict-clusterrole-nodesproxy/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,25 @@ | ||
version: 0.1.2 | ||
name: restrict-clusterrole-nodesproxy | ||
displayName: restrict-clusterrole-nodesproxy | ||
createdAt: "2023-11-20T14:10:12Z" | ||
description: '`restrict-clusterrole-nodesproxy` 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-clusterrole-nodesproxy` with tag `0.1.2` as dependency | ||
``` | ||
kcl mod add restrict-clusterrole-nodesproxy:0.1.2 | ||
``` | ||
#### Pull `restrict-clusterrole-nodesproxy` with tag `0.1.2` to local | ||
``` | ||
kcl mod pull restrict-clusterrole-nodesproxy:0.1.2 | ||
``` | ||
maintainers: | ||
- name: kcl-lang.io | ||
email: [email protected] | ||
provider: | ||
name: kcl-lang.io |
7 changes: 7 additions & 0 deletions
7
...ion/artifacthub/restrict-control-plane-scheduling-control-plane/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 | ||
|
||
`restrict-control-plane-scheduling-control-plane` is a KCL validation module | ||
|
||
## Resource | ||
|
||
The Code source and documents are [here](https://github.com/kcl-lang/modules/tree/main/restrict-control-plane-scheduling-control-plane) |
26 changes: 26 additions & 0 deletions
26
...on/artifacthub/restrict-control-plane-scheduling-control-plane/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: restrict-control-plane-scheduling-control-plane | ||
displayName: restrict-control-plane-scheduling-control-plane | ||
createdAt: "2023-11-20T14:10:13Z" | ||
description: '`restrict-control-plane-scheduling-control-plane` 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-control-plane-scheduling-control-plane` with tag `0.1.2` as dependency | ||
``` | ||
kcl mod add restrict-control-plane-scheduling-control-plane:0.1.2 | ||
``` | ||
#### Pull `restrict-control-plane-scheduling-control-plane` with tag `0.1.2` to local | ||
``` | ||
kcl mod pull restrict-control-plane-scheduling-control-plane: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/restrict-control-plane-scheduling-master/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 | ||
|
||
`restrict-control-plane-scheduling-master` is a KCL validation module | ||
|
||
## Resource | ||
|
||
The Code source and documents are [here](https://github.com/kcl-lang/modules/tree/main/restrict-control-plane-scheduling-master) |
25 changes: 25 additions & 0 deletions
25
.integration/artifacthub/restrict-control-plane-scheduling-master/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,25 @@ | ||
version: 0.1.2 | ||
name: restrict-control-plane-scheduling-master | ||
displayName: restrict-control-plane-scheduling-master | ||
createdAt: "2023-11-20T14:10:15Z" | ||
description: '`restrict-control-plane-scheduling-master` 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-control-plane-scheduling-master` with tag `0.1.2` as dependency | ||
``` | ||
kcl mod add restrict-control-plane-scheduling-master:0.1.2 | ||
``` | ||
#### Pull `restrict-control-plane-scheduling-master` with tag `0.1.2` to local | ||
``` | ||
kcl mod pull restrict-control-plane-scheduling-master: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/restrict-control-plane-scheduling-nodes/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 | ||
|
||
`restrict-control-plane-scheduling-nodes` is a KCL validation module | ||
|
||
## Resource | ||
|
||
The Code source and documents are [here](https://github.com/kcl-lang/modules/tree/main/restrict-control-plane-scheduling-nodes) |
Oops, something went wrong.