Documentation ¶
Index ¶
- type TestKube
- func (k TestKube) CreateScript(name, path string) ([]byte, error)
- func (k TestKube) DeleteScript(name string) ([]byte, error)
- func (k TestKube) DeleteScripts() ([]byte, error)
- func (k TestKube) Execution(scriptName, executionName string) ([]byte, error)
- func (k TestKube) Executions(name, path string) ([]byte, error)
- func (k TestKube) Install() ([]byte, error)
- func (k TestKube) List() ([]byte, error)
- func (k TestKube) StartScript(scriptName, executionName string) ([]byte, error)
- func (k TestKube) Uninstall() ([]byte, error)
- func (k TestKube) Version() ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestKube ¶
func NewTestKube ¶
func (TestKube) DeleteScript ¶ added in v0.6.4
func (TestKube) DeleteScripts ¶ added in v0.6.4
func (TestKube) StartScript ¶
Click to show internal directories.
Click to hide internal directories.