Skip to content

Commit 467e650

Browse files
committed
formatter: mark KubernetesEndpoint templating option as deprecated
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 6ea2767 commit 467e650

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cli/command/formatter/context.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ func (c *clientContextContext) DockerEndpoint() string {
7575
return c.c.DockerEndpoint
7676
}
7777

78+
// KubernetesEndpoint returns the kubernetes endpoint.
79+
//
80+
// Deprecated: support for kubernetes endpoints in contexts has been removed, and this formatting option will always be empty.
7881
func (c *clientContextContext) KubernetesEndpoint() string {
7982
return ""
8083
}

0 commit comments

Comments
 (0)