mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-29 02:45:06 +00:00
Optimize the document for readability (#6175)
Signed-off-by: Fish-pro <zechun.chen@daocloud.io>
This commit is contained in:
parent
0237cc5c71
commit
24742b42d4
2 changed files with 3 additions and 3 deletions
docs/dev
|
@ -35,11 +35,11 @@ New attributes can be added to existing resources without impacting compatibilit
|
|||
|
||||
## Deleting an attribute
|
||||
|
||||
Attributes cannot be deleted in an version. They should be marked for deprecation and removed after 3 minor releases.
|
||||
Attributes cannot be deleted in a version. They should be marked for deprecation and removed after 3 minor releases.
|
||||
|
||||
## Modifying an attribute
|
||||
|
||||
Attributes cannot be modified in an version. The existing attribute should be marked for deprecation and a new attribute should be added following version compatibity guidelines.
|
||||
Attributes cannot be modified in a version. The existing attribute should be marked for deprecation and a new attribute should be added following version compatibity guidelines.
|
||||
|
||||
|
||||
## Stable References
|
||||
|
|
|
@ -10,7 +10,7 @@ This will show infos about the resource associated with the report.
|
|||
|
||||
It can be useful to determine if a particular resource kind is responsible for creating too many reports.
|
||||
|
||||
If `APIVERSION`, `KIND` and `SUBJECT` is empty it means the report is orphan and it is an issue if the report is more than a couple minutes old.
|
||||
If `APIVERSION`, `KIND` and `SUBJECT` is empty it means the report is orphan and it is an issue if the report is more than a couple of minutes old.
|
||||
|
||||
```console
|
||||
# list cluster admission reports
|
||||
|
|
Loading…
Add table
Reference in a new issue