kubernetes/api
Lee Verberne d22dc5cb72 Switch ephemeralcontainers SR to Pod Kind
This changes the `/ephemeralcontainers` subresource of `/pods` to use
the `Pod` kind rather than `EphemeralContainers`.

When designing this API initially it seemed preferable to create a new
kind containing only the pod's ephemeral containers, similar to how
binding and scaling work.

It later became clear that this made admission control more difficult
because the controller wouldn't be presented with the entire Pod, so we
updated this to operate on the entire Pod, similar to how `/status`
works.
2021-04-13 13:36:48 +02:00
..
api-rules Switch ephemeralcontainers SR to Pod Kind 2021-04-13 13:36:48 +02:00
openapi-spec Merge pull request #100730 from mikedanese/rbacdoc 2021-04-09 05:20:49 -07:00
OWNERS Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00