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 Nov 20, 2023
1 parent 5ebf6ae commit 1aea91f
Show file tree
Hide file tree
Showing 40 changed files with 641 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .integration/artifacthub/disallow-anonymous/0.1.1/README.md
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)
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
5 changes: 5 additions & 0 deletions .integration/artifacthub/psp-app-armor/0.1.1/README.md
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 .integration/artifacthub/psp-app-armor/0.1.1/artifacthub-pkg.yaml
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
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)
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
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)
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
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)
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
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)
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
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)
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
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)
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
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)
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
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)
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
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)
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
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)
Loading

0 comments on commit 1aea91f

Please sign in to comment.