Merge pull request #1948 from XiShanYongYe-Chang/update-customizing-resource-interpreter-doc

[doc] update customizing-resource-interpreter.md
This commit is contained in:
karmada-bot 2022-06-03 10:49:53 +08:00 committed by GitHub
commit 36368ce50e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 1 deletions

View File

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