Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeImpl
- func (fake *FakeImpl) Chmod(arg1 string, arg2 fs.FileMode) error
- func (fake *FakeImpl) ChmodArgsForCall(i int) (string, fs.FileMode)
- func (fake *FakeImpl) ChmodCallCount() int
- func (fake *FakeImpl) ChmodCalls(stub func(string, fs.FileMode) error)
- func (fake *FakeImpl) ChmodReturns(result1 error)
- func (fake *FakeImpl) ChmodReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) Chown(arg1 string, arg2 int, arg3 int) error
- func (fake *FakeImpl) ChownArgsForCall(i int) (string, int, int)
- func (fake *FakeImpl) ChownCallCount() int
- func (fake *FakeImpl) ChownCalls(stub func(string, int, int) error)
- func (fake *FakeImpl) ChownReturns(result1 error)
- func (fake *FakeImpl) ChownReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) CopyDirContentsLocal(arg1 string, arg2 string) error
- func (fake *FakeImpl) CopyDirContentsLocalArgsForCall(i int) (string, string)
- func (fake *FakeImpl) CopyDirContentsLocalCallCount() int
- func (fake *FakeImpl) CopyDirContentsLocalCalls(stub func(string, string) error)
- func (fake *FakeImpl) CopyDirContentsLocalReturns(result1 error)
- func (fake *FakeImpl) CopyDirContentsLocalReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) Invocations() map[string][][]interface{}
- func (fake *FakeImpl) MkdirAll(arg1 string, arg2 fs.FileMode) error
- func (fake *FakeImpl) MkdirAllArgsForCall(i int) (string, fs.FileMode)
- func (fake *FakeImpl) MkdirAllCallCount() int
- func (fake *FakeImpl) MkdirAllCalls(stub func(string, fs.FileMode) error)
- func (fake *FakeImpl) MkdirAllReturns(result1 error)
- func (fake *FakeImpl) MkdirAllReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) SaveKubeletConfig(arg1 string, arg2 []byte, arg3 fs.FileMode) error
- func (fake *FakeImpl) SaveKubeletConfigArgsForCall(i int) (string, []byte, fs.FileMode)
- func (fake *FakeImpl) SaveKubeletConfigCallCount() int
- func (fake *FakeImpl) SaveKubeletConfigCalls(stub func(string, []byte, fs.FileMode) error)
- func (fake *FakeImpl) SaveKubeletConfigReturns(result1 error)
- func (fake *FakeImpl) SaveKubeletConfigReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) Stat(arg1 string) (fs.FileInfo, error)
- func (fake *FakeImpl) StatArgsForCall(i int) string
- func (fake *FakeImpl) StatCallCount() int
- func (fake *FakeImpl) StatCalls(stub func(string) (fs.FileInfo, error))
- func (fake *FakeImpl) StatReturns(result1 fs.FileInfo, result2 error)
- func (fake *FakeImpl) StatReturnsOnCall(i int, result1 fs.FileInfo, result2 error)
- func (fake *FakeImpl) Symlink(arg1 string, arg2 string) error
- func (fake *FakeImpl) SymlinkArgsForCall(i int) (string, string)
- func (fake *FakeImpl) SymlinkCallCount() int
- func (fake *FakeImpl) SymlinkCalls(stub func(string, string) error)
- func (fake *FakeImpl) SymlinkReturns(result1 error)
- func (fake *FakeImpl) SymlinkReturnsOnCall(i int, result1 error)
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) ChmodArgsForCall ¶
func (*FakeImpl) ChmodCallCount ¶
func (*FakeImpl) ChmodCalls ¶
func (*FakeImpl) ChmodReturns ¶
func (*FakeImpl) ChmodReturnsOnCall ¶
func (*FakeImpl) ChownArgsForCall ¶
func (*FakeImpl) ChownCallCount ¶
func (*FakeImpl) ChownReturns ¶
func (*FakeImpl) ChownReturnsOnCall ¶
func (*FakeImpl) CopyDirContentsLocal ¶
func (*FakeImpl) CopyDirContentsLocalArgsForCall ¶
func (*FakeImpl) CopyDirContentsLocalCallCount ¶
func (*FakeImpl) CopyDirContentsLocalCalls ¶
func (*FakeImpl) CopyDirContentsLocalReturns ¶
func (*FakeImpl) CopyDirContentsLocalReturnsOnCall ¶
func (*FakeImpl) Invocations ¶
func (*FakeImpl) MkdirAllArgsForCall ¶
func (*FakeImpl) MkdirAllCallCount ¶
func (*FakeImpl) MkdirAllCalls ¶
func (*FakeImpl) MkdirAllReturns ¶
func (*FakeImpl) MkdirAllReturnsOnCall ¶
func (*FakeImpl) SaveKubeletConfig ¶ added in v0.7.0
func (*FakeImpl) SaveKubeletConfigArgsForCall ¶ added in v0.7.0
func (*FakeImpl) SaveKubeletConfigCallCount ¶ added in v0.7.0
func (*FakeImpl) SaveKubeletConfigCalls ¶ added in v0.7.0
func (*FakeImpl) SaveKubeletConfigReturns ¶ added in v0.7.0
func (*FakeImpl) SaveKubeletConfigReturnsOnCall ¶ added in v0.7.0
func (*FakeImpl) StatArgsForCall ¶
func (*FakeImpl) StatCallCount ¶
func (*FakeImpl) StatReturns ¶
func (*FakeImpl) StatReturnsOnCall ¶
func (*FakeImpl) SymlinkArgsForCall ¶
func (*FakeImpl) SymlinkCallCount ¶
func (*FakeImpl) SymlinkReturns ¶
func (*FakeImpl) SymlinkReturnsOnCall ¶
Click to show internal directories.
Click to hide internal directories.