Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeImporter
- func (fake *FakeImporter) ClusterSecurityGroup() *types.Value
- func (fake *FakeImporter) ClusterSecurityGroupCallCount() int
- func (fake *FakeImporter) ClusterSecurityGroupCalls(stub func() *types.Value)
- func (fake *FakeImporter) ClusterSecurityGroupReturns(result1 *types.Value)
- func (fake *FakeImporter) ClusterSecurityGroupReturnsOnCall(i int, result1 *types.Value)
- func (fake *FakeImporter) ControlPlaneSecurityGroup() *types.Value
- func (fake *FakeImporter) ControlPlaneSecurityGroupCallCount() int
- func (fake *FakeImporter) ControlPlaneSecurityGroupCalls(stub func() *types.Value)
- func (fake *FakeImporter) ControlPlaneSecurityGroupReturns(result1 *types.Value)
- func (fake *FakeImporter) ControlPlaneSecurityGroupReturnsOnCall(i int, result1 *types.Value)
- func (fake *FakeImporter) Invocations() map[string][][]interface{}
- func (fake *FakeImporter) SecurityGroups() types.Slice
- func (fake *FakeImporter) SecurityGroupsCallCount() int
- func (fake *FakeImporter) SecurityGroupsCalls(stub func() types.Slice)
- func (fake *FakeImporter) SecurityGroupsReturns(result1 types.Slice)
- func (fake *FakeImporter) SecurityGroupsReturnsOnCall(i int, result1 types.Slice)
- func (fake *FakeImporter) SharedNodeSecurityGroup() *types.Value
- func (fake *FakeImporter) SharedNodeSecurityGroupCallCount() int
- func (fake *FakeImporter) SharedNodeSecurityGroupCalls(stub func() *types.Value)
- func (fake *FakeImporter) SharedNodeSecurityGroupReturns(result1 *types.Value)
- func (fake *FakeImporter) SharedNodeSecurityGroupReturnsOnCall(i int, result1 *types.Value)
- func (fake *FakeImporter) SubnetsPrivate() *types.Value
- func (fake *FakeImporter) SubnetsPrivateCallCount() int
- func (fake *FakeImporter) SubnetsPrivateCalls(stub func() *types.Value)
- func (fake *FakeImporter) SubnetsPrivateReturns(result1 *types.Value)
- func (fake *FakeImporter) SubnetsPrivateReturnsOnCall(i int, result1 *types.Value)
- func (fake *FakeImporter) SubnetsPublic() *types.Value
- func (fake *FakeImporter) SubnetsPublicCallCount() int
- func (fake *FakeImporter) SubnetsPublicCalls(stub func() *types.Value)
- func (fake *FakeImporter) SubnetsPublicReturns(result1 *types.Value)
- func (fake *FakeImporter) SubnetsPublicReturnsOnCall(i int, result1 *types.Value)
- func (fake *FakeImporter) VPC() *types.Value
- func (fake *FakeImporter) VPCCallCount() int
- func (fake *FakeImporter) VPCCalls(stub func() *types.Value)
- func (fake *FakeImporter) VPCReturns(result1 *types.Value)
- func (fake *FakeImporter) VPCReturnsOnCall(i int, result1 *types.Value)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeImporter ¶
type FakeImporter struct { ClusterSecurityGroupStub func() *types.Value ControlPlaneSecurityGroupStub func() *types.Value SecurityGroupsStub func() types.Slice SubnetsPrivateStub func() *types.Value SubnetsPublicStub func() *types.Value VPCStub func() *types.Value // contains filtered or unexported fields }
func (*FakeImporter) ClusterSecurityGroup ¶
func (fake *FakeImporter) ClusterSecurityGroup() *types.Value
func (*FakeImporter) ClusterSecurityGroupCallCount ¶
func (fake *FakeImporter) ClusterSecurityGroupCallCount() int
func (*FakeImporter) ClusterSecurityGroupCalls ¶
func (fake *FakeImporter) ClusterSecurityGroupCalls(stub func() *types.Value)
func (*FakeImporter) ClusterSecurityGroupReturns ¶
func (fake *FakeImporter) ClusterSecurityGroupReturns(result1 *types.Value)
func (*FakeImporter) ClusterSecurityGroupReturnsOnCall ¶
func (fake *FakeImporter) ClusterSecurityGroupReturnsOnCall(i int, result1 *types.Value)
func (*FakeImporter) ControlPlaneSecurityGroup ¶
func (fake *FakeImporter) ControlPlaneSecurityGroup() *types.Value
func (*FakeImporter) ControlPlaneSecurityGroupCallCount ¶
func (fake *FakeImporter) ControlPlaneSecurityGroupCallCount() int
func (*FakeImporter) ControlPlaneSecurityGroupCalls ¶
func (fake *FakeImporter) ControlPlaneSecurityGroupCalls(stub func() *types.Value)
func (*FakeImporter) ControlPlaneSecurityGroupReturns ¶
func (fake *FakeImporter) ControlPlaneSecurityGroupReturns(result1 *types.Value)
func (*FakeImporter) ControlPlaneSecurityGroupReturnsOnCall ¶
func (fake *FakeImporter) ControlPlaneSecurityGroupReturnsOnCall(i int, result1 *types.Value)
func (*FakeImporter) Invocations ¶
func (fake *FakeImporter) Invocations() map[string][][]interface{}
func (*FakeImporter) SecurityGroups ¶
func (fake *FakeImporter) SecurityGroups() types.Slice
func (*FakeImporter) SecurityGroupsCallCount ¶
func (fake *FakeImporter) SecurityGroupsCallCount() int
func (*FakeImporter) SecurityGroupsCalls ¶
func (fake *FakeImporter) SecurityGroupsCalls(stub func() types.Slice)
func (*FakeImporter) SecurityGroupsReturns ¶
func (fake *FakeImporter) SecurityGroupsReturns(result1 types.Slice)
func (*FakeImporter) SecurityGroupsReturnsOnCall ¶
func (fake *FakeImporter) SecurityGroupsReturnsOnCall(i int, result1 types.Slice)
func (*FakeImporter) SharedNodeSecurityGroup ¶
func (fake *FakeImporter) SharedNodeSecurityGroup() *types.Value
func (*FakeImporter) SharedNodeSecurityGroupCallCount ¶
func (fake *FakeImporter) SharedNodeSecurityGroupCallCount() int
func (*FakeImporter) SharedNodeSecurityGroupCalls ¶
func (fake *FakeImporter) SharedNodeSecurityGroupCalls(stub func() *types.Value)
func (*FakeImporter) SharedNodeSecurityGroupReturns ¶
func (fake *FakeImporter) SharedNodeSecurityGroupReturns(result1 *types.Value)
func (*FakeImporter) SharedNodeSecurityGroupReturnsOnCall ¶
func (fake *FakeImporter) SharedNodeSecurityGroupReturnsOnCall(i int, result1 *types.Value)
func (*FakeImporter) SubnetsPrivate ¶
func (fake *FakeImporter) SubnetsPrivate() *types.Value
func (*FakeImporter) SubnetsPrivateCallCount ¶
func (fake *FakeImporter) SubnetsPrivateCallCount() int
func (*FakeImporter) SubnetsPrivateCalls ¶
func (fake *FakeImporter) SubnetsPrivateCalls(stub func() *types.Value)
func (*FakeImporter) SubnetsPrivateReturns ¶
func (fake *FakeImporter) SubnetsPrivateReturns(result1 *types.Value)
func (*FakeImporter) SubnetsPrivateReturnsOnCall ¶
func (fake *FakeImporter) SubnetsPrivateReturnsOnCall(i int, result1 *types.Value)
func (*FakeImporter) SubnetsPublic ¶
func (fake *FakeImporter) SubnetsPublic() *types.Value
func (*FakeImporter) SubnetsPublicCallCount ¶
func (fake *FakeImporter) SubnetsPublicCallCount() int
func (*FakeImporter) SubnetsPublicCalls ¶
func (fake *FakeImporter) SubnetsPublicCalls(stub func() *types.Value)
func (*FakeImporter) SubnetsPublicReturns ¶
func (fake *FakeImporter) SubnetsPublicReturns(result1 *types.Value)
func (*FakeImporter) SubnetsPublicReturnsOnCall ¶
func (fake *FakeImporter) SubnetsPublicReturnsOnCall(i int, result1 *types.Value)
func (*FakeImporter) VPC ¶
func (fake *FakeImporter) VPC() *types.Value
func (*FakeImporter) VPCCallCount ¶
func (fake *FakeImporter) VPCCallCount() int
func (*FakeImporter) VPCCalls ¶
func (fake *FakeImporter) VPCCalls(stub func() *types.Value)
func (*FakeImporter) VPCReturns ¶
func (fake *FakeImporter) VPCReturns(result1 *types.Value)
func (*FakeImporter) VPCReturnsOnCall ¶
func (fake *FakeImporter) VPCReturnsOnCall(i int, result1 *types.Value)
Click to show internal directories.
Click to hide internal directories.