1
0
Fork 0
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:
Denys Bielyshev 2019-05-22 19:30:34 +03:00 committed by GitHub
parent 87c1b850ad
commit 6d6d18ce3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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