Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type K8sTestRun ¶
type K8sTestRun struct { Ctx context.Context Cancel context.CancelFunc ChartOverrides map[string]interface{} // contains filtered or unexported fields }
func NewK8sTestRun ¶
func NewK8sTestRun(cfg *config.Runner, chartOverrides map[string]interface{}) (*K8sTestRun, error)
func (*K8sTestRun) Run ¶
func (m *K8sTestRun) Run() error
Click to show internal directories.
Click to hide internal directories.