File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -220,15 +220,18 @@ type Registry struct {
220220 ConfigPath string `toml:"config_path" json:"configPath"`
221221 // Mirrors are namespace to mirror mapping for all namespaces.
222222 // This option will not be used when ConfigPath is provided.
223- // DEPRECATED: Use ConfigPath instead. Remove in containerd 2.0.
223+ // DEPRECATED: Use ConfigPath instead. Remove in containerd 2.1.
224+ // Supported in 1.x releases.
224225 Mirrors map [string ]Mirror `toml:"mirrors" json:"mirrors"`
225226 // Configs are configs for each registry.
226227 // The key is the domain name or IP of the registry.
227- // DEPRECATED: Use ConfigPath instead.
228+ // DEPRECATED: Use ConfigPath instead. Remove in containerd 2.1.
229+ // Supported in 1.x releases.
228230 Configs map [string ]RegistryConfig `toml:"configs" json:"configs"`
229231 // Auths are registry endpoint to auth config mapping. The registry endpoint must
230232 // be a valid url with host specified.
231- // DEPRECATED: Use ConfigPath instead. Remove in containerd 2.0, supported in 1.x releases.
233+ // DEPRECATED: Use ConfigPath instead. Remove in containerd 2.1.
234+ // Supported in 1.x releases.
232235 Auths map [string ]AuthConfig `toml:"auths" json:"auths"`
233236 // Headers adds additional HTTP headers that get sent to all registries
234237 Headers map [string ][]string `toml:"headers" json:"headers"`
You can’t perform that action at this time.
0 commit comments