mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-04 06:12:19 -04:00
Make scope.Kind of pod/attach, pod/exec, pod/portforward, node/proxy, service/proxy to their respective subresource Kind, instead of the parent Kind. The kind is used by the admission webhook controller to determine how to convert the object. |
||
|---|---|---|
| .. | ||
| componentstatus | ||
| configmap | ||
| endpoint | ||
| event | ||
| limitrange | ||
| namespace | ||
| node | ||
| persistentvolume | ||
| persistentvolumeclaim | ||
| pod | ||
| podtemplate | ||
| rangeallocation | ||
| replicationcontroller | ||
| resourcequota | ||
| rest | ||
| secret | ||
| service | ||
| serviceaccount | ||
| OWNERS | ||