Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExpectInteractive ¶
func ExpectInteractive(userInput func(*Console), testCli func())
Types ¶
type Console ¶
type Console struct {
// contains filtered or unexported fields
}
func (*Console) ExpectString ¶
type MockKubectl ¶ added in v1.11.54
func NewMockKubectl ¶ added in v1.11.54
func NewMockKubectl(cmds []string, stdoutLines []string) *MockKubectl
func (*MockKubectl) Kubectl ¶ added in v1.11.54
func (k *MockKubectl) Kubectl(stdin io.Reader, args ...string) error
func (*MockKubectl) KubectlOut ¶ added in v1.11.54
Click to show internal directories.
Click to hide internal directories.