-
Notifications
You must be signed in to change notification settings - Fork 22
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
7057deb
commit 6e48ce8
Showing
4 changed files
with
64 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
.integration/artifacthub/nginx-ingress-restrict-annotations/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 | ||
|
||
`nginx-ingress-restrict-annotations` is a KCL validation module. | ||
|
||
## Resource | ||
|
||
The Code source and document are [here](https://github.com/kcl-lang/modules/tree/main/nginx-ingress/nginx-ingress-restrict-annotations) |
25 changes: 25 additions & 0 deletions
25
.integration/artifacthub/nginx-ingress-restrict-annotations/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: nginx-ingress-restrict-annotations | ||
displayName: nginx-ingress-restrict-annotations | ||
createdAt: "2023-11-13T13:21:29Z" | ||
description: '`nginx-ingress-restrict-annotations` 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 `nginx-ingress-restrict-annotations` with tag `0.1.0` as dependency | ||
``` | ||
kpm add nginx-ingress-restrict-annotations:0.1.0 | ||
``` | ||
#### Pull `nginx-ingress-restrict-annotations` with tag `0.1.0` to local | ||
``` | ||
kpm pull nginx-ingress-restrict-annotations: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/nginx-ingress-restrict-paths/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 | ||
|
||
`nginx-ingress-restrict-paths` is a KCL validation module. | ||
|
||
## Resource | ||
|
||
The Code source and documents are [here](https://github.com/kcl-lang/modules/tree/main/nginx-ingress/nginx-ingress-restrict-paths) |
25 changes: 25 additions & 0 deletions
25
.integration/artifacthub/nginx-ingress-restrict-paths/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: nginx-ingress-restrict-paths | ||
displayName: nginx-ingress-restrict-paths | ||
createdAt: "2023-11-13T13:21:30Z" | ||
description: '`nginx-ingress-restrict-paths` 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 `nginx-ingress-restrict-paths` with tag `0.1.0` as dependency | ||
``` | ||
kpm add nginx-ingress-restrict-paths:0.1.0 | ||
``` | ||
#### Pull `nginx-ingress-restrict-paths` with tag `0.1.0` to local | ||
``` | ||
kpm pull nginx-ingress-restrict-paths:0.1.0 | ||
``` | ||
maintainers: | ||
- name: kcl-lang.io | ||
email: [email protected] | ||
provider: | ||
name: kcl-lang.io |