doc: update customizing-resource-interpreter.md to describe with current state
Signed-off-by: changzhen <changzhen5@huawei.com>
This commit is contained in:
parent
52c8016962
commit
a1ce2b2571
|
@ -10,7 +10,9 @@
|
|||
- [ReviseReplica](#revisereplica)
|
||||
- [Retain](#retain)
|
||||
- [AggregateStatus](#aggregatestatus)
|
||||
- [Customize Interpreter](#customize-interpreter)
|
||||
- [InterpretStatus](#interpretstatus)
|
||||
- [InterpretDependency](#interpretdependency)
|
||||
- [Customized Interpreter](#customized-interpreter)
|
||||
- [What are interpreter webhooks?](#what-are-interpreter-webhooks)
|
||||
- [Write an interpreter webhook server](#write-an-interpreter-webhook-server)
|
||||
- [Deploy the admission webhook service](#deploy-the-admission-webhook-service)
|
||||
|
@ -96,6 +98,25 @@ Supported resources:
|
|||
- DaemonSet(apps/v1)
|
||||
- StatefulSet(apps/v1)
|
||||
|
||||
### InterpretStatus
|
||||
|
||||
Supported resources:
|
||||
- Deployment(apps/v1)
|
||||
- Service(v1)
|
||||
- Ingress(extensions/v1beta1)
|
||||
- Job(batch/v1)
|
||||
- DaemonSet(apps/v1)
|
||||
- StatefulSet(apps/v1)
|
||||
|
||||
### InterpretDependency
|
||||
|
||||
Supported resources:
|
||||
- Deployment(apps/v1)
|
||||
- Job(batch/v1)
|
||||
- Pod(v1)
|
||||
- DaemonSet(apps/v1)
|
||||
- StatefulSet(apps/v1)
|
||||
|
||||
## Customized Interpreter
|
||||
|
||||
The customized interpreter is implemented and maintained by users, it developed as extensions and
|
||||
|
|
Loading…
Reference in New Issue