Documentation
¶
Overview ¶
Code generated by mockery v1.0.0
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KubeCtl ¶
type KubeCtl interface {
Exec(cmdArgs []string) (string, error)
ExecStdin(cmdArgs []string, stdin *[]byte) (string, error)
}
func DryRunKubeCtl ¶
func DryRunKubeCtl() KubeCtl
func RealKubeCtl ¶
func RealKubeCtl() KubeCtl
type MockKubeCtl ¶
MockKubeCtl is an autogenerated mock type for the KubeCtl type
Click to show internal directories.
Click to hide internal directories.