We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ea2767 commit 467e650Copy full SHA for 467e650
cli/command/formatter/context.go
@@ -75,6 +75,9 @@ func (c *clientContextContext) DockerEndpoint() string {
75
return c.c.DockerEndpoint
76
}
77
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.
81
func (c *clientContextContext) KubernetesEndpoint() string {
82
return ""
83
0 commit comments