mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
34: Updated Roadmap with links to the issues
This commit is contained in:
parent
87c1b850ad
commit
6d6d18ce3e
1 changed files with 10 additions and 10 deletions
20
README.md
20
README.md
|
@ -44,12 +44,12 @@ spec:
|
||||||
- name: "*"
|
- name: "*"
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
# '?' requires a value (at least 1 character)
|
# '?' requires at least 1 character and '*' means that there can be 0 or several characters after a single character marked by ?
|
||||||
memory: "?"
|
memory: "?*"
|
||||||
cpu: "?"
|
cpu: "?*"
|
||||||
requests:
|
requests:
|
||||||
memory: "?"
|
memory: "?*"
|
||||||
cpu: "?"
|
cpu: "?*"
|
||||||
````
|
````
|
||||||
|
|
||||||
### 2. Mutating resources
|
### 2. Mutating resources
|
||||||
|
@ -128,11 +128,11 @@ Additional examples are available in [examples](/examples).
|
||||||
|
|
||||||
Here are some the major features we plan on completing before a 1.0 release:
|
Here are some the major features we plan on completing before a 1.0 release:
|
||||||
|
|
||||||
* Events
|
* [Events](https://github.com/nirmata/kyverno/issues/14)
|
||||||
* Policy Violations
|
* [Policy Violations](https://github.com/nirmata/kyverno/issues/24)
|
||||||
* Generate any resource
|
* [Generate any resource](https://github.com/nirmata/kyverno/issues/21)
|
||||||
* Conditionals on existing resources
|
* [Conditionals on existing resources](https://github.com/nirmata/kyverno/issues/57)
|
||||||
* Extend CLI to operate on cluster resources
|
* [Extend CLI to operate on cluster resources ](https://github.com/nirmata/kyverno/issues/25)
|
||||||
|
|
||||||
## Getting help
|
## Getting help
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue