Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeRoutingInfo
- func (fake *FakeRoutingInfo) AffectedSubprojects() []string
- func (fake *FakeRoutingInfo) AffectedSubprojectsCallCount() int
- func (fake *FakeRoutingInfo) AffectedSubprojectsReturns(result1 []string)
- func (fake *FakeRoutingInfo) AffectedSubprojectsReturnsOnCall(i int, result1 []string)
- func (fake *FakeRoutingInfo) ContentDir() string
- func (fake *FakeRoutingInfo) ContentDirCallCount() int
- func (fake *FakeRoutingInfo) ContentDirReturns(result1 string)
- func (fake *FakeRoutingInfo) ContentDirReturnsOnCall(i int, result1 string)
- func (fake *FakeRoutingInfo) Invocations() map[string][][]interface{}
- func (fake *FakeRoutingInfo) KubernetesWide() bool
- func (fake *FakeRoutingInfo) KubernetesWideCallCount() int
- func (fake *FakeRoutingInfo) KubernetesWideReturns(result1 bool)
- func (fake *FakeRoutingInfo) KubernetesWideReturnsOnCall(i int, result1 bool)
- func (fake *FakeRoutingInfo) OwningSIG() string
- func (fake *FakeRoutingInfo) OwningSIGCallCount() int
- func (fake *FakeRoutingInfo) OwningSIGReturns(result1 string)
- func (fake *FakeRoutingInfo) OwningSIGReturnsOnCall(i int, result1 string)
- func (fake *FakeRoutingInfo) ParticipatingSIGs() []string
- func (fake *FakeRoutingInfo) ParticipatingSIGsCallCount() int
- func (fake *FakeRoutingInfo) ParticipatingSIGsReturns(result1 []string)
- func (fake *FakeRoutingInfo) ParticipatingSIGsReturnsOnCall(i int, result1 []string)
- func (fake *FakeRoutingInfo) SIGWide() bool
- func (fake *FakeRoutingInfo) SIGWideCallCount() int
- func (fake *FakeRoutingInfo) SIGWideReturns(result1 bool)
- func (fake *FakeRoutingInfo) SIGWideReturnsOnCall(i int, result1 bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeRoutingInfo ¶
type FakeRoutingInfo struct {
AffectedSubprojectsStub func() []string
ContentDirStub func() string
KubernetesWideStub func() bool
OwningSIGStub func() string
ParticipatingSIGsStub func() []string
SIGWideStub func() bool
// contains filtered or unexported fields
}
func (*FakeRoutingInfo) AffectedSubprojects ¶
func (fake *FakeRoutingInfo) AffectedSubprojects() []string
func (*FakeRoutingInfo) AffectedSubprojectsCallCount ¶
func (fake *FakeRoutingInfo) AffectedSubprojectsCallCount() int
func (*FakeRoutingInfo) AffectedSubprojectsReturns ¶
func (fake *FakeRoutingInfo) AffectedSubprojectsReturns(result1 []string)
func (*FakeRoutingInfo) AffectedSubprojectsReturnsOnCall ¶
func (fake *FakeRoutingInfo) AffectedSubprojectsReturnsOnCall(i int, result1 []string)
func (*FakeRoutingInfo) ContentDir ¶
func (fake *FakeRoutingInfo) ContentDir() string
func (*FakeRoutingInfo) ContentDirCallCount ¶
func (fake *FakeRoutingInfo) ContentDirCallCount() int
func (*FakeRoutingInfo) ContentDirReturns ¶
func (fake *FakeRoutingInfo) ContentDirReturns(result1 string)
func (*FakeRoutingInfo) ContentDirReturnsOnCall ¶
func (fake *FakeRoutingInfo) ContentDirReturnsOnCall(i int, result1 string)
func (*FakeRoutingInfo) Invocations ¶
func (fake *FakeRoutingInfo) Invocations() map[string][][]interface{}
func (*FakeRoutingInfo) KubernetesWide ¶
func (fake *FakeRoutingInfo) KubernetesWide() bool
func (*FakeRoutingInfo) KubernetesWideCallCount ¶
func (fake *FakeRoutingInfo) KubernetesWideCallCount() int
func (*FakeRoutingInfo) KubernetesWideReturns ¶
func (fake *FakeRoutingInfo) KubernetesWideReturns(result1 bool)
func (*FakeRoutingInfo) KubernetesWideReturnsOnCall ¶
func (fake *FakeRoutingInfo) KubernetesWideReturnsOnCall(i int, result1 bool)
func (*FakeRoutingInfo) OwningSIG ¶
func (fake *FakeRoutingInfo) OwningSIG() string
func (*FakeRoutingInfo) OwningSIGCallCount ¶
func (fake *FakeRoutingInfo) OwningSIGCallCount() int
func (*FakeRoutingInfo) OwningSIGReturns ¶
func (fake *FakeRoutingInfo) OwningSIGReturns(result1 string)
func (*FakeRoutingInfo) OwningSIGReturnsOnCall ¶
func (fake *FakeRoutingInfo) OwningSIGReturnsOnCall(i int, result1 string)
func (*FakeRoutingInfo) ParticipatingSIGs ¶
func (fake *FakeRoutingInfo) ParticipatingSIGs() []string
func (*FakeRoutingInfo) ParticipatingSIGsCallCount ¶
func (fake *FakeRoutingInfo) ParticipatingSIGsCallCount() int
func (*FakeRoutingInfo) ParticipatingSIGsReturns ¶
func (fake *FakeRoutingInfo) ParticipatingSIGsReturns(result1 []string)
func (*FakeRoutingInfo) ParticipatingSIGsReturnsOnCall ¶
func (fake *FakeRoutingInfo) ParticipatingSIGsReturnsOnCall(i int, result1 []string)
func (*FakeRoutingInfo) SIGWide ¶
func (fake *FakeRoutingInfo) SIGWide() bool
func (*FakeRoutingInfo) SIGWideCallCount ¶
func (fake *FakeRoutingInfo) SIGWideCallCount() int
func (*FakeRoutingInfo) SIGWideReturns ¶
func (fake *FakeRoutingInfo) SIGWideReturns(result1 bool)
func (*FakeRoutingInfo) SIGWideReturnsOnCall ¶
func (fake *FakeRoutingInfo) SIGWideReturnsOnCall(i int, result1 bool)
Click to show internal directories.
Click to hide internal directories.