Documentation
¶
Index ¶
- type Client
- func (c *Client) ExportState(ctx context.Context, host string, dst io.Writer) error
- func (c *Client) FetchResources(ctx context.Context, host string) ([]emulator.Resource, error)
- func (c *Client) FetchVersion(ctx context.Context, host string) (string, error)
- func (c *Client) ImportState(ctx context.Context, host string, src io.Reader, strategy string) error
- func (c *Client) LoadPodSnapshot(ctx context.Context, host, podName, authToken, strategy string) ([]string, error)
- func (c *Client) ResetState(ctx context.Context, host string) error
- func (c *Client) SavePodSnapshot(ctx context.Context, host, podName, authToken string) (snapshot.PodSaveResult, error)
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
}
func (*Client) ExportState ¶ added in v0.8.0
func (*Client) FetchResources ¶
func (*Client) FetchVersion ¶
func (*Client) ImportState ¶ added in v0.10.0
func (*Client) LoadPodSnapshot ¶ added in v0.10.0
func (*Client) ResetState ¶ added in v0.9.0
func (*Client) SavePodSnapshot ¶ added in v0.9.0
Click to show internal directories.
Click to hide internal directories.