fakes

package
v1.5.2-rc.0 Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2025 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 CentralConfig

type CentralConfig struct {
	GetCentralConfigEntryStub func(string, interface{}) error

	GetDefaultTanzuEndpointStub func() (string, error)

	GetInventoryRefreshTTLSecondsStub func() (int, error)

	GetPluginDBCacheRefreshThresholdSecondsStub func() (int, error)

	GetTanzuConfigEndpointUpdateMappingStub func() (map[string]string, error)

	GetTanzuConfigEndpointUpdateVersionStub func() (string, error)

	GetTanzuPlatformEndpointToServiceEndpointMapStub func() (centralconfig.TanzuPlatformEndpointToServiceEndpointMap, error)

	GetTanzuPlatformSaaSEndpointListStub func() []string
	// contains filtered or unexported fields
}

func (*CentralConfig) GetCentralConfigEntry

func (fake *CentralConfig) GetCentralConfigEntry(arg1 string, arg2 interface{}) error

func (*CentralConfig) GetCentralConfigEntryArgsForCall

func (fake *CentralConfig) GetCentralConfigEntryArgsForCall(i int) (string, interface{})

func (*CentralConfig) GetCentralConfigEntryCallCount

func (fake *CentralConfig) GetCentralConfigEntryCallCount() int

func (*CentralConfig) GetCentralConfigEntryCalls

func (fake *CentralConfig) GetCentralConfigEntryCalls(stub func(string, interface{}) error)

func (*CentralConfig) GetCentralConfigEntryReturns

func (fake *CentralConfig) GetCentralConfigEntryReturns(result1 error)

func (*CentralConfig) GetCentralConfigEntryReturnsOnCall

func (fake *CentralConfig) GetCentralConfigEntryReturnsOnCall(i int, result1 error)

func (*CentralConfig) GetDefaultTanzuEndpoint

func (fake *CentralConfig) GetDefaultTanzuEndpoint() (string, error)

func (*CentralConfig) GetDefaultTanzuEndpointCallCount

func (fake *CentralConfig) GetDefaultTanzuEndpointCallCount() int

func (*CentralConfig) GetDefaultTanzuEndpointCalls

func (fake *CentralConfig) GetDefaultTanzuEndpointCalls(stub func() (string, error))

func (*CentralConfig) GetDefaultTanzuEndpointReturns

func (fake *CentralConfig) GetDefaultTanzuEndpointReturns(result1 string, result2 error)

func (*CentralConfig) GetDefaultTanzuEndpointReturnsOnCall

func (fake *CentralConfig) GetDefaultTanzuEndpointReturnsOnCall(i int, result1 string, result2 error)

func (*CentralConfig) GetInventoryRefreshTTLSeconds

func (fake *CentralConfig) GetInventoryRefreshTTLSeconds() (int, error)

func (*CentralConfig) GetInventoryRefreshTTLSecondsCallCount

func (fake *CentralConfig) GetInventoryRefreshTTLSecondsCallCount() int

func (*CentralConfig) GetInventoryRefreshTTLSecondsCalls

func (fake *CentralConfig) GetInventoryRefreshTTLSecondsCalls(stub func() (int, error))

func (*CentralConfig) GetInventoryRefreshTTLSecondsReturns

func (fake *CentralConfig) GetInventoryRefreshTTLSecondsReturns(result1 int, result2 error)

func (*CentralConfig) GetInventoryRefreshTTLSecondsReturnsOnCall

func (fake *CentralConfig) GetInventoryRefreshTTLSecondsReturnsOnCall(i int, result1 int, result2 error)

func (*CentralConfig) GetPluginDBCacheRefreshThresholdSeconds

func (fake *CentralConfig) GetPluginDBCacheRefreshThresholdSeconds() (int, error)

func (*CentralConfig) GetPluginDBCacheRefreshThresholdSecondsCallCount

func (fake *CentralConfig) GetPluginDBCacheRefreshThresholdSecondsCallCount() int

func (*CentralConfig) GetPluginDBCacheRefreshThresholdSecondsCalls

func (fake *CentralConfig) GetPluginDBCacheRefreshThresholdSecondsCalls(stub func() (int, error))

func (*CentralConfig) GetPluginDBCacheRefreshThresholdSecondsReturns

func (fake *CentralConfig) GetPluginDBCacheRefreshThresholdSecondsReturns(result1 int, result2 error)

func (*CentralConfig) GetPluginDBCacheRefreshThresholdSecondsReturnsOnCall

func (fake *CentralConfig) GetPluginDBCacheRefreshThresholdSecondsReturnsOnCall(i int, result1 int, result2 error)

func (*CentralConfig) GetTanzuConfigEndpointUpdateMapping

func (fake *CentralConfig) GetTanzuConfigEndpointUpdateMapping() (map[string]string, error)

func (*CentralConfig) GetTanzuConfigEndpointUpdateMappingCallCount

func (fake *CentralConfig) GetTanzuConfigEndpointUpdateMappingCallCount() int

func (*CentralConfig) GetTanzuConfigEndpointUpdateMappingCalls

func (fake *CentralConfig) GetTanzuConfigEndpointUpdateMappingCalls(stub func() (map[string]string, error))

func (*CentralConfig) GetTanzuConfigEndpointUpdateMappingReturns

func (fake *CentralConfig) GetTanzuConfigEndpointUpdateMappingReturns(result1 map[string]string, result2 error)

func (*CentralConfig) GetTanzuConfigEndpointUpdateMappingReturnsOnCall

func (fake *CentralConfig) GetTanzuConfigEndpointUpdateMappingReturnsOnCall(i int, result1 map[string]string, result2 error)

func (*CentralConfig) GetTanzuConfigEndpointUpdateVersion

func (fake *CentralConfig) GetTanzuConfigEndpointUpdateVersion() (string, error)

func (*CentralConfig) GetTanzuConfigEndpointUpdateVersionCallCount

func (fake *CentralConfig) GetTanzuConfigEndpointUpdateVersionCallCount() int

func (*CentralConfig) GetTanzuConfigEndpointUpdateVersionCalls

func (fake *CentralConfig) GetTanzuConfigEndpointUpdateVersionCalls(stub func() (string, error))

func (*CentralConfig) GetTanzuConfigEndpointUpdateVersionReturns

func (fake *CentralConfig) GetTanzuConfigEndpointUpdateVersionReturns(result1 string, result2 error)

func (*CentralConfig) GetTanzuConfigEndpointUpdateVersionReturnsOnCall

func (fake *CentralConfig) GetTanzuConfigEndpointUpdateVersionReturnsOnCall(i int, result1 string, result2 error)

func (*CentralConfig) GetTanzuPlatformEndpointToServiceEndpointMap

func (fake *CentralConfig) GetTanzuPlatformEndpointToServiceEndpointMap() (centralconfig.TanzuPlatformEndpointToServiceEndpointMap, error)

func (*CentralConfig) GetTanzuPlatformEndpointToServiceEndpointMapCallCount

func (fake *CentralConfig) GetTanzuPlatformEndpointToServiceEndpointMapCallCount() int

func (*CentralConfig) GetTanzuPlatformEndpointToServiceEndpointMapCalls

func (fake *CentralConfig) GetTanzuPlatformEndpointToServiceEndpointMapCalls(stub func() (centralconfig.TanzuPlatformEndpointToServiceEndpointMap, error))

func (*CentralConfig) GetTanzuPlatformEndpointToServiceEndpointMapReturns

func (fake *CentralConfig) GetTanzuPlatformEndpointToServiceEndpointMapReturns(result1 centralconfig.TanzuPlatformEndpointToServiceEndpointMap, result2 error)

func (*CentralConfig) GetTanzuPlatformEndpointToServiceEndpointMapReturnsOnCall

func (fake *CentralConfig) GetTanzuPlatformEndpointToServiceEndpointMapReturnsOnCall(i int, result1 centralconfig.TanzuPlatformEndpointToServiceEndpointMap, result2 error)

func (*CentralConfig) GetTanzuPlatformSaaSEndpointList

func (fake *CentralConfig) GetTanzuPlatformSaaSEndpointList() []string

func (*CentralConfig) GetTanzuPlatformSaaSEndpointListCallCount

func (fake *CentralConfig) GetTanzuPlatformSaaSEndpointListCallCount() int

func (*CentralConfig) GetTanzuPlatformSaaSEndpointListCalls

func (fake *CentralConfig) GetTanzuPlatformSaaSEndpointListCalls(stub func() []string)

func (*CentralConfig) GetTanzuPlatformSaaSEndpointListReturns

func (fake *CentralConfig) GetTanzuPlatformSaaSEndpointListReturns(result1 []string)

func (*CentralConfig) GetTanzuPlatformSaaSEndpointListReturnsOnCall

func (fake *CentralConfig) GetTanzuPlatformSaaSEndpointListReturnsOnCall(i int, result1 []string)

func (*CentralConfig) Invocations

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

Jump to

Keyboard shortcuts

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