(ctx context.Context)
| 184 | } |
| 185 | |
| 186 | func (n *Namespace) Refresh(ctx context.Context) error { |
| 187 | n.applications = nil |
| 188 | return n.restoreState(ctx) |
| 189 | } |
| 190 | |
| 191 | func (n *Namespace) DockerRootDir(ctx context.Context) (string, error) { |
| 192 | info, err := n.client.Info(ctx) |