Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeClusterNATIPResolver
- func (fake *FakeClusterNATIPResolver) GetIPs(arg1 context.Context, arg2 types.NamespacedName) ([]string, error)
- func (fake *FakeClusterNATIPResolver) GetIPsArgsForCall(i int) (context.Context, types.NamespacedName)
- func (fake *FakeClusterNATIPResolver) GetIPsCallCount() int
- func (fake *FakeClusterNATIPResolver) GetIPsCalls(stub func(context.Context, types.NamespacedName) ([]string, error))
- func (fake *FakeClusterNATIPResolver) GetIPsReturns(result1 []string, result2 error)
- func (fake *FakeClusterNATIPResolver) GetIPsReturnsOnCall(i int, result1 []string, result2 error)
- func (fake *FakeClusterNATIPResolver) Invocations() map[string][][]interface{}
- type FakeSecurityPolicyClient
- func (fake *FakeSecurityPolicyClient) ApplyPolicy(arg1 context.Context, arg2 *v1beta1.GCPCluster, arg3 security.Policy) error
- func (fake *FakeSecurityPolicyClient) ApplyPolicyArgsForCall(i int) (context.Context, *v1beta1.GCPCluster, security.Policy)
- func (fake *FakeSecurityPolicyClient) ApplyPolicyCallCount() int
- func (fake *FakeSecurityPolicyClient) ApplyPolicyCalls(stub func(context.Context, *v1beta1.GCPCluster, security.Policy) error)
- func (fake *FakeSecurityPolicyClient) ApplyPolicyReturns(result1 error)
- func (fake *FakeSecurityPolicyClient) ApplyPolicyReturnsOnCall(i int, result1 error)
- func (fake *FakeSecurityPolicyClient) DeletePolicy(arg1 context.Context, arg2 *v1beta1.GCPCluster, arg3 string) error
- func (fake *FakeSecurityPolicyClient) DeletePolicyArgsForCall(i int) (context.Context, *v1beta1.GCPCluster, string)
- func (fake *FakeSecurityPolicyClient) DeletePolicyCallCount() int
- func (fake *FakeSecurityPolicyClient) DeletePolicyCalls(stub func(context.Context, *v1beta1.GCPCluster, string) error)
- func (fake *FakeSecurityPolicyClient) DeletePolicyReturns(result1 error)
- func (fake *FakeSecurityPolicyClient) DeletePolicyReturnsOnCall(i int, result1 error)
- func (fake *FakeSecurityPolicyClient) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeClusterNATIPResolver ¶
type FakeClusterNATIPResolver struct { GetIPsStub func(context.Context, types.NamespacedName) ([]string, error) // contains filtered or unexported fields }
func (*FakeClusterNATIPResolver) GetIPs ¶
func (fake *FakeClusterNATIPResolver) GetIPs(arg1 context.Context, arg2 types.NamespacedName) ([]string, error)
func (*FakeClusterNATIPResolver) GetIPsArgsForCall ¶
func (fake *FakeClusterNATIPResolver) GetIPsArgsForCall(i int) (context.Context, types.NamespacedName)
func (*FakeClusterNATIPResolver) GetIPsCallCount ¶
func (fake *FakeClusterNATIPResolver) GetIPsCallCount() int
func (*FakeClusterNATIPResolver) GetIPsCalls ¶
func (fake *FakeClusterNATIPResolver) GetIPsCalls(stub func(context.Context, types.NamespacedName) ([]string, error))
func (*FakeClusterNATIPResolver) GetIPsReturns ¶
func (fake *FakeClusterNATIPResolver) GetIPsReturns(result1 []string, result2 error)
func (*FakeClusterNATIPResolver) GetIPsReturnsOnCall ¶
func (fake *FakeClusterNATIPResolver) GetIPsReturnsOnCall(i int, result1 []string, result2 error)
func (*FakeClusterNATIPResolver) Invocations ¶
func (fake *FakeClusterNATIPResolver) Invocations() map[string][][]interface{}
type FakeSecurityPolicyClient ¶
type FakeSecurityPolicyClient struct { ApplyPolicyStub func(context.Context, *v1beta1.GCPCluster, security.Policy) error DeletePolicyStub func(context.Context, *v1beta1.GCPCluster, string) error // contains filtered or unexported fields }
func (*FakeSecurityPolicyClient) ApplyPolicy ¶
func (fake *FakeSecurityPolicyClient) ApplyPolicy(arg1 context.Context, arg2 *v1beta1.GCPCluster, arg3 security.Policy) error
func (*FakeSecurityPolicyClient) ApplyPolicyArgsForCall ¶
func (fake *FakeSecurityPolicyClient) ApplyPolicyArgsForCall(i int) (context.Context, *v1beta1.GCPCluster, security.Policy)
func (*FakeSecurityPolicyClient) ApplyPolicyCallCount ¶
func (fake *FakeSecurityPolicyClient) ApplyPolicyCallCount() int
func (*FakeSecurityPolicyClient) ApplyPolicyCalls ¶
func (fake *FakeSecurityPolicyClient) ApplyPolicyCalls(stub func(context.Context, *v1beta1.GCPCluster, security.Policy) error)
func (*FakeSecurityPolicyClient) ApplyPolicyReturns ¶
func (fake *FakeSecurityPolicyClient) ApplyPolicyReturns(result1 error)
func (*FakeSecurityPolicyClient) ApplyPolicyReturnsOnCall ¶
func (fake *FakeSecurityPolicyClient) ApplyPolicyReturnsOnCall(i int, result1 error)
func (*FakeSecurityPolicyClient) DeletePolicy ¶
func (fake *FakeSecurityPolicyClient) DeletePolicy(arg1 context.Context, arg2 *v1beta1.GCPCluster, arg3 string) error
func (*FakeSecurityPolicyClient) DeletePolicyArgsForCall ¶
func (fake *FakeSecurityPolicyClient) DeletePolicyArgsForCall(i int) (context.Context, *v1beta1.GCPCluster, string)
func (*FakeSecurityPolicyClient) DeletePolicyCallCount ¶
func (fake *FakeSecurityPolicyClient) DeletePolicyCallCount() int
func (*FakeSecurityPolicyClient) DeletePolicyCalls ¶
func (fake *FakeSecurityPolicyClient) DeletePolicyCalls(stub func(context.Context, *v1beta1.GCPCluster, string) error)
func (*FakeSecurityPolicyClient) DeletePolicyReturns ¶
func (fake *FakeSecurityPolicyClient) DeletePolicyReturns(result1 error)
func (*FakeSecurityPolicyClient) DeletePolicyReturnsOnCall ¶
func (fake *FakeSecurityPolicyClient) DeletePolicyReturnsOnCall(i int, result1 error)
func (*FakeSecurityPolicyClient) Invocations ¶
func (fake *FakeSecurityPolicyClient) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.