ops

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 21, 2020 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Overview

Package ops is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockOps

type MockOps struct {
	// contains filtered or unexported fields
}

MockOps is a mock of Ops interface

func NewMockOps

func NewMockOps(ctrl *gomock.Controller) *MockOps

NewMockOps creates a new mock instance

func (*MockOps) EXPECT

func (m *MockOps) EXPECT() *MockOpsMockRecorder

EXPECT returns an object that allows the caller to indicate expected use

func (*MockOps) ExecCommand

func (m *MockOps) ExecCommand(liveLogger io.Writer, command string, args ...string) (string, error)

ExecCommand mocks base method

func (*MockOps) ExecPrivilegeCommand

func (m *MockOps) ExecPrivilegeCommand(liveLogger io.Writer, command string, args ...string) (string, error)

ExecPrivilegeCommand mocks base method

func (*MockOps) ExtractFromIgnition

func (m *MockOps) ExtractFromIgnition(ignitionPath, fileToExtract string) error

ExtractFromIgnition mocks base method

func (*MockOps) Mkdir

func (m *MockOps) Mkdir(dirName string) error

Mkdir mocks base method

func (*MockOps) PrepareController

func (m *MockOps) PrepareController() error

PrepareController mocks base method

func (*MockOps) Reboot

func (m *MockOps) Reboot() error

Reboot mocks base method

func (*MockOps) SystemctlAction

func (m *MockOps) SystemctlAction(action string, args ...string) error

SystemctlAction mocks base method

func (*MockOps) WriteImageToDisk

func (m *MockOps) WriteImageToDisk(ignitionPath, device, image string) error

WriteImageToDisk mocks base method

type MockOpsMockRecorder

type MockOpsMockRecorder struct {
	// contains filtered or unexported fields
}

MockOpsMockRecorder is the mock recorder for MockOps

func (*MockOpsMockRecorder) ExecCommand

func (mr *MockOpsMockRecorder) ExecCommand(liveLogger, command interface{}, args ...interface{}) *gomock.Call

ExecCommand indicates an expected call of ExecCommand

func (*MockOpsMockRecorder) ExecPrivilegeCommand

func (mr *MockOpsMockRecorder) ExecPrivilegeCommand(liveLogger, command interface{}, args ...interface{}) *gomock.Call

ExecPrivilegeCommand indicates an expected call of ExecPrivilegeCommand

func (*MockOpsMockRecorder) ExtractFromIgnition

func (mr *MockOpsMockRecorder) ExtractFromIgnition(ignitionPath, fileToExtract interface{}) *gomock.Call

ExtractFromIgnition indicates an expected call of ExtractFromIgnition

func (*MockOpsMockRecorder) Mkdir

func (mr *MockOpsMockRecorder) Mkdir(dirName interface{}) *gomock.Call

Mkdir indicates an expected call of Mkdir

func (*MockOpsMockRecorder) PrepareController

func (mr *MockOpsMockRecorder) PrepareController() *gomock.Call

PrepareController indicates an expected call of PrepareController

func (*MockOpsMockRecorder) Reboot

func (mr *MockOpsMockRecorder) Reboot() *gomock.Call

Reboot indicates an expected call of Reboot

func (*MockOpsMockRecorder) SystemctlAction

func (mr *MockOpsMockRecorder) SystemctlAction(action interface{}, args ...interface{}) *gomock.Call

SystemctlAction indicates an expected call of SystemctlAction

func (*MockOpsMockRecorder) WriteImageToDisk

func (mr *MockOpsMockRecorder) WriteImageToDisk(ignitionPath, device, image interface{}) *gomock.Call

WriteImageToDisk indicates an expected call of WriteImageToDisk

type Ops

type Ops interface {
	ExecPrivilegeCommand(liveLogger io.Writer, command string, args ...string) (string, error)
	ExecCommand(liveLogger io.Writer, command string, args ...string) (string, error)
	Mkdir(dirName string) error
	WriteImageToDisk(ignitionPath string, device string, image string) error
	Reboot() error
	ExtractFromIgnition(ignitionPath string, fileToExtract string) error
	SystemctlAction(action string, args ...string) error
	PrepareController() error
}

func NewOps

func NewOps(logger *logrus.Logger) Ops

NewOps return a new ops interface

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL