mock_istio

package
v1.0.13 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2021 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Overview

Package mock_istio is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockBuilder

type MockBuilder struct {
	// contains filtered or unexported fields
}

MockBuilder is a mock of Builder interface

func NewMockBuilder

func NewMockBuilder(ctrl *gomock.Controller) *MockBuilder

NewMockBuilder creates a new mock instance

func (*MockBuilder) AddAuthorizationPolicies

func (m *MockBuilder) AddAuthorizationPolicies(authorizationPolicies ...*v1beta10.AuthorizationPolicy)

AddAuthorizationPolicies mocks base method

func (*MockBuilder) AddCluster

func (m *MockBuilder) AddCluster(cluster string)

AddCluster mocks base method

func (*MockBuilder) AddDestinationRules

func (m *MockBuilder) AddDestinationRules(destinationRules ...*v1alpha3.DestinationRule)

AddDestinationRules mocks base method

func (*MockBuilder) AddEnvoyFilters

func (m *MockBuilder) AddEnvoyFilters(envoyFilters ...*v1alpha3.EnvoyFilter)

AddEnvoyFilters mocks base method

func (*MockBuilder) AddGateways

func (m *MockBuilder) AddGateways(gateways ...*v1alpha3.Gateway)

AddGateways mocks base method

func (*MockBuilder) AddIssuedCertificates

func (m *MockBuilder) AddIssuedCertificates(issuedCertificates ...*v1.IssuedCertificate)

AddIssuedCertificates mocks base method

func (*MockBuilder) AddPodBounceDirectives

func (m *MockBuilder) AddPodBounceDirectives(podBounceDirectives ...*v1.PodBounceDirective)

AddPodBounceDirectives mocks base method

func (*MockBuilder) AddServiceEntries

func (m *MockBuilder) AddServiceEntries(serviceEntries ...*v1alpha3.ServiceEntry)

AddServiceEntries mocks base method

func (*MockBuilder) AddVirtualServices

func (m *MockBuilder) AddVirtualServices(virtualServices ...*v1alpha3.VirtualService)

AddVirtualServices mocks base method

func (*MockBuilder) AddXdsConfigs added in v0.10.4

func (m *MockBuilder) AddXdsConfigs(xdsConfigs ...*v1beta1.XdsConfig)

AddXdsConfigs mocks base method

func (*MockBuilder) BuildLabelPartitionedSnapshot

func (m *MockBuilder) BuildLabelPartitionedSnapshot(labelKey string) (istio.Snapshot, error)

BuildLabelPartitionedSnapshot mocks base method

func (*MockBuilder) BuildSinglePartitionedSnapshot

func (m *MockBuilder) BuildSinglePartitionedSnapshot(snapshotLabels map[string]string) (istio.Snapshot, error)

BuildSinglePartitionedSnapshot mocks base method

func (*MockBuilder) Clone

func (m *MockBuilder) Clone() istio.Builder

Clone mocks base method

func (*MockBuilder) Clusters

func (m *MockBuilder) Clusters() []string

Clusters mocks base method

func (*MockBuilder) EXPECT

func (m *MockBuilder) EXPECT() *MockBuilderMockRecorder

EXPECT returns an object that allows the caller to indicate expected use

func (*MockBuilder) Generic added in v0.12.7

func (m *MockBuilder) Generic() resource.ClusterSnapshot

Generic mocks base method

func (*MockBuilder) GetAuthorizationPolicies

func (m *MockBuilder) GetAuthorizationPolicies() v1beta1sets.AuthorizationPolicySet

GetAuthorizationPolicies mocks base method

func (*MockBuilder) GetDestinationRules

func (m *MockBuilder) GetDestinationRules() v1alpha3sets.DestinationRuleSet

GetDestinationRules mocks base method

func (*MockBuilder) GetEnvoyFilters

func (m *MockBuilder) GetEnvoyFilters() v1alpha3sets.EnvoyFilterSet

GetEnvoyFilters mocks base method

func (*MockBuilder) GetGateways

func (m *MockBuilder) GetGateways() v1alpha3sets.GatewaySet

GetGateways mocks base method

func (*MockBuilder) GetIssuedCertificates

func (m *MockBuilder) GetIssuedCertificates() v1sets.IssuedCertificateSet

GetIssuedCertificates mocks base method

func (*MockBuilder) GetPodBounceDirectives

func (m *MockBuilder) GetPodBounceDirectives() v1sets.PodBounceDirectiveSet

GetPodBounceDirectives mocks base method

func (*MockBuilder) GetServiceEntries

func (m *MockBuilder) GetServiceEntries() v1alpha3sets.ServiceEntrySet

GetServiceEntries mocks base method

func (*MockBuilder) GetVirtualServices

func (m *MockBuilder) GetVirtualServices() v1alpha3sets.VirtualServiceSet

GetVirtualServices mocks base method

func (*MockBuilder) GetXdsConfigs added in v0.10.4

func (m *MockBuilder) GetXdsConfigs() v1beta1sets0.XdsConfigSet

GetXdsConfigs mocks base method

func (*MockBuilder) Merge

func (m *MockBuilder) Merge(other istio.Builder)

Merge mocks base method

type MockBuilderMockRecorder

type MockBuilderMockRecorder struct {
	// contains filtered or unexported fields
}

MockBuilderMockRecorder is the mock recorder for MockBuilder

func (*MockBuilderMockRecorder) AddAuthorizationPolicies

func (mr *MockBuilderMockRecorder) AddAuthorizationPolicies(authorizationPolicies ...interface{}) *gomock.Call

AddAuthorizationPolicies indicates an expected call of AddAuthorizationPolicies

func (*MockBuilderMockRecorder) AddCluster

func (mr *MockBuilderMockRecorder) AddCluster(cluster interface{}) *gomock.Call

AddCluster indicates an expected call of AddCluster

func (*MockBuilderMockRecorder) AddDestinationRules

func (mr *MockBuilderMockRecorder) AddDestinationRules(destinationRules ...interface{}) *gomock.Call

AddDestinationRules indicates an expected call of AddDestinationRules

func (*MockBuilderMockRecorder) AddEnvoyFilters

func (mr *MockBuilderMockRecorder) AddEnvoyFilters(envoyFilters ...interface{}) *gomock.Call

AddEnvoyFilters indicates an expected call of AddEnvoyFilters

func (*MockBuilderMockRecorder) AddGateways

func (mr *MockBuilderMockRecorder) AddGateways(gateways ...interface{}) *gomock.Call

AddGateways indicates an expected call of AddGateways

func (*MockBuilderMockRecorder) AddIssuedCertificates

func (mr *MockBuilderMockRecorder) AddIssuedCertificates(issuedCertificates ...interface{}) *gomock.Call

AddIssuedCertificates indicates an expected call of AddIssuedCertificates

func (*MockBuilderMockRecorder) AddPodBounceDirectives

func (mr *MockBuilderMockRecorder) AddPodBounceDirectives(podBounceDirectives ...interface{}) *gomock.Call

AddPodBounceDirectives indicates an expected call of AddPodBounceDirectives

func (*MockBuilderMockRecorder) AddServiceEntries

func (mr *MockBuilderMockRecorder) AddServiceEntries(serviceEntries ...interface{}) *gomock.Call

AddServiceEntries indicates an expected call of AddServiceEntries

func (*MockBuilderMockRecorder) AddVirtualServices

func (mr *MockBuilderMockRecorder) AddVirtualServices(virtualServices ...interface{}) *gomock.Call

AddVirtualServices indicates an expected call of AddVirtualServices

func (*MockBuilderMockRecorder) AddXdsConfigs added in v0.10.4

func (mr *MockBuilderMockRecorder) AddXdsConfigs(xdsConfigs ...interface{}) *gomock.Call

AddXdsConfigs indicates an expected call of AddXdsConfigs

func (*MockBuilderMockRecorder) BuildLabelPartitionedSnapshot

func (mr *MockBuilderMockRecorder) BuildLabelPartitionedSnapshot(labelKey interface{}) *gomock.Call

BuildLabelPartitionedSnapshot indicates an expected call of BuildLabelPartitionedSnapshot

func (*MockBuilderMockRecorder) BuildSinglePartitionedSnapshot

func (mr *MockBuilderMockRecorder) BuildSinglePartitionedSnapshot(snapshotLabels interface{}) *gomock.Call

BuildSinglePartitionedSnapshot indicates an expected call of BuildSinglePartitionedSnapshot

func (*MockBuilderMockRecorder) Clone

func (mr *MockBuilderMockRecorder) Clone() *gomock.Call

Clone indicates an expected call of Clone

func (*MockBuilderMockRecorder) Clusters

func (mr *MockBuilderMockRecorder) Clusters() *gomock.Call

Clusters indicates an expected call of Clusters

func (*MockBuilderMockRecorder) Generic added in v0.12.7

func (mr *MockBuilderMockRecorder) Generic() *gomock.Call

Generic indicates an expected call of Generic

func (*MockBuilderMockRecorder) GetAuthorizationPolicies

func (mr *MockBuilderMockRecorder) GetAuthorizationPolicies() *gomock.Call

GetAuthorizationPolicies indicates an expected call of GetAuthorizationPolicies

func (*MockBuilderMockRecorder) GetDestinationRules

func (mr *MockBuilderMockRecorder) GetDestinationRules() *gomock.Call

GetDestinationRules indicates an expected call of GetDestinationRules

func (*MockBuilderMockRecorder) GetEnvoyFilters

func (mr *MockBuilderMockRecorder) GetEnvoyFilters() *gomock.Call

GetEnvoyFilters indicates an expected call of GetEnvoyFilters

func (*MockBuilderMockRecorder) GetGateways

func (mr *MockBuilderMockRecorder) GetGateways() *gomock.Call

GetGateways indicates an expected call of GetGateways

func (*MockBuilderMockRecorder) GetIssuedCertificates

func (mr *MockBuilderMockRecorder) GetIssuedCertificates() *gomock.Call

GetIssuedCertificates indicates an expected call of GetIssuedCertificates

func (*MockBuilderMockRecorder) GetPodBounceDirectives

func (mr *MockBuilderMockRecorder) GetPodBounceDirectives() *gomock.Call

GetPodBounceDirectives indicates an expected call of GetPodBounceDirectives

func (*MockBuilderMockRecorder) GetServiceEntries

func (mr *MockBuilderMockRecorder) GetServiceEntries() *gomock.Call

GetServiceEntries indicates an expected call of GetServiceEntries

func (*MockBuilderMockRecorder) GetVirtualServices

func (mr *MockBuilderMockRecorder) GetVirtualServices() *gomock.Call

GetVirtualServices indicates an expected call of GetVirtualServices

func (*MockBuilderMockRecorder) GetXdsConfigs added in v0.10.4

func (mr *MockBuilderMockRecorder) GetXdsConfigs() *gomock.Call

GetXdsConfigs indicates an expected call of GetXdsConfigs

func (*MockBuilderMockRecorder) Merge

func (mr *MockBuilderMockRecorder) Merge(other interface{}) *gomock.Call

Merge indicates an expected call of Merge

type MockLabeledAuthorizationPolicySet

type MockLabeledAuthorizationPolicySet struct {
	// contains filtered or unexported fields
}

MockLabeledAuthorizationPolicySet is a mock of LabeledAuthorizationPolicySet interface

func NewMockLabeledAuthorizationPolicySet

func NewMockLabeledAuthorizationPolicySet(ctrl *gomock.Controller) *MockLabeledAuthorizationPolicySet

NewMockLabeledAuthorizationPolicySet creates a new mock instance

func (*MockLabeledAuthorizationPolicySet) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockLabeledAuthorizationPolicySet) Generic

Generic mocks base method

func (*MockLabeledAuthorizationPolicySet) Labels

Labels mocks base method

func (*MockLabeledAuthorizationPolicySet) Set

Set mocks base method

type MockLabeledAuthorizationPolicySetMockRecorder

type MockLabeledAuthorizationPolicySetMockRecorder struct {
	// contains filtered or unexported fields
}

MockLabeledAuthorizationPolicySetMockRecorder is the mock recorder for MockLabeledAuthorizationPolicySet

func (*MockLabeledAuthorizationPolicySetMockRecorder) Generic

Generic indicates an expected call of Generic

func (*MockLabeledAuthorizationPolicySetMockRecorder) Labels

Labels indicates an expected call of Labels

func (*MockLabeledAuthorizationPolicySetMockRecorder) Set

Set indicates an expected call of Set

type MockLabeledDestinationRuleSet

type MockLabeledDestinationRuleSet struct {
	// contains filtered or unexported fields
}

MockLabeledDestinationRuleSet is a mock of LabeledDestinationRuleSet interface

func NewMockLabeledDestinationRuleSet

func NewMockLabeledDestinationRuleSet(ctrl *gomock.Controller) *MockLabeledDestinationRuleSet

NewMockLabeledDestinationRuleSet creates a new mock instance

func (*MockLabeledDestinationRuleSet) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockLabeledDestinationRuleSet) Generic

Generic mocks base method

func (*MockLabeledDestinationRuleSet) Labels

Labels mocks base method

func (*MockLabeledDestinationRuleSet) Set

Set mocks base method

type MockLabeledDestinationRuleSetMockRecorder

type MockLabeledDestinationRuleSetMockRecorder struct {
	// contains filtered or unexported fields
}

MockLabeledDestinationRuleSetMockRecorder is the mock recorder for MockLabeledDestinationRuleSet

func (*MockLabeledDestinationRuleSetMockRecorder) Generic

Generic indicates an expected call of Generic

func (*MockLabeledDestinationRuleSetMockRecorder) Labels

Labels indicates an expected call of Labels

func (*MockLabeledDestinationRuleSetMockRecorder) Set

Set indicates an expected call of Set

type MockLabeledEnvoyFilterSet

type MockLabeledEnvoyFilterSet struct {
	// contains filtered or unexported fields
}

MockLabeledEnvoyFilterSet is a mock of LabeledEnvoyFilterSet interface

func NewMockLabeledEnvoyFilterSet

func NewMockLabeledEnvoyFilterSet(ctrl *gomock.Controller) *MockLabeledEnvoyFilterSet

NewMockLabeledEnvoyFilterSet creates a new mock instance

func (*MockLabeledEnvoyFilterSet) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockLabeledEnvoyFilterSet) Generic

Generic mocks base method

func (*MockLabeledEnvoyFilterSet) Labels

func (m *MockLabeledEnvoyFilterSet) Labels() map[string]string

Labels mocks base method

func (*MockLabeledEnvoyFilterSet) Set

Set mocks base method

type MockLabeledEnvoyFilterSetMockRecorder

type MockLabeledEnvoyFilterSetMockRecorder struct {
	// contains filtered or unexported fields
}

MockLabeledEnvoyFilterSetMockRecorder is the mock recorder for MockLabeledEnvoyFilterSet

func (*MockLabeledEnvoyFilterSetMockRecorder) Generic

Generic indicates an expected call of Generic

func (*MockLabeledEnvoyFilterSetMockRecorder) Labels

Labels indicates an expected call of Labels

func (*MockLabeledEnvoyFilterSetMockRecorder) Set

Set indicates an expected call of Set

type MockLabeledGatewaySet

type MockLabeledGatewaySet struct {
	// contains filtered or unexported fields
}

MockLabeledGatewaySet is a mock of LabeledGatewaySet interface

func NewMockLabeledGatewaySet

func NewMockLabeledGatewaySet(ctrl *gomock.Controller) *MockLabeledGatewaySet

NewMockLabeledGatewaySet creates a new mock instance

func (*MockLabeledGatewaySet) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockLabeledGatewaySet) Generic

Generic mocks base method

func (*MockLabeledGatewaySet) Labels

func (m *MockLabeledGatewaySet) Labels() map[string]string

Labels mocks base method

func (*MockLabeledGatewaySet) Set

Set mocks base method

type MockLabeledGatewaySetMockRecorder

type MockLabeledGatewaySetMockRecorder struct {
	// contains filtered or unexported fields
}

MockLabeledGatewaySetMockRecorder is the mock recorder for MockLabeledGatewaySet

func (*MockLabeledGatewaySetMockRecorder) Generic

Generic indicates an expected call of Generic

func (*MockLabeledGatewaySetMockRecorder) Labels

Labels indicates an expected call of Labels

func (*MockLabeledGatewaySetMockRecorder) Set

Set indicates an expected call of Set

type MockLabeledIssuedCertificateSet

type MockLabeledIssuedCertificateSet struct {
	// contains filtered or unexported fields
}

MockLabeledIssuedCertificateSet is a mock of LabeledIssuedCertificateSet interface

func NewMockLabeledIssuedCertificateSet

func NewMockLabeledIssuedCertificateSet(ctrl *gomock.Controller) *MockLabeledIssuedCertificateSet

NewMockLabeledIssuedCertificateSet creates a new mock instance

func (*MockLabeledIssuedCertificateSet) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockLabeledIssuedCertificateSet) Generic

Generic mocks base method

func (*MockLabeledIssuedCertificateSet) Labels

Labels mocks base method

func (*MockLabeledIssuedCertificateSet) Set

Set mocks base method

type MockLabeledIssuedCertificateSetMockRecorder

type MockLabeledIssuedCertificateSetMockRecorder struct {
	// contains filtered or unexported fields
}

MockLabeledIssuedCertificateSetMockRecorder is the mock recorder for MockLabeledIssuedCertificateSet

func (*MockLabeledIssuedCertificateSetMockRecorder) Generic

Generic indicates an expected call of Generic

func (*MockLabeledIssuedCertificateSetMockRecorder) Labels

Labels indicates an expected call of Labels

func (*MockLabeledIssuedCertificateSetMockRecorder) Set

Set indicates an expected call of Set

type MockLabeledPodBounceDirectiveSet

type MockLabeledPodBounceDirectiveSet struct {
	// contains filtered or unexported fields
}

MockLabeledPodBounceDirectiveSet is a mock of LabeledPodBounceDirectiveSet interface

func NewMockLabeledPodBounceDirectiveSet

func NewMockLabeledPodBounceDirectiveSet(ctrl *gomock.Controller) *MockLabeledPodBounceDirectiveSet

NewMockLabeledPodBounceDirectiveSet creates a new mock instance

func (*MockLabeledPodBounceDirectiveSet) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockLabeledPodBounceDirectiveSet) Generic

Generic mocks base method

func (*MockLabeledPodBounceDirectiveSet) Labels

Labels mocks base method

func (*MockLabeledPodBounceDirectiveSet) Set

Set mocks base method

type MockLabeledPodBounceDirectiveSetMockRecorder

type MockLabeledPodBounceDirectiveSetMockRecorder struct {
	// contains filtered or unexported fields
}

MockLabeledPodBounceDirectiveSetMockRecorder is the mock recorder for MockLabeledPodBounceDirectiveSet

func (*MockLabeledPodBounceDirectiveSetMockRecorder) Generic

Generic indicates an expected call of Generic

func (*MockLabeledPodBounceDirectiveSetMockRecorder) Labels

Labels indicates an expected call of Labels

func (*MockLabeledPodBounceDirectiveSetMockRecorder) Set

Set indicates an expected call of Set

type MockLabeledServiceEntrySet

type MockLabeledServiceEntrySet struct {
	// contains filtered or unexported fields
}

MockLabeledServiceEntrySet is a mock of LabeledServiceEntrySet interface

func NewMockLabeledServiceEntrySet

func NewMockLabeledServiceEntrySet(ctrl *gomock.Controller) *MockLabeledServiceEntrySet

NewMockLabeledServiceEntrySet creates a new mock instance

func (*MockLabeledServiceEntrySet) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockLabeledServiceEntrySet) Generic

Generic mocks base method

func (*MockLabeledServiceEntrySet) Labels

func (m *MockLabeledServiceEntrySet) Labels() map[string]string

Labels mocks base method

func (*MockLabeledServiceEntrySet) Set

Set mocks base method

type MockLabeledServiceEntrySetMockRecorder

type MockLabeledServiceEntrySetMockRecorder struct {
	// contains filtered or unexported fields
}

MockLabeledServiceEntrySetMockRecorder is the mock recorder for MockLabeledServiceEntrySet

func (*MockLabeledServiceEntrySetMockRecorder) Generic

Generic indicates an expected call of Generic

func (*MockLabeledServiceEntrySetMockRecorder) Labels

Labels indicates an expected call of Labels

func (*MockLabeledServiceEntrySetMockRecorder) Set

Set indicates an expected call of Set

type MockLabeledVirtualServiceSet

type MockLabeledVirtualServiceSet struct {
	// contains filtered or unexported fields
}

MockLabeledVirtualServiceSet is a mock of LabeledVirtualServiceSet interface

func NewMockLabeledVirtualServiceSet

func NewMockLabeledVirtualServiceSet(ctrl *gomock.Controller) *MockLabeledVirtualServiceSet

NewMockLabeledVirtualServiceSet creates a new mock instance

func (*MockLabeledVirtualServiceSet) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockLabeledVirtualServiceSet) Generic

Generic mocks base method

func (*MockLabeledVirtualServiceSet) Labels

func (m *MockLabeledVirtualServiceSet) Labels() map[string]string

Labels mocks base method

func (*MockLabeledVirtualServiceSet) Set

Set mocks base method

type MockLabeledVirtualServiceSetMockRecorder

type MockLabeledVirtualServiceSetMockRecorder struct {
	// contains filtered or unexported fields
}

MockLabeledVirtualServiceSetMockRecorder is the mock recorder for MockLabeledVirtualServiceSet

func (*MockLabeledVirtualServiceSetMockRecorder) Generic

Generic indicates an expected call of Generic

func (*MockLabeledVirtualServiceSetMockRecorder) Labels

Labels indicates an expected call of Labels

func (*MockLabeledVirtualServiceSetMockRecorder) Set

Set indicates an expected call of Set

type MockLabeledXdsConfigSet added in v0.10.4

type MockLabeledXdsConfigSet struct {
	// contains filtered or unexported fields
}

MockLabeledXdsConfigSet is a mock of LabeledXdsConfigSet interface

func NewMockLabeledXdsConfigSet added in v0.10.4

func NewMockLabeledXdsConfigSet(ctrl *gomock.Controller) *MockLabeledXdsConfigSet

NewMockLabeledXdsConfigSet creates a new mock instance

func (*MockLabeledXdsConfigSet) EXPECT added in v0.10.4

EXPECT returns an object that allows the caller to indicate expected use

func (*MockLabeledXdsConfigSet) Generic added in v0.10.4

Generic mocks base method

func (*MockLabeledXdsConfigSet) Labels added in v0.10.4

func (m *MockLabeledXdsConfigSet) Labels() map[string]string

Labels mocks base method

func (*MockLabeledXdsConfigSet) Set added in v0.10.4

Set mocks base method

type MockLabeledXdsConfigSetMockRecorder added in v0.10.4

type MockLabeledXdsConfigSetMockRecorder struct {
	// contains filtered or unexported fields
}

MockLabeledXdsConfigSetMockRecorder is the mock recorder for MockLabeledXdsConfigSet

func (*MockLabeledXdsConfigSetMockRecorder) Generic added in v0.10.4

Generic indicates an expected call of Generic

func (*MockLabeledXdsConfigSetMockRecorder) Labels added in v0.10.4

Labels indicates an expected call of Labels

func (*MockLabeledXdsConfigSetMockRecorder) Set added in v0.10.4

Set indicates an expected call of Set

type MockSnapshot

type MockSnapshot struct {
	// contains filtered or unexported fields
}

MockSnapshot is a mock of Snapshot interface

func NewMockSnapshot

func NewMockSnapshot(ctrl *gomock.Controller) *MockSnapshot

NewMockSnapshot creates a new mock instance

func (*MockSnapshot) ApplyLocalCluster

func (m *MockSnapshot) ApplyLocalCluster(ctx context.Context, clusterClient client.Client, errHandler output.ErrorHandler)

ApplyLocalCluster mocks base method

func (*MockSnapshot) ApplyMultiCluster

func (m *MockSnapshot) ApplyMultiCluster(ctx context.Context, multiClusterClient multicluster.Client, errHandler output.ErrorHandler)

ApplyMultiCluster mocks base method

func (*MockSnapshot) AuthorizationPolicies

func (m *MockSnapshot) AuthorizationPolicies() []istio.LabeledAuthorizationPolicySet

AuthorizationPolicies mocks base method

func (*MockSnapshot) DestinationRules

func (m *MockSnapshot) DestinationRules() []istio.LabeledDestinationRuleSet

DestinationRules mocks base method

func (*MockSnapshot) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockSnapshot) EnvoyFilters

func (m *MockSnapshot) EnvoyFilters() []istio.LabeledEnvoyFilterSet

EnvoyFilters mocks base method

func (*MockSnapshot) Gateways

func (m *MockSnapshot) Gateways() []istio.LabeledGatewaySet

Gateways mocks base method

func (*MockSnapshot) IssuedCertificates

func (m *MockSnapshot) IssuedCertificates() []istio.LabeledIssuedCertificateSet

IssuedCertificates mocks base method

func (*MockSnapshot) MarshalJSON

func (m *MockSnapshot) MarshalJSON() ([]byte, error)

MarshalJSON mocks base method

func (*MockSnapshot) PodBounceDirectives

func (m *MockSnapshot) PodBounceDirectives() []istio.LabeledPodBounceDirectiveSet

PodBounceDirectives mocks base method

func (*MockSnapshot) ServiceEntries

func (m *MockSnapshot) ServiceEntries() []istio.LabeledServiceEntrySet

ServiceEntries mocks base method

func (*MockSnapshot) VirtualServices

func (m *MockSnapshot) VirtualServices() []istio.LabeledVirtualServiceSet

VirtualServices mocks base method

func (*MockSnapshot) XdsConfigs added in v0.10.4

func (m *MockSnapshot) XdsConfigs() []istio.LabeledXdsConfigSet

XdsConfigs mocks base method

type MockSnapshotMockRecorder

type MockSnapshotMockRecorder struct {
	// contains filtered or unexported fields
}

MockSnapshotMockRecorder is the mock recorder for MockSnapshot

func (*MockSnapshotMockRecorder) ApplyLocalCluster

func (mr *MockSnapshotMockRecorder) ApplyLocalCluster(ctx, clusterClient, errHandler interface{}) *gomock.Call

ApplyLocalCluster indicates an expected call of ApplyLocalCluster

func (*MockSnapshotMockRecorder) ApplyMultiCluster

func (mr *MockSnapshotMockRecorder) ApplyMultiCluster(ctx, multiClusterClient, errHandler interface{}) *gomock.Call

ApplyMultiCluster indicates an expected call of ApplyMultiCluster

func (*MockSnapshotMockRecorder) AuthorizationPolicies

func (mr *MockSnapshotMockRecorder) AuthorizationPolicies() *gomock.Call

AuthorizationPolicies indicates an expected call of AuthorizationPolicies

func (*MockSnapshotMockRecorder) DestinationRules

func (mr *MockSnapshotMockRecorder) DestinationRules() *gomock.Call

DestinationRules indicates an expected call of DestinationRules

func (*MockSnapshotMockRecorder) EnvoyFilters

func (mr *MockSnapshotMockRecorder) EnvoyFilters() *gomock.Call

EnvoyFilters indicates an expected call of EnvoyFilters

func (*MockSnapshotMockRecorder) Gateways

func (mr *MockSnapshotMockRecorder) Gateways() *gomock.Call

Gateways indicates an expected call of Gateways

func (*MockSnapshotMockRecorder) IssuedCertificates

func (mr *MockSnapshotMockRecorder) IssuedCertificates() *gomock.Call

IssuedCertificates indicates an expected call of IssuedCertificates

func (*MockSnapshotMockRecorder) MarshalJSON

func (mr *MockSnapshotMockRecorder) MarshalJSON() *gomock.Call

MarshalJSON indicates an expected call of MarshalJSON

func (*MockSnapshotMockRecorder) PodBounceDirectives

func (mr *MockSnapshotMockRecorder) PodBounceDirectives() *gomock.Call

PodBounceDirectives indicates an expected call of PodBounceDirectives

func (*MockSnapshotMockRecorder) ServiceEntries

func (mr *MockSnapshotMockRecorder) ServiceEntries() *gomock.Call

ServiceEntries indicates an expected call of ServiceEntries

func (*MockSnapshotMockRecorder) VirtualServices

func (mr *MockSnapshotMockRecorder) VirtualServices() *gomock.Call

VirtualServices indicates an expected call of VirtualServices

func (*MockSnapshotMockRecorder) XdsConfigs added in v0.10.4

func (mr *MockSnapshotMockRecorder) XdsConfigs() *gomock.Call

XdsConfigs indicates an expected call of XdsConfigs

Jump to

Keyboard shortcuts

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