kubernetes/cmd/kube-controller-manager
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
..
app kube-controller-manager: add ResourceClaim controller 2022-11-10 20:23:50 +01:00
controller-manager.go TimeZone support for CronJobs 2022-03-28 16:33:00 -05:00
OWNERS Add soltysh as cmd/kcm approver 2022-08-30 09:39:01 +02:00