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:
Sebastiaan van Stijn 2025-03-21 16:10:21 +01:00
parent 2631d5ba99
commit bd03f1154f
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C

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