imagepluginfakes

package
v0.0.0-...-750ec87 Latest Latest
Warning

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

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

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Code generated by counterfeiter. DO NOT EDIT.

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 FakeCommandCreator

type FakeCommandCreator struct {
	CapacityCommandStub func(lager.Logger) *exec.Cmd

	CreateCommandStub func(lager.Logger, string, gardener.RootfsSpec) (*exec.Cmd, error)

	DestroyCommandStub func(lager.Logger, string) *exec.Cmd

	MetricsCommandStub func(lager.Logger, string) *exec.Cmd
	// contains filtered or unexported fields
}

func (*FakeCommandCreator) CapacityCommand

func (fake *FakeCommandCreator) CapacityCommand(arg1 lager.Logger) *exec.Cmd

func (*FakeCommandCreator) CapacityCommandArgsForCall

func (fake *FakeCommandCreator) CapacityCommandArgsForCall(i int) lager.Logger

func (*FakeCommandCreator) CapacityCommandCallCount

func (fake *FakeCommandCreator) CapacityCommandCallCount() int

func (*FakeCommandCreator) CapacityCommandCalls

func (fake *FakeCommandCreator) CapacityCommandCalls(stub func(lager.Logger) *exec.Cmd)

func (*FakeCommandCreator) CapacityCommandReturns

func (fake *FakeCommandCreator) CapacityCommandReturns(result1 *exec.Cmd)

func (*FakeCommandCreator) CapacityCommandReturnsOnCall

func (fake *FakeCommandCreator) CapacityCommandReturnsOnCall(i int, result1 *exec.Cmd)

func (*FakeCommandCreator) CreateCommand

func (fake *FakeCommandCreator) CreateCommand(arg1 lager.Logger, arg2 string, arg3 gardener.RootfsSpec) (*exec.Cmd, error)

func (*FakeCommandCreator) CreateCommandArgsForCall

func (fake *FakeCommandCreator) CreateCommandArgsForCall(i int) (lager.Logger, string, gardener.RootfsSpec)

func (*FakeCommandCreator) CreateCommandCallCount

func (fake *FakeCommandCreator) CreateCommandCallCount() int

func (*FakeCommandCreator) CreateCommandCalls

func (fake *FakeCommandCreator) CreateCommandCalls(stub func(lager.Logger, string, gardener.RootfsSpec) (*exec.Cmd, error))

func (*FakeCommandCreator) CreateCommandReturns

func (fake *FakeCommandCreator) CreateCommandReturns(result1 *exec.Cmd, result2 error)

func (*FakeCommandCreator) CreateCommandReturnsOnCall

func (fake *FakeCommandCreator) CreateCommandReturnsOnCall(i int, result1 *exec.Cmd, result2 error)

func (*FakeCommandCreator) DestroyCommand

func (fake *FakeCommandCreator) DestroyCommand(arg1 lager.Logger, arg2 string) *exec.Cmd

func (*FakeCommandCreator) DestroyCommandArgsForCall

func (fake *FakeCommandCreator) DestroyCommandArgsForCall(i int) (lager.Logger, string)

func (*FakeCommandCreator) DestroyCommandCallCount

func (fake *FakeCommandCreator) DestroyCommandCallCount() int

func (*FakeCommandCreator) DestroyCommandCalls

func (fake *FakeCommandCreator) DestroyCommandCalls(stub func(lager.Logger, string) *exec.Cmd)

func (*FakeCommandCreator) DestroyCommandReturns

func (fake *FakeCommandCreator) DestroyCommandReturns(result1 *exec.Cmd)

func (*FakeCommandCreator) DestroyCommandReturnsOnCall

func (fake *FakeCommandCreator) DestroyCommandReturnsOnCall(i int, result1 *exec.Cmd)

func (*FakeCommandCreator) Invocations

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

func (*FakeCommandCreator) MetricsCommand

func (fake *FakeCommandCreator) MetricsCommand(arg1 lager.Logger, arg2 string) *exec.Cmd

func (*FakeCommandCreator) MetricsCommandArgsForCall

func (fake *FakeCommandCreator) MetricsCommandArgsForCall(i int) (lager.Logger, string)

func (*FakeCommandCreator) MetricsCommandCallCount

func (fake *FakeCommandCreator) MetricsCommandCallCount() int

func (*FakeCommandCreator) MetricsCommandCalls

func (fake *FakeCommandCreator) MetricsCommandCalls(stub func(lager.Logger, string) *exec.Cmd)

func (*FakeCommandCreator) MetricsCommandReturns

func (fake *FakeCommandCreator) MetricsCommandReturns(result1 *exec.Cmd)

func (*FakeCommandCreator) MetricsCommandReturnsOnCall

func (fake *FakeCommandCreator) MetricsCommandReturnsOnCall(i int, result1 *exec.Cmd)

type FakeImageSpecCreator

type FakeImageSpecCreator struct {
	CreateImageSpecStub func(*url.URL, string) (*url.URL, error)
	// contains filtered or unexported fields
}

func (*FakeImageSpecCreator) CreateImageSpec

func (fake *FakeImageSpecCreator) CreateImageSpec(arg1 *url.URL, arg2 string) (*url.URL, error)

func (*FakeImageSpecCreator) CreateImageSpecArgsForCall

func (fake *FakeImageSpecCreator) CreateImageSpecArgsForCall(i int) (*url.URL, string)

func (*FakeImageSpecCreator) CreateImageSpecCallCount

func (fake *FakeImageSpecCreator) CreateImageSpecCallCount() int

func (*FakeImageSpecCreator) CreateImageSpecCalls

func (fake *FakeImageSpecCreator) CreateImageSpecCalls(stub func(*url.URL, string) (*url.URL, error))

func (*FakeImageSpecCreator) CreateImageSpecReturns

func (fake *FakeImageSpecCreator) CreateImageSpecReturns(result1 *url.URL, result2 error)

func (*FakeImageSpecCreator) CreateImageSpecReturnsOnCall

func (fake *FakeImageSpecCreator) CreateImageSpecReturnsOnCall(i int, result1 *url.URL, result2 error)

func (*FakeImageSpecCreator) Invocations

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

type FakeLogger

type FakeLogger struct {
	DebugStub func(string, ...lager.Data)

	ErrorStub func(string, error, ...lager.Data)

	InfoStub func(string, ...lager.Data)
	// contains filtered or unexported fields
}

func (*FakeLogger) Debug

func (fake *FakeLogger) Debug(arg1 string, arg2 ...lager.Data)

func (*FakeLogger) DebugArgsForCall

func (fake *FakeLogger) DebugArgsForCall(i int) (string, []lager.Data)

func (*FakeLogger) DebugCallCount

func (fake *FakeLogger) DebugCallCount() int

func (*FakeLogger) DebugCalls

func (fake *FakeLogger) DebugCalls(stub func(string, ...lager.Data))

func (*FakeLogger) Error

func (fake *FakeLogger) Error(arg1 string, arg2 error, arg3 ...lager.Data)

func (*FakeLogger) ErrorArgsForCall

func (fake *FakeLogger) ErrorArgsForCall(i int) (string, error, []lager.Data)

func (*FakeLogger) ErrorCallCount

func (fake *FakeLogger) ErrorCallCount() int

func (*FakeLogger) ErrorCalls

func (fake *FakeLogger) ErrorCalls(stub func(string, error, ...lager.Data))

func (*FakeLogger) Info

func (fake *FakeLogger) Info(arg1 string, arg2 ...lager.Data)

func (*FakeLogger) InfoArgsForCall

func (fake *FakeLogger) InfoArgsForCall(i int) (string, []lager.Data)

func (*FakeLogger) InfoCallCount

func (fake *FakeLogger) InfoCallCount() int

func (*FakeLogger) InfoCalls

func (fake *FakeLogger) InfoCalls(stub func(string, ...lager.Data))

func (*FakeLogger) Invocations

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

Jump to

Keyboard shortcuts

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