k3s/pkg/volume/projected
Hemant Kumar 786da1de12 Impement bulk polling of volumes
This implements Bulk volume polling using ideas presented by
justin in https://github.com/kubernetes/kubernetes/pull/39564

But it changes the implementation to use an interface
and doesn't affect other implementations.
2017-03-02 14:59:59 -05:00
..
BUILD Generated files for projected volume driver 2017-02-20 13:09:41 -05:00
projected.go Impement bulk polling of volumes 2017-03-02 14:59:59 -05:00
projected_test.go