mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-15 15:12:30 -04:00
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. |
||
|---|---|---|
| .. | ||
| aws | ||
| azure | ||
| gcp | ||
| rancher | ||
| secrets | ||
| BUILD | ||
| config.go | ||
| config_test.go | ||
| doc.go | ||
| keyring.go | ||
| keyring_test.go | ||
| OWNERS | ||
| plugins.go | ||
| provider.go | ||
| provider_test.go | ||