nonrootenablerfakes

package
v0.8.3 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeImpl

type FakeImpl struct {
	ChmodStub func(string, fs.FileMode) error

	ChownStub func(string, int, int) error

	CopyDirContentsLocalStub func(string, string) error

	MkdirAllStub func(string, fs.FileMode) error

	SaveKubeletConfigStub func(string, []byte, fs.FileMode) error

	StatStub func(string) (fs.FileInfo, error)

	SymlinkStub func(string, string) error
	// contains filtered or unexported fields
}

func (*FakeImpl) Chmod

func (fake *FakeImpl) Chmod(arg1 string, arg2 fs.FileMode) error

func (*FakeImpl) ChmodArgsForCall

func (fake *FakeImpl) ChmodArgsForCall(i int) (string, fs.FileMode)

func (*FakeImpl) ChmodCallCount

func (fake *FakeImpl) ChmodCallCount() int

func (*FakeImpl) ChmodCalls

func (fake *FakeImpl) ChmodCalls(stub func(string, fs.FileMode) error)

func (*FakeImpl) ChmodReturns

func (fake *FakeImpl) ChmodReturns(result1 error)

func (*FakeImpl) ChmodReturnsOnCall

func (fake *FakeImpl) ChmodReturnsOnCall(i int, result1 error)

func (*FakeImpl) Chown

func (fake *FakeImpl) Chown(arg1 string, arg2 int, arg3 int) error

func (*FakeImpl) ChownArgsForCall

func (fake *FakeImpl) ChownArgsForCall(i int) (string, int, int)

func (*FakeImpl) ChownCallCount

func (fake *FakeImpl) ChownCallCount() int

func (*FakeImpl) ChownCalls

func (fake *FakeImpl) ChownCalls(stub func(string, int, int) error)

func (*FakeImpl) ChownReturns

func (fake *FakeImpl) ChownReturns(result1 error)

func (*FakeImpl) ChownReturnsOnCall

func (fake *FakeImpl) ChownReturnsOnCall(i int, result1 error)

func (*FakeImpl) CopyDirContentsLocal

func (fake *FakeImpl) CopyDirContentsLocal(arg1 string, arg2 string) error

func (*FakeImpl) CopyDirContentsLocalArgsForCall

func (fake *FakeImpl) CopyDirContentsLocalArgsForCall(i int) (string, string)

func (*FakeImpl) CopyDirContentsLocalCallCount

func (fake *FakeImpl) CopyDirContentsLocalCallCount() int

func (*FakeImpl) CopyDirContentsLocalCalls

func (fake *FakeImpl) CopyDirContentsLocalCalls(stub func(string, string) error)

func (*FakeImpl) CopyDirContentsLocalReturns

func (fake *FakeImpl) CopyDirContentsLocalReturns(result1 error)

func (*FakeImpl) CopyDirContentsLocalReturnsOnCall

func (fake *FakeImpl) CopyDirContentsLocalReturnsOnCall(i int, result1 error)

func (*FakeImpl) Invocations

func (fake *FakeImpl) Invocations() map[string][][]interface{}

func (*FakeImpl) MkdirAll

func (fake *FakeImpl) MkdirAll(arg1 string, arg2 fs.FileMode) error

func (*FakeImpl) MkdirAllArgsForCall

func (fake *FakeImpl) MkdirAllArgsForCall(i int) (string, fs.FileMode)

func (*FakeImpl) MkdirAllCallCount

func (fake *FakeImpl) MkdirAllCallCount() int

func (*FakeImpl) MkdirAllCalls

func (fake *FakeImpl) MkdirAllCalls(stub func(string, fs.FileMode) error)

func (*FakeImpl) MkdirAllReturns

func (fake *FakeImpl) MkdirAllReturns(result1 error)

func (*FakeImpl) MkdirAllReturnsOnCall

func (fake *FakeImpl) MkdirAllReturnsOnCall(i int, result1 error)

func (*FakeImpl) SaveKubeletConfig added in v0.7.0

func (fake *FakeImpl) SaveKubeletConfig(arg1 string, arg2 []byte, arg3 fs.FileMode) error

func (*FakeImpl) SaveKubeletConfigArgsForCall added in v0.7.0

func (fake *FakeImpl) SaveKubeletConfigArgsForCall(i int) (string, []byte, fs.FileMode)

func (*FakeImpl) SaveKubeletConfigCallCount added in v0.7.0

func (fake *FakeImpl) SaveKubeletConfigCallCount() int

func (*FakeImpl) SaveKubeletConfigCalls added in v0.7.0

func (fake *FakeImpl) SaveKubeletConfigCalls(stub func(string, []byte, fs.FileMode) error)

func (*FakeImpl) SaveKubeletConfigReturns added in v0.7.0

func (fake *FakeImpl) SaveKubeletConfigReturns(result1 error)

func (*FakeImpl) SaveKubeletConfigReturnsOnCall added in v0.7.0

func (fake *FakeImpl) SaveKubeletConfigReturnsOnCall(i int, result1 error)

func (*FakeImpl) Stat

func (fake *FakeImpl) Stat(arg1 string) (fs.FileInfo, error)

func (*FakeImpl) StatArgsForCall

func (fake *FakeImpl) StatArgsForCall(i int) string

func (*FakeImpl) StatCallCount

func (fake *FakeImpl) StatCallCount() int

func (*FakeImpl) StatCalls

func (fake *FakeImpl) StatCalls(stub func(string) (fs.FileInfo, error))

func (*FakeImpl) StatReturns

func (fake *FakeImpl) StatReturns(result1 fs.FileInfo, result2 error)

func (*FakeImpl) StatReturnsOnCall

func (fake *FakeImpl) StatReturnsOnCall(i int, result1 fs.FileInfo, result2 error)
func (fake *FakeImpl) Symlink(arg1 string, arg2 string) error

func (*FakeImpl) SymlinkArgsForCall

func (fake *FakeImpl) SymlinkArgsForCall(i int) (string, string)

func (*FakeImpl) SymlinkCallCount

func (fake *FakeImpl) SymlinkCallCount() int

func (*FakeImpl) SymlinkCalls

func (fake *FakeImpl) SymlinkCalls(stub func(string, string) error)

func (*FakeImpl) SymlinkReturns

func (fake *FakeImpl) SymlinkReturns(result1 error)

func (*FakeImpl) SymlinkReturnsOnCall

func (fake *FakeImpl) SymlinkReturnsOnCall(i int, result1 error)

Jump to

Keyboard shortcuts

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