Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cluster ¶
type Cluster interface { Up(context.Context) bool Stop(context.Context) (context.Context, error) KubeConfig(context.Context) (string, error) CreateNamespace(context.Context) (context.Context, error) CreateNamedPolicy(context.Context, string, string) error CreatePolicy(context.Context, string) error RunTask(context.Context, string, string, string, map[string]string) error AwaitUntilTaskIsDone(context.Context) (bool, error) TaskInfo(context.Context) (*TaskInfo, error) CreateNamedSnapshot(context.Context, string, string) error Registry(context.Context) (string, error) }
Click to show internal directories.
Click to hide internal directories.