MCPcopy
hub / github.com/kubernetes-sigs/kwok / Name

Method Name

pkg/kwokctl/runtime/cluster.go:128–130  ·  view source on GitHub ↗

Name returns the cluster name

()

Source from the content-addressed store, hash-verified

126
127// Name returns the cluster name
128func (c *Cluster) Name() string {
129 return c.name
130}
131
132// Workdir returns the cluster workdir
133func (c *Cluster) Workdir() string {

Callers 15

AddContextMethod · 0.95
RemoveContextMethod · 0.95
addKubectlProxyMethod · 0.95
addKwokControllerMethod · 0.95
addDashboardMethod · 0.95
UpMethod · 0.95
DownMethod · 0.95
loadImagesMethod · 0.95
getClusterNameMethod · 0.95
addMetricsServerMethod · 0.95
PortForwardMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected