Class: module:model/CreateSandboxRequest

module:model/CreateSandboxRequest(cluster, forks)

new module:model/CreateSandboxRequest(cluster, forks)

Constructs a new CreateSandboxRequest.
Parameters:
Name Type Description
cluster String Cluster within which this sandbox should be created
forks Array.<module:model/SandboxFork> Forks is the specification of each forked entity
Source:

Members

(inner) cluster :String

Cluster within which this sandbox should be created
Type:
  • String
Source:

(inner) description :String

Description of the purpose of this sandbox
Type:
  • String
Source:

(inner) endpoints :Array.<module:model/SandboxEndpoint>

Endpoints that can be used to point to external DNS names or ingress gateways
Type:
Source:

(inner) forks :Array.<module:model/SandboxFork>

Forks is the specification of each forked entity
Type:
Source:

(inner) name :String

Human-readable name of this sandbox
Type:
  • String
Source:

(inner) resources :Array.<module:model/SandboxResource>

Resources specifies each required resource to spin up the sandbox
Type:
Source: