opts: remove deprecated PortOpt, ConfigOpt, SecretOpt aliases
These options were moved to opts/swarmopts in ad21055bac543889fc145a58f1ea65176c581689 and have no known external consumers. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
2631d5ba99
commit
bd03f1154f
@ -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
|
Loading…
x
Reference in New Issue
Block a user