mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-04-24 07:38:43 -04:00
Automatic merge from submit-queue convert TPR controller to posthook instead of disable flag Converts the third party resource controller into a posthook using a loopback client instead going direct to etcd. This let's us eliminate more flags and special-casing during initialization. Also, using a client brings us closer to building this without side-effects for downstream composers. |
||
|---|---|---|
| .. | ||
| controller/etcd | ||
| daemonset | ||
| deployment | ||
| ingress | ||
| networkpolicy | ||
| podsecuritypolicy | ||
| replicaset | ||
| rest | ||
| thirdpartyresource | ||
| thirdpartyresourcedata | ||