mirror of https://github.com/docker/cli.git
formatter: mark KubernetesEndpoint templating option as deprecated
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
6ea2767289
commit
467e650d4c
|
@ -75,6 +75,9 @@ func (c *clientContextContext) DockerEndpoint() string {
|
||||||
return c.c.DockerEndpoint
|
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 {
|
func (c *clientContextContext) KubernetesEndpoint() string {
|
||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue