Documentation ¶
Index ¶
- type Kubectl
- type MockKubectl
- func (m *MockKubectl) Apply(input string) error
- func (m *MockKubectl) Cleanup()
- func (m *MockKubectl) DeploymentEvents(name string) string
- func (m *MockKubectl) DeploymentExists(name string) bool
- func (m *MockKubectl) PodEvents(name string) string
- func (m *MockKubectl) RolloutStatus(name, timeout string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Kubectl ¶
type MockKubectl ¶
func (*MockKubectl) Apply ¶
func (m *MockKubectl) Apply(input string) error
func (*MockKubectl) Cleanup ¶
func (m *MockKubectl) Cleanup()
func (*MockKubectl) DeploymentEvents ¶
func (m *MockKubectl) DeploymentEvents(name string) string
func (*MockKubectl) DeploymentExists ¶
func (m *MockKubectl) DeploymentExists(name string) bool
func (*MockKubectl) PodEvents ¶
func (m *MockKubectl) PodEvents(name string) string
func (*MockKubectl) RolloutStatus ¶
func (m *MockKubectl) RolloutStatus(name, timeout string) bool
Click to show internal directories.
Click to hide internal directories.