MCPcopy Index your code
hub / github.com/devspace-sh/devspace / EnsureNamespace

Method EnsureNamespace

pkg/devspace/kubectl/testing/client.go:43–45  ·  view source on GitHub ↗
(ctx context.Context, namespace string, log log.Logger)

Source from the content-addressed store, hash-verified

41}
42
43func (c *Client) EnsureNamespace(ctx context.Context, namespace string, log log.Logger) error {
44 return nil
45}
46
47// CurrentContext is a fake implementation of function
48func (c *Client) CurrentContext() string {

Callers 1

deployOneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected