kubernetes/pkg/controller/resourceclaim/OWNERS
Patrick Ohly 0133df3929 kube-controller-manager: add ResourceClaim controller
The controller uses the exact same logic as the generic ephemeral inline volume
controller, just for inline ResourceClaimTemplate -> ResourceClaim.

In addition, it supports removal of pods from the ReservedFor field when those
pods are known to not need the claim anymore. At the moment, only this special
case is supported. Removal of arbitrary objects would imply granting full read
access to all types to determine whether a) an object is gone and b) if the
current incarnation is the one which is listed in ReservedFor. This may get
added later.
2022-11-10 20:23:50 +01:00

13 lines
173 B
Plaintext

# See the OWNERS docs at https://go.k8s.io/owners
approvers:
- sig-node-approvers
- klueska
- pohly
reviewers:
- klueska
- pohly
- bart0sh
labels:
- sig/node