MCPcopy Index your code
hub / github.com/docker/cli / Availability

Method Availability

cli/command/node/formatter.go:156–158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

154}
155
156func (c *nodeContext) Availability() string {
157 return formatter.PrettyPrint(string(c.n.Spec.Availability))
158}
159
160func (c *nodeContext) ManagerStatus() string {
161 reachability := ""

Callers 2

runUpdateFunction · 0.45
runCreateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected