Files
kubernetes/pkg/credentialprovider
Clayton Coleman 7e398dc31f Remove dependency on docker daemon for core credential types
We are removing dependencies on docker types where possible in the core
libraries. credentialprovider is generic to Docker and uses a public API
(the config file format) that must remain stable. Create an equivalent type
and use a type cast (which would error if we ever change the type) in the
dockershim. We already perform a transformation like this for CRI and so
we aren't changing much.
2018-09-07 16:36:14 -04:00
..
2018-02-16 13:43:01 -08:00
2018-07-20 08:39:31 +00:00
2018-06-22 16:22:57 -07:00
2018-06-22 16:22:57 -07:00
2016-07-16 13:48:21 -04:00
2017-03-10 11:12:29 -08:00