Skip to content

Commit 7bb1455

Browse files
lengrongfuk8s-infra-cherrypick-robot
authored andcommitted
update auths code comment
Signed-off-by: rongfu.leng <[email protected]>
1 parent 97a5245 commit 7bb1455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cri/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ type Registry struct {
239239
Configs map[string]RegistryConfig `toml:"configs" json:"configs"`
240240
// Auths are registry endpoint to auth config mapping. The registry endpoint must
241241
// be a valid url with host specified.
242-
// DEPRECATED: Use ConfigPath instead. Remove in containerd 1.6.
242+
// DEPRECATED: Use ConfigPath instead. Remove in containerd 2.0, supported in 1.x releases.
243243
Auths map[string]AuthConfig `toml:"auths" json:"auths"`
244244
// Headers adds additional HTTP headers that get sent to all registries
245245
Headers map[string][]string `toml:"headers" json:"headers"`

0 commit comments

Comments
 (0)