diff --git a/cli/command/formatter/context.go b/cli/command/formatter/context.go index fd8409108c..fd0e67d6f4 100644 --- a/cli/command/formatter/context.go +++ b/cli/command/formatter/context.go @@ -75,6 +75,9 @@ func (c *clientContextContext) DockerEndpoint() string { return c.c.DockerEndpoint } +// KubernetesEndpoint returns the kubernetes endpoint. +// +// Deprecated: support for kubernetes endpoints in contexts has been removed, and this formatting option will always be empty. func (c *clientContextContext) KubernetesEndpoint() string { return "" }