We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a5245 commit 7bb1455Copy full SHA for 7bb1455
pkg/cri/config/config.go
@@ -239,7 +239,7 @@ type Registry struct {
239
Configs map[string]RegistryConfig `toml:"configs" json:"configs"`
240
// Auths are registry endpoint to auth config mapping. The registry endpoint must
241
// be a valid url with host specified.
242
- // DEPRECATED: Use ConfigPath instead. Remove in containerd 1.6.
+ // DEPRECATED: Use ConfigPath instead. Remove in containerd 2.0, supported in 1.x releases.
243
Auths map[string]AuthConfig `toml:"auths" json:"auths"`
244
// Headers adds additional HTTP headers that get sent to all registries
245
Headers map[string][]string `toml:"headers" json:"headers"`
0 commit comments