SetCurrentContext sets the "fake" current context
(name string)
| 82 | |
| 83 | // SetCurrentContext sets the "fake" current context |
| 84 | func (c *FakeCli) SetCurrentContext(name string) { |
| 85 | c.currentContext = name |
| 86 | } |
| 87 | |
| 88 | // SetDockerEndpoint sets the "fake" docker endpoint |
| 89 | func (c *FakeCli) SetDockerEndpoint(ep docker.Endpoint) { |
no outgoing calls