Files
kubernetes/pkg/controller/podgc
Mike Danese aaf855c1e6 deref all calls to metav1.NewDeleteOptions that are passed to clients.
This is gross but because NewDeleteOptions is used by various parts of
storage that still pass around pointers, the return type can't be
changed without significant refactoring within the apiserver. I think
this would be good to cleanup, but I want to minimize apiserver side
changes as much as possible in the client signature refactor.
2020-03-05 14:59:46 -08:00
..
2019-10-24 20:21:00 +02:00
2019-10-23 16:54:54 +02:00
2020-03-05 14:59:46 -08:00