Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client provides a domain-specific client for Sandbox entities
func (*Client) DeleteSandbox ¶
DeleteSandbox deletes a sandbox, but only if it's dead
func (*Client) GetSandbox ¶
func (c *Client) GetSandbox(ctx context.Context, sandboxID string) (*compute_v1alpha.Sandbox, error)
GetSandbox retrieves a sandbox by name or ID
Click to show internal directories.
Click to hide internal directories.