MCPcopy
hub / github.com/digitalocean/doctl / CreateNamespace

Method CreateNamespace

do/serverless.go:236–236  ·  view source on GitHub ↗
(context.Context, string, string)

Source from the content-addressed store, hash-verified

234 GetNamespace(context.Context, string) (ServerlessCredentials, error)
235 GetNamespaceFromCluster(string, string) (string, error)
236 CreateNamespace(context.Context, string, string) (ServerlessCredentials, error)
237 DeleteNamespace(context.Context, string) error
238 CleanNamespace() error
239 ListTriggers(context.Context, string) ([]ServerlessTrigger, error)

Callers 2

TestNamespacesCreateFunction · 0.65
RunNamespacesCreateFunction · 0.65

Implementers 3

serverlessServicedo/serverless.go
MockServerlessServicedo/mocks/ServerlessService.go
MockServerlessServiceMockRecorderdo/mocks/ServerlessService.go

Calls

no outgoing calls

Tested by 1

TestNamespacesCreateFunction · 0.52