Merge pull request #1948 from XiShanYongYe-Chang/update-customizing-resource-interpreter-doc
[doc] update customizing-resource-interpreter.md
This commit is contained in:
commit
36368ce50e
|
@ -10,7 +10,9 @@
|
||||||
- [ReviseReplica](#revisereplica)
|
- [ReviseReplica](#revisereplica)
|
||||||
- [Retain](#retain)
|
- [Retain](#retain)
|
||||||
- [AggregateStatus](#aggregatestatus)
|
- [AggregateStatus](#aggregatestatus)
|
||||||
- [Customize Interpreter](#customize-interpreter)
|
- [InterpretStatus](#interpretstatus)
|
||||||
|
- [InterpretDependency](#interpretdependency)
|
||||||
|
- [Customized Interpreter](#customized-interpreter)
|
||||||
- [What are interpreter webhooks?](#what-are-interpreter-webhooks)
|
- [What are interpreter webhooks?](#what-are-interpreter-webhooks)
|
||||||
- [Write an interpreter webhook server](#write-an-interpreter-webhook-server)
|
- [Write an interpreter webhook server](#write-an-interpreter-webhook-server)
|
||||||
- [Deploy the admission webhook service](#deploy-the-admission-webhook-service)
|
- [Deploy the admission webhook service](#deploy-the-admission-webhook-service)
|
||||||
|
@ -96,6 +98,25 @@ Supported resources:
|
||||||
- DaemonSet(apps/v1)
|
- DaemonSet(apps/v1)
|
||||||
- StatefulSet(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
|
## Customized Interpreter
|
||||||
|
|
||||||
The customized interpreter is implemented and maintained by users, it developed as extensions and
|
The customized interpreter is implemented and maintained by users, it developed as extensions and
|
||||||
|
|
Loading…
Reference in New Issue