1
0
mirror of https://github.com/docker/cli.git synced 2025-04-18 19:24:03 +03:00

Merge pull request #5953 from thaJeztah/opts_remove_deprecated

opts: remove deprecated PortOpt, ConfigOpt, SecretOpt aliases
This commit is contained in:
Paweł Gronowski 2025-04-11 14:13:10 +00:00 committed by GitHub
commit e937b52210
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,18 +0,0 @@
package opts
import "github.com/docker/cli/opts/swarmopts"
// PortOpt represents a port config in swarm mode.
//
// Deprecated: use [swarmopts.PortOpt]
type PortOpt = swarmopts.PortOpt
// ConfigOpt is a Value type for parsing configs.
//
// Deprecated: use [swarmopts.ConfigOpt]
type ConfigOpt = swarmopts.ConfigOpt
// SecretOpt is a Value type for parsing secrets
//
// Deprecated: use [swarmopts.SecretOpt]
type SecretOpt = swarmopts.SecretOpt