Skip to content

Commit

Permalink
Merge pull request containerd#10537 from k8s-infra-cherrypick-robot/c…
Browse files Browse the repository at this point in the history
…herry-pick-8599-to-release/1.6

[release/1.6] update auths code comment
  • Loading branch information
estesp authored Jul 31, 2024
2 parents 5348b9c + 65cf37b commit 0691553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cri/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ type Registry struct {
Configs map[string]RegistryConfig `toml:"configs" json:"configs"`
// Auths are registry endpoint to auth config mapping. The registry endpoint must
// be a valid url with host specified.
// DEPRECATED: Use ConfigPath instead. Remove in containerd 1.6.
// DEPRECATED: Use ConfigPath instead. Remove in containerd 2.0, supported in 1.x releases.
Auths map[string]AuthConfig `toml:"auths" json:"auths"`
// Headers adds additional HTTP headers that get sent to all registries
Headers map[string][]string `toml:"headers" json:"headers"`
Expand Down

0 comments on commit 0691553

Please sign in to comment.