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.
Index ¶
- type MockAppmeshDiscoveryEmitter
- func (m *MockAppmeshDiscoveryEmitter) EXPECT() *MockAppmeshDiscoveryEmitterMockRecorder
- func (m *MockAppmeshDiscoveryEmitter) Mesh() v10.MeshClient
- func (m *MockAppmeshDiscoveryEmitter) Pod() kubernetes.PodClient
- func (m *MockAppmeshDiscoveryEmitter) Register() error
- func (m *MockAppmeshDiscoveryEmitter) Snapshots(watchNamespaces []string, opts clients.WatchOpts) (<-chan *v10.AppmeshDiscoverySnapshot, <-chan error, error)
- func (m *MockAppmeshDiscoveryEmitter) Upstream() v1.UpstreamClient
- type MockAppmeshDiscoveryEmitterMockRecorder
- func (mr *MockAppmeshDiscoveryEmitterMockRecorder) Mesh() *gomock.Call
- func (mr *MockAppmeshDiscoveryEmitterMockRecorder) Pod() *gomock.Call
- func (mr *MockAppmeshDiscoveryEmitterMockRecorder) Register() *gomock.Call
- func (mr *MockAppmeshDiscoveryEmitterMockRecorder) Snapshots(watchNamespaces, opts interface{}) *gomock.Call
- func (mr *MockAppmeshDiscoveryEmitterMockRecorder) Upstream() *gomock.Call
- 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) 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) Snapshots(watchNamespaces, opts interface{}) *gomock.Call
- func (mr *MockConfigEmitterMockRecorder) TlsSecret() *gomock.Call
- func (mr *MockConfigEmitterMockRecorder) Upstream() *gomock.Call
- type MockDiscoveryEmitter
- func (m *MockDiscoveryEmitter) ConfigMap() kubernetes.ConfigMapClient
- func (m *MockDiscoveryEmitter) EXPECT() *MockDiscoveryEmitterMockRecorder
- func (m *MockDiscoveryEmitter) Install() v1.InstallClient
- func (m *MockDiscoveryEmitter) Pod() kubernetes.PodClient
- func (m *MockDiscoveryEmitter) Register() error
- func (m *MockDiscoveryEmitter) Snapshots(watchNamespaces []string, opts clients.WatchOpts) (<-chan *v1.DiscoverySnapshot, <-chan error, error)
- type MockDiscoveryEmitterMockRecorder
- func (mr *MockDiscoveryEmitterMockRecorder) ConfigMap() *gomock.Call
- func (mr *MockDiscoveryEmitterMockRecorder) Install() *gomock.Call
- func (mr *MockDiscoveryEmitterMockRecorder) Pod() *gomock.Call
- func (mr *MockDiscoveryEmitterMockRecorder) Register() *gomock.Call
- func (mr *MockDiscoveryEmitterMockRecorder) Snapshots(watchNamespaces, opts interface{}) *gomock.Call
- 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 MockIstioDiscoveryEmitter
- func (m *MockIstioDiscoveryEmitter) EXPECT() *MockIstioDiscoveryEmitterMockRecorder
- func (m *MockIstioDiscoveryEmitter) Install() v10.InstallClient
- func (m *MockIstioDiscoveryEmitter) Mesh() v10.MeshClient
- func (m *MockIstioDiscoveryEmitter) MeshPolicy() v1alpha1.MeshPolicyClient
- func (m *MockIstioDiscoveryEmitter) Pod() kubernetes.PodClient
- func (m *MockIstioDiscoveryEmitter) Register() error
- func (m *MockIstioDiscoveryEmitter) Snapshots(watchNamespaces []string, opts clients.WatchOpts) (<-chan *v10.IstioDiscoverySnapshot, <-chan error, error)
- func (m *MockIstioDiscoveryEmitter) Upstream() v1.UpstreamClient
- type MockIstioDiscoveryEmitterMockRecorder
- func (mr *MockIstioDiscoveryEmitterMockRecorder) Install() *gomock.Call
- func (mr *MockIstioDiscoveryEmitterMockRecorder) Mesh() *gomock.Call
- func (mr *MockIstioDiscoveryEmitterMockRecorder) MeshPolicy() *gomock.Call
- func (mr *MockIstioDiscoveryEmitterMockRecorder) Pod() *gomock.Call
- func (mr *MockIstioDiscoveryEmitterMockRecorder) Register() *gomock.Call
- func (mr *MockIstioDiscoveryEmitterMockRecorder) Snapshots(watchNamespaces, opts interface{}) *gomock.Call
- func (mr *MockIstioDiscoveryEmitterMockRecorder) Upstream() *gomock.Call
- type MockLinkerdDiscoveryEmitter
- func (m *MockLinkerdDiscoveryEmitter) EXPECT() *MockLinkerdDiscoveryEmitterMockRecorder
- func (m *MockLinkerdDiscoveryEmitter) Install() v10.InstallClient
- func (m *MockLinkerdDiscoveryEmitter) Mesh() v10.MeshClient
- func (m *MockLinkerdDiscoveryEmitter) Pod() kubernetes.PodClient
- func (m *MockLinkerdDiscoveryEmitter) Register() error
- func (m *MockLinkerdDiscoveryEmitter) Snapshots(watchNamespaces []string, opts clients.WatchOpts) (<-chan *v10.LinkerdDiscoverySnapshot, <-chan error, error)
- func (m *MockLinkerdDiscoveryEmitter) Upstream() v1.UpstreamClient
- type MockLinkerdDiscoveryEmitterMockRecorder
- func (mr *MockLinkerdDiscoveryEmitterMockRecorder) Install() *gomock.Call
- func (mr *MockLinkerdDiscoveryEmitterMockRecorder) Mesh() *gomock.Call
- func (mr *MockLinkerdDiscoveryEmitterMockRecorder) Pod() *gomock.Call
- func (mr *MockLinkerdDiscoveryEmitterMockRecorder) Register() *gomock.Call
- func (mr *MockLinkerdDiscoveryEmitterMockRecorder) Snapshots(watchNamespaces, opts interface{}) *gomock.Call
- func (mr *MockLinkerdDiscoveryEmitterMockRecorder) Upstream() *gomock.Call
- 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 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 MockMeshReconciler
- type MockMeshReconcilerMockRecorder
- 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 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 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 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAppmeshDiscoveryEmitter ¶ added in v0.3.17
type MockAppmeshDiscoveryEmitter struct {
// contains filtered or unexported fields
}
MockAppmeshDiscoveryEmitter is a mock of AppmeshDiscoveryEmitter interface
func NewMockAppmeshDiscoveryEmitter ¶ added in v0.3.17
func NewMockAppmeshDiscoveryEmitter(ctrl *gomock.Controller) *MockAppmeshDiscoveryEmitter
NewMockAppmeshDiscoveryEmitter creates a new mock instance
func (*MockAppmeshDiscoveryEmitter) EXPECT ¶ added in v0.3.17
func (m *MockAppmeshDiscoveryEmitter) EXPECT() *MockAppmeshDiscoveryEmitterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockAppmeshDiscoveryEmitter) Mesh ¶ added in v0.3.17
func (m *MockAppmeshDiscoveryEmitter) Mesh() v10.MeshClient
Mesh mocks base method
func (*MockAppmeshDiscoveryEmitter) Pod ¶ added in v0.3.17
func (m *MockAppmeshDiscoveryEmitter) Pod() kubernetes.PodClient
Pod mocks base method
func (*MockAppmeshDiscoveryEmitter) Register ¶ added in v0.3.17
func (m *MockAppmeshDiscoveryEmitter) Register() error
Register mocks base method
func (*MockAppmeshDiscoveryEmitter) Snapshots ¶ added in v0.3.17
func (m *MockAppmeshDiscoveryEmitter) Snapshots(watchNamespaces []string, opts clients.WatchOpts) (<-chan *v10.AppmeshDiscoverySnapshot, <-chan error, error)
Snapshots mocks base method
func (*MockAppmeshDiscoveryEmitter) Upstream ¶ added in v0.3.17
func (m *MockAppmeshDiscoveryEmitter) Upstream() v1.UpstreamClient
Upstream mocks base method
type MockAppmeshDiscoveryEmitterMockRecorder ¶ added in v0.3.17
type MockAppmeshDiscoveryEmitterMockRecorder struct {
// contains filtered or unexported fields
}
MockAppmeshDiscoveryEmitterMockRecorder is the mock recorder for MockAppmeshDiscoveryEmitter
func (*MockAppmeshDiscoveryEmitterMockRecorder) Mesh ¶ added in v0.3.17
func (mr *MockAppmeshDiscoveryEmitterMockRecorder) Mesh() *gomock.Call
Mesh indicates an expected call of Mesh
func (*MockAppmeshDiscoveryEmitterMockRecorder) Pod ¶ added in v0.3.17
func (mr *MockAppmeshDiscoveryEmitterMockRecorder) Pod() *gomock.Call
Pod indicates an expected call of Pod
func (*MockAppmeshDiscoveryEmitterMockRecorder) Register ¶ added in v0.3.17
func (mr *MockAppmeshDiscoveryEmitterMockRecorder) Register() *gomock.Call
Register indicates an expected call of Register
func (*MockAppmeshDiscoveryEmitterMockRecorder) Snapshots ¶ added in v0.3.17
func (mr *MockAppmeshDiscoveryEmitterMockRecorder) Snapshots(watchNamespaces, opts interface{}) *gomock.Call
Snapshots indicates an expected call of Snapshots
func (*MockAppmeshDiscoveryEmitterMockRecorder) Upstream ¶ added in v0.3.17
func (mr *MockAppmeshDiscoveryEmitterMockRecorder) Upstream() *gomock.Call
Upstream indicates an expected call of Upstream
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) 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) 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 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) ConfigMap ¶ added in v0.3.17
func (m *MockDiscoveryEmitter) ConfigMap() kubernetes.ConfigMapClient
ConfigMap 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) Install ¶ added in v0.3.17
func (m *MockDiscoveryEmitter) Install() v1.InstallClient
Install mocks base method
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 *v1.DiscoverySnapshot, <-chan error, error)
Snapshots 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) ConfigMap ¶ added in v0.3.17
func (mr *MockDiscoveryEmitterMockRecorder) ConfigMap() *gomock.Call
ConfigMap indicates an expected call of ConfigMap
func (*MockDiscoveryEmitterMockRecorder) Install ¶ added in v0.3.17
func (mr *MockDiscoveryEmitterMockRecorder) Install() *gomock.Call
Install indicates an expected call of Install
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
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 MockIstioDiscoveryEmitter ¶ added in v0.3.17
type MockIstioDiscoveryEmitter struct {
// contains filtered or unexported fields
}
MockIstioDiscoveryEmitter is a mock of IstioDiscoveryEmitter interface
func NewMockIstioDiscoveryEmitter ¶ added in v0.3.17
func NewMockIstioDiscoveryEmitter(ctrl *gomock.Controller) *MockIstioDiscoveryEmitter
NewMockIstioDiscoveryEmitter creates a new mock instance
func (*MockIstioDiscoveryEmitter) EXPECT ¶ added in v0.3.17
func (m *MockIstioDiscoveryEmitter) EXPECT() *MockIstioDiscoveryEmitterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockIstioDiscoveryEmitter) Install ¶ added in v0.3.17
func (m *MockIstioDiscoveryEmitter) Install() v10.InstallClient
Install mocks base method
func (*MockIstioDiscoveryEmitter) Mesh ¶ added in v0.3.17
func (m *MockIstioDiscoveryEmitter) Mesh() v10.MeshClient
Mesh mocks base method
func (*MockIstioDiscoveryEmitter) MeshPolicy ¶ added in v0.3.17
func (m *MockIstioDiscoveryEmitter) MeshPolicy() v1alpha1.MeshPolicyClient
MeshPolicy mocks base method
func (*MockIstioDiscoveryEmitter) Pod ¶ added in v0.3.17
func (m *MockIstioDiscoveryEmitter) Pod() kubernetes.PodClient
Pod mocks base method
func (*MockIstioDiscoveryEmitter) Register ¶ added in v0.3.17
func (m *MockIstioDiscoveryEmitter) Register() error
Register mocks base method
func (*MockIstioDiscoveryEmitter) Snapshots ¶ added in v0.3.17
func (m *MockIstioDiscoveryEmitter) Snapshots(watchNamespaces []string, opts clients.WatchOpts) (<-chan *v10.IstioDiscoverySnapshot, <-chan error, error)
Snapshots mocks base method
func (*MockIstioDiscoveryEmitter) Upstream ¶ added in v0.3.17
func (m *MockIstioDiscoveryEmitter) Upstream() v1.UpstreamClient
Upstream mocks base method
type MockIstioDiscoveryEmitterMockRecorder ¶ added in v0.3.17
type MockIstioDiscoveryEmitterMockRecorder struct {
// contains filtered or unexported fields
}
MockIstioDiscoveryEmitterMockRecorder is the mock recorder for MockIstioDiscoveryEmitter
func (*MockIstioDiscoveryEmitterMockRecorder) Install ¶ added in v0.3.17
func (mr *MockIstioDiscoveryEmitterMockRecorder) Install() *gomock.Call
Install indicates an expected call of Install
func (*MockIstioDiscoveryEmitterMockRecorder) Mesh ¶ added in v0.3.17
func (mr *MockIstioDiscoveryEmitterMockRecorder) Mesh() *gomock.Call
Mesh indicates an expected call of Mesh
func (*MockIstioDiscoveryEmitterMockRecorder) MeshPolicy ¶ added in v0.3.17
func (mr *MockIstioDiscoveryEmitterMockRecorder) MeshPolicy() *gomock.Call
MeshPolicy indicates an expected call of MeshPolicy
func (*MockIstioDiscoveryEmitterMockRecorder) Pod ¶ added in v0.3.17
func (mr *MockIstioDiscoveryEmitterMockRecorder) Pod() *gomock.Call
Pod indicates an expected call of Pod
func (*MockIstioDiscoveryEmitterMockRecorder) Register ¶ added in v0.3.17
func (mr *MockIstioDiscoveryEmitterMockRecorder) Register() *gomock.Call
Register indicates an expected call of Register
func (*MockIstioDiscoveryEmitterMockRecorder) Snapshots ¶ added in v0.3.17
func (mr *MockIstioDiscoveryEmitterMockRecorder) Snapshots(watchNamespaces, opts interface{}) *gomock.Call
Snapshots indicates an expected call of Snapshots
func (*MockIstioDiscoveryEmitterMockRecorder) Upstream ¶ added in v0.3.17
func (mr *MockIstioDiscoveryEmitterMockRecorder) Upstream() *gomock.Call
Upstream indicates an expected call of Upstream
type MockLinkerdDiscoveryEmitter ¶ added in v0.3.17
type MockLinkerdDiscoveryEmitter struct {
// contains filtered or unexported fields
}
MockLinkerdDiscoveryEmitter is a mock of LinkerdDiscoveryEmitter interface
func NewMockLinkerdDiscoveryEmitter ¶ added in v0.3.17
func NewMockLinkerdDiscoveryEmitter(ctrl *gomock.Controller) *MockLinkerdDiscoveryEmitter
NewMockLinkerdDiscoveryEmitter creates a new mock instance
func (*MockLinkerdDiscoveryEmitter) EXPECT ¶ added in v0.3.17
func (m *MockLinkerdDiscoveryEmitter) EXPECT() *MockLinkerdDiscoveryEmitterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockLinkerdDiscoveryEmitter) Install ¶ added in v0.3.17
func (m *MockLinkerdDiscoveryEmitter) Install() v10.InstallClient
Install mocks base method
func (*MockLinkerdDiscoveryEmitter) Mesh ¶ added in v0.3.17
func (m *MockLinkerdDiscoveryEmitter) Mesh() v10.MeshClient
Mesh mocks base method
func (*MockLinkerdDiscoveryEmitter) Pod ¶ added in v0.3.17
func (m *MockLinkerdDiscoveryEmitter) Pod() kubernetes.PodClient
Pod mocks base method
func (*MockLinkerdDiscoveryEmitter) Register ¶ added in v0.3.17
func (m *MockLinkerdDiscoveryEmitter) Register() error
Register mocks base method
func (*MockLinkerdDiscoveryEmitter) Snapshots ¶ added in v0.3.17
func (m *MockLinkerdDiscoveryEmitter) Snapshots(watchNamespaces []string, opts clients.WatchOpts) (<-chan *v10.LinkerdDiscoverySnapshot, <-chan error, error)
Snapshots mocks base method
func (*MockLinkerdDiscoveryEmitter) Upstream ¶ added in v0.3.17
func (m *MockLinkerdDiscoveryEmitter) Upstream() v1.UpstreamClient
Upstream mocks base method
type MockLinkerdDiscoveryEmitterMockRecorder ¶ added in v0.3.17
type MockLinkerdDiscoveryEmitterMockRecorder struct {
// contains filtered or unexported fields
}
MockLinkerdDiscoveryEmitterMockRecorder is the mock recorder for MockLinkerdDiscoveryEmitter
func (*MockLinkerdDiscoveryEmitterMockRecorder) Install ¶ added in v0.3.17
func (mr *MockLinkerdDiscoveryEmitterMockRecorder) Install() *gomock.Call
Install indicates an expected call of Install
func (*MockLinkerdDiscoveryEmitterMockRecorder) Mesh ¶ added in v0.3.17
func (mr *MockLinkerdDiscoveryEmitterMockRecorder) Mesh() *gomock.Call
Mesh indicates an expected call of Mesh
func (*MockLinkerdDiscoveryEmitterMockRecorder) Pod ¶ added in v0.3.17
func (mr *MockLinkerdDiscoveryEmitterMockRecorder) Pod() *gomock.Call
Pod indicates an expected call of Pod
func (*MockLinkerdDiscoveryEmitterMockRecorder) Register ¶ added in v0.3.17
func (mr *MockLinkerdDiscoveryEmitterMockRecorder) Register() *gomock.Call
Register indicates an expected call of Register
func (*MockLinkerdDiscoveryEmitterMockRecorder) Snapshots ¶ added in v0.3.17
func (mr *MockLinkerdDiscoveryEmitterMockRecorder) Snapshots(watchNamespaces, opts interface{}) *gomock.Call
Snapshots indicates an expected call of Snapshots
func (*MockLinkerdDiscoveryEmitterMockRecorder) Upstream ¶ added in v0.3.17
func (mr *MockLinkerdDiscoveryEmitterMockRecorder) Upstream() *gomock.Call
Upstream indicates an expected call of Upstream
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 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 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 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 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 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 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
Source Files ¶
- appmesh_discovery_snapshot_emitter.sk.go
- config_snapshot_emitter.sk.go
- discovery_snapshot_emitter.sk.go
- install_client.sk.go
- install_reconciler.sk.go
- install_snapshot_emitter.sk.go
- istio_discovery_snapshot_emitter.sk.go
- linkerd_discovery_snapshot_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
- 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