Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
- type MockConfigEmitter
- func (m *MockConfigEmitter) EXPECT() *MockConfigEmitterMockRecorder
- func (m *MockConfigEmitter) Mesh() v10.MeshClient
- func (m *MockConfigEmitter) MeshGroup() v10.MeshGroupClient
- func (m *MockConfigEmitter) MeshIngress() v10.MeshIngressClient
- func (m *MockConfigEmitter) Pod() kubernetes.PodClient
- func (m *MockConfigEmitter) Register() error
- func (m *MockConfigEmitter) RoutingRule() v10.RoutingRuleClient
- func (m *MockConfigEmitter) SecurityRule() v10.SecurityRuleClient
- func (m *MockConfigEmitter) Service() kubernetes.ServiceClient
- func (m *MockConfigEmitter) Snapshots(watchNamespaces []string, opts clients.WatchOpts) (<-chan *v10.ConfigSnapshot, <-chan error, error)
- func (m *MockConfigEmitter) TlsSecret() v10.TlsSecretClient
- func (m *MockConfigEmitter) Upstream() v1.UpstreamClient
- type MockConfigEmitterMockRecorder
- func (mr *MockConfigEmitterMockRecorder) Mesh() *gomock.Call
- func (mr *MockConfigEmitterMockRecorder) MeshGroup() *gomock.Call
- func (mr *MockConfigEmitterMockRecorder) MeshIngress() *gomock.Call
- func (mr *MockConfigEmitterMockRecorder) Pod() *gomock.Call
- func (mr *MockConfigEmitterMockRecorder) Register() *gomock.Call
- func (mr *MockConfigEmitterMockRecorder) RoutingRule() *gomock.Call
- func (mr *MockConfigEmitterMockRecorder) SecurityRule() *gomock.Call
- func (mr *MockConfigEmitterMockRecorder) Service() *gomock.Call
- func (mr *MockConfigEmitterMockRecorder) Snapshots(watchNamespaces, opts interface{}) *gomock.Call
- func (mr *MockConfigEmitterMockRecorder) TlsSecret() *gomock.Call
- func (mr *MockConfigEmitterMockRecorder) Upstream() *gomock.Call
- type MockConfigSimpleEmitter
- type MockConfigSimpleEmitterMockRecorder
- type MockDiscoveryEmitter
- func (m *MockDiscoveryEmitter) Deployment() kubernetes.DeploymentClient
- func (m *MockDiscoveryEmitter) EXPECT() *MockDiscoveryEmitterMockRecorder
- func (m *MockDiscoveryEmitter) Pod() kubernetes.PodClient
- func (m *MockDiscoveryEmitter) Register() error
- func (m *MockDiscoveryEmitter) Snapshots(watchNamespaces []string, opts clients.WatchOpts) (<-chan *v10.DiscoverySnapshot, <-chan error, error)
- func (m *MockDiscoveryEmitter) TlsSecret() v10.TlsSecretClient
- func (m *MockDiscoveryEmitter) Upstream() v1.UpstreamClient
- type MockDiscoveryEmitterMockRecorder
- func (mr *MockDiscoveryEmitterMockRecorder) Deployment() *gomock.Call
- func (mr *MockDiscoveryEmitterMockRecorder) Pod() *gomock.Call
- func (mr *MockDiscoveryEmitterMockRecorder) Register() *gomock.Call
- func (mr *MockDiscoveryEmitterMockRecorder) Snapshots(watchNamespaces, opts interface{}) *gomock.Call
- func (mr *MockDiscoveryEmitterMockRecorder) TlsSecret() *gomock.Call
- func (mr *MockDiscoveryEmitterMockRecorder) Upstream() *gomock.Call
- type MockDiscoverySimpleEmitter
- type MockDiscoverySimpleEmitterMockRecorder
- type MockInstallClient
- func (m *MockInstallClient) BaseClient() clients.ResourceClient
- func (m *MockInstallClient) Delete(namespace, name string, opts clients.DeleteOpts) error
- func (m *MockInstallClient) EXPECT() *MockInstallClientMockRecorder
- func (m *MockInstallClient) List(namespace string, opts clients.ListOpts) (v1.InstallList, error)
- func (m *MockInstallClient) Read(namespace, name string, opts clients.ReadOpts) (*v1.Install, error)
- func (m *MockInstallClient) Register() error
- func (m *MockInstallClient) Watch(namespace string, opts clients.WatchOpts) (<-chan v1.InstallList, <-chan error, error)
- func (m *MockInstallClient) Write(resource *v1.Install, opts clients.WriteOpts) (*v1.Install, error)
- type MockInstallClientMockRecorder
- func (mr *MockInstallClientMockRecorder) BaseClient() *gomock.Call
- func (mr *MockInstallClientMockRecorder) Delete(namespace, name, opts interface{}) *gomock.Call
- func (mr *MockInstallClientMockRecorder) List(namespace, opts interface{}) *gomock.Call
- func (mr *MockInstallClientMockRecorder) Read(namespace, name, opts interface{}) *gomock.Call
- func (mr *MockInstallClientMockRecorder) Register() *gomock.Call
- func (mr *MockInstallClientMockRecorder) Watch(namespace, opts interface{}) *gomock.Call
- func (mr *MockInstallClientMockRecorder) Write(resource, opts interface{}) *gomock.Call
- type MockInstallEmitter
- func (m *MockInstallEmitter) EXPECT() *MockInstallEmitterMockRecorder
- func (m *MockInstallEmitter) Install() v1.InstallClient
- func (m *MockInstallEmitter) Mesh() v1.MeshClient
- func (m *MockInstallEmitter) MeshIngress() v1.MeshIngressClient
- func (m *MockInstallEmitter) Register() error
- func (m *MockInstallEmitter) Snapshots(watchNamespaces []string, opts clients.WatchOpts) (<-chan *v1.InstallSnapshot, <-chan error, error)
- type MockInstallEmitterMockRecorder
- func (mr *MockInstallEmitterMockRecorder) Install() *gomock.Call
- func (mr *MockInstallEmitterMockRecorder) Mesh() *gomock.Call
- func (mr *MockInstallEmitterMockRecorder) MeshIngress() *gomock.Call
- func (mr *MockInstallEmitterMockRecorder) Register() *gomock.Call
- func (mr *MockInstallEmitterMockRecorder) Snapshots(watchNamespaces, opts interface{}) *gomock.Call
- type MockInstallReconciler
- type MockInstallReconcilerMockRecorder
- type MockInstallSimpleEmitter
- type MockInstallSimpleEmitterMockRecorder
- type MockInstallWatcher
- type MockInstallWatcherMockRecorder
- type MockMeshClient
- func (m *MockMeshClient) BaseClient() clients.ResourceClient
- func (m *MockMeshClient) Delete(namespace, name string, opts clients.DeleteOpts) error
- func (m *MockMeshClient) EXPECT() *MockMeshClientMockRecorder
- func (m *MockMeshClient) List(namespace string, opts clients.ListOpts) (v1.MeshList, error)
- func (m *MockMeshClient) Read(namespace, name string, opts clients.ReadOpts) (*v1.Mesh, error)
- func (m *MockMeshClient) Register() error
- func (m *MockMeshClient) Watch(namespace string, opts clients.WatchOpts) (<-chan v1.MeshList, <-chan error, error)
- func (m *MockMeshClient) Write(resource *v1.Mesh, opts clients.WriteOpts) (*v1.Mesh, error)
- type MockMeshClientMockRecorder
- func (mr *MockMeshClientMockRecorder) BaseClient() *gomock.Call
- func (mr *MockMeshClientMockRecorder) Delete(namespace, name, opts interface{}) *gomock.Call
- func (mr *MockMeshClientMockRecorder) List(namespace, opts interface{}) *gomock.Call
- func (mr *MockMeshClientMockRecorder) Read(namespace, name, opts interface{}) *gomock.Call
- func (mr *MockMeshClientMockRecorder) Register() *gomock.Call
- func (mr *MockMeshClientMockRecorder) Watch(namespace, opts interface{}) *gomock.Call
- func (mr *MockMeshClientMockRecorder) Write(resource, opts interface{}) *gomock.Call
- type MockMeshGroupClient
- func (m *MockMeshGroupClient) BaseClient() clients.ResourceClient
- func (m *MockMeshGroupClient) Delete(namespace, name string, opts clients.DeleteOpts) error
- func (m *MockMeshGroupClient) EXPECT() *MockMeshGroupClientMockRecorder
- func (m *MockMeshGroupClient) List(namespace string, opts clients.ListOpts) (v1.MeshGroupList, error)
- func (m *MockMeshGroupClient) Read(namespace, name string, opts clients.ReadOpts) (*v1.MeshGroup, error)
- func (m *MockMeshGroupClient) Register() error
- func (m *MockMeshGroupClient) Watch(namespace string, opts clients.WatchOpts) (<-chan v1.MeshGroupList, <-chan error, error)
- func (m *MockMeshGroupClient) Write(resource *v1.MeshGroup, opts clients.WriteOpts) (*v1.MeshGroup, error)
- type MockMeshGroupClientMockRecorder
- func (mr *MockMeshGroupClientMockRecorder) BaseClient() *gomock.Call
- func (mr *MockMeshGroupClientMockRecorder) Delete(namespace, name, opts interface{}) *gomock.Call
- func (mr *MockMeshGroupClientMockRecorder) List(namespace, opts interface{}) *gomock.Call
- func (mr *MockMeshGroupClientMockRecorder) Read(namespace, name, opts interface{}) *gomock.Call
- func (mr *MockMeshGroupClientMockRecorder) Register() *gomock.Call
- func (mr *MockMeshGroupClientMockRecorder) Watch(namespace, opts interface{}) *gomock.Call
- func (mr *MockMeshGroupClientMockRecorder) Write(resource, opts interface{}) *gomock.Call
- type MockMeshGroupReconciler
- type MockMeshGroupReconcilerMockRecorder
- type MockMeshGroupWatcher
- type MockMeshGroupWatcherMockRecorder
- type MockMeshIngressClient
- func (m *MockMeshIngressClient) BaseClient() clients.ResourceClient
- func (m *MockMeshIngressClient) Delete(namespace, name string, opts clients.DeleteOpts) error
- func (m *MockMeshIngressClient) EXPECT() *MockMeshIngressClientMockRecorder
- func (m *MockMeshIngressClient) List(namespace string, opts clients.ListOpts) (v1.MeshIngressList, error)
- func (m *MockMeshIngressClient) Read(namespace, name string, opts clients.ReadOpts) (*v1.MeshIngress, error)
- func (m *MockMeshIngressClient) Register() error
- func (m *MockMeshIngressClient) Watch(namespace string, opts clients.WatchOpts) (<-chan v1.MeshIngressList, <-chan error, error)
- func (m *MockMeshIngressClient) Write(resource *v1.MeshIngress, opts clients.WriteOpts) (*v1.MeshIngress, error)
- type MockMeshIngressClientMockRecorder
- func (mr *MockMeshIngressClientMockRecorder) BaseClient() *gomock.Call
- func (mr *MockMeshIngressClientMockRecorder) Delete(namespace, name, opts interface{}) *gomock.Call
- func (mr *MockMeshIngressClientMockRecorder) List(namespace, opts interface{}) *gomock.Call
- func (mr *MockMeshIngressClientMockRecorder) Read(namespace, name, opts interface{}) *gomock.Call
- func (mr *MockMeshIngressClientMockRecorder) Register() *gomock.Call
- func (mr *MockMeshIngressClientMockRecorder) Watch(namespace, opts interface{}) *gomock.Call
- func (mr *MockMeshIngressClientMockRecorder) Write(resource, opts interface{}) *gomock.Call
- type MockMeshIngressReconciler
- type MockMeshIngressReconcilerMockRecorder
- type MockMeshIngressWatcher
- type MockMeshIngressWatcherMockRecorder
- type MockMeshReconciler
- type MockMeshReconcilerMockRecorder
- type MockMeshWatcher
- type MockMeshWatcherMockRecorder
- type MockRegistrationEmitter
- func (m *MockRegistrationEmitter) EXPECT() *MockRegistrationEmitterMockRecorder
- func (m *MockRegistrationEmitter) Mesh() v1.MeshClient
- func (m *MockRegistrationEmitter) MeshIngress() v1.MeshIngressClient
- func (m *MockRegistrationEmitter) Register() error
- func (m *MockRegistrationEmitter) Snapshots(watchNamespaces []string, opts clients.WatchOpts) (<-chan *v1.RegistrationSnapshot, <-chan error, error)
- type MockRegistrationEmitterMockRecorder
- func (mr *MockRegistrationEmitterMockRecorder) Mesh() *gomock.Call
- func (mr *MockRegistrationEmitterMockRecorder) MeshIngress() *gomock.Call
- func (mr *MockRegistrationEmitterMockRecorder) Register() *gomock.Call
- func (mr *MockRegistrationEmitterMockRecorder) Snapshots(watchNamespaces, opts interface{}) *gomock.Call
- type MockRegistrationSimpleEmitter
- type MockRegistrationSimpleEmitterMockRecorder
- type MockRoutingRuleClient
- func (m *MockRoutingRuleClient) BaseClient() clients.ResourceClient
- func (m *MockRoutingRuleClient) Delete(namespace, name string, opts clients.DeleteOpts) error
- func (m *MockRoutingRuleClient) EXPECT() *MockRoutingRuleClientMockRecorder
- func (m *MockRoutingRuleClient) List(namespace string, opts clients.ListOpts) (v1.RoutingRuleList, error)
- func (m *MockRoutingRuleClient) Read(namespace, name string, opts clients.ReadOpts) (*v1.RoutingRule, error)
- func (m *MockRoutingRuleClient) Register() error
- func (m *MockRoutingRuleClient) Watch(namespace string, opts clients.WatchOpts) (<-chan v1.RoutingRuleList, <-chan error, error)
- func (m *MockRoutingRuleClient) Write(resource *v1.RoutingRule, opts clients.WriteOpts) (*v1.RoutingRule, error)
- type MockRoutingRuleClientMockRecorder
- func (mr *MockRoutingRuleClientMockRecorder) BaseClient() *gomock.Call
- func (mr *MockRoutingRuleClientMockRecorder) Delete(namespace, name, opts interface{}) *gomock.Call
- func (mr *MockRoutingRuleClientMockRecorder) List(namespace, opts interface{}) *gomock.Call
- func (mr *MockRoutingRuleClientMockRecorder) Read(namespace, name, opts interface{}) *gomock.Call
- func (mr *MockRoutingRuleClientMockRecorder) Register() *gomock.Call
- func (mr *MockRoutingRuleClientMockRecorder) Watch(namespace, opts interface{}) *gomock.Call
- func (mr *MockRoutingRuleClientMockRecorder) Write(resource, opts interface{}) *gomock.Call
- type MockRoutingRuleReconciler
- type MockRoutingRuleReconcilerMockRecorder
- type MockRoutingRuleWatcher
- type MockRoutingRuleWatcherMockRecorder
- type MockSecurityRuleClient
- func (m *MockSecurityRuleClient) BaseClient() clients.ResourceClient
- func (m *MockSecurityRuleClient) Delete(namespace, name string, opts clients.DeleteOpts) error
- func (m *MockSecurityRuleClient) EXPECT() *MockSecurityRuleClientMockRecorder
- func (m *MockSecurityRuleClient) List(namespace string, opts clients.ListOpts) (v1.SecurityRuleList, error)
- func (m *MockSecurityRuleClient) Read(namespace, name string, opts clients.ReadOpts) (*v1.SecurityRule, error)
- func (m *MockSecurityRuleClient) Register() error
- func (m *MockSecurityRuleClient) Watch(namespace string, opts clients.WatchOpts) (<-chan v1.SecurityRuleList, <-chan error, error)
- func (m *MockSecurityRuleClient) Write(resource *v1.SecurityRule, opts clients.WriteOpts) (*v1.SecurityRule, error)
- type MockSecurityRuleClientMockRecorder
- func (mr *MockSecurityRuleClientMockRecorder) BaseClient() *gomock.Call
- func (mr *MockSecurityRuleClientMockRecorder) Delete(namespace, name, opts interface{}) *gomock.Call
- func (mr *MockSecurityRuleClientMockRecorder) List(namespace, opts interface{}) *gomock.Call
- func (mr *MockSecurityRuleClientMockRecorder) Read(namespace, name, opts interface{}) *gomock.Call
- func (mr *MockSecurityRuleClientMockRecorder) Register() *gomock.Call
- func (mr *MockSecurityRuleClientMockRecorder) Watch(namespace, opts interface{}) *gomock.Call
- func (mr *MockSecurityRuleClientMockRecorder) Write(resource, opts interface{}) *gomock.Call
- type MockSecurityRuleReconciler
- type MockSecurityRuleReconcilerMockRecorder
- type MockSecurityRuleWatcher
- type MockSecurityRuleWatcherMockRecorder
- type MockTlsSecretClient
- func (m *MockTlsSecretClient) BaseClient() clients.ResourceClient
- func (m *MockTlsSecretClient) Delete(namespace, name string, opts clients.DeleteOpts) error
- func (m *MockTlsSecretClient) EXPECT() *MockTlsSecretClientMockRecorder
- func (m *MockTlsSecretClient) List(namespace string, opts clients.ListOpts) (v1.TlsSecretList, error)
- func (m *MockTlsSecretClient) Read(namespace, name string, opts clients.ReadOpts) (*v1.TlsSecret, error)
- func (m *MockTlsSecretClient) Register() error
- func (m *MockTlsSecretClient) Watch(namespace string, opts clients.WatchOpts) (<-chan v1.TlsSecretList, <-chan error, error)
- func (m *MockTlsSecretClient) Write(resource *v1.TlsSecret, opts clients.WriteOpts) (*v1.TlsSecret, error)
- type MockTlsSecretClientMockRecorder
- func (mr *MockTlsSecretClientMockRecorder) BaseClient() *gomock.Call
- func (mr *MockTlsSecretClientMockRecorder) Delete(namespace, name, opts interface{}) *gomock.Call
- func (mr *MockTlsSecretClientMockRecorder) List(namespace, opts interface{}) *gomock.Call
- func (mr *MockTlsSecretClientMockRecorder) Read(namespace, name, opts interface{}) *gomock.Call
- func (mr *MockTlsSecretClientMockRecorder) Register() *gomock.Call
- func (mr *MockTlsSecretClientMockRecorder) Watch(namespace, opts interface{}) *gomock.Call
- func (mr *MockTlsSecretClientMockRecorder) Write(resource, opts interface{}) *gomock.Call
- type MockTlsSecretReconciler
- type MockTlsSecretReconcilerMockRecorder
- type MockTlsSecretWatcher
- type MockTlsSecretWatcherMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockConfigEmitter ¶ added in v0.3.17
type MockConfigEmitter struct {
// contains filtered or unexported fields
}
MockConfigEmitter is a mock of ConfigEmitter interface
func NewMockConfigEmitter ¶ added in v0.3.17
func NewMockConfigEmitter(ctrl *gomock.Controller) *MockConfigEmitter
NewMockConfigEmitter creates a new mock instance
func (*MockConfigEmitter) EXPECT ¶ added in v0.3.17
func (m *MockConfigEmitter) EXPECT() *MockConfigEmitterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockConfigEmitter) Mesh ¶ added in v0.3.17
func (m *MockConfigEmitter) Mesh() v10.MeshClient
Mesh mocks base method
func (*MockConfigEmitter) MeshGroup ¶ added in v0.3.17
func (m *MockConfigEmitter) MeshGroup() v10.MeshGroupClient
MeshGroup mocks base method
func (*MockConfigEmitter) MeshIngress ¶ added in v0.3.17
func (m *MockConfigEmitter) MeshIngress() v10.MeshIngressClient
MeshIngress mocks base method
func (*MockConfigEmitter) Pod ¶ added in v0.3.17
func (m *MockConfigEmitter) Pod() kubernetes.PodClient
Pod mocks base method
func (*MockConfigEmitter) Register ¶ added in v0.3.17
func (m *MockConfigEmitter) Register() error
Register mocks base method
func (*MockConfigEmitter) RoutingRule ¶ added in v0.3.17
func (m *MockConfigEmitter) RoutingRule() v10.RoutingRuleClient
RoutingRule mocks base method
func (*MockConfigEmitter) SecurityRule ¶ added in v0.3.17
func (m *MockConfigEmitter) SecurityRule() v10.SecurityRuleClient
SecurityRule mocks base method
func (*MockConfigEmitter) Service ¶ added in v0.3.22
func (m *MockConfigEmitter) Service() kubernetes.ServiceClient
Service mocks base method
func (*MockConfigEmitter) Snapshots ¶ added in v0.3.17
func (m *MockConfigEmitter) Snapshots(watchNamespaces []string, opts clients.WatchOpts) (<-chan *v10.ConfigSnapshot, <-chan error, error)
Snapshots mocks base method
func (*MockConfigEmitter) TlsSecret ¶ added in v0.3.17
func (m *MockConfigEmitter) TlsSecret() v10.TlsSecretClient
TlsSecret mocks base method
func (*MockConfigEmitter) Upstream ¶ added in v0.3.17
func (m *MockConfigEmitter) Upstream() v1.UpstreamClient
Upstream mocks base method
type MockConfigEmitterMockRecorder ¶ added in v0.3.17
type MockConfigEmitterMockRecorder struct {
// contains filtered or unexported fields
}
MockConfigEmitterMockRecorder is the mock recorder for MockConfigEmitter
func (*MockConfigEmitterMockRecorder) Mesh ¶ added in v0.3.17
func (mr *MockConfigEmitterMockRecorder) Mesh() *gomock.Call
Mesh indicates an expected call of Mesh
func (*MockConfigEmitterMockRecorder) MeshGroup ¶ added in v0.3.17
func (mr *MockConfigEmitterMockRecorder) MeshGroup() *gomock.Call
MeshGroup indicates an expected call of MeshGroup
func (*MockConfigEmitterMockRecorder) MeshIngress ¶ added in v0.3.17
func (mr *MockConfigEmitterMockRecorder) MeshIngress() *gomock.Call
MeshIngress indicates an expected call of MeshIngress
func (*MockConfigEmitterMockRecorder) Pod ¶ added in v0.3.17
func (mr *MockConfigEmitterMockRecorder) Pod() *gomock.Call
Pod indicates an expected call of Pod
func (*MockConfigEmitterMockRecorder) Register ¶ added in v0.3.17
func (mr *MockConfigEmitterMockRecorder) Register() *gomock.Call
Register indicates an expected call of Register
func (*MockConfigEmitterMockRecorder) RoutingRule ¶ added in v0.3.17
func (mr *MockConfigEmitterMockRecorder) RoutingRule() *gomock.Call
RoutingRule indicates an expected call of RoutingRule
func (*MockConfigEmitterMockRecorder) SecurityRule ¶ added in v0.3.17
func (mr *MockConfigEmitterMockRecorder) SecurityRule() *gomock.Call
SecurityRule indicates an expected call of SecurityRule
func (*MockConfigEmitterMockRecorder) Service ¶ added in v0.3.22
func (mr *MockConfigEmitterMockRecorder) Service() *gomock.Call
Service indicates an expected call of Service
func (*MockConfigEmitterMockRecorder) Snapshots ¶ added in v0.3.17
func (mr *MockConfigEmitterMockRecorder) Snapshots(watchNamespaces, opts interface{}) *gomock.Call
Snapshots indicates an expected call of Snapshots
func (*MockConfigEmitterMockRecorder) TlsSecret ¶ added in v0.3.17
func (mr *MockConfigEmitterMockRecorder) TlsSecret() *gomock.Call
TlsSecret indicates an expected call of TlsSecret
func (*MockConfigEmitterMockRecorder) Upstream ¶ added in v0.3.17
func (mr *MockConfigEmitterMockRecorder) Upstream() *gomock.Call
Upstream indicates an expected call of Upstream
type MockConfigSimpleEmitter ¶ added in v0.3.18
type MockConfigSimpleEmitter struct {
// contains filtered or unexported fields
}
MockConfigSimpleEmitter is a mock of ConfigSimpleEmitter interface
func NewMockConfigSimpleEmitter ¶ added in v0.3.18
func NewMockConfigSimpleEmitter(ctrl *gomock.Controller) *MockConfigSimpleEmitter
NewMockConfigSimpleEmitter creates a new mock instance
func (*MockConfigSimpleEmitter) EXPECT ¶ added in v0.3.18
func (m *MockConfigSimpleEmitter) EXPECT() *MockConfigSimpleEmitterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockConfigSimpleEmitter) Snapshots ¶ added in v0.3.18
func (m *MockConfigSimpleEmitter) Snapshots(ctx context.Context) (<-chan *v1.ConfigSnapshot, <-chan error, error)
Snapshots mocks base method
type MockConfigSimpleEmitterMockRecorder ¶ added in v0.3.18
type MockConfigSimpleEmitterMockRecorder struct {
// contains filtered or unexported fields
}
MockConfigSimpleEmitterMockRecorder is the mock recorder for MockConfigSimpleEmitter
func (*MockConfigSimpleEmitterMockRecorder) Snapshots ¶ added in v0.3.18
func (mr *MockConfigSimpleEmitterMockRecorder) Snapshots(ctx interface{}) *gomock.Call
Snapshots indicates an expected call of Snapshots
type MockDiscoveryEmitter ¶ added in v0.3.17
type MockDiscoveryEmitter struct {
// contains filtered or unexported fields
}
MockDiscoveryEmitter is a mock of DiscoveryEmitter interface
func NewMockDiscoveryEmitter ¶ added in v0.3.17
func NewMockDiscoveryEmitter(ctrl *gomock.Controller) *MockDiscoveryEmitter
NewMockDiscoveryEmitter creates a new mock instance
func (*MockDiscoveryEmitter) Deployment ¶ added in v0.3.23
func (m *MockDiscoveryEmitter) Deployment() kubernetes.DeploymentClient
Deployment mocks base method
func (*MockDiscoveryEmitter) EXPECT ¶ added in v0.3.17
func (m *MockDiscoveryEmitter) EXPECT() *MockDiscoveryEmitterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockDiscoveryEmitter) Pod ¶ added in v0.3.17
func (m *MockDiscoveryEmitter) Pod() kubernetes.PodClient
Pod mocks base method
func (*MockDiscoveryEmitter) Register ¶ added in v0.3.17
func (m *MockDiscoveryEmitter) Register() error
Register mocks base method
func (*MockDiscoveryEmitter) Snapshots ¶ added in v0.3.17
func (m *MockDiscoveryEmitter) Snapshots(watchNamespaces []string, opts clients.WatchOpts) (<-chan *v10.DiscoverySnapshot, <-chan error, error)
Snapshots mocks base method
func (*MockDiscoveryEmitter) TlsSecret ¶ added in v0.3.23
func (m *MockDiscoveryEmitter) TlsSecret() v10.TlsSecretClient
TlsSecret mocks base method
func (*MockDiscoveryEmitter) Upstream ¶ added in v0.3.23
func (m *MockDiscoveryEmitter) Upstream() v1.UpstreamClient
Upstream mocks base method
type MockDiscoveryEmitterMockRecorder ¶ added in v0.3.17
type MockDiscoveryEmitterMockRecorder struct {
// contains filtered or unexported fields
}
MockDiscoveryEmitterMockRecorder is the mock recorder for MockDiscoveryEmitter
func (*MockDiscoveryEmitterMockRecorder) Deployment ¶ added in v0.3.23
func (mr *MockDiscoveryEmitterMockRecorder) Deployment() *gomock.Call
Deployment indicates an expected call of Deployment
func (*MockDiscoveryEmitterMockRecorder) Pod ¶ added in v0.3.17
func (mr *MockDiscoveryEmitterMockRecorder) Pod() *gomock.Call
Pod indicates an expected call of Pod
func (*MockDiscoveryEmitterMockRecorder) Register ¶ added in v0.3.17
func (mr *MockDiscoveryEmitterMockRecorder) Register() *gomock.Call
Register indicates an expected call of Register
func (*MockDiscoveryEmitterMockRecorder) Snapshots ¶ added in v0.3.17
func (mr *MockDiscoveryEmitterMockRecorder) Snapshots(watchNamespaces, opts interface{}) *gomock.Call
Snapshots indicates an expected call of Snapshots
func (*MockDiscoveryEmitterMockRecorder) TlsSecret ¶ added in v0.3.23
func (mr *MockDiscoveryEmitterMockRecorder) TlsSecret() *gomock.Call
TlsSecret indicates an expected call of TlsSecret
func (*MockDiscoveryEmitterMockRecorder) Upstream ¶ added in v0.3.23
func (mr *MockDiscoveryEmitterMockRecorder) Upstream() *gomock.Call
Upstream indicates an expected call of Upstream
type MockDiscoverySimpleEmitter ¶ added in v0.3.18
type MockDiscoverySimpleEmitter struct {
// contains filtered or unexported fields
}
MockDiscoverySimpleEmitter is a mock of DiscoverySimpleEmitter interface
func NewMockDiscoverySimpleEmitter ¶ added in v0.3.18
func NewMockDiscoverySimpleEmitter(ctrl *gomock.Controller) *MockDiscoverySimpleEmitter
NewMockDiscoverySimpleEmitter creates a new mock instance
func (*MockDiscoverySimpleEmitter) EXPECT ¶ added in v0.3.18
func (m *MockDiscoverySimpleEmitter) EXPECT() *MockDiscoverySimpleEmitterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockDiscoverySimpleEmitter) Snapshots ¶ added in v0.3.18
func (m *MockDiscoverySimpleEmitter) Snapshots(ctx context.Context) (<-chan *v1.DiscoverySnapshot, <-chan error, error)
Snapshots mocks base method
type MockDiscoverySimpleEmitterMockRecorder ¶ added in v0.3.18
type MockDiscoverySimpleEmitterMockRecorder struct {
// contains filtered or unexported fields
}
MockDiscoverySimpleEmitterMockRecorder is the mock recorder for MockDiscoverySimpleEmitter
func (*MockDiscoverySimpleEmitterMockRecorder) Snapshots ¶ added in v0.3.18
func (mr *MockDiscoverySimpleEmitterMockRecorder) Snapshots(ctx interface{}) *gomock.Call
Snapshots indicates an expected call of Snapshots
type MockInstallClient ¶ added in v0.3.17
type MockInstallClient struct {
// contains filtered or unexported fields
}
MockInstallClient is a mock of InstallClient interface
func NewMockInstallClient ¶ added in v0.3.17
func NewMockInstallClient(ctrl *gomock.Controller) *MockInstallClient
NewMockInstallClient creates a new mock instance
func (*MockInstallClient) BaseClient ¶ added in v0.3.17
func (m *MockInstallClient) BaseClient() clients.ResourceClient
BaseClient mocks base method
func (*MockInstallClient) Delete ¶ added in v0.3.17
func (m *MockInstallClient) Delete(namespace, name string, opts clients.DeleteOpts) error
Delete mocks base method
func (*MockInstallClient) EXPECT ¶ added in v0.3.17
func (m *MockInstallClient) EXPECT() *MockInstallClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockInstallClient) List ¶ added in v0.3.17
func (m *MockInstallClient) List(namespace string, opts clients.ListOpts) (v1.InstallList, error)
List mocks base method
func (*MockInstallClient) Read ¶ added in v0.3.17
func (m *MockInstallClient) Read(namespace, name string, opts clients.ReadOpts) (*v1.Install, error)
Read mocks base method
func (*MockInstallClient) Register ¶ added in v0.3.17
func (m *MockInstallClient) Register() error
Register mocks base method
func (*MockInstallClient) Watch ¶ added in v0.3.17
func (m *MockInstallClient) Watch(namespace string, opts clients.WatchOpts) (<-chan v1.InstallList, <-chan error, error)
Watch mocks base method
type MockInstallClientMockRecorder ¶ added in v0.3.17
type MockInstallClientMockRecorder struct {
// contains filtered or unexported fields
}
MockInstallClientMockRecorder is the mock recorder for MockInstallClient
func (*MockInstallClientMockRecorder) BaseClient ¶ added in v0.3.17
func (mr *MockInstallClientMockRecorder) BaseClient() *gomock.Call
BaseClient indicates an expected call of BaseClient
func (*MockInstallClientMockRecorder) Delete ¶ added in v0.3.17
func (mr *MockInstallClientMockRecorder) Delete(namespace, name, opts interface{}) *gomock.Call
Delete indicates an expected call of Delete
func (*MockInstallClientMockRecorder) List ¶ added in v0.3.17
func (mr *MockInstallClientMockRecorder) List(namespace, opts interface{}) *gomock.Call
List indicates an expected call of List
func (*MockInstallClientMockRecorder) Read ¶ added in v0.3.17
func (mr *MockInstallClientMockRecorder) Read(namespace, name, opts interface{}) *gomock.Call
Read indicates an expected call of Read
func (*MockInstallClientMockRecorder) Register ¶ added in v0.3.17
func (mr *MockInstallClientMockRecorder) Register() *gomock.Call
Register indicates an expected call of Register
func (*MockInstallClientMockRecorder) Watch ¶ added in v0.3.17
func (mr *MockInstallClientMockRecorder) Watch(namespace, opts interface{}) *gomock.Call
Watch indicates an expected call of Watch
func (*MockInstallClientMockRecorder) Write ¶ added in v0.3.17
func (mr *MockInstallClientMockRecorder) Write(resource, opts interface{}) *gomock.Call
Write indicates an expected call of Write
type MockInstallEmitter ¶ added in v0.3.17
type MockInstallEmitter struct {
// contains filtered or unexported fields
}
MockInstallEmitter is a mock of InstallEmitter interface
func NewMockInstallEmitter ¶ added in v0.3.17
func NewMockInstallEmitter(ctrl *gomock.Controller) *MockInstallEmitter
NewMockInstallEmitter creates a new mock instance
func (*MockInstallEmitter) EXPECT ¶ added in v0.3.17
func (m *MockInstallEmitter) EXPECT() *MockInstallEmitterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockInstallEmitter) Install ¶ added in v0.3.17
func (m *MockInstallEmitter) Install() v1.InstallClient
Install mocks base method
func (*MockInstallEmitter) Mesh ¶ added in v0.3.17
func (m *MockInstallEmitter) Mesh() v1.MeshClient
Mesh mocks base method
func (*MockInstallEmitter) MeshIngress ¶ added in v0.3.17
func (m *MockInstallEmitter) MeshIngress() v1.MeshIngressClient
MeshIngress mocks base method
func (*MockInstallEmitter) Register ¶ added in v0.3.17
func (m *MockInstallEmitter) Register() error
Register mocks base method
func (*MockInstallEmitter) Snapshots ¶ added in v0.3.17
func (m *MockInstallEmitter) Snapshots(watchNamespaces []string, opts clients.WatchOpts) (<-chan *v1.InstallSnapshot, <-chan error, error)
Snapshots mocks base method
type MockInstallEmitterMockRecorder ¶ added in v0.3.17
type MockInstallEmitterMockRecorder struct {
// contains filtered or unexported fields
}
MockInstallEmitterMockRecorder is the mock recorder for MockInstallEmitter
func (*MockInstallEmitterMockRecorder) Install ¶ added in v0.3.17
func (mr *MockInstallEmitterMockRecorder) Install() *gomock.Call
Install indicates an expected call of Install
func (*MockInstallEmitterMockRecorder) Mesh ¶ added in v0.3.17
func (mr *MockInstallEmitterMockRecorder) Mesh() *gomock.Call
Mesh indicates an expected call of Mesh
func (*MockInstallEmitterMockRecorder) MeshIngress ¶ added in v0.3.17
func (mr *MockInstallEmitterMockRecorder) MeshIngress() *gomock.Call
MeshIngress indicates an expected call of MeshIngress
func (*MockInstallEmitterMockRecorder) Register ¶ added in v0.3.17
func (mr *MockInstallEmitterMockRecorder) Register() *gomock.Call
Register indicates an expected call of Register
func (*MockInstallEmitterMockRecorder) Snapshots ¶ added in v0.3.17
func (mr *MockInstallEmitterMockRecorder) Snapshots(watchNamespaces, opts interface{}) *gomock.Call
Snapshots indicates an expected call of Snapshots
type MockInstallReconciler ¶ added in v0.3.17
type MockInstallReconciler struct {
// contains filtered or unexported fields
}
MockInstallReconciler is a mock of InstallReconciler interface
func NewMockInstallReconciler ¶ added in v0.3.17
func NewMockInstallReconciler(ctrl *gomock.Controller) *MockInstallReconciler
NewMockInstallReconciler creates a new mock instance
func (*MockInstallReconciler) EXPECT ¶ added in v0.3.17
func (m *MockInstallReconciler) EXPECT() *MockInstallReconcilerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockInstallReconciler) Reconcile ¶ added in v0.3.17
func (m *MockInstallReconciler) Reconcile(namespace string, desiredResources v1.InstallList, transition v1.TransitionInstallFunc, opts clients.ListOpts) error
Reconcile mocks base method
type MockInstallReconcilerMockRecorder ¶ added in v0.3.17
type MockInstallReconcilerMockRecorder struct {
// contains filtered or unexported fields
}
MockInstallReconcilerMockRecorder is the mock recorder for MockInstallReconciler
func (*MockInstallReconcilerMockRecorder) Reconcile ¶ added in v0.3.17
func (mr *MockInstallReconcilerMockRecorder) Reconcile(namespace, desiredResources, transition, opts interface{}) *gomock.Call
Reconcile indicates an expected call of Reconcile
type MockInstallSimpleEmitter ¶ added in v0.3.18
type MockInstallSimpleEmitter struct {
// contains filtered or unexported fields
}
MockInstallSimpleEmitter is a mock of InstallSimpleEmitter interface
func NewMockInstallSimpleEmitter ¶ added in v0.3.18
func NewMockInstallSimpleEmitter(ctrl *gomock.Controller) *MockInstallSimpleEmitter
NewMockInstallSimpleEmitter creates a new mock instance
func (*MockInstallSimpleEmitter) EXPECT ¶ added in v0.3.18
func (m *MockInstallSimpleEmitter) EXPECT() *MockInstallSimpleEmitterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockInstallSimpleEmitter) Snapshots ¶ added in v0.3.18
func (m *MockInstallSimpleEmitter) Snapshots(ctx context.Context) (<-chan *v1.InstallSnapshot, <-chan error, error)
Snapshots mocks base method
type MockInstallSimpleEmitterMockRecorder ¶ added in v0.3.18
type MockInstallSimpleEmitterMockRecorder struct {
// contains filtered or unexported fields
}
MockInstallSimpleEmitterMockRecorder is the mock recorder for MockInstallSimpleEmitter
func (*MockInstallSimpleEmitterMockRecorder) Snapshots ¶ added in v0.3.18
func (mr *MockInstallSimpleEmitterMockRecorder) Snapshots(ctx interface{}) *gomock.Call
Snapshots indicates an expected call of Snapshots
type MockInstallWatcher ¶ added in v0.3.18
type MockInstallWatcher struct {
// contains filtered or unexported fields
}
MockInstallWatcher is a mock of InstallWatcher interface
func NewMockInstallWatcher ¶ added in v0.3.18
func NewMockInstallWatcher(ctrl *gomock.Controller) *MockInstallWatcher
NewMockInstallWatcher creates a new mock instance
func (*MockInstallWatcher) EXPECT ¶ added in v0.3.18
func (m *MockInstallWatcher) EXPECT() *MockInstallWatcherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockInstallWatcher) Watch ¶ added in v0.3.18
func (m *MockInstallWatcher) Watch(namespace string, opts clients.WatchOpts) (<-chan v1.InstallList, <-chan error, error)
Watch mocks base method
type MockInstallWatcherMockRecorder ¶ added in v0.3.18
type MockInstallWatcherMockRecorder struct {
// contains filtered or unexported fields
}
MockInstallWatcherMockRecorder is the mock recorder for MockInstallWatcher
func (*MockInstallWatcherMockRecorder) Watch ¶ added in v0.3.18
func (mr *MockInstallWatcherMockRecorder) Watch(namespace, opts interface{}) *gomock.Call
Watch indicates an expected call of Watch
type MockMeshClient ¶ added in v0.3.17
type MockMeshClient struct {
// contains filtered or unexported fields
}
MockMeshClient is a mock of MeshClient interface
func NewMockMeshClient ¶ added in v0.3.17
func NewMockMeshClient(ctrl *gomock.Controller) *MockMeshClient
NewMockMeshClient creates a new mock instance
func (*MockMeshClient) BaseClient ¶ added in v0.3.17
func (m *MockMeshClient) BaseClient() clients.ResourceClient
BaseClient mocks base method
func (*MockMeshClient) Delete ¶ added in v0.3.17
func (m *MockMeshClient) Delete(namespace, name string, opts clients.DeleteOpts) error
Delete mocks base method
func (*MockMeshClient) EXPECT ¶ added in v0.3.17
func (m *MockMeshClient) EXPECT() *MockMeshClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockMeshClient) Register ¶ added in v0.3.17
func (m *MockMeshClient) Register() error
Register mocks base method
type MockMeshClientMockRecorder ¶ added in v0.3.17
type MockMeshClientMockRecorder struct {
// contains filtered or unexported fields
}
MockMeshClientMockRecorder is the mock recorder for MockMeshClient
func (*MockMeshClientMockRecorder) BaseClient ¶ added in v0.3.17
func (mr *MockMeshClientMockRecorder) BaseClient() *gomock.Call
BaseClient indicates an expected call of BaseClient
func (*MockMeshClientMockRecorder) Delete ¶ added in v0.3.17
func (mr *MockMeshClientMockRecorder) Delete(namespace, name, opts interface{}) *gomock.Call
Delete indicates an expected call of Delete
func (*MockMeshClientMockRecorder) List ¶ added in v0.3.17
func (mr *MockMeshClientMockRecorder) List(namespace, opts interface{}) *gomock.Call
List indicates an expected call of List
func (*MockMeshClientMockRecorder) Read ¶ added in v0.3.17
func (mr *MockMeshClientMockRecorder) Read(namespace, name, opts interface{}) *gomock.Call
Read indicates an expected call of Read
func (*MockMeshClientMockRecorder) Register ¶ added in v0.3.17
func (mr *MockMeshClientMockRecorder) Register() *gomock.Call
Register indicates an expected call of Register
func (*MockMeshClientMockRecorder) Watch ¶ added in v0.3.17
func (mr *MockMeshClientMockRecorder) Watch(namespace, opts interface{}) *gomock.Call
Watch indicates an expected call of Watch
func (*MockMeshClientMockRecorder) Write ¶ added in v0.3.17
func (mr *MockMeshClientMockRecorder) Write(resource, opts interface{}) *gomock.Call
Write indicates an expected call of Write
type MockMeshGroupClient ¶ added in v0.3.17
type MockMeshGroupClient struct {
// contains filtered or unexported fields
}
MockMeshGroupClient is a mock of MeshGroupClient interface
func NewMockMeshGroupClient ¶ added in v0.3.17
func NewMockMeshGroupClient(ctrl *gomock.Controller) *MockMeshGroupClient
NewMockMeshGroupClient creates a new mock instance
func (*MockMeshGroupClient) BaseClient ¶ added in v0.3.17
func (m *MockMeshGroupClient) BaseClient() clients.ResourceClient
BaseClient mocks base method
func (*MockMeshGroupClient) Delete ¶ added in v0.3.17
func (m *MockMeshGroupClient) Delete(namespace, name string, opts clients.DeleteOpts) error
Delete mocks base method
func (*MockMeshGroupClient) EXPECT ¶ added in v0.3.17
func (m *MockMeshGroupClient) EXPECT() *MockMeshGroupClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockMeshGroupClient) List ¶ added in v0.3.17
func (m *MockMeshGroupClient) List(namespace string, opts clients.ListOpts) (v1.MeshGroupList, error)
List mocks base method
func (*MockMeshGroupClient) Read ¶ added in v0.3.17
func (m *MockMeshGroupClient) Read(namespace, name string, opts clients.ReadOpts) (*v1.MeshGroup, error)
Read mocks base method
func (*MockMeshGroupClient) Register ¶ added in v0.3.17
func (m *MockMeshGroupClient) Register() error
Register mocks base method
func (*MockMeshGroupClient) Watch ¶ added in v0.3.17
func (m *MockMeshGroupClient) Watch(namespace string, opts clients.WatchOpts) (<-chan v1.MeshGroupList, <-chan error, error)
Watch mocks base method
type MockMeshGroupClientMockRecorder ¶ added in v0.3.17
type MockMeshGroupClientMockRecorder struct {
// contains filtered or unexported fields
}
MockMeshGroupClientMockRecorder is the mock recorder for MockMeshGroupClient
func (*MockMeshGroupClientMockRecorder) BaseClient ¶ added in v0.3.17
func (mr *MockMeshGroupClientMockRecorder) BaseClient() *gomock.Call
BaseClient indicates an expected call of BaseClient
func (*MockMeshGroupClientMockRecorder) Delete ¶ added in v0.3.17
func (mr *MockMeshGroupClientMockRecorder) Delete(namespace, name, opts interface{}) *gomock.Call
Delete indicates an expected call of Delete
func (*MockMeshGroupClientMockRecorder) List ¶ added in v0.3.17
func (mr *MockMeshGroupClientMockRecorder) List(namespace, opts interface{}) *gomock.Call
List indicates an expected call of List
func (*MockMeshGroupClientMockRecorder) Read ¶ added in v0.3.17
func (mr *MockMeshGroupClientMockRecorder) Read(namespace, name, opts interface{}) *gomock.Call
Read indicates an expected call of Read
func (*MockMeshGroupClientMockRecorder) Register ¶ added in v0.3.17
func (mr *MockMeshGroupClientMockRecorder) Register() *gomock.Call
Register indicates an expected call of Register
func (*MockMeshGroupClientMockRecorder) Watch ¶ added in v0.3.17
func (mr *MockMeshGroupClientMockRecorder) Watch(namespace, opts interface{}) *gomock.Call
Watch indicates an expected call of Watch
func (*MockMeshGroupClientMockRecorder) Write ¶ added in v0.3.17
func (mr *MockMeshGroupClientMockRecorder) Write(resource, opts interface{}) *gomock.Call
Write indicates an expected call of Write
type MockMeshGroupReconciler ¶ added in v0.3.17
type MockMeshGroupReconciler struct {
// contains filtered or unexported fields
}
MockMeshGroupReconciler is a mock of MeshGroupReconciler interface
func NewMockMeshGroupReconciler ¶ added in v0.3.17
func NewMockMeshGroupReconciler(ctrl *gomock.Controller) *MockMeshGroupReconciler
NewMockMeshGroupReconciler creates a new mock instance
func (*MockMeshGroupReconciler) EXPECT ¶ added in v0.3.17
func (m *MockMeshGroupReconciler) EXPECT() *MockMeshGroupReconcilerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockMeshGroupReconciler) Reconcile ¶ added in v0.3.17
func (m *MockMeshGroupReconciler) Reconcile(namespace string, desiredResources v1.MeshGroupList, transition v1.TransitionMeshGroupFunc, opts clients.ListOpts) error
Reconcile mocks base method
type MockMeshGroupReconcilerMockRecorder ¶ added in v0.3.17
type MockMeshGroupReconcilerMockRecorder struct {
// contains filtered or unexported fields
}
MockMeshGroupReconcilerMockRecorder is the mock recorder for MockMeshGroupReconciler
func (*MockMeshGroupReconcilerMockRecorder) Reconcile ¶ added in v0.3.17
func (mr *MockMeshGroupReconcilerMockRecorder) Reconcile(namespace, desiredResources, transition, opts interface{}) *gomock.Call
Reconcile indicates an expected call of Reconcile
type MockMeshGroupWatcher ¶ added in v0.3.18
type MockMeshGroupWatcher struct {
// contains filtered or unexported fields
}
MockMeshGroupWatcher is a mock of MeshGroupWatcher interface
func NewMockMeshGroupWatcher ¶ added in v0.3.18
func NewMockMeshGroupWatcher(ctrl *gomock.Controller) *MockMeshGroupWatcher
NewMockMeshGroupWatcher creates a new mock instance
func (*MockMeshGroupWatcher) EXPECT ¶ added in v0.3.18
func (m *MockMeshGroupWatcher) EXPECT() *MockMeshGroupWatcherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockMeshGroupWatcher) Watch ¶ added in v0.3.18
func (m *MockMeshGroupWatcher) Watch(namespace string, opts clients.WatchOpts) (<-chan v1.MeshGroupList, <-chan error, error)
Watch mocks base method
type MockMeshGroupWatcherMockRecorder ¶ added in v0.3.18
type MockMeshGroupWatcherMockRecorder struct {
// contains filtered or unexported fields
}
MockMeshGroupWatcherMockRecorder is the mock recorder for MockMeshGroupWatcher
func (*MockMeshGroupWatcherMockRecorder) Watch ¶ added in v0.3.18
func (mr *MockMeshGroupWatcherMockRecorder) Watch(namespace, opts interface{}) *gomock.Call
Watch indicates an expected call of Watch
type MockMeshIngressClient ¶ added in v0.3.17
type MockMeshIngressClient struct {
// contains filtered or unexported fields
}
MockMeshIngressClient is a mock of MeshIngressClient interface
func NewMockMeshIngressClient ¶ added in v0.3.17
func NewMockMeshIngressClient(ctrl *gomock.Controller) *MockMeshIngressClient
NewMockMeshIngressClient creates a new mock instance
func (*MockMeshIngressClient) BaseClient ¶ added in v0.3.17
func (m *MockMeshIngressClient) BaseClient() clients.ResourceClient
BaseClient mocks base method
func (*MockMeshIngressClient) Delete ¶ added in v0.3.17
func (m *MockMeshIngressClient) Delete(namespace, name string, opts clients.DeleteOpts) error
Delete mocks base method
func (*MockMeshIngressClient) EXPECT ¶ added in v0.3.17
func (m *MockMeshIngressClient) EXPECT() *MockMeshIngressClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockMeshIngressClient) List ¶ added in v0.3.17
func (m *MockMeshIngressClient) List(namespace string, opts clients.ListOpts) (v1.MeshIngressList, error)
List mocks base method
func (*MockMeshIngressClient) Read ¶ added in v0.3.17
func (m *MockMeshIngressClient) Read(namespace, name string, opts clients.ReadOpts) (*v1.MeshIngress, error)
Read mocks base method
func (*MockMeshIngressClient) Register ¶ added in v0.3.17
func (m *MockMeshIngressClient) Register() error
Register mocks base method
func (*MockMeshIngressClient) Watch ¶ added in v0.3.17
func (m *MockMeshIngressClient) Watch(namespace string, opts clients.WatchOpts) (<-chan v1.MeshIngressList, <-chan error, error)
Watch mocks base method
func (*MockMeshIngressClient) Write ¶ added in v0.3.17
func (m *MockMeshIngressClient) Write(resource *v1.MeshIngress, opts clients.WriteOpts) (*v1.MeshIngress, error)
Write mocks base method
type MockMeshIngressClientMockRecorder ¶ added in v0.3.17
type MockMeshIngressClientMockRecorder struct {
// contains filtered or unexported fields
}
MockMeshIngressClientMockRecorder is the mock recorder for MockMeshIngressClient
func (*MockMeshIngressClientMockRecorder) BaseClient ¶ added in v0.3.17
func (mr *MockMeshIngressClientMockRecorder) BaseClient() *gomock.Call
BaseClient indicates an expected call of BaseClient
func (*MockMeshIngressClientMockRecorder) Delete ¶ added in v0.3.17
func (mr *MockMeshIngressClientMockRecorder) Delete(namespace, name, opts interface{}) *gomock.Call
Delete indicates an expected call of Delete
func (*MockMeshIngressClientMockRecorder) List ¶ added in v0.3.17
func (mr *MockMeshIngressClientMockRecorder) List(namespace, opts interface{}) *gomock.Call
List indicates an expected call of List
func (*MockMeshIngressClientMockRecorder) Read ¶ added in v0.3.17
func (mr *MockMeshIngressClientMockRecorder) Read(namespace, name, opts interface{}) *gomock.Call
Read indicates an expected call of Read
func (*MockMeshIngressClientMockRecorder) Register ¶ added in v0.3.17
func (mr *MockMeshIngressClientMockRecorder) Register() *gomock.Call
Register indicates an expected call of Register
func (*MockMeshIngressClientMockRecorder) Watch ¶ added in v0.3.17
func (mr *MockMeshIngressClientMockRecorder) Watch(namespace, opts interface{}) *gomock.Call
Watch indicates an expected call of Watch
func (*MockMeshIngressClientMockRecorder) Write ¶ added in v0.3.17
func (mr *MockMeshIngressClientMockRecorder) Write(resource, opts interface{}) *gomock.Call
Write indicates an expected call of Write
type MockMeshIngressReconciler ¶ added in v0.3.17
type MockMeshIngressReconciler struct {
// contains filtered or unexported fields
}
MockMeshIngressReconciler is a mock of MeshIngressReconciler interface
func NewMockMeshIngressReconciler ¶ added in v0.3.17
func NewMockMeshIngressReconciler(ctrl *gomock.Controller) *MockMeshIngressReconciler
NewMockMeshIngressReconciler creates a new mock instance
func (*MockMeshIngressReconciler) EXPECT ¶ added in v0.3.17
func (m *MockMeshIngressReconciler) EXPECT() *MockMeshIngressReconcilerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockMeshIngressReconciler) Reconcile ¶ added in v0.3.17
func (m *MockMeshIngressReconciler) Reconcile(namespace string, desiredResources v1.MeshIngressList, transition v1.TransitionMeshIngressFunc, opts clients.ListOpts) error
Reconcile mocks base method
type MockMeshIngressReconcilerMockRecorder ¶ added in v0.3.17
type MockMeshIngressReconcilerMockRecorder struct {
// contains filtered or unexported fields
}
MockMeshIngressReconcilerMockRecorder is the mock recorder for MockMeshIngressReconciler
func (*MockMeshIngressReconcilerMockRecorder) Reconcile ¶ added in v0.3.17
func (mr *MockMeshIngressReconcilerMockRecorder) Reconcile(namespace, desiredResources, transition, opts interface{}) *gomock.Call
Reconcile indicates an expected call of Reconcile
type MockMeshIngressWatcher ¶ added in v0.3.18
type MockMeshIngressWatcher struct {
// contains filtered or unexported fields
}
MockMeshIngressWatcher is a mock of MeshIngressWatcher interface
func NewMockMeshIngressWatcher ¶ added in v0.3.18
func NewMockMeshIngressWatcher(ctrl *gomock.Controller) *MockMeshIngressWatcher
NewMockMeshIngressWatcher creates a new mock instance
func (*MockMeshIngressWatcher) EXPECT ¶ added in v0.3.18
func (m *MockMeshIngressWatcher) EXPECT() *MockMeshIngressWatcherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockMeshIngressWatcher) Watch ¶ added in v0.3.18
func (m *MockMeshIngressWatcher) Watch(namespace string, opts clients.WatchOpts) (<-chan v1.MeshIngressList, <-chan error, error)
Watch mocks base method
type MockMeshIngressWatcherMockRecorder ¶ added in v0.3.18
type MockMeshIngressWatcherMockRecorder struct {
// contains filtered or unexported fields
}
MockMeshIngressWatcherMockRecorder is the mock recorder for MockMeshIngressWatcher
func (*MockMeshIngressWatcherMockRecorder) Watch ¶ added in v0.3.18
func (mr *MockMeshIngressWatcherMockRecorder) Watch(namespace, opts interface{}) *gomock.Call
Watch indicates an expected call of Watch
type MockMeshReconciler ¶
type MockMeshReconciler struct {
// contains filtered or unexported fields
}
MockMeshReconciler is a mock of MeshReconciler interface
func NewMockMeshReconciler ¶
func NewMockMeshReconciler(ctrl *gomock.Controller) *MockMeshReconciler
NewMockMeshReconciler creates a new mock instance
func (*MockMeshReconciler) EXPECT ¶
func (m *MockMeshReconciler) EXPECT() *MockMeshReconcilerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockMeshReconcilerMockRecorder ¶
type MockMeshReconcilerMockRecorder struct {
// contains filtered or unexported fields
}
MockMeshReconcilerMockRecorder is the mock recorder for MockMeshReconciler
func (*MockMeshReconcilerMockRecorder) Reconcile ¶
func (mr *MockMeshReconcilerMockRecorder) Reconcile(namespace, desiredResources, transition, opts interface{}) *gomock.Call
Reconcile indicates an expected call of Reconcile
type MockMeshWatcher ¶ added in v0.3.18
type MockMeshWatcher struct {
// contains filtered or unexported fields
}
MockMeshWatcher is a mock of MeshWatcher interface
func NewMockMeshWatcher ¶ added in v0.3.18
func NewMockMeshWatcher(ctrl *gomock.Controller) *MockMeshWatcher
NewMockMeshWatcher creates a new mock instance
func (*MockMeshWatcher) EXPECT ¶ added in v0.3.18
func (m *MockMeshWatcher) EXPECT() *MockMeshWatcherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockMeshWatcherMockRecorder ¶ added in v0.3.18
type MockMeshWatcherMockRecorder struct {
// contains filtered or unexported fields
}
MockMeshWatcherMockRecorder is the mock recorder for MockMeshWatcher
func (*MockMeshWatcherMockRecorder) Watch ¶ added in v0.3.18
func (mr *MockMeshWatcherMockRecorder) Watch(namespace, opts interface{}) *gomock.Call
Watch indicates an expected call of Watch
type MockRegistrationEmitter ¶ added in v0.3.17
type MockRegistrationEmitter struct {
// contains filtered or unexported fields
}
MockRegistrationEmitter is a mock of RegistrationEmitter interface
func NewMockRegistrationEmitter ¶ added in v0.3.17
func NewMockRegistrationEmitter(ctrl *gomock.Controller) *MockRegistrationEmitter
NewMockRegistrationEmitter creates a new mock instance
func (*MockRegistrationEmitter) EXPECT ¶ added in v0.3.17
func (m *MockRegistrationEmitter) EXPECT() *MockRegistrationEmitterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockRegistrationEmitter) Mesh ¶ added in v0.3.17
func (m *MockRegistrationEmitter) Mesh() v1.MeshClient
Mesh mocks base method
func (*MockRegistrationEmitter) MeshIngress ¶ added in v0.3.17
func (m *MockRegistrationEmitter) MeshIngress() v1.MeshIngressClient
MeshIngress mocks base method
func (*MockRegistrationEmitter) Register ¶ added in v0.3.17
func (m *MockRegistrationEmitter) Register() error
Register mocks base method
func (*MockRegistrationEmitter) Snapshots ¶ added in v0.3.17
func (m *MockRegistrationEmitter) Snapshots(watchNamespaces []string, opts clients.WatchOpts) (<-chan *v1.RegistrationSnapshot, <-chan error, error)
Snapshots mocks base method
type MockRegistrationEmitterMockRecorder ¶ added in v0.3.17
type MockRegistrationEmitterMockRecorder struct {
// contains filtered or unexported fields
}
MockRegistrationEmitterMockRecorder is the mock recorder for MockRegistrationEmitter
func (*MockRegistrationEmitterMockRecorder) Mesh ¶ added in v0.3.17
func (mr *MockRegistrationEmitterMockRecorder) Mesh() *gomock.Call
Mesh indicates an expected call of Mesh
func (*MockRegistrationEmitterMockRecorder) MeshIngress ¶ added in v0.3.17
func (mr *MockRegistrationEmitterMockRecorder) MeshIngress() *gomock.Call
MeshIngress indicates an expected call of MeshIngress
func (*MockRegistrationEmitterMockRecorder) Register ¶ added in v0.3.17
func (mr *MockRegistrationEmitterMockRecorder) Register() *gomock.Call
Register indicates an expected call of Register
func (*MockRegistrationEmitterMockRecorder) Snapshots ¶ added in v0.3.17
func (mr *MockRegistrationEmitterMockRecorder) Snapshots(watchNamespaces, opts interface{}) *gomock.Call
Snapshots indicates an expected call of Snapshots
type MockRegistrationSimpleEmitter ¶ added in v0.3.18
type MockRegistrationSimpleEmitter struct {
// contains filtered or unexported fields
}
MockRegistrationSimpleEmitter is a mock of RegistrationSimpleEmitter interface
func NewMockRegistrationSimpleEmitter ¶ added in v0.3.18
func NewMockRegistrationSimpleEmitter(ctrl *gomock.Controller) *MockRegistrationSimpleEmitter
NewMockRegistrationSimpleEmitter creates a new mock instance
func (*MockRegistrationSimpleEmitter) EXPECT ¶ added in v0.3.18
func (m *MockRegistrationSimpleEmitter) EXPECT() *MockRegistrationSimpleEmitterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockRegistrationSimpleEmitter) Snapshots ¶ added in v0.3.18
func (m *MockRegistrationSimpleEmitter) Snapshots(ctx context.Context) (<-chan *v1.RegistrationSnapshot, <-chan error, error)
Snapshots mocks base method
type MockRegistrationSimpleEmitterMockRecorder ¶ added in v0.3.18
type MockRegistrationSimpleEmitterMockRecorder struct {
// contains filtered or unexported fields
}
MockRegistrationSimpleEmitterMockRecorder is the mock recorder for MockRegistrationSimpleEmitter
func (*MockRegistrationSimpleEmitterMockRecorder) Snapshots ¶ added in v0.3.18
func (mr *MockRegistrationSimpleEmitterMockRecorder) Snapshots(ctx interface{}) *gomock.Call
Snapshots indicates an expected call of Snapshots
type MockRoutingRuleClient ¶ added in v0.3.17
type MockRoutingRuleClient struct {
// contains filtered or unexported fields
}
MockRoutingRuleClient is a mock of RoutingRuleClient interface
func NewMockRoutingRuleClient ¶ added in v0.3.17
func NewMockRoutingRuleClient(ctrl *gomock.Controller) *MockRoutingRuleClient
NewMockRoutingRuleClient creates a new mock instance
func (*MockRoutingRuleClient) BaseClient ¶ added in v0.3.17
func (m *MockRoutingRuleClient) BaseClient() clients.ResourceClient
BaseClient mocks base method
func (*MockRoutingRuleClient) Delete ¶ added in v0.3.17
func (m *MockRoutingRuleClient) Delete(namespace, name string, opts clients.DeleteOpts) error
Delete mocks base method
func (*MockRoutingRuleClient) EXPECT ¶ added in v0.3.17
func (m *MockRoutingRuleClient) EXPECT() *MockRoutingRuleClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockRoutingRuleClient) List ¶ added in v0.3.17
func (m *MockRoutingRuleClient) List(namespace string, opts clients.ListOpts) (v1.RoutingRuleList, error)
List mocks base method
func (*MockRoutingRuleClient) Read ¶ added in v0.3.17
func (m *MockRoutingRuleClient) Read(namespace, name string, opts clients.ReadOpts) (*v1.RoutingRule, error)
Read mocks base method
func (*MockRoutingRuleClient) Register ¶ added in v0.3.17
func (m *MockRoutingRuleClient) Register() error
Register mocks base method
func (*MockRoutingRuleClient) Watch ¶ added in v0.3.17
func (m *MockRoutingRuleClient) Watch(namespace string, opts clients.WatchOpts) (<-chan v1.RoutingRuleList, <-chan error, error)
Watch mocks base method
func (*MockRoutingRuleClient) Write ¶ added in v0.3.17
func (m *MockRoutingRuleClient) Write(resource *v1.RoutingRule, opts clients.WriteOpts) (*v1.RoutingRule, error)
Write mocks base method
type MockRoutingRuleClientMockRecorder ¶ added in v0.3.17
type MockRoutingRuleClientMockRecorder struct {
// contains filtered or unexported fields
}
MockRoutingRuleClientMockRecorder is the mock recorder for MockRoutingRuleClient
func (*MockRoutingRuleClientMockRecorder) BaseClient ¶ added in v0.3.17
func (mr *MockRoutingRuleClientMockRecorder) BaseClient() *gomock.Call
BaseClient indicates an expected call of BaseClient
func (*MockRoutingRuleClientMockRecorder) Delete ¶ added in v0.3.17
func (mr *MockRoutingRuleClientMockRecorder) Delete(namespace, name, opts interface{}) *gomock.Call
Delete indicates an expected call of Delete
func (*MockRoutingRuleClientMockRecorder) List ¶ added in v0.3.17
func (mr *MockRoutingRuleClientMockRecorder) List(namespace, opts interface{}) *gomock.Call
List indicates an expected call of List
func (*MockRoutingRuleClientMockRecorder) Read ¶ added in v0.3.17
func (mr *MockRoutingRuleClientMockRecorder) Read(namespace, name, opts interface{}) *gomock.Call
Read indicates an expected call of Read
func (*MockRoutingRuleClientMockRecorder) Register ¶ added in v0.3.17
func (mr *MockRoutingRuleClientMockRecorder) Register() *gomock.Call
Register indicates an expected call of Register
func (*MockRoutingRuleClientMockRecorder) Watch ¶ added in v0.3.17
func (mr *MockRoutingRuleClientMockRecorder) Watch(namespace, opts interface{}) *gomock.Call
Watch indicates an expected call of Watch
func (*MockRoutingRuleClientMockRecorder) Write ¶ added in v0.3.17
func (mr *MockRoutingRuleClientMockRecorder) Write(resource, opts interface{}) *gomock.Call
Write indicates an expected call of Write
type MockRoutingRuleReconciler ¶ added in v0.3.17
type MockRoutingRuleReconciler struct {
// contains filtered or unexported fields
}
MockRoutingRuleReconciler is a mock of RoutingRuleReconciler interface
func NewMockRoutingRuleReconciler ¶ added in v0.3.17
func NewMockRoutingRuleReconciler(ctrl *gomock.Controller) *MockRoutingRuleReconciler
NewMockRoutingRuleReconciler creates a new mock instance
func (*MockRoutingRuleReconciler) EXPECT ¶ added in v0.3.17
func (m *MockRoutingRuleReconciler) EXPECT() *MockRoutingRuleReconcilerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockRoutingRuleReconciler) Reconcile ¶ added in v0.3.17
func (m *MockRoutingRuleReconciler) Reconcile(namespace string, desiredResources v1.RoutingRuleList, transition v1.TransitionRoutingRuleFunc, opts clients.ListOpts) error
Reconcile mocks base method
type MockRoutingRuleReconcilerMockRecorder ¶ added in v0.3.17
type MockRoutingRuleReconcilerMockRecorder struct {
// contains filtered or unexported fields
}
MockRoutingRuleReconcilerMockRecorder is the mock recorder for MockRoutingRuleReconciler
func (*MockRoutingRuleReconcilerMockRecorder) Reconcile ¶ added in v0.3.17
func (mr *MockRoutingRuleReconcilerMockRecorder) Reconcile(namespace, desiredResources, transition, opts interface{}) *gomock.Call
Reconcile indicates an expected call of Reconcile
type MockRoutingRuleWatcher ¶ added in v0.3.18
type MockRoutingRuleWatcher struct {
// contains filtered or unexported fields
}
MockRoutingRuleWatcher is a mock of RoutingRuleWatcher interface
func NewMockRoutingRuleWatcher ¶ added in v0.3.18
func NewMockRoutingRuleWatcher(ctrl *gomock.Controller) *MockRoutingRuleWatcher
NewMockRoutingRuleWatcher creates a new mock instance
func (*MockRoutingRuleWatcher) EXPECT ¶ added in v0.3.18
func (m *MockRoutingRuleWatcher) EXPECT() *MockRoutingRuleWatcherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockRoutingRuleWatcher) Watch ¶ added in v0.3.18
func (m *MockRoutingRuleWatcher) Watch(namespace string, opts clients.WatchOpts) (<-chan v1.RoutingRuleList, <-chan error, error)
Watch mocks base method
type MockRoutingRuleWatcherMockRecorder ¶ added in v0.3.18
type MockRoutingRuleWatcherMockRecorder struct {
// contains filtered or unexported fields
}
MockRoutingRuleWatcherMockRecorder is the mock recorder for MockRoutingRuleWatcher
func (*MockRoutingRuleWatcherMockRecorder) Watch ¶ added in v0.3.18
func (mr *MockRoutingRuleWatcherMockRecorder) Watch(namespace, opts interface{}) *gomock.Call
Watch indicates an expected call of Watch
type MockSecurityRuleClient ¶ added in v0.3.17
type MockSecurityRuleClient struct {
// contains filtered or unexported fields
}
MockSecurityRuleClient is a mock of SecurityRuleClient interface
func NewMockSecurityRuleClient ¶ added in v0.3.17
func NewMockSecurityRuleClient(ctrl *gomock.Controller) *MockSecurityRuleClient
NewMockSecurityRuleClient creates a new mock instance
func (*MockSecurityRuleClient) BaseClient ¶ added in v0.3.17
func (m *MockSecurityRuleClient) BaseClient() clients.ResourceClient
BaseClient mocks base method
func (*MockSecurityRuleClient) Delete ¶ added in v0.3.17
func (m *MockSecurityRuleClient) Delete(namespace, name string, opts clients.DeleteOpts) error
Delete mocks base method
func (*MockSecurityRuleClient) EXPECT ¶ added in v0.3.17
func (m *MockSecurityRuleClient) EXPECT() *MockSecurityRuleClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockSecurityRuleClient) List ¶ added in v0.3.17
func (m *MockSecurityRuleClient) List(namespace string, opts clients.ListOpts) (v1.SecurityRuleList, error)
List mocks base method
func (*MockSecurityRuleClient) Read ¶ added in v0.3.17
func (m *MockSecurityRuleClient) Read(namespace, name string, opts clients.ReadOpts) (*v1.SecurityRule, error)
Read mocks base method
func (*MockSecurityRuleClient) Register ¶ added in v0.3.17
func (m *MockSecurityRuleClient) Register() error
Register mocks base method
func (*MockSecurityRuleClient) Watch ¶ added in v0.3.17
func (m *MockSecurityRuleClient) Watch(namespace string, opts clients.WatchOpts) (<-chan v1.SecurityRuleList, <-chan error, error)
Watch mocks base method
func (*MockSecurityRuleClient) Write ¶ added in v0.3.17
func (m *MockSecurityRuleClient) Write(resource *v1.SecurityRule, opts clients.WriteOpts) (*v1.SecurityRule, error)
Write mocks base method
type MockSecurityRuleClientMockRecorder ¶ added in v0.3.17
type MockSecurityRuleClientMockRecorder struct {
// contains filtered or unexported fields
}
MockSecurityRuleClientMockRecorder is the mock recorder for MockSecurityRuleClient
func (*MockSecurityRuleClientMockRecorder) BaseClient ¶ added in v0.3.17
func (mr *MockSecurityRuleClientMockRecorder) BaseClient() *gomock.Call
BaseClient indicates an expected call of BaseClient
func (*MockSecurityRuleClientMockRecorder) Delete ¶ added in v0.3.17
func (mr *MockSecurityRuleClientMockRecorder) Delete(namespace, name, opts interface{}) *gomock.Call
Delete indicates an expected call of Delete
func (*MockSecurityRuleClientMockRecorder) List ¶ added in v0.3.17
func (mr *MockSecurityRuleClientMockRecorder) List(namespace, opts interface{}) *gomock.Call
List indicates an expected call of List
func (*MockSecurityRuleClientMockRecorder) Read ¶ added in v0.3.17
func (mr *MockSecurityRuleClientMockRecorder) Read(namespace, name, opts interface{}) *gomock.Call
Read indicates an expected call of Read
func (*MockSecurityRuleClientMockRecorder) Register ¶ added in v0.3.17
func (mr *MockSecurityRuleClientMockRecorder) Register() *gomock.Call
Register indicates an expected call of Register
func (*MockSecurityRuleClientMockRecorder) Watch ¶ added in v0.3.17
func (mr *MockSecurityRuleClientMockRecorder) Watch(namespace, opts interface{}) *gomock.Call
Watch indicates an expected call of Watch
func (*MockSecurityRuleClientMockRecorder) Write ¶ added in v0.3.17
func (mr *MockSecurityRuleClientMockRecorder) Write(resource, opts interface{}) *gomock.Call
Write indicates an expected call of Write
type MockSecurityRuleReconciler ¶ added in v0.3.17
type MockSecurityRuleReconciler struct {
// contains filtered or unexported fields
}
MockSecurityRuleReconciler is a mock of SecurityRuleReconciler interface
func NewMockSecurityRuleReconciler ¶ added in v0.3.17
func NewMockSecurityRuleReconciler(ctrl *gomock.Controller) *MockSecurityRuleReconciler
NewMockSecurityRuleReconciler creates a new mock instance
func (*MockSecurityRuleReconciler) EXPECT ¶ added in v0.3.17
func (m *MockSecurityRuleReconciler) EXPECT() *MockSecurityRuleReconcilerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockSecurityRuleReconciler) Reconcile ¶ added in v0.3.17
func (m *MockSecurityRuleReconciler) Reconcile(namespace string, desiredResources v1.SecurityRuleList, transition v1.TransitionSecurityRuleFunc, opts clients.ListOpts) error
Reconcile mocks base method
type MockSecurityRuleReconcilerMockRecorder ¶ added in v0.3.17
type MockSecurityRuleReconcilerMockRecorder struct {
// contains filtered or unexported fields
}
MockSecurityRuleReconcilerMockRecorder is the mock recorder for MockSecurityRuleReconciler
func (*MockSecurityRuleReconcilerMockRecorder) Reconcile ¶ added in v0.3.17
func (mr *MockSecurityRuleReconcilerMockRecorder) Reconcile(namespace, desiredResources, transition, opts interface{}) *gomock.Call
Reconcile indicates an expected call of Reconcile
type MockSecurityRuleWatcher ¶ added in v0.3.18
type MockSecurityRuleWatcher struct {
// contains filtered or unexported fields
}
MockSecurityRuleWatcher is a mock of SecurityRuleWatcher interface
func NewMockSecurityRuleWatcher ¶ added in v0.3.18
func NewMockSecurityRuleWatcher(ctrl *gomock.Controller) *MockSecurityRuleWatcher
NewMockSecurityRuleWatcher creates a new mock instance
func (*MockSecurityRuleWatcher) EXPECT ¶ added in v0.3.18
func (m *MockSecurityRuleWatcher) EXPECT() *MockSecurityRuleWatcherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockSecurityRuleWatcher) Watch ¶ added in v0.3.18
func (m *MockSecurityRuleWatcher) Watch(namespace string, opts clients.WatchOpts) (<-chan v1.SecurityRuleList, <-chan error, error)
Watch mocks base method
type MockSecurityRuleWatcherMockRecorder ¶ added in v0.3.18
type MockSecurityRuleWatcherMockRecorder struct {
// contains filtered or unexported fields
}
MockSecurityRuleWatcherMockRecorder is the mock recorder for MockSecurityRuleWatcher
func (*MockSecurityRuleWatcherMockRecorder) Watch ¶ added in v0.3.18
func (mr *MockSecurityRuleWatcherMockRecorder) Watch(namespace, opts interface{}) *gomock.Call
Watch indicates an expected call of Watch
type MockTlsSecretClient ¶ added in v0.3.17
type MockTlsSecretClient struct {
// contains filtered or unexported fields
}
MockTlsSecretClient is a mock of TlsSecretClient interface
func NewMockTlsSecretClient ¶ added in v0.3.17
func NewMockTlsSecretClient(ctrl *gomock.Controller) *MockTlsSecretClient
NewMockTlsSecretClient creates a new mock instance
func (*MockTlsSecretClient) BaseClient ¶ added in v0.3.17
func (m *MockTlsSecretClient) BaseClient() clients.ResourceClient
BaseClient mocks base method
func (*MockTlsSecretClient) Delete ¶ added in v0.3.17
func (m *MockTlsSecretClient) Delete(namespace, name string, opts clients.DeleteOpts) error
Delete mocks base method
func (*MockTlsSecretClient) EXPECT ¶ added in v0.3.17
func (m *MockTlsSecretClient) EXPECT() *MockTlsSecretClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockTlsSecretClient) List ¶ added in v0.3.17
func (m *MockTlsSecretClient) List(namespace string, opts clients.ListOpts) (v1.TlsSecretList, error)
List mocks base method
func (*MockTlsSecretClient) Read ¶ added in v0.3.17
func (m *MockTlsSecretClient) Read(namespace, name string, opts clients.ReadOpts) (*v1.TlsSecret, error)
Read mocks base method
func (*MockTlsSecretClient) Register ¶ added in v0.3.17
func (m *MockTlsSecretClient) Register() error
Register mocks base method
func (*MockTlsSecretClient) Watch ¶ added in v0.3.17
func (m *MockTlsSecretClient) Watch(namespace string, opts clients.WatchOpts) (<-chan v1.TlsSecretList, <-chan error, error)
Watch mocks base method
type MockTlsSecretClientMockRecorder ¶ added in v0.3.17
type MockTlsSecretClientMockRecorder struct {
// contains filtered or unexported fields
}
MockTlsSecretClientMockRecorder is the mock recorder for MockTlsSecretClient
func (*MockTlsSecretClientMockRecorder) BaseClient ¶ added in v0.3.17
func (mr *MockTlsSecretClientMockRecorder) BaseClient() *gomock.Call
BaseClient indicates an expected call of BaseClient
func (*MockTlsSecretClientMockRecorder) Delete ¶ added in v0.3.17
func (mr *MockTlsSecretClientMockRecorder) Delete(namespace, name, opts interface{}) *gomock.Call
Delete indicates an expected call of Delete
func (*MockTlsSecretClientMockRecorder) List ¶ added in v0.3.17
func (mr *MockTlsSecretClientMockRecorder) List(namespace, opts interface{}) *gomock.Call
List indicates an expected call of List
func (*MockTlsSecretClientMockRecorder) Read ¶ added in v0.3.17
func (mr *MockTlsSecretClientMockRecorder) Read(namespace, name, opts interface{}) *gomock.Call
Read indicates an expected call of Read
func (*MockTlsSecretClientMockRecorder) Register ¶ added in v0.3.17
func (mr *MockTlsSecretClientMockRecorder) Register() *gomock.Call
Register indicates an expected call of Register
func (*MockTlsSecretClientMockRecorder) Watch ¶ added in v0.3.17
func (mr *MockTlsSecretClientMockRecorder) Watch(namespace, opts interface{}) *gomock.Call
Watch indicates an expected call of Watch
func (*MockTlsSecretClientMockRecorder) Write ¶ added in v0.3.17
func (mr *MockTlsSecretClientMockRecorder) Write(resource, opts interface{}) *gomock.Call
Write indicates an expected call of Write
type MockTlsSecretReconciler ¶ added in v0.3.17
type MockTlsSecretReconciler struct {
// contains filtered or unexported fields
}
MockTlsSecretReconciler is a mock of TlsSecretReconciler interface
func NewMockTlsSecretReconciler ¶ added in v0.3.17
func NewMockTlsSecretReconciler(ctrl *gomock.Controller) *MockTlsSecretReconciler
NewMockTlsSecretReconciler creates a new mock instance
func (*MockTlsSecretReconciler) EXPECT ¶ added in v0.3.17
func (m *MockTlsSecretReconciler) EXPECT() *MockTlsSecretReconcilerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockTlsSecretReconciler) Reconcile ¶ added in v0.3.17
func (m *MockTlsSecretReconciler) Reconcile(namespace string, desiredResources v1.TlsSecretList, transition v1.TransitionTlsSecretFunc, opts clients.ListOpts) error
Reconcile mocks base method
type MockTlsSecretReconcilerMockRecorder ¶ added in v0.3.17
type MockTlsSecretReconcilerMockRecorder struct {
// contains filtered or unexported fields
}
MockTlsSecretReconcilerMockRecorder is the mock recorder for MockTlsSecretReconciler
func (*MockTlsSecretReconcilerMockRecorder) Reconcile ¶ added in v0.3.17
func (mr *MockTlsSecretReconcilerMockRecorder) Reconcile(namespace, desiredResources, transition, opts interface{}) *gomock.Call
Reconcile indicates an expected call of Reconcile
type MockTlsSecretWatcher ¶ added in v0.3.18
type MockTlsSecretWatcher struct {
// contains filtered or unexported fields
}
MockTlsSecretWatcher is a mock of TlsSecretWatcher interface
func NewMockTlsSecretWatcher ¶ added in v0.3.18
func NewMockTlsSecretWatcher(ctrl *gomock.Controller) *MockTlsSecretWatcher
NewMockTlsSecretWatcher creates a new mock instance
func (*MockTlsSecretWatcher) EXPECT ¶ added in v0.3.18
func (m *MockTlsSecretWatcher) EXPECT() *MockTlsSecretWatcherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockTlsSecretWatcher) Watch ¶ added in v0.3.18
func (m *MockTlsSecretWatcher) Watch(namespace string, opts clients.WatchOpts) (<-chan v1.TlsSecretList, <-chan error, error)
Watch mocks base method
type MockTlsSecretWatcherMockRecorder ¶ added in v0.3.18
type MockTlsSecretWatcherMockRecorder struct {
// contains filtered or unexported fields
}
MockTlsSecretWatcherMockRecorder is the mock recorder for MockTlsSecretWatcher
func (*MockTlsSecretWatcherMockRecorder) Watch ¶ added in v0.3.18
func (mr *MockTlsSecretWatcherMockRecorder) Watch(namespace, opts interface{}) *gomock.Call
Watch indicates an expected call of Watch
Source Files ¶
- config_snapshot_emitter.sk.go
- config_snapshot_simple_emitter.sk.go
- discovery_snapshot_emitter.sk.go
- discovery_snapshot_simple_emitter.sk.go
- install_client.sk.go
- install_reconciler.sk.go
- install_snapshot_emitter.sk.go
- install_snapshot_simple_emitter.sk.go
- mesh_client.sk.go
- mesh_group_client.sk.go
- mesh_group_reconciler.sk.go
- mesh_ingress_client.sk.go
- mesh_ingress_reconciler.sk.go
- mesh_reconciler.sk.go
- registration_snapshot_emitter.sk.go
- registration_snapshot_simple_emitter.sk.go
- routing_rule_client.sk.go
- routing_rule_reconciler.sk.go
- security_rule_client.sk.go
- security_rule_reconciler.sk.go
- tls_secret_client.sk.go
- tls_secret_reconciler.sk.go