1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-28 18:38:40 +00:00

update links and consolidate test docs

This commit is contained in:
Jim Bugwadia 2019-05-21 15:50:36 -07:00
parent 393511f832
commit d1b822e918
9 changed files with 41 additions and 12 deletions

View file

@ -117,8 +117,8 @@ Additional examples are available in [examples](/examples).
* [Mutate](documentation/writing-policies-mutate.md)
* [Generate](documentation/writing-policies-generate.md)
* [Testing Policies](documentation/testing-policies.md)
* [Using kubectl](documentation/testing-policies-kubectl.md)
* [Using the Kyverno CLI](documentation/testing-policies-kyverno-cli.md)
* [Using kubectl](documentation/testing-policies.md#Test-using-kubectl)
* [Using the Kyverno CLI](documentation/testing-policies.md#Test-using-the-Kyverno-CLI)
## Roadmap

View file

@ -1,4 +1,4 @@
<small>[documentation](/README.md#documentation) / Installation</small>
<small>*[documentation](/README.md#documentation) / Installation*</small>
# Installation
@ -25,4 +25,4 @@ To run Kyverno in a development environment see: https://github.com/nirmata/kyve
To write and test policies without installing Kyverno in a Kubernetes cluster you can try the [Kyverno CLI](documentation/testing-policies-cli.md).
<small>Read Next >> [Writing Policies](/documentation/writing-policies.md)</small>
<small>*Read Next >> [Writing Policies](/documentation/writing-policies.md)*</small>

View file

@ -1 +0,0 @@
# Kyverno CLI

View file

@ -1,2 +0,0 @@
# Testing using kubectl

View file

@ -1 +1,13 @@
<small>*[documentation](/README.md#documentation) / Testing Policies*</small>
# Testing Policies
## Test using kubectl
## Test using the Kyverno CLI

View file

@ -1 +1,10 @@
<small>*[documentation](/README.md#documentation) / Writing Policies [Writing Policies](/documentation/writing-policies.md) / Generate*</small>
# Policies that Generate Configurations
<small>*Read Next >> [Mutate](/documentation/writing-policies-generate.md)*</small>

View file

@ -1 +1,9 @@
# Policies that Mutate Configurations
<small>*[documentation](/README.md#documentation) / Writing Policies [Writing Policies](/documentation/writing-policies.md) / Mutate*</small>
# Mutate Configurations
<small>*Read Next >> [Generate](/documentation/writing-policies-generate.md)*</small>

View file

@ -1,7 +1,10 @@
<small>[documentation](/README.md#documentation) / Writing Policies [Writing Policies](/documentation/writing-policies.md) / Validate</small>
<small>*[documentation](/README.md#documentation) / Writing Policies [Writing Policies](/documentation/writing-policies.md) / Validate*</small>
# Policies that Validate Configurations
<small>Read Next >> [Mutate](/documentation/writing-policies-mutate.md)</small>
<small>*Read Next >> [Mutate](/documentation/writing-policies-mutate.md)*</small>

View file

@ -1,4 +1,4 @@
<small>[documentation](/README.md#documentation) / Writing Policies</small>
<small>*[documentation](/README.md#documentation) / Writing Policies*</small>
# Writing Policies
@ -38,4 +38,4 @@ spec :
````
<small>Read Next >> [Validate](/documentation/writing-policies-validate.md)</small>
<small>*Read Next >> [Validate](/documentation/writing-policies-validate.md)*</small>