Documentation ¶
Overview ¶
Package mock_v1beta1 is a generated GoMock package.
Index ¶
- type MockClientset
- func (m *MockClientset) DestinationRules() v1beta1.DestinationRuleClient
- func (m *MockClientset) EXPECT() *MockClientsetMockRecorder
- func (m *MockClientset) Gateways() v1beta1.GatewayClient
- func (m *MockClientset) ServiceEntries() v1beta1.ServiceEntryClient
- func (m *MockClientset) Sidecars() v1beta1.SidecarClient
- func (m *MockClientset) VirtualServices() v1beta1.VirtualServiceClient
- func (m *MockClientset) WorkloadEntries() v1beta1.WorkloadEntryClient
- type MockClientsetMockRecorder
- func (mr *MockClientsetMockRecorder) DestinationRules() *gomock.Call
- func (mr *MockClientsetMockRecorder) Gateways() *gomock.Call
- func (mr *MockClientsetMockRecorder) ServiceEntries() *gomock.Call
- func (mr *MockClientsetMockRecorder) Sidecars() *gomock.Call
- func (mr *MockClientsetMockRecorder) VirtualServices() *gomock.Call
- func (mr *MockClientsetMockRecorder) WorkloadEntries() *gomock.Call
- type MockDestinationRuleClient
- func (m *MockDestinationRuleClient) CreateDestinationRule(ctx context.Context, obj *v1beta10.DestinationRule, ...) error
- func (m *MockDestinationRuleClient) DeleteAllOfDestinationRule(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockDestinationRuleClient) DeleteDestinationRule(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
- func (m *MockDestinationRuleClient) EXPECT() *MockDestinationRuleClientMockRecorder
- func (m *MockDestinationRuleClient) GetDestinationRule(ctx context.Context, key client.ObjectKey) (*v1beta10.DestinationRule, error)
- func (m *MockDestinationRuleClient) ListDestinationRule(ctx context.Context, opts ...client.ListOption) (*v1beta10.DestinationRuleList, error)
- func (m *MockDestinationRuleClient) PatchDestinationRule(ctx context.Context, obj *v1beta10.DestinationRule, patch client.Patch, ...) error
- func (m *MockDestinationRuleClient) PatchDestinationRuleStatus(ctx context.Context, obj *v1beta10.DestinationRule, patch client.Patch, ...) error
- func (m *MockDestinationRuleClient) UpdateDestinationRule(ctx context.Context, obj *v1beta10.DestinationRule, ...) error
- func (m *MockDestinationRuleClient) UpdateDestinationRuleStatus(ctx context.Context, obj *v1beta10.DestinationRule, ...) error
- func (m *MockDestinationRuleClient) UpsertDestinationRule(ctx context.Context, obj *v1beta10.DestinationRule, ...) error
- type MockDestinationRuleClientMockRecorder
- func (mr *MockDestinationRuleClientMockRecorder) CreateDestinationRule(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockDestinationRuleClientMockRecorder) DeleteAllOfDestinationRule(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockDestinationRuleClientMockRecorder) DeleteDestinationRule(ctx, key interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockDestinationRuleClientMockRecorder) GetDestinationRule(ctx, key interface{}) *gomock.Call
- func (mr *MockDestinationRuleClientMockRecorder) ListDestinationRule(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockDestinationRuleClientMockRecorder) PatchDestinationRule(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockDestinationRuleClientMockRecorder) PatchDestinationRuleStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockDestinationRuleClientMockRecorder) UpdateDestinationRule(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockDestinationRuleClientMockRecorder) UpdateDestinationRuleStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockDestinationRuleClientMockRecorder) UpsertDestinationRule(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
- type MockDestinationRuleReader
- func (m *MockDestinationRuleReader) EXPECT() *MockDestinationRuleReaderMockRecorder
- func (m *MockDestinationRuleReader) GetDestinationRule(ctx context.Context, key client.ObjectKey) (*v1beta10.DestinationRule, error)
- func (m *MockDestinationRuleReader) ListDestinationRule(ctx context.Context, opts ...client.ListOption) (*v1beta10.DestinationRuleList, error)
- type MockDestinationRuleReaderMockRecorder
- type MockDestinationRuleStatusWriter
- func (m *MockDestinationRuleStatusWriter) EXPECT() *MockDestinationRuleStatusWriterMockRecorder
- func (m *MockDestinationRuleStatusWriter) PatchDestinationRuleStatus(ctx context.Context, obj *v1beta10.DestinationRule, patch client.Patch, ...) error
- func (m *MockDestinationRuleStatusWriter) UpdateDestinationRuleStatus(ctx context.Context, obj *v1beta10.DestinationRule, ...) error
- type MockDestinationRuleStatusWriterMockRecorder
- type MockDestinationRuleWriter
- func (m *MockDestinationRuleWriter) CreateDestinationRule(ctx context.Context, obj *v1beta10.DestinationRule, ...) error
- func (m *MockDestinationRuleWriter) DeleteAllOfDestinationRule(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockDestinationRuleWriter) DeleteDestinationRule(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
- func (m *MockDestinationRuleWriter) EXPECT() *MockDestinationRuleWriterMockRecorder
- func (m *MockDestinationRuleWriter) PatchDestinationRule(ctx context.Context, obj *v1beta10.DestinationRule, patch client.Patch, ...) error
- func (m *MockDestinationRuleWriter) UpdateDestinationRule(ctx context.Context, obj *v1beta10.DestinationRule, ...) error
- func (m *MockDestinationRuleWriter) UpsertDestinationRule(ctx context.Context, obj *v1beta10.DestinationRule, ...) error
- type MockDestinationRuleWriterMockRecorder
- func (mr *MockDestinationRuleWriterMockRecorder) CreateDestinationRule(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockDestinationRuleWriterMockRecorder) DeleteAllOfDestinationRule(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockDestinationRuleWriterMockRecorder) DeleteDestinationRule(ctx, key interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockDestinationRuleWriterMockRecorder) PatchDestinationRule(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockDestinationRuleWriterMockRecorder) UpdateDestinationRule(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockDestinationRuleWriterMockRecorder) UpsertDestinationRule(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
- type MockGatewayClient
- func (m *MockGatewayClient) CreateGateway(ctx context.Context, obj *v1beta10.Gateway, opts ...client.CreateOption) error
- func (m *MockGatewayClient) DeleteAllOfGateway(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockGatewayClient) DeleteGateway(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
- func (m *MockGatewayClient) EXPECT() *MockGatewayClientMockRecorder
- func (m *MockGatewayClient) GetGateway(ctx context.Context, key client.ObjectKey) (*v1beta10.Gateway, error)
- func (m *MockGatewayClient) ListGateway(ctx context.Context, opts ...client.ListOption) (*v1beta10.GatewayList, error)
- func (m *MockGatewayClient) PatchGateway(ctx context.Context, obj *v1beta10.Gateway, patch client.Patch, ...) error
- func (m *MockGatewayClient) PatchGatewayStatus(ctx context.Context, obj *v1beta10.Gateway, patch client.Patch, ...) error
- func (m *MockGatewayClient) UpdateGateway(ctx context.Context, obj *v1beta10.Gateway, opts ...client.UpdateOption) error
- func (m *MockGatewayClient) UpdateGatewayStatus(ctx context.Context, obj *v1beta10.Gateway, opts ...client.UpdateOption) error
- func (m *MockGatewayClient) UpsertGateway(ctx context.Context, obj *v1beta10.Gateway, ...) error
- type MockGatewayClientMockRecorder
- func (mr *MockGatewayClientMockRecorder) CreateGateway(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGatewayClientMockRecorder) DeleteAllOfGateway(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGatewayClientMockRecorder) DeleteGateway(ctx, key interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGatewayClientMockRecorder) GetGateway(ctx, key interface{}) *gomock.Call
- func (mr *MockGatewayClientMockRecorder) ListGateway(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGatewayClientMockRecorder) PatchGateway(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGatewayClientMockRecorder) PatchGatewayStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGatewayClientMockRecorder) UpdateGateway(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGatewayClientMockRecorder) UpdateGatewayStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGatewayClientMockRecorder) UpsertGateway(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
- type MockGatewayReader
- type MockGatewayReaderMockRecorder
- type MockGatewayStatusWriter
- func (m *MockGatewayStatusWriter) EXPECT() *MockGatewayStatusWriterMockRecorder
- func (m *MockGatewayStatusWriter) PatchGatewayStatus(ctx context.Context, obj *v1beta10.Gateway, patch client.Patch, ...) error
- func (m *MockGatewayStatusWriter) UpdateGatewayStatus(ctx context.Context, obj *v1beta10.Gateway, opts ...client.UpdateOption) error
- type MockGatewayStatusWriterMockRecorder
- type MockGatewayWriter
- func (m *MockGatewayWriter) CreateGateway(ctx context.Context, obj *v1beta10.Gateway, opts ...client.CreateOption) error
- func (m *MockGatewayWriter) DeleteAllOfGateway(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockGatewayWriter) DeleteGateway(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
- func (m *MockGatewayWriter) EXPECT() *MockGatewayWriterMockRecorder
- func (m *MockGatewayWriter) PatchGateway(ctx context.Context, obj *v1beta10.Gateway, patch client.Patch, ...) error
- func (m *MockGatewayWriter) UpdateGateway(ctx context.Context, obj *v1beta10.Gateway, opts ...client.UpdateOption) error
- func (m *MockGatewayWriter) UpsertGateway(ctx context.Context, obj *v1beta10.Gateway, ...) error
- type MockGatewayWriterMockRecorder
- func (mr *MockGatewayWriterMockRecorder) CreateGateway(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGatewayWriterMockRecorder) DeleteAllOfGateway(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGatewayWriterMockRecorder) DeleteGateway(ctx, key interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGatewayWriterMockRecorder) PatchGateway(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGatewayWriterMockRecorder) UpdateGateway(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGatewayWriterMockRecorder) UpsertGateway(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
- type MockMulticlusterClientset
- type MockMulticlusterClientsetMockRecorder
- type MockMulticlusterDestinationRuleClient
- type MockMulticlusterDestinationRuleClientMockRecorder
- type MockMulticlusterGatewayClient
- type MockMulticlusterGatewayClientMockRecorder
- type MockMulticlusterServiceEntryClient
- type MockMulticlusterServiceEntryClientMockRecorder
- type MockMulticlusterSidecarClient
- type MockMulticlusterSidecarClientMockRecorder
- type MockMulticlusterVirtualServiceClient
- type MockMulticlusterVirtualServiceClientMockRecorder
- type MockMulticlusterWorkloadEntryClient
- type MockMulticlusterWorkloadEntryClientMockRecorder
- type MockServiceEntryClient
- func (m *MockServiceEntryClient) CreateServiceEntry(ctx context.Context, obj *v1beta10.ServiceEntry, opts ...client.CreateOption) error
- func (m *MockServiceEntryClient) DeleteAllOfServiceEntry(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockServiceEntryClient) DeleteServiceEntry(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
- func (m *MockServiceEntryClient) EXPECT() *MockServiceEntryClientMockRecorder
- func (m *MockServiceEntryClient) GetServiceEntry(ctx context.Context, key client.ObjectKey) (*v1beta10.ServiceEntry, error)
- func (m *MockServiceEntryClient) ListServiceEntry(ctx context.Context, opts ...client.ListOption) (*v1beta10.ServiceEntryList, error)
- func (m *MockServiceEntryClient) PatchServiceEntry(ctx context.Context, obj *v1beta10.ServiceEntry, patch client.Patch, ...) error
- func (m *MockServiceEntryClient) PatchServiceEntryStatus(ctx context.Context, obj *v1beta10.ServiceEntry, patch client.Patch, ...) error
- func (m *MockServiceEntryClient) UpdateServiceEntry(ctx context.Context, obj *v1beta10.ServiceEntry, opts ...client.UpdateOption) error
- func (m *MockServiceEntryClient) UpdateServiceEntryStatus(ctx context.Context, obj *v1beta10.ServiceEntry, opts ...client.UpdateOption) error
- func (m *MockServiceEntryClient) UpsertServiceEntry(ctx context.Context, obj *v1beta10.ServiceEntry, ...) error
- type MockServiceEntryClientMockRecorder
- func (mr *MockServiceEntryClientMockRecorder) CreateServiceEntry(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockServiceEntryClientMockRecorder) DeleteAllOfServiceEntry(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockServiceEntryClientMockRecorder) DeleteServiceEntry(ctx, key interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockServiceEntryClientMockRecorder) GetServiceEntry(ctx, key interface{}) *gomock.Call
- func (mr *MockServiceEntryClientMockRecorder) ListServiceEntry(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockServiceEntryClientMockRecorder) PatchServiceEntry(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockServiceEntryClientMockRecorder) PatchServiceEntryStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockServiceEntryClientMockRecorder) UpdateServiceEntry(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockServiceEntryClientMockRecorder) UpdateServiceEntryStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockServiceEntryClientMockRecorder) UpsertServiceEntry(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
- type MockServiceEntryReader
- func (m *MockServiceEntryReader) EXPECT() *MockServiceEntryReaderMockRecorder
- func (m *MockServiceEntryReader) GetServiceEntry(ctx context.Context, key client.ObjectKey) (*v1beta10.ServiceEntry, error)
- func (m *MockServiceEntryReader) ListServiceEntry(ctx context.Context, opts ...client.ListOption) (*v1beta10.ServiceEntryList, error)
- type MockServiceEntryReaderMockRecorder
- type MockServiceEntryStatusWriter
- func (m *MockServiceEntryStatusWriter) EXPECT() *MockServiceEntryStatusWriterMockRecorder
- func (m *MockServiceEntryStatusWriter) PatchServiceEntryStatus(ctx context.Context, obj *v1beta10.ServiceEntry, patch client.Patch, ...) error
- func (m *MockServiceEntryStatusWriter) UpdateServiceEntryStatus(ctx context.Context, obj *v1beta10.ServiceEntry, opts ...client.UpdateOption) error
- type MockServiceEntryStatusWriterMockRecorder
- type MockServiceEntryWriter
- func (m *MockServiceEntryWriter) CreateServiceEntry(ctx context.Context, obj *v1beta10.ServiceEntry, opts ...client.CreateOption) error
- func (m *MockServiceEntryWriter) DeleteAllOfServiceEntry(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockServiceEntryWriter) DeleteServiceEntry(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
- func (m *MockServiceEntryWriter) EXPECT() *MockServiceEntryWriterMockRecorder
- func (m *MockServiceEntryWriter) PatchServiceEntry(ctx context.Context, obj *v1beta10.ServiceEntry, patch client.Patch, ...) error
- func (m *MockServiceEntryWriter) UpdateServiceEntry(ctx context.Context, obj *v1beta10.ServiceEntry, opts ...client.UpdateOption) error
- func (m *MockServiceEntryWriter) UpsertServiceEntry(ctx context.Context, obj *v1beta10.ServiceEntry, ...) error
- type MockServiceEntryWriterMockRecorder
- func (mr *MockServiceEntryWriterMockRecorder) CreateServiceEntry(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockServiceEntryWriterMockRecorder) DeleteAllOfServiceEntry(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockServiceEntryWriterMockRecorder) DeleteServiceEntry(ctx, key interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockServiceEntryWriterMockRecorder) PatchServiceEntry(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockServiceEntryWriterMockRecorder) UpdateServiceEntry(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockServiceEntryWriterMockRecorder) UpsertServiceEntry(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
- type MockSidecarClient
- func (m *MockSidecarClient) CreateSidecar(ctx context.Context, obj *v1beta10.Sidecar, opts ...client.CreateOption) error
- func (m *MockSidecarClient) DeleteAllOfSidecar(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockSidecarClient) DeleteSidecar(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
- func (m *MockSidecarClient) EXPECT() *MockSidecarClientMockRecorder
- func (m *MockSidecarClient) GetSidecar(ctx context.Context, key client.ObjectKey) (*v1beta10.Sidecar, error)
- func (m *MockSidecarClient) ListSidecar(ctx context.Context, opts ...client.ListOption) (*v1beta10.SidecarList, error)
- func (m *MockSidecarClient) PatchSidecar(ctx context.Context, obj *v1beta10.Sidecar, patch client.Patch, ...) error
- func (m *MockSidecarClient) PatchSidecarStatus(ctx context.Context, obj *v1beta10.Sidecar, patch client.Patch, ...) error
- func (m *MockSidecarClient) UpdateSidecar(ctx context.Context, obj *v1beta10.Sidecar, opts ...client.UpdateOption) error
- func (m *MockSidecarClient) UpdateSidecarStatus(ctx context.Context, obj *v1beta10.Sidecar, opts ...client.UpdateOption) error
- func (m *MockSidecarClient) UpsertSidecar(ctx context.Context, obj *v1beta10.Sidecar, ...) error
- type MockSidecarClientMockRecorder
- func (mr *MockSidecarClientMockRecorder) CreateSidecar(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockSidecarClientMockRecorder) DeleteAllOfSidecar(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockSidecarClientMockRecorder) DeleteSidecar(ctx, key interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockSidecarClientMockRecorder) GetSidecar(ctx, key interface{}) *gomock.Call
- func (mr *MockSidecarClientMockRecorder) ListSidecar(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockSidecarClientMockRecorder) PatchSidecar(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockSidecarClientMockRecorder) PatchSidecarStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockSidecarClientMockRecorder) UpdateSidecar(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockSidecarClientMockRecorder) UpdateSidecarStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockSidecarClientMockRecorder) UpsertSidecar(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
- type MockSidecarReader
- type MockSidecarReaderMockRecorder
- type MockSidecarStatusWriter
- func (m *MockSidecarStatusWriter) EXPECT() *MockSidecarStatusWriterMockRecorder
- func (m *MockSidecarStatusWriter) PatchSidecarStatus(ctx context.Context, obj *v1beta10.Sidecar, patch client.Patch, ...) error
- func (m *MockSidecarStatusWriter) UpdateSidecarStatus(ctx context.Context, obj *v1beta10.Sidecar, opts ...client.UpdateOption) error
- type MockSidecarStatusWriterMockRecorder
- type MockSidecarWriter
- func (m *MockSidecarWriter) CreateSidecar(ctx context.Context, obj *v1beta10.Sidecar, opts ...client.CreateOption) error
- func (m *MockSidecarWriter) DeleteAllOfSidecar(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockSidecarWriter) DeleteSidecar(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
- func (m *MockSidecarWriter) EXPECT() *MockSidecarWriterMockRecorder
- func (m *MockSidecarWriter) PatchSidecar(ctx context.Context, obj *v1beta10.Sidecar, patch client.Patch, ...) error
- func (m *MockSidecarWriter) UpdateSidecar(ctx context.Context, obj *v1beta10.Sidecar, opts ...client.UpdateOption) error
- func (m *MockSidecarWriter) UpsertSidecar(ctx context.Context, obj *v1beta10.Sidecar, ...) error
- type MockSidecarWriterMockRecorder
- func (mr *MockSidecarWriterMockRecorder) CreateSidecar(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockSidecarWriterMockRecorder) DeleteAllOfSidecar(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockSidecarWriterMockRecorder) DeleteSidecar(ctx, key interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockSidecarWriterMockRecorder) PatchSidecar(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockSidecarWriterMockRecorder) UpdateSidecar(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockSidecarWriterMockRecorder) UpsertSidecar(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
- type MockVirtualServiceClient
- func (m *MockVirtualServiceClient) CreateVirtualService(ctx context.Context, obj *v1beta10.VirtualService, opts ...client.CreateOption) error
- func (m *MockVirtualServiceClient) DeleteAllOfVirtualService(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockVirtualServiceClient) DeleteVirtualService(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
- func (m *MockVirtualServiceClient) EXPECT() *MockVirtualServiceClientMockRecorder
- func (m *MockVirtualServiceClient) GetVirtualService(ctx context.Context, key client.ObjectKey) (*v1beta10.VirtualService, error)
- func (m *MockVirtualServiceClient) ListVirtualService(ctx context.Context, opts ...client.ListOption) (*v1beta10.VirtualServiceList, error)
- func (m *MockVirtualServiceClient) PatchVirtualService(ctx context.Context, obj *v1beta10.VirtualService, patch client.Patch, ...) error
- func (m *MockVirtualServiceClient) PatchVirtualServiceStatus(ctx context.Context, obj *v1beta10.VirtualService, patch client.Patch, ...) error
- func (m *MockVirtualServiceClient) UpdateVirtualService(ctx context.Context, obj *v1beta10.VirtualService, opts ...client.UpdateOption) error
- func (m *MockVirtualServiceClient) UpdateVirtualServiceStatus(ctx context.Context, obj *v1beta10.VirtualService, opts ...client.UpdateOption) error
- func (m *MockVirtualServiceClient) UpsertVirtualService(ctx context.Context, obj *v1beta10.VirtualService, ...) error
- type MockVirtualServiceClientMockRecorder
- func (mr *MockVirtualServiceClientMockRecorder) CreateVirtualService(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualServiceClientMockRecorder) DeleteAllOfVirtualService(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualServiceClientMockRecorder) DeleteVirtualService(ctx, key interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualServiceClientMockRecorder) GetVirtualService(ctx, key interface{}) *gomock.Call
- func (mr *MockVirtualServiceClientMockRecorder) ListVirtualService(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualServiceClientMockRecorder) PatchVirtualService(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualServiceClientMockRecorder) PatchVirtualServiceStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualServiceClientMockRecorder) UpdateVirtualService(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualServiceClientMockRecorder) UpdateVirtualServiceStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualServiceClientMockRecorder) UpsertVirtualService(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
- type MockVirtualServiceReader
- func (m *MockVirtualServiceReader) EXPECT() *MockVirtualServiceReaderMockRecorder
- func (m *MockVirtualServiceReader) GetVirtualService(ctx context.Context, key client.ObjectKey) (*v1beta10.VirtualService, error)
- func (m *MockVirtualServiceReader) ListVirtualService(ctx context.Context, opts ...client.ListOption) (*v1beta10.VirtualServiceList, error)
- type MockVirtualServiceReaderMockRecorder
- type MockVirtualServiceStatusWriter
- func (m *MockVirtualServiceStatusWriter) EXPECT() *MockVirtualServiceStatusWriterMockRecorder
- func (m *MockVirtualServiceStatusWriter) PatchVirtualServiceStatus(ctx context.Context, obj *v1beta10.VirtualService, patch client.Patch, ...) error
- func (m *MockVirtualServiceStatusWriter) UpdateVirtualServiceStatus(ctx context.Context, obj *v1beta10.VirtualService, opts ...client.UpdateOption) error
- type MockVirtualServiceStatusWriterMockRecorder
- type MockVirtualServiceWriter
- func (m *MockVirtualServiceWriter) CreateVirtualService(ctx context.Context, obj *v1beta10.VirtualService, opts ...client.CreateOption) error
- func (m *MockVirtualServiceWriter) DeleteAllOfVirtualService(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockVirtualServiceWriter) DeleteVirtualService(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
- func (m *MockVirtualServiceWriter) EXPECT() *MockVirtualServiceWriterMockRecorder
- func (m *MockVirtualServiceWriter) PatchVirtualService(ctx context.Context, obj *v1beta10.VirtualService, patch client.Patch, ...) error
- func (m *MockVirtualServiceWriter) UpdateVirtualService(ctx context.Context, obj *v1beta10.VirtualService, opts ...client.UpdateOption) error
- func (m *MockVirtualServiceWriter) UpsertVirtualService(ctx context.Context, obj *v1beta10.VirtualService, ...) error
- type MockVirtualServiceWriterMockRecorder
- func (mr *MockVirtualServiceWriterMockRecorder) CreateVirtualService(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualServiceWriterMockRecorder) DeleteAllOfVirtualService(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualServiceWriterMockRecorder) DeleteVirtualService(ctx, key interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualServiceWriterMockRecorder) PatchVirtualService(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualServiceWriterMockRecorder) UpdateVirtualService(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualServiceWriterMockRecorder) UpsertVirtualService(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
- type MockWorkloadEntryClient
- func (m *MockWorkloadEntryClient) CreateWorkloadEntry(ctx context.Context, obj *v1beta10.WorkloadEntry, opts ...client.CreateOption) error
- func (m *MockWorkloadEntryClient) DeleteAllOfWorkloadEntry(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockWorkloadEntryClient) DeleteWorkloadEntry(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
- func (m *MockWorkloadEntryClient) EXPECT() *MockWorkloadEntryClientMockRecorder
- func (m *MockWorkloadEntryClient) GetWorkloadEntry(ctx context.Context, key client.ObjectKey) (*v1beta10.WorkloadEntry, error)
- func (m *MockWorkloadEntryClient) ListWorkloadEntry(ctx context.Context, opts ...client.ListOption) (*v1beta10.WorkloadEntryList, error)
- func (m *MockWorkloadEntryClient) PatchWorkloadEntry(ctx context.Context, obj *v1beta10.WorkloadEntry, patch client.Patch, ...) error
- func (m *MockWorkloadEntryClient) PatchWorkloadEntryStatus(ctx context.Context, obj *v1beta10.WorkloadEntry, patch client.Patch, ...) error
- func (m *MockWorkloadEntryClient) UpdateWorkloadEntry(ctx context.Context, obj *v1beta10.WorkloadEntry, opts ...client.UpdateOption) error
- func (m *MockWorkloadEntryClient) UpdateWorkloadEntryStatus(ctx context.Context, obj *v1beta10.WorkloadEntry, opts ...client.UpdateOption) error
- func (m *MockWorkloadEntryClient) UpsertWorkloadEntry(ctx context.Context, obj *v1beta10.WorkloadEntry, ...) error
- type MockWorkloadEntryClientMockRecorder
- func (mr *MockWorkloadEntryClientMockRecorder) CreateWorkloadEntry(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockWorkloadEntryClientMockRecorder) DeleteAllOfWorkloadEntry(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockWorkloadEntryClientMockRecorder) DeleteWorkloadEntry(ctx, key interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockWorkloadEntryClientMockRecorder) GetWorkloadEntry(ctx, key interface{}) *gomock.Call
- func (mr *MockWorkloadEntryClientMockRecorder) ListWorkloadEntry(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockWorkloadEntryClientMockRecorder) PatchWorkloadEntry(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockWorkloadEntryClientMockRecorder) PatchWorkloadEntryStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockWorkloadEntryClientMockRecorder) UpdateWorkloadEntry(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockWorkloadEntryClientMockRecorder) UpdateWorkloadEntryStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockWorkloadEntryClientMockRecorder) UpsertWorkloadEntry(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
- type MockWorkloadEntryReader
- func (m *MockWorkloadEntryReader) EXPECT() *MockWorkloadEntryReaderMockRecorder
- func (m *MockWorkloadEntryReader) GetWorkloadEntry(ctx context.Context, key client.ObjectKey) (*v1beta10.WorkloadEntry, error)
- func (m *MockWorkloadEntryReader) ListWorkloadEntry(ctx context.Context, opts ...client.ListOption) (*v1beta10.WorkloadEntryList, error)
- type MockWorkloadEntryReaderMockRecorder
- type MockWorkloadEntryStatusWriter
- func (m *MockWorkloadEntryStatusWriter) EXPECT() *MockWorkloadEntryStatusWriterMockRecorder
- func (m *MockWorkloadEntryStatusWriter) PatchWorkloadEntryStatus(ctx context.Context, obj *v1beta10.WorkloadEntry, patch client.Patch, ...) error
- func (m *MockWorkloadEntryStatusWriter) UpdateWorkloadEntryStatus(ctx context.Context, obj *v1beta10.WorkloadEntry, opts ...client.UpdateOption) error
- type MockWorkloadEntryStatusWriterMockRecorder
- type MockWorkloadEntryWriter
- func (m *MockWorkloadEntryWriter) CreateWorkloadEntry(ctx context.Context, obj *v1beta10.WorkloadEntry, opts ...client.CreateOption) error
- func (m *MockWorkloadEntryWriter) DeleteAllOfWorkloadEntry(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockWorkloadEntryWriter) DeleteWorkloadEntry(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
- func (m *MockWorkloadEntryWriter) EXPECT() *MockWorkloadEntryWriterMockRecorder
- func (m *MockWorkloadEntryWriter) PatchWorkloadEntry(ctx context.Context, obj *v1beta10.WorkloadEntry, patch client.Patch, ...) error
- func (m *MockWorkloadEntryWriter) UpdateWorkloadEntry(ctx context.Context, obj *v1beta10.WorkloadEntry, opts ...client.UpdateOption) error
- func (m *MockWorkloadEntryWriter) UpsertWorkloadEntry(ctx context.Context, obj *v1beta10.WorkloadEntry, ...) error
- type MockWorkloadEntryWriterMockRecorder
- func (mr *MockWorkloadEntryWriterMockRecorder) CreateWorkloadEntry(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockWorkloadEntryWriterMockRecorder) DeleteAllOfWorkloadEntry(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockWorkloadEntryWriterMockRecorder) DeleteWorkloadEntry(ctx, key interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockWorkloadEntryWriterMockRecorder) PatchWorkloadEntry(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockWorkloadEntryWriterMockRecorder) UpdateWorkloadEntry(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockWorkloadEntryWriterMockRecorder) UpsertWorkloadEntry(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClientset ¶
type MockClientset struct {
// contains filtered or unexported fields
}
MockClientset is a mock of Clientset interface.
func NewMockClientset ¶
func NewMockClientset(ctrl *gomock.Controller) *MockClientset
NewMockClientset creates a new mock instance.
func (*MockClientset) DestinationRules ¶
func (m *MockClientset) DestinationRules() v1beta1.DestinationRuleClient
DestinationRules mocks base method.
func (*MockClientset) EXPECT ¶
func (m *MockClientset) EXPECT() *MockClientsetMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockClientset) Gateways ¶
func (m *MockClientset) Gateways() v1beta1.GatewayClient
Gateways mocks base method.
func (*MockClientset) ServiceEntries ¶
func (m *MockClientset) ServiceEntries() v1beta1.ServiceEntryClient
ServiceEntries mocks base method.
func (*MockClientset) Sidecars ¶
func (m *MockClientset) Sidecars() v1beta1.SidecarClient
Sidecars mocks base method.
func (*MockClientset) VirtualServices ¶
func (m *MockClientset) VirtualServices() v1beta1.VirtualServiceClient
VirtualServices mocks base method.
func (*MockClientset) WorkloadEntries ¶
func (m *MockClientset) WorkloadEntries() v1beta1.WorkloadEntryClient
WorkloadEntries mocks base method.
type MockClientsetMockRecorder ¶
type MockClientsetMockRecorder struct {
// contains filtered or unexported fields
}
MockClientsetMockRecorder is the mock recorder for MockClientset.
func (*MockClientsetMockRecorder) DestinationRules ¶
func (mr *MockClientsetMockRecorder) DestinationRules() *gomock.Call
DestinationRules indicates an expected call of DestinationRules.
func (*MockClientsetMockRecorder) Gateways ¶
func (mr *MockClientsetMockRecorder) Gateways() *gomock.Call
Gateways indicates an expected call of Gateways.
func (*MockClientsetMockRecorder) ServiceEntries ¶
func (mr *MockClientsetMockRecorder) ServiceEntries() *gomock.Call
ServiceEntries indicates an expected call of ServiceEntries.
func (*MockClientsetMockRecorder) Sidecars ¶
func (mr *MockClientsetMockRecorder) Sidecars() *gomock.Call
Sidecars indicates an expected call of Sidecars.
func (*MockClientsetMockRecorder) VirtualServices ¶
func (mr *MockClientsetMockRecorder) VirtualServices() *gomock.Call
VirtualServices indicates an expected call of VirtualServices.
func (*MockClientsetMockRecorder) WorkloadEntries ¶
func (mr *MockClientsetMockRecorder) WorkloadEntries() *gomock.Call
WorkloadEntries indicates an expected call of WorkloadEntries.
type MockDestinationRuleClient ¶
type MockDestinationRuleClient struct {
// contains filtered or unexported fields
}
MockDestinationRuleClient is a mock of DestinationRuleClient interface.
func NewMockDestinationRuleClient ¶
func NewMockDestinationRuleClient(ctrl *gomock.Controller) *MockDestinationRuleClient
NewMockDestinationRuleClient creates a new mock instance.
func (*MockDestinationRuleClient) CreateDestinationRule ¶
func (m *MockDestinationRuleClient) CreateDestinationRule(ctx context.Context, obj *v1beta10.DestinationRule, opts ...client.CreateOption) error
CreateDestinationRule mocks base method.
func (*MockDestinationRuleClient) DeleteAllOfDestinationRule ¶
func (m *MockDestinationRuleClient) DeleteAllOfDestinationRule(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfDestinationRule mocks base method.
func (*MockDestinationRuleClient) DeleteDestinationRule ¶
func (m *MockDestinationRuleClient) DeleteDestinationRule(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
DeleteDestinationRule mocks base method.
func (*MockDestinationRuleClient) EXPECT ¶
func (m *MockDestinationRuleClient) EXPECT() *MockDestinationRuleClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockDestinationRuleClient) GetDestinationRule ¶
func (m *MockDestinationRuleClient) GetDestinationRule(ctx context.Context, key client.ObjectKey) (*v1beta10.DestinationRule, error)
GetDestinationRule mocks base method.
func (*MockDestinationRuleClient) ListDestinationRule ¶
func (m *MockDestinationRuleClient) ListDestinationRule(ctx context.Context, opts ...client.ListOption) (*v1beta10.DestinationRuleList, error)
ListDestinationRule mocks base method.
func (*MockDestinationRuleClient) PatchDestinationRule ¶
func (m *MockDestinationRuleClient) PatchDestinationRule(ctx context.Context, obj *v1beta10.DestinationRule, patch client.Patch, opts ...client.PatchOption) error
PatchDestinationRule mocks base method.
func (*MockDestinationRuleClient) PatchDestinationRuleStatus ¶
func (m *MockDestinationRuleClient) PatchDestinationRuleStatus(ctx context.Context, obj *v1beta10.DestinationRule, patch client.Patch, opts ...client.PatchOption) error
PatchDestinationRuleStatus mocks base method.
func (*MockDestinationRuleClient) UpdateDestinationRule ¶
func (m *MockDestinationRuleClient) UpdateDestinationRule(ctx context.Context, obj *v1beta10.DestinationRule, opts ...client.UpdateOption) error
UpdateDestinationRule mocks base method.
func (*MockDestinationRuleClient) UpdateDestinationRuleStatus ¶
func (m *MockDestinationRuleClient) UpdateDestinationRuleStatus(ctx context.Context, obj *v1beta10.DestinationRule, opts ...client.UpdateOption) error
UpdateDestinationRuleStatus mocks base method.
func (*MockDestinationRuleClient) UpsertDestinationRule ¶
func (m *MockDestinationRuleClient) UpsertDestinationRule(ctx context.Context, obj *v1beta10.DestinationRule, transitionFuncs ...v1beta1.DestinationRuleTransitionFunction) error
UpsertDestinationRule mocks base method.
type MockDestinationRuleClientMockRecorder ¶
type MockDestinationRuleClientMockRecorder struct {
// contains filtered or unexported fields
}
MockDestinationRuleClientMockRecorder is the mock recorder for MockDestinationRuleClient.
func (*MockDestinationRuleClientMockRecorder) CreateDestinationRule ¶
func (mr *MockDestinationRuleClientMockRecorder) CreateDestinationRule(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreateDestinationRule indicates an expected call of CreateDestinationRule.
func (*MockDestinationRuleClientMockRecorder) DeleteAllOfDestinationRule ¶
func (mr *MockDestinationRuleClientMockRecorder) DeleteAllOfDestinationRule(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfDestinationRule indicates an expected call of DeleteAllOfDestinationRule.
func (*MockDestinationRuleClientMockRecorder) DeleteDestinationRule ¶
func (mr *MockDestinationRuleClientMockRecorder) DeleteDestinationRule(ctx, key interface{}, opts ...interface{}) *gomock.Call
DeleteDestinationRule indicates an expected call of DeleteDestinationRule.
func (*MockDestinationRuleClientMockRecorder) GetDestinationRule ¶
func (mr *MockDestinationRuleClientMockRecorder) GetDestinationRule(ctx, key interface{}) *gomock.Call
GetDestinationRule indicates an expected call of GetDestinationRule.
func (*MockDestinationRuleClientMockRecorder) ListDestinationRule ¶
func (mr *MockDestinationRuleClientMockRecorder) ListDestinationRule(ctx interface{}, opts ...interface{}) *gomock.Call
ListDestinationRule indicates an expected call of ListDestinationRule.
func (*MockDestinationRuleClientMockRecorder) PatchDestinationRule ¶
func (mr *MockDestinationRuleClientMockRecorder) PatchDestinationRule(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchDestinationRule indicates an expected call of PatchDestinationRule.
func (*MockDestinationRuleClientMockRecorder) PatchDestinationRuleStatus ¶
func (mr *MockDestinationRuleClientMockRecorder) PatchDestinationRuleStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchDestinationRuleStatus indicates an expected call of PatchDestinationRuleStatus.
func (*MockDestinationRuleClientMockRecorder) UpdateDestinationRule ¶
func (mr *MockDestinationRuleClientMockRecorder) UpdateDestinationRule(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateDestinationRule indicates an expected call of UpdateDestinationRule.
func (*MockDestinationRuleClientMockRecorder) UpdateDestinationRuleStatus ¶
func (mr *MockDestinationRuleClientMockRecorder) UpdateDestinationRuleStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateDestinationRuleStatus indicates an expected call of UpdateDestinationRuleStatus.
func (*MockDestinationRuleClientMockRecorder) UpsertDestinationRule ¶
func (mr *MockDestinationRuleClientMockRecorder) UpsertDestinationRule(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertDestinationRule indicates an expected call of UpsertDestinationRule.
type MockDestinationRuleReader ¶
type MockDestinationRuleReader struct {
// contains filtered or unexported fields
}
MockDestinationRuleReader is a mock of DestinationRuleReader interface.
func NewMockDestinationRuleReader ¶
func NewMockDestinationRuleReader(ctrl *gomock.Controller) *MockDestinationRuleReader
NewMockDestinationRuleReader creates a new mock instance.
func (*MockDestinationRuleReader) EXPECT ¶
func (m *MockDestinationRuleReader) EXPECT() *MockDestinationRuleReaderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockDestinationRuleReader) GetDestinationRule ¶
func (m *MockDestinationRuleReader) GetDestinationRule(ctx context.Context, key client.ObjectKey) (*v1beta10.DestinationRule, error)
GetDestinationRule mocks base method.
func (*MockDestinationRuleReader) ListDestinationRule ¶
func (m *MockDestinationRuleReader) ListDestinationRule(ctx context.Context, opts ...client.ListOption) (*v1beta10.DestinationRuleList, error)
ListDestinationRule mocks base method.
type MockDestinationRuleReaderMockRecorder ¶
type MockDestinationRuleReaderMockRecorder struct {
// contains filtered or unexported fields
}
MockDestinationRuleReaderMockRecorder is the mock recorder for MockDestinationRuleReader.
func (*MockDestinationRuleReaderMockRecorder) GetDestinationRule ¶
func (mr *MockDestinationRuleReaderMockRecorder) GetDestinationRule(ctx, key interface{}) *gomock.Call
GetDestinationRule indicates an expected call of GetDestinationRule.
func (*MockDestinationRuleReaderMockRecorder) ListDestinationRule ¶
func (mr *MockDestinationRuleReaderMockRecorder) ListDestinationRule(ctx interface{}, opts ...interface{}) *gomock.Call
ListDestinationRule indicates an expected call of ListDestinationRule.
type MockDestinationRuleStatusWriter ¶
type MockDestinationRuleStatusWriter struct {
// contains filtered or unexported fields
}
MockDestinationRuleStatusWriter is a mock of DestinationRuleStatusWriter interface.
func NewMockDestinationRuleStatusWriter ¶
func NewMockDestinationRuleStatusWriter(ctrl *gomock.Controller) *MockDestinationRuleStatusWriter
NewMockDestinationRuleStatusWriter creates a new mock instance.
func (*MockDestinationRuleStatusWriter) EXPECT ¶
func (m *MockDestinationRuleStatusWriter) EXPECT() *MockDestinationRuleStatusWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockDestinationRuleStatusWriter) PatchDestinationRuleStatus ¶
func (m *MockDestinationRuleStatusWriter) PatchDestinationRuleStatus(ctx context.Context, obj *v1beta10.DestinationRule, patch client.Patch, opts ...client.PatchOption) error
PatchDestinationRuleStatus mocks base method.
func (*MockDestinationRuleStatusWriter) UpdateDestinationRuleStatus ¶
func (m *MockDestinationRuleStatusWriter) UpdateDestinationRuleStatus(ctx context.Context, obj *v1beta10.DestinationRule, opts ...client.UpdateOption) error
UpdateDestinationRuleStatus mocks base method.
type MockDestinationRuleStatusWriterMockRecorder ¶
type MockDestinationRuleStatusWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockDestinationRuleStatusWriterMockRecorder is the mock recorder for MockDestinationRuleStatusWriter.
func (*MockDestinationRuleStatusWriterMockRecorder) PatchDestinationRuleStatus ¶
func (mr *MockDestinationRuleStatusWriterMockRecorder) PatchDestinationRuleStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchDestinationRuleStatus indicates an expected call of PatchDestinationRuleStatus.
func (*MockDestinationRuleStatusWriterMockRecorder) UpdateDestinationRuleStatus ¶
func (mr *MockDestinationRuleStatusWriterMockRecorder) UpdateDestinationRuleStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateDestinationRuleStatus indicates an expected call of UpdateDestinationRuleStatus.
type MockDestinationRuleWriter ¶
type MockDestinationRuleWriter struct {
// contains filtered or unexported fields
}
MockDestinationRuleWriter is a mock of DestinationRuleWriter interface.
func NewMockDestinationRuleWriter ¶
func NewMockDestinationRuleWriter(ctrl *gomock.Controller) *MockDestinationRuleWriter
NewMockDestinationRuleWriter creates a new mock instance.
func (*MockDestinationRuleWriter) CreateDestinationRule ¶
func (m *MockDestinationRuleWriter) CreateDestinationRule(ctx context.Context, obj *v1beta10.DestinationRule, opts ...client.CreateOption) error
CreateDestinationRule mocks base method.
func (*MockDestinationRuleWriter) DeleteAllOfDestinationRule ¶
func (m *MockDestinationRuleWriter) DeleteAllOfDestinationRule(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfDestinationRule mocks base method.
func (*MockDestinationRuleWriter) DeleteDestinationRule ¶
func (m *MockDestinationRuleWriter) DeleteDestinationRule(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
DeleteDestinationRule mocks base method.
func (*MockDestinationRuleWriter) EXPECT ¶
func (m *MockDestinationRuleWriter) EXPECT() *MockDestinationRuleWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockDestinationRuleWriter) PatchDestinationRule ¶
func (m *MockDestinationRuleWriter) PatchDestinationRule(ctx context.Context, obj *v1beta10.DestinationRule, patch client.Patch, opts ...client.PatchOption) error
PatchDestinationRule mocks base method.
func (*MockDestinationRuleWriter) UpdateDestinationRule ¶
func (m *MockDestinationRuleWriter) UpdateDestinationRule(ctx context.Context, obj *v1beta10.DestinationRule, opts ...client.UpdateOption) error
UpdateDestinationRule mocks base method.
func (*MockDestinationRuleWriter) UpsertDestinationRule ¶
func (m *MockDestinationRuleWriter) UpsertDestinationRule(ctx context.Context, obj *v1beta10.DestinationRule, transitionFuncs ...v1beta1.DestinationRuleTransitionFunction) error
UpsertDestinationRule mocks base method.
type MockDestinationRuleWriterMockRecorder ¶
type MockDestinationRuleWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockDestinationRuleWriterMockRecorder is the mock recorder for MockDestinationRuleWriter.
func (*MockDestinationRuleWriterMockRecorder) CreateDestinationRule ¶
func (mr *MockDestinationRuleWriterMockRecorder) CreateDestinationRule(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreateDestinationRule indicates an expected call of CreateDestinationRule.
func (*MockDestinationRuleWriterMockRecorder) DeleteAllOfDestinationRule ¶
func (mr *MockDestinationRuleWriterMockRecorder) DeleteAllOfDestinationRule(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfDestinationRule indicates an expected call of DeleteAllOfDestinationRule.
func (*MockDestinationRuleWriterMockRecorder) DeleteDestinationRule ¶
func (mr *MockDestinationRuleWriterMockRecorder) DeleteDestinationRule(ctx, key interface{}, opts ...interface{}) *gomock.Call
DeleteDestinationRule indicates an expected call of DeleteDestinationRule.
func (*MockDestinationRuleWriterMockRecorder) PatchDestinationRule ¶
func (mr *MockDestinationRuleWriterMockRecorder) PatchDestinationRule(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchDestinationRule indicates an expected call of PatchDestinationRule.
func (*MockDestinationRuleWriterMockRecorder) UpdateDestinationRule ¶
func (mr *MockDestinationRuleWriterMockRecorder) UpdateDestinationRule(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateDestinationRule indicates an expected call of UpdateDestinationRule.
func (*MockDestinationRuleWriterMockRecorder) UpsertDestinationRule ¶
func (mr *MockDestinationRuleWriterMockRecorder) UpsertDestinationRule(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertDestinationRule indicates an expected call of UpsertDestinationRule.
type MockGatewayClient ¶
type MockGatewayClient struct {
// contains filtered or unexported fields
}
MockGatewayClient is a mock of GatewayClient interface.
func NewMockGatewayClient ¶
func NewMockGatewayClient(ctrl *gomock.Controller) *MockGatewayClient
NewMockGatewayClient creates a new mock instance.
func (*MockGatewayClient) CreateGateway ¶
func (m *MockGatewayClient) CreateGateway(ctx context.Context, obj *v1beta10.Gateway, opts ...client.CreateOption) error
CreateGateway mocks base method.
func (*MockGatewayClient) DeleteAllOfGateway ¶
func (m *MockGatewayClient) DeleteAllOfGateway(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfGateway mocks base method.
func (*MockGatewayClient) DeleteGateway ¶
func (m *MockGatewayClient) DeleteGateway(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
DeleteGateway mocks base method.
func (*MockGatewayClient) EXPECT ¶
func (m *MockGatewayClient) EXPECT() *MockGatewayClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockGatewayClient) GetGateway ¶
func (m *MockGatewayClient) GetGateway(ctx context.Context, key client.ObjectKey) (*v1beta10.Gateway, error)
GetGateway mocks base method.
func (*MockGatewayClient) ListGateway ¶
func (m *MockGatewayClient) ListGateway(ctx context.Context, opts ...client.ListOption) (*v1beta10.GatewayList, error)
ListGateway mocks base method.
func (*MockGatewayClient) PatchGateway ¶
func (m *MockGatewayClient) PatchGateway(ctx context.Context, obj *v1beta10.Gateway, patch client.Patch, opts ...client.PatchOption) error
PatchGateway mocks base method.
func (*MockGatewayClient) PatchGatewayStatus ¶
func (m *MockGatewayClient) PatchGatewayStatus(ctx context.Context, obj *v1beta10.Gateway, patch client.Patch, opts ...client.PatchOption) error
PatchGatewayStatus mocks base method.
func (*MockGatewayClient) UpdateGateway ¶
func (m *MockGatewayClient) UpdateGateway(ctx context.Context, obj *v1beta10.Gateway, opts ...client.UpdateOption) error
UpdateGateway mocks base method.
func (*MockGatewayClient) UpdateGatewayStatus ¶
func (m *MockGatewayClient) UpdateGatewayStatus(ctx context.Context, obj *v1beta10.Gateway, opts ...client.UpdateOption) error
UpdateGatewayStatus mocks base method.
func (*MockGatewayClient) UpsertGateway ¶
func (m *MockGatewayClient) UpsertGateway(ctx context.Context, obj *v1beta10.Gateway, transitionFuncs ...v1beta1.GatewayTransitionFunction) error
UpsertGateway mocks base method.
type MockGatewayClientMockRecorder ¶
type MockGatewayClientMockRecorder struct {
// contains filtered or unexported fields
}
MockGatewayClientMockRecorder is the mock recorder for MockGatewayClient.
func (*MockGatewayClientMockRecorder) CreateGateway ¶
func (mr *MockGatewayClientMockRecorder) CreateGateway(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreateGateway indicates an expected call of CreateGateway.
func (*MockGatewayClientMockRecorder) DeleteAllOfGateway ¶
func (mr *MockGatewayClientMockRecorder) DeleteAllOfGateway(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfGateway indicates an expected call of DeleteAllOfGateway.
func (*MockGatewayClientMockRecorder) DeleteGateway ¶
func (mr *MockGatewayClientMockRecorder) DeleteGateway(ctx, key interface{}, opts ...interface{}) *gomock.Call
DeleteGateway indicates an expected call of DeleteGateway.
func (*MockGatewayClientMockRecorder) GetGateway ¶
func (mr *MockGatewayClientMockRecorder) GetGateway(ctx, key interface{}) *gomock.Call
GetGateway indicates an expected call of GetGateway.
func (*MockGatewayClientMockRecorder) ListGateway ¶
func (mr *MockGatewayClientMockRecorder) ListGateway(ctx interface{}, opts ...interface{}) *gomock.Call
ListGateway indicates an expected call of ListGateway.
func (*MockGatewayClientMockRecorder) PatchGateway ¶
func (mr *MockGatewayClientMockRecorder) PatchGateway(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchGateway indicates an expected call of PatchGateway.
func (*MockGatewayClientMockRecorder) PatchGatewayStatus ¶
func (mr *MockGatewayClientMockRecorder) PatchGatewayStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchGatewayStatus indicates an expected call of PatchGatewayStatus.
func (*MockGatewayClientMockRecorder) UpdateGateway ¶
func (mr *MockGatewayClientMockRecorder) UpdateGateway(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateGateway indicates an expected call of UpdateGateway.
func (*MockGatewayClientMockRecorder) UpdateGatewayStatus ¶
func (mr *MockGatewayClientMockRecorder) UpdateGatewayStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateGatewayStatus indicates an expected call of UpdateGatewayStatus.
func (*MockGatewayClientMockRecorder) UpsertGateway ¶
func (mr *MockGatewayClientMockRecorder) UpsertGateway(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertGateway indicates an expected call of UpsertGateway.
type MockGatewayReader ¶
type MockGatewayReader struct {
// contains filtered or unexported fields
}
MockGatewayReader is a mock of GatewayReader interface.
func NewMockGatewayReader ¶
func NewMockGatewayReader(ctrl *gomock.Controller) *MockGatewayReader
NewMockGatewayReader creates a new mock instance.
func (*MockGatewayReader) EXPECT ¶
func (m *MockGatewayReader) EXPECT() *MockGatewayReaderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockGatewayReader) GetGateway ¶
func (m *MockGatewayReader) GetGateway(ctx context.Context, key client.ObjectKey) (*v1beta10.Gateway, error)
GetGateway mocks base method.
func (*MockGatewayReader) ListGateway ¶
func (m *MockGatewayReader) ListGateway(ctx context.Context, opts ...client.ListOption) (*v1beta10.GatewayList, error)
ListGateway mocks base method.
type MockGatewayReaderMockRecorder ¶
type MockGatewayReaderMockRecorder struct {
// contains filtered or unexported fields
}
MockGatewayReaderMockRecorder is the mock recorder for MockGatewayReader.
func (*MockGatewayReaderMockRecorder) GetGateway ¶
func (mr *MockGatewayReaderMockRecorder) GetGateway(ctx, key interface{}) *gomock.Call
GetGateway indicates an expected call of GetGateway.
func (*MockGatewayReaderMockRecorder) ListGateway ¶
func (mr *MockGatewayReaderMockRecorder) ListGateway(ctx interface{}, opts ...interface{}) *gomock.Call
ListGateway indicates an expected call of ListGateway.
type MockGatewayStatusWriter ¶
type MockGatewayStatusWriter struct {
// contains filtered or unexported fields
}
MockGatewayStatusWriter is a mock of GatewayStatusWriter interface.
func NewMockGatewayStatusWriter ¶
func NewMockGatewayStatusWriter(ctrl *gomock.Controller) *MockGatewayStatusWriter
NewMockGatewayStatusWriter creates a new mock instance.
func (*MockGatewayStatusWriter) EXPECT ¶
func (m *MockGatewayStatusWriter) EXPECT() *MockGatewayStatusWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockGatewayStatusWriter) PatchGatewayStatus ¶
func (m *MockGatewayStatusWriter) PatchGatewayStatus(ctx context.Context, obj *v1beta10.Gateway, patch client.Patch, opts ...client.PatchOption) error
PatchGatewayStatus mocks base method.
func (*MockGatewayStatusWriter) UpdateGatewayStatus ¶
func (m *MockGatewayStatusWriter) UpdateGatewayStatus(ctx context.Context, obj *v1beta10.Gateway, opts ...client.UpdateOption) error
UpdateGatewayStatus mocks base method.
type MockGatewayStatusWriterMockRecorder ¶
type MockGatewayStatusWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockGatewayStatusWriterMockRecorder is the mock recorder for MockGatewayStatusWriter.
func (*MockGatewayStatusWriterMockRecorder) PatchGatewayStatus ¶
func (mr *MockGatewayStatusWriterMockRecorder) PatchGatewayStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchGatewayStatus indicates an expected call of PatchGatewayStatus.
func (*MockGatewayStatusWriterMockRecorder) UpdateGatewayStatus ¶
func (mr *MockGatewayStatusWriterMockRecorder) UpdateGatewayStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateGatewayStatus indicates an expected call of UpdateGatewayStatus.
type MockGatewayWriter ¶
type MockGatewayWriter struct {
// contains filtered or unexported fields
}
MockGatewayWriter is a mock of GatewayWriter interface.
func NewMockGatewayWriter ¶
func NewMockGatewayWriter(ctrl *gomock.Controller) *MockGatewayWriter
NewMockGatewayWriter creates a new mock instance.
func (*MockGatewayWriter) CreateGateway ¶
func (m *MockGatewayWriter) CreateGateway(ctx context.Context, obj *v1beta10.Gateway, opts ...client.CreateOption) error
CreateGateway mocks base method.
func (*MockGatewayWriter) DeleteAllOfGateway ¶
func (m *MockGatewayWriter) DeleteAllOfGateway(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfGateway mocks base method.
func (*MockGatewayWriter) DeleteGateway ¶
func (m *MockGatewayWriter) DeleteGateway(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
DeleteGateway mocks base method.
func (*MockGatewayWriter) EXPECT ¶
func (m *MockGatewayWriter) EXPECT() *MockGatewayWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockGatewayWriter) PatchGateway ¶
func (m *MockGatewayWriter) PatchGateway(ctx context.Context, obj *v1beta10.Gateway, patch client.Patch, opts ...client.PatchOption) error
PatchGateway mocks base method.
func (*MockGatewayWriter) UpdateGateway ¶
func (m *MockGatewayWriter) UpdateGateway(ctx context.Context, obj *v1beta10.Gateway, opts ...client.UpdateOption) error
UpdateGateway mocks base method.
func (*MockGatewayWriter) UpsertGateway ¶
func (m *MockGatewayWriter) UpsertGateway(ctx context.Context, obj *v1beta10.Gateway, transitionFuncs ...v1beta1.GatewayTransitionFunction) error
UpsertGateway mocks base method.
type MockGatewayWriterMockRecorder ¶
type MockGatewayWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockGatewayWriterMockRecorder is the mock recorder for MockGatewayWriter.
func (*MockGatewayWriterMockRecorder) CreateGateway ¶
func (mr *MockGatewayWriterMockRecorder) CreateGateway(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreateGateway indicates an expected call of CreateGateway.
func (*MockGatewayWriterMockRecorder) DeleteAllOfGateway ¶
func (mr *MockGatewayWriterMockRecorder) DeleteAllOfGateway(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfGateway indicates an expected call of DeleteAllOfGateway.
func (*MockGatewayWriterMockRecorder) DeleteGateway ¶
func (mr *MockGatewayWriterMockRecorder) DeleteGateway(ctx, key interface{}, opts ...interface{}) *gomock.Call
DeleteGateway indicates an expected call of DeleteGateway.
func (*MockGatewayWriterMockRecorder) PatchGateway ¶
func (mr *MockGatewayWriterMockRecorder) PatchGateway(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchGateway indicates an expected call of PatchGateway.
func (*MockGatewayWriterMockRecorder) UpdateGateway ¶
func (mr *MockGatewayWriterMockRecorder) UpdateGateway(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateGateway indicates an expected call of UpdateGateway.
func (*MockGatewayWriterMockRecorder) UpsertGateway ¶
func (mr *MockGatewayWriterMockRecorder) UpsertGateway(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertGateway indicates an expected call of UpsertGateway.
type MockMulticlusterClientset ¶
type MockMulticlusterClientset struct {
// contains filtered or unexported fields
}
MockMulticlusterClientset is a mock of MulticlusterClientset interface.
func NewMockMulticlusterClientset ¶
func NewMockMulticlusterClientset(ctrl *gomock.Controller) *MockMulticlusterClientset
NewMockMulticlusterClientset creates a new mock instance.
func (*MockMulticlusterClientset) Cluster ¶
func (m *MockMulticlusterClientset) Cluster(cluster string) (v1beta1.Clientset, error)
Cluster mocks base method.
func (*MockMulticlusterClientset) EXPECT ¶
func (m *MockMulticlusterClientset) EXPECT() *MockMulticlusterClientsetMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockMulticlusterClientsetMockRecorder ¶
type MockMulticlusterClientsetMockRecorder struct {
// contains filtered or unexported fields
}
MockMulticlusterClientsetMockRecorder is the mock recorder for MockMulticlusterClientset.
func (*MockMulticlusterClientsetMockRecorder) Cluster ¶
func (mr *MockMulticlusterClientsetMockRecorder) Cluster(cluster interface{}) *gomock.Call
Cluster indicates an expected call of Cluster.
type MockMulticlusterDestinationRuleClient ¶
type MockMulticlusterDestinationRuleClient struct {
// contains filtered or unexported fields
}
MockMulticlusterDestinationRuleClient is a mock of MulticlusterDestinationRuleClient interface.
func NewMockMulticlusterDestinationRuleClient ¶
func NewMockMulticlusterDestinationRuleClient(ctrl *gomock.Controller) *MockMulticlusterDestinationRuleClient
NewMockMulticlusterDestinationRuleClient creates a new mock instance.
func (*MockMulticlusterDestinationRuleClient) Cluster ¶
func (m *MockMulticlusterDestinationRuleClient) Cluster(cluster string) (v1beta1.DestinationRuleClient, error)
Cluster mocks base method.
func (*MockMulticlusterDestinationRuleClient) EXPECT ¶
func (m *MockMulticlusterDestinationRuleClient) EXPECT() *MockMulticlusterDestinationRuleClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockMulticlusterDestinationRuleClientMockRecorder ¶
type MockMulticlusterDestinationRuleClientMockRecorder struct {
// contains filtered or unexported fields
}
MockMulticlusterDestinationRuleClientMockRecorder is the mock recorder for MockMulticlusterDestinationRuleClient.
func (*MockMulticlusterDestinationRuleClientMockRecorder) Cluster ¶
func (mr *MockMulticlusterDestinationRuleClientMockRecorder) Cluster(cluster interface{}) *gomock.Call
Cluster indicates an expected call of Cluster.
type MockMulticlusterGatewayClient ¶
type MockMulticlusterGatewayClient struct {
// contains filtered or unexported fields
}
MockMulticlusterGatewayClient is a mock of MulticlusterGatewayClient interface.
func NewMockMulticlusterGatewayClient ¶
func NewMockMulticlusterGatewayClient(ctrl *gomock.Controller) *MockMulticlusterGatewayClient
NewMockMulticlusterGatewayClient creates a new mock instance.
func (*MockMulticlusterGatewayClient) Cluster ¶
func (m *MockMulticlusterGatewayClient) Cluster(cluster string) (v1beta1.GatewayClient, error)
Cluster mocks base method.
func (*MockMulticlusterGatewayClient) EXPECT ¶
func (m *MockMulticlusterGatewayClient) EXPECT() *MockMulticlusterGatewayClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockMulticlusterGatewayClientMockRecorder ¶
type MockMulticlusterGatewayClientMockRecorder struct {
// contains filtered or unexported fields
}
MockMulticlusterGatewayClientMockRecorder is the mock recorder for MockMulticlusterGatewayClient.
func (*MockMulticlusterGatewayClientMockRecorder) Cluster ¶
func (mr *MockMulticlusterGatewayClientMockRecorder) Cluster(cluster interface{}) *gomock.Call
Cluster indicates an expected call of Cluster.
type MockMulticlusterServiceEntryClient ¶
type MockMulticlusterServiceEntryClient struct {
// contains filtered or unexported fields
}
MockMulticlusterServiceEntryClient is a mock of MulticlusterServiceEntryClient interface.
func NewMockMulticlusterServiceEntryClient ¶
func NewMockMulticlusterServiceEntryClient(ctrl *gomock.Controller) *MockMulticlusterServiceEntryClient
NewMockMulticlusterServiceEntryClient creates a new mock instance.
func (*MockMulticlusterServiceEntryClient) Cluster ¶
func (m *MockMulticlusterServiceEntryClient) Cluster(cluster string) (v1beta1.ServiceEntryClient, error)
Cluster mocks base method.
func (*MockMulticlusterServiceEntryClient) EXPECT ¶
func (m *MockMulticlusterServiceEntryClient) EXPECT() *MockMulticlusterServiceEntryClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockMulticlusterServiceEntryClientMockRecorder ¶
type MockMulticlusterServiceEntryClientMockRecorder struct {
// contains filtered or unexported fields
}
MockMulticlusterServiceEntryClientMockRecorder is the mock recorder for MockMulticlusterServiceEntryClient.
func (*MockMulticlusterServiceEntryClientMockRecorder) Cluster ¶
func (mr *MockMulticlusterServiceEntryClientMockRecorder) Cluster(cluster interface{}) *gomock.Call
Cluster indicates an expected call of Cluster.
type MockMulticlusterSidecarClient ¶
type MockMulticlusterSidecarClient struct {
// contains filtered or unexported fields
}
MockMulticlusterSidecarClient is a mock of MulticlusterSidecarClient interface.
func NewMockMulticlusterSidecarClient ¶
func NewMockMulticlusterSidecarClient(ctrl *gomock.Controller) *MockMulticlusterSidecarClient
NewMockMulticlusterSidecarClient creates a new mock instance.
func (*MockMulticlusterSidecarClient) Cluster ¶
func (m *MockMulticlusterSidecarClient) Cluster(cluster string) (v1beta1.SidecarClient, error)
Cluster mocks base method.
func (*MockMulticlusterSidecarClient) EXPECT ¶
func (m *MockMulticlusterSidecarClient) EXPECT() *MockMulticlusterSidecarClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockMulticlusterSidecarClientMockRecorder ¶
type MockMulticlusterSidecarClientMockRecorder struct {
// contains filtered or unexported fields
}
MockMulticlusterSidecarClientMockRecorder is the mock recorder for MockMulticlusterSidecarClient.
func (*MockMulticlusterSidecarClientMockRecorder) Cluster ¶
func (mr *MockMulticlusterSidecarClientMockRecorder) Cluster(cluster interface{}) *gomock.Call
Cluster indicates an expected call of Cluster.
type MockMulticlusterVirtualServiceClient ¶
type MockMulticlusterVirtualServiceClient struct {
// contains filtered or unexported fields
}
MockMulticlusterVirtualServiceClient is a mock of MulticlusterVirtualServiceClient interface.
func NewMockMulticlusterVirtualServiceClient ¶
func NewMockMulticlusterVirtualServiceClient(ctrl *gomock.Controller) *MockMulticlusterVirtualServiceClient
NewMockMulticlusterVirtualServiceClient creates a new mock instance.
func (*MockMulticlusterVirtualServiceClient) Cluster ¶
func (m *MockMulticlusterVirtualServiceClient) Cluster(cluster string) (v1beta1.VirtualServiceClient, error)
Cluster mocks base method.
func (*MockMulticlusterVirtualServiceClient) EXPECT ¶
func (m *MockMulticlusterVirtualServiceClient) EXPECT() *MockMulticlusterVirtualServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockMulticlusterVirtualServiceClientMockRecorder ¶
type MockMulticlusterVirtualServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockMulticlusterVirtualServiceClientMockRecorder is the mock recorder for MockMulticlusterVirtualServiceClient.
func (*MockMulticlusterVirtualServiceClientMockRecorder) Cluster ¶
func (mr *MockMulticlusterVirtualServiceClientMockRecorder) Cluster(cluster interface{}) *gomock.Call
Cluster indicates an expected call of Cluster.
type MockMulticlusterWorkloadEntryClient ¶
type MockMulticlusterWorkloadEntryClient struct {
// contains filtered or unexported fields
}
MockMulticlusterWorkloadEntryClient is a mock of MulticlusterWorkloadEntryClient interface.
func NewMockMulticlusterWorkloadEntryClient ¶
func NewMockMulticlusterWorkloadEntryClient(ctrl *gomock.Controller) *MockMulticlusterWorkloadEntryClient
NewMockMulticlusterWorkloadEntryClient creates a new mock instance.
func (*MockMulticlusterWorkloadEntryClient) Cluster ¶
func (m *MockMulticlusterWorkloadEntryClient) Cluster(cluster string) (v1beta1.WorkloadEntryClient, error)
Cluster mocks base method.
func (*MockMulticlusterWorkloadEntryClient) EXPECT ¶
func (m *MockMulticlusterWorkloadEntryClient) EXPECT() *MockMulticlusterWorkloadEntryClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockMulticlusterWorkloadEntryClientMockRecorder ¶
type MockMulticlusterWorkloadEntryClientMockRecorder struct {
// contains filtered or unexported fields
}
MockMulticlusterWorkloadEntryClientMockRecorder is the mock recorder for MockMulticlusterWorkloadEntryClient.
func (*MockMulticlusterWorkloadEntryClientMockRecorder) Cluster ¶
func (mr *MockMulticlusterWorkloadEntryClientMockRecorder) Cluster(cluster interface{}) *gomock.Call
Cluster indicates an expected call of Cluster.
type MockServiceEntryClient ¶
type MockServiceEntryClient struct {
// contains filtered or unexported fields
}
MockServiceEntryClient is a mock of ServiceEntryClient interface.
func NewMockServiceEntryClient ¶
func NewMockServiceEntryClient(ctrl *gomock.Controller) *MockServiceEntryClient
NewMockServiceEntryClient creates a new mock instance.
func (*MockServiceEntryClient) CreateServiceEntry ¶
func (m *MockServiceEntryClient) CreateServiceEntry(ctx context.Context, obj *v1beta10.ServiceEntry, opts ...client.CreateOption) error
CreateServiceEntry mocks base method.
func (*MockServiceEntryClient) DeleteAllOfServiceEntry ¶
func (m *MockServiceEntryClient) DeleteAllOfServiceEntry(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfServiceEntry mocks base method.
func (*MockServiceEntryClient) DeleteServiceEntry ¶
func (m *MockServiceEntryClient) DeleteServiceEntry(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
DeleteServiceEntry mocks base method.
func (*MockServiceEntryClient) EXPECT ¶
func (m *MockServiceEntryClient) EXPECT() *MockServiceEntryClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockServiceEntryClient) GetServiceEntry ¶
func (m *MockServiceEntryClient) GetServiceEntry(ctx context.Context, key client.ObjectKey) (*v1beta10.ServiceEntry, error)
GetServiceEntry mocks base method.
func (*MockServiceEntryClient) ListServiceEntry ¶
func (m *MockServiceEntryClient) ListServiceEntry(ctx context.Context, opts ...client.ListOption) (*v1beta10.ServiceEntryList, error)
ListServiceEntry mocks base method.
func (*MockServiceEntryClient) PatchServiceEntry ¶
func (m *MockServiceEntryClient) PatchServiceEntry(ctx context.Context, obj *v1beta10.ServiceEntry, patch client.Patch, opts ...client.PatchOption) error
PatchServiceEntry mocks base method.
func (*MockServiceEntryClient) PatchServiceEntryStatus ¶
func (m *MockServiceEntryClient) PatchServiceEntryStatus(ctx context.Context, obj *v1beta10.ServiceEntry, patch client.Patch, opts ...client.PatchOption) error
PatchServiceEntryStatus mocks base method.
func (*MockServiceEntryClient) UpdateServiceEntry ¶
func (m *MockServiceEntryClient) UpdateServiceEntry(ctx context.Context, obj *v1beta10.ServiceEntry, opts ...client.UpdateOption) error
UpdateServiceEntry mocks base method.
func (*MockServiceEntryClient) UpdateServiceEntryStatus ¶
func (m *MockServiceEntryClient) UpdateServiceEntryStatus(ctx context.Context, obj *v1beta10.ServiceEntry, opts ...client.UpdateOption) error
UpdateServiceEntryStatus mocks base method.
func (*MockServiceEntryClient) UpsertServiceEntry ¶
func (m *MockServiceEntryClient) UpsertServiceEntry(ctx context.Context, obj *v1beta10.ServiceEntry, transitionFuncs ...v1beta1.ServiceEntryTransitionFunction) error
UpsertServiceEntry mocks base method.
type MockServiceEntryClientMockRecorder ¶
type MockServiceEntryClientMockRecorder struct {
// contains filtered or unexported fields
}
MockServiceEntryClientMockRecorder is the mock recorder for MockServiceEntryClient.
func (*MockServiceEntryClientMockRecorder) CreateServiceEntry ¶
func (mr *MockServiceEntryClientMockRecorder) CreateServiceEntry(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreateServiceEntry indicates an expected call of CreateServiceEntry.
func (*MockServiceEntryClientMockRecorder) DeleteAllOfServiceEntry ¶
func (mr *MockServiceEntryClientMockRecorder) DeleteAllOfServiceEntry(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfServiceEntry indicates an expected call of DeleteAllOfServiceEntry.
func (*MockServiceEntryClientMockRecorder) DeleteServiceEntry ¶
func (mr *MockServiceEntryClientMockRecorder) DeleteServiceEntry(ctx, key interface{}, opts ...interface{}) *gomock.Call
DeleteServiceEntry indicates an expected call of DeleteServiceEntry.
func (*MockServiceEntryClientMockRecorder) GetServiceEntry ¶
func (mr *MockServiceEntryClientMockRecorder) GetServiceEntry(ctx, key interface{}) *gomock.Call
GetServiceEntry indicates an expected call of GetServiceEntry.
func (*MockServiceEntryClientMockRecorder) ListServiceEntry ¶
func (mr *MockServiceEntryClientMockRecorder) ListServiceEntry(ctx interface{}, opts ...interface{}) *gomock.Call
ListServiceEntry indicates an expected call of ListServiceEntry.
func (*MockServiceEntryClientMockRecorder) PatchServiceEntry ¶
func (mr *MockServiceEntryClientMockRecorder) PatchServiceEntry(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchServiceEntry indicates an expected call of PatchServiceEntry.
func (*MockServiceEntryClientMockRecorder) PatchServiceEntryStatus ¶
func (mr *MockServiceEntryClientMockRecorder) PatchServiceEntryStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchServiceEntryStatus indicates an expected call of PatchServiceEntryStatus.
func (*MockServiceEntryClientMockRecorder) UpdateServiceEntry ¶
func (mr *MockServiceEntryClientMockRecorder) UpdateServiceEntry(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateServiceEntry indicates an expected call of UpdateServiceEntry.
func (*MockServiceEntryClientMockRecorder) UpdateServiceEntryStatus ¶
func (mr *MockServiceEntryClientMockRecorder) UpdateServiceEntryStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateServiceEntryStatus indicates an expected call of UpdateServiceEntryStatus.
func (*MockServiceEntryClientMockRecorder) UpsertServiceEntry ¶
func (mr *MockServiceEntryClientMockRecorder) UpsertServiceEntry(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertServiceEntry indicates an expected call of UpsertServiceEntry.
type MockServiceEntryReader ¶
type MockServiceEntryReader struct {
// contains filtered or unexported fields
}
MockServiceEntryReader is a mock of ServiceEntryReader interface.
func NewMockServiceEntryReader ¶
func NewMockServiceEntryReader(ctrl *gomock.Controller) *MockServiceEntryReader
NewMockServiceEntryReader creates a new mock instance.
func (*MockServiceEntryReader) EXPECT ¶
func (m *MockServiceEntryReader) EXPECT() *MockServiceEntryReaderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockServiceEntryReader) GetServiceEntry ¶
func (m *MockServiceEntryReader) GetServiceEntry(ctx context.Context, key client.ObjectKey) (*v1beta10.ServiceEntry, error)
GetServiceEntry mocks base method.
func (*MockServiceEntryReader) ListServiceEntry ¶
func (m *MockServiceEntryReader) ListServiceEntry(ctx context.Context, opts ...client.ListOption) (*v1beta10.ServiceEntryList, error)
ListServiceEntry mocks base method.
type MockServiceEntryReaderMockRecorder ¶
type MockServiceEntryReaderMockRecorder struct {
// contains filtered or unexported fields
}
MockServiceEntryReaderMockRecorder is the mock recorder for MockServiceEntryReader.
func (*MockServiceEntryReaderMockRecorder) GetServiceEntry ¶
func (mr *MockServiceEntryReaderMockRecorder) GetServiceEntry(ctx, key interface{}) *gomock.Call
GetServiceEntry indicates an expected call of GetServiceEntry.
func (*MockServiceEntryReaderMockRecorder) ListServiceEntry ¶
func (mr *MockServiceEntryReaderMockRecorder) ListServiceEntry(ctx interface{}, opts ...interface{}) *gomock.Call
ListServiceEntry indicates an expected call of ListServiceEntry.
type MockServiceEntryStatusWriter ¶
type MockServiceEntryStatusWriter struct {
// contains filtered or unexported fields
}
MockServiceEntryStatusWriter is a mock of ServiceEntryStatusWriter interface.
func NewMockServiceEntryStatusWriter ¶
func NewMockServiceEntryStatusWriter(ctrl *gomock.Controller) *MockServiceEntryStatusWriter
NewMockServiceEntryStatusWriter creates a new mock instance.
func (*MockServiceEntryStatusWriter) EXPECT ¶
func (m *MockServiceEntryStatusWriter) EXPECT() *MockServiceEntryStatusWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockServiceEntryStatusWriter) PatchServiceEntryStatus ¶
func (m *MockServiceEntryStatusWriter) PatchServiceEntryStatus(ctx context.Context, obj *v1beta10.ServiceEntry, patch client.Patch, opts ...client.PatchOption) error
PatchServiceEntryStatus mocks base method.
func (*MockServiceEntryStatusWriter) UpdateServiceEntryStatus ¶
func (m *MockServiceEntryStatusWriter) UpdateServiceEntryStatus(ctx context.Context, obj *v1beta10.ServiceEntry, opts ...client.UpdateOption) error
UpdateServiceEntryStatus mocks base method.
type MockServiceEntryStatusWriterMockRecorder ¶
type MockServiceEntryStatusWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockServiceEntryStatusWriterMockRecorder is the mock recorder for MockServiceEntryStatusWriter.
func (*MockServiceEntryStatusWriterMockRecorder) PatchServiceEntryStatus ¶
func (mr *MockServiceEntryStatusWriterMockRecorder) PatchServiceEntryStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchServiceEntryStatus indicates an expected call of PatchServiceEntryStatus.
func (*MockServiceEntryStatusWriterMockRecorder) UpdateServiceEntryStatus ¶
func (mr *MockServiceEntryStatusWriterMockRecorder) UpdateServiceEntryStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateServiceEntryStatus indicates an expected call of UpdateServiceEntryStatus.
type MockServiceEntryWriter ¶
type MockServiceEntryWriter struct {
// contains filtered or unexported fields
}
MockServiceEntryWriter is a mock of ServiceEntryWriter interface.
func NewMockServiceEntryWriter ¶
func NewMockServiceEntryWriter(ctrl *gomock.Controller) *MockServiceEntryWriter
NewMockServiceEntryWriter creates a new mock instance.
func (*MockServiceEntryWriter) CreateServiceEntry ¶
func (m *MockServiceEntryWriter) CreateServiceEntry(ctx context.Context, obj *v1beta10.ServiceEntry, opts ...client.CreateOption) error
CreateServiceEntry mocks base method.
func (*MockServiceEntryWriter) DeleteAllOfServiceEntry ¶
func (m *MockServiceEntryWriter) DeleteAllOfServiceEntry(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfServiceEntry mocks base method.
func (*MockServiceEntryWriter) DeleteServiceEntry ¶
func (m *MockServiceEntryWriter) DeleteServiceEntry(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
DeleteServiceEntry mocks base method.
func (*MockServiceEntryWriter) EXPECT ¶
func (m *MockServiceEntryWriter) EXPECT() *MockServiceEntryWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockServiceEntryWriter) PatchServiceEntry ¶
func (m *MockServiceEntryWriter) PatchServiceEntry(ctx context.Context, obj *v1beta10.ServiceEntry, patch client.Patch, opts ...client.PatchOption) error
PatchServiceEntry mocks base method.
func (*MockServiceEntryWriter) UpdateServiceEntry ¶
func (m *MockServiceEntryWriter) UpdateServiceEntry(ctx context.Context, obj *v1beta10.ServiceEntry, opts ...client.UpdateOption) error
UpdateServiceEntry mocks base method.
func (*MockServiceEntryWriter) UpsertServiceEntry ¶
func (m *MockServiceEntryWriter) UpsertServiceEntry(ctx context.Context, obj *v1beta10.ServiceEntry, transitionFuncs ...v1beta1.ServiceEntryTransitionFunction) error
UpsertServiceEntry mocks base method.
type MockServiceEntryWriterMockRecorder ¶
type MockServiceEntryWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockServiceEntryWriterMockRecorder is the mock recorder for MockServiceEntryWriter.
func (*MockServiceEntryWriterMockRecorder) CreateServiceEntry ¶
func (mr *MockServiceEntryWriterMockRecorder) CreateServiceEntry(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreateServiceEntry indicates an expected call of CreateServiceEntry.
func (*MockServiceEntryWriterMockRecorder) DeleteAllOfServiceEntry ¶
func (mr *MockServiceEntryWriterMockRecorder) DeleteAllOfServiceEntry(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfServiceEntry indicates an expected call of DeleteAllOfServiceEntry.
func (*MockServiceEntryWriterMockRecorder) DeleteServiceEntry ¶
func (mr *MockServiceEntryWriterMockRecorder) DeleteServiceEntry(ctx, key interface{}, opts ...interface{}) *gomock.Call
DeleteServiceEntry indicates an expected call of DeleteServiceEntry.
func (*MockServiceEntryWriterMockRecorder) PatchServiceEntry ¶
func (mr *MockServiceEntryWriterMockRecorder) PatchServiceEntry(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchServiceEntry indicates an expected call of PatchServiceEntry.
func (*MockServiceEntryWriterMockRecorder) UpdateServiceEntry ¶
func (mr *MockServiceEntryWriterMockRecorder) UpdateServiceEntry(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateServiceEntry indicates an expected call of UpdateServiceEntry.
func (*MockServiceEntryWriterMockRecorder) UpsertServiceEntry ¶
func (mr *MockServiceEntryWriterMockRecorder) UpsertServiceEntry(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertServiceEntry indicates an expected call of UpsertServiceEntry.
type MockSidecarClient ¶
type MockSidecarClient struct {
// contains filtered or unexported fields
}
MockSidecarClient is a mock of SidecarClient interface.
func NewMockSidecarClient ¶
func NewMockSidecarClient(ctrl *gomock.Controller) *MockSidecarClient
NewMockSidecarClient creates a new mock instance.
func (*MockSidecarClient) CreateSidecar ¶
func (m *MockSidecarClient) CreateSidecar(ctx context.Context, obj *v1beta10.Sidecar, opts ...client.CreateOption) error
CreateSidecar mocks base method.
func (*MockSidecarClient) DeleteAllOfSidecar ¶
func (m *MockSidecarClient) DeleteAllOfSidecar(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfSidecar mocks base method.
func (*MockSidecarClient) DeleteSidecar ¶
func (m *MockSidecarClient) DeleteSidecar(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
DeleteSidecar mocks base method.
func (*MockSidecarClient) EXPECT ¶
func (m *MockSidecarClient) EXPECT() *MockSidecarClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSidecarClient) GetSidecar ¶
func (m *MockSidecarClient) GetSidecar(ctx context.Context, key client.ObjectKey) (*v1beta10.Sidecar, error)
GetSidecar mocks base method.
func (*MockSidecarClient) ListSidecar ¶
func (m *MockSidecarClient) ListSidecar(ctx context.Context, opts ...client.ListOption) (*v1beta10.SidecarList, error)
ListSidecar mocks base method.
func (*MockSidecarClient) PatchSidecar ¶
func (m *MockSidecarClient) PatchSidecar(ctx context.Context, obj *v1beta10.Sidecar, patch client.Patch, opts ...client.PatchOption) error
PatchSidecar mocks base method.
func (*MockSidecarClient) PatchSidecarStatus ¶
func (m *MockSidecarClient) PatchSidecarStatus(ctx context.Context, obj *v1beta10.Sidecar, patch client.Patch, opts ...client.PatchOption) error
PatchSidecarStatus mocks base method.
func (*MockSidecarClient) UpdateSidecar ¶
func (m *MockSidecarClient) UpdateSidecar(ctx context.Context, obj *v1beta10.Sidecar, opts ...client.UpdateOption) error
UpdateSidecar mocks base method.
func (*MockSidecarClient) UpdateSidecarStatus ¶
func (m *MockSidecarClient) UpdateSidecarStatus(ctx context.Context, obj *v1beta10.Sidecar, opts ...client.UpdateOption) error
UpdateSidecarStatus mocks base method.
func (*MockSidecarClient) UpsertSidecar ¶
func (m *MockSidecarClient) UpsertSidecar(ctx context.Context, obj *v1beta10.Sidecar, transitionFuncs ...v1beta1.SidecarTransitionFunction) error
UpsertSidecar mocks base method.
type MockSidecarClientMockRecorder ¶
type MockSidecarClientMockRecorder struct {
// contains filtered or unexported fields
}
MockSidecarClientMockRecorder is the mock recorder for MockSidecarClient.
func (*MockSidecarClientMockRecorder) CreateSidecar ¶
func (mr *MockSidecarClientMockRecorder) CreateSidecar(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreateSidecar indicates an expected call of CreateSidecar.
func (*MockSidecarClientMockRecorder) DeleteAllOfSidecar ¶
func (mr *MockSidecarClientMockRecorder) DeleteAllOfSidecar(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfSidecar indicates an expected call of DeleteAllOfSidecar.
func (*MockSidecarClientMockRecorder) DeleteSidecar ¶
func (mr *MockSidecarClientMockRecorder) DeleteSidecar(ctx, key interface{}, opts ...interface{}) *gomock.Call
DeleteSidecar indicates an expected call of DeleteSidecar.
func (*MockSidecarClientMockRecorder) GetSidecar ¶
func (mr *MockSidecarClientMockRecorder) GetSidecar(ctx, key interface{}) *gomock.Call
GetSidecar indicates an expected call of GetSidecar.
func (*MockSidecarClientMockRecorder) ListSidecar ¶
func (mr *MockSidecarClientMockRecorder) ListSidecar(ctx interface{}, opts ...interface{}) *gomock.Call
ListSidecar indicates an expected call of ListSidecar.
func (*MockSidecarClientMockRecorder) PatchSidecar ¶
func (mr *MockSidecarClientMockRecorder) PatchSidecar(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchSidecar indicates an expected call of PatchSidecar.
func (*MockSidecarClientMockRecorder) PatchSidecarStatus ¶
func (mr *MockSidecarClientMockRecorder) PatchSidecarStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchSidecarStatus indicates an expected call of PatchSidecarStatus.
func (*MockSidecarClientMockRecorder) UpdateSidecar ¶
func (mr *MockSidecarClientMockRecorder) UpdateSidecar(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateSidecar indicates an expected call of UpdateSidecar.
func (*MockSidecarClientMockRecorder) UpdateSidecarStatus ¶
func (mr *MockSidecarClientMockRecorder) UpdateSidecarStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateSidecarStatus indicates an expected call of UpdateSidecarStatus.
func (*MockSidecarClientMockRecorder) UpsertSidecar ¶
func (mr *MockSidecarClientMockRecorder) UpsertSidecar(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertSidecar indicates an expected call of UpsertSidecar.
type MockSidecarReader ¶
type MockSidecarReader struct {
// contains filtered or unexported fields
}
MockSidecarReader is a mock of SidecarReader interface.
func NewMockSidecarReader ¶
func NewMockSidecarReader(ctrl *gomock.Controller) *MockSidecarReader
NewMockSidecarReader creates a new mock instance.
func (*MockSidecarReader) EXPECT ¶
func (m *MockSidecarReader) EXPECT() *MockSidecarReaderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSidecarReader) GetSidecar ¶
func (m *MockSidecarReader) GetSidecar(ctx context.Context, key client.ObjectKey) (*v1beta10.Sidecar, error)
GetSidecar mocks base method.
func (*MockSidecarReader) ListSidecar ¶
func (m *MockSidecarReader) ListSidecar(ctx context.Context, opts ...client.ListOption) (*v1beta10.SidecarList, error)
ListSidecar mocks base method.
type MockSidecarReaderMockRecorder ¶
type MockSidecarReaderMockRecorder struct {
// contains filtered or unexported fields
}
MockSidecarReaderMockRecorder is the mock recorder for MockSidecarReader.
func (*MockSidecarReaderMockRecorder) GetSidecar ¶
func (mr *MockSidecarReaderMockRecorder) GetSidecar(ctx, key interface{}) *gomock.Call
GetSidecar indicates an expected call of GetSidecar.
func (*MockSidecarReaderMockRecorder) ListSidecar ¶
func (mr *MockSidecarReaderMockRecorder) ListSidecar(ctx interface{}, opts ...interface{}) *gomock.Call
ListSidecar indicates an expected call of ListSidecar.
type MockSidecarStatusWriter ¶
type MockSidecarStatusWriter struct {
// contains filtered or unexported fields
}
MockSidecarStatusWriter is a mock of SidecarStatusWriter interface.
func NewMockSidecarStatusWriter ¶
func NewMockSidecarStatusWriter(ctrl *gomock.Controller) *MockSidecarStatusWriter
NewMockSidecarStatusWriter creates a new mock instance.
func (*MockSidecarStatusWriter) EXPECT ¶
func (m *MockSidecarStatusWriter) EXPECT() *MockSidecarStatusWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSidecarStatusWriter) PatchSidecarStatus ¶
func (m *MockSidecarStatusWriter) PatchSidecarStatus(ctx context.Context, obj *v1beta10.Sidecar, patch client.Patch, opts ...client.PatchOption) error
PatchSidecarStatus mocks base method.
func (*MockSidecarStatusWriter) UpdateSidecarStatus ¶
func (m *MockSidecarStatusWriter) UpdateSidecarStatus(ctx context.Context, obj *v1beta10.Sidecar, opts ...client.UpdateOption) error
UpdateSidecarStatus mocks base method.
type MockSidecarStatusWriterMockRecorder ¶
type MockSidecarStatusWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockSidecarStatusWriterMockRecorder is the mock recorder for MockSidecarStatusWriter.
func (*MockSidecarStatusWriterMockRecorder) PatchSidecarStatus ¶
func (mr *MockSidecarStatusWriterMockRecorder) PatchSidecarStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchSidecarStatus indicates an expected call of PatchSidecarStatus.
func (*MockSidecarStatusWriterMockRecorder) UpdateSidecarStatus ¶
func (mr *MockSidecarStatusWriterMockRecorder) UpdateSidecarStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateSidecarStatus indicates an expected call of UpdateSidecarStatus.
type MockSidecarWriter ¶
type MockSidecarWriter struct {
// contains filtered or unexported fields
}
MockSidecarWriter is a mock of SidecarWriter interface.
func NewMockSidecarWriter ¶
func NewMockSidecarWriter(ctrl *gomock.Controller) *MockSidecarWriter
NewMockSidecarWriter creates a new mock instance.
func (*MockSidecarWriter) CreateSidecar ¶
func (m *MockSidecarWriter) CreateSidecar(ctx context.Context, obj *v1beta10.Sidecar, opts ...client.CreateOption) error
CreateSidecar mocks base method.
func (*MockSidecarWriter) DeleteAllOfSidecar ¶
func (m *MockSidecarWriter) DeleteAllOfSidecar(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfSidecar mocks base method.
func (*MockSidecarWriter) DeleteSidecar ¶
func (m *MockSidecarWriter) DeleteSidecar(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
DeleteSidecar mocks base method.
func (*MockSidecarWriter) EXPECT ¶
func (m *MockSidecarWriter) EXPECT() *MockSidecarWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSidecarWriter) PatchSidecar ¶
func (m *MockSidecarWriter) PatchSidecar(ctx context.Context, obj *v1beta10.Sidecar, patch client.Patch, opts ...client.PatchOption) error
PatchSidecar mocks base method.
func (*MockSidecarWriter) UpdateSidecar ¶
func (m *MockSidecarWriter) UpdateSidecar(ctx context.Context, obj *v1beta10.Sidecar, opts ...client.UpdateOption) error
UpdateSidecar mocks base method.
func (*MockSidecarWriter) UpsertSidecar ¶
func (m *MockSidecarWriter) UpsertSidecar(ctx context.Context, obj *v1beta10.Sidecar, transitionFuncs ...v1beta1.SidecarTransitionFunction) error
UpsertSidecar mocks base method.
type MockSidecarWriterMockRecorder ¶
type MockSidecarWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockSidecarWriterMockRecorder is the mock recorder for MockSidecarWriter.
func (*MockSidecarWriterMockRecorder) CreateSidecar ¶
func (mr *MockSidecarWriterMockRecorder) CreateSidecar(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreateSidecar indicates an expected call of CreateSidecar.
func (*MockSidecarWriterMockRecorder) DeleteAllOfSidecar ¶
func (mr *MockSidecarWriterMockRecorder) DeleteAllOfSidecar(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfSidecar indicates an expected call of DeleteAllOfSidecar.
func (*MockSidecarWriterMockRecorder) DeleteSidecar ¶
func (mr *MockSidecarWriterMockRecorder) DeleteSidecar(ctx, key interface{}, opts ...interface{}) *gomock.Call
DeleteSidecar indicates an expected call of DeleteSidecar.
func (*MockSidecarWriterMockRecorder) PatchSidecar ¶
func (mr *MockSidecarWriterMockRecorder) PatchSidecar(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchSidecar indicates an expected call of PatchSidecar.
func (*MockSidecarWriterMockRecorder) UpdateSidecar ¶
func (mr *MockSidecarWriterMockRecorder) UpdateSidecar(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateSidecar indicates an expected call of UpdateSidecar.
func (*MockSidecarWriterMockRecorder) UpsertSidecar ¶
func (mr *MockSidecarWriterMockRecorder) UpsertSidecar(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertSidecar indicates an expected call of UpsertSidecar.
type MockVirtualServiceClient ¶
type MockVirtualServiceClient struct {
// contains filtered or unexported fields
}
MockVirtualServiceClient is a mock of VirtualServiceClient interface.
func NewMockVirtualServiceClient ¶
func NewMockVirtualServiceClient(ctrl *gomock.Controller) *MockVirtualServiceClient
NewMockVirtualServiceClient creates a new mock instance.
func (*MockVirtualServiceClient) CreateVirtualService ¶
func (m *MockVirtualServiceClient) CreateVirtualService(ctx context.Context, obj *v1beta10.VirtualService, opts ...client.CreateOption) error
CreateVirtualService mocks base method.
func (*MockVirtualServiceClient) DeleteAllOfVirtualService ¶
func (m *MockVirtualServiceClient) DeleteAllOfVirtualService(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfVirtualService mocks base method.
func (*MockVirtualServiceClient) DeleteVirtualService ¶
func (m *MockVirtualServiceClient) DeleteVirtualService(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
DeleteVirtualService mocks base method.
func (*MockVirtualServiceClient) EXPECT ¶
func (m *MockVirtualServiceClient) EXPECT() *MockVirtualServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockVirtualServiceClient) GetVirtualService ¶
func (m *MockVirtualServiceClient) GetVirtualService(ctx context.Context, key client.ObjectKey) (*v1beta10.VirtualService, error)
GetVirtualService mocks base method.
func (*MockVirtualServiceClient) ListVirtualService ¶
func (m *MockVirtualServiceClient) ListVirtualService(ctx context.Context, opts ...client.ListOption) (*v1beta10.VirtualServiceList, error)
ListVirtualService mocks base method.
func (*MockVirtualServiceClient) PatchVirtualService ¶
func (m *MockVirtualServiceClient) PatchVirtualService(ctx context.Context, obj *v1beta10.VirtualService, patch client.Patch, opts ...client.PatchOption) error
PatchVirtualService mocks base method.
func (*MockVirtualServiceClient) PatchVirtualServiceStatus ¶
func (m *MockVirtualServiceClient) PatchVirtualServiceStatus(ctx context.Context, obj *v1beta10.VirtualService, patch client.Patch, opts ...client.PatchOption) error
PatchVirtualServiceStatus mocks base method.
func (*MockVirtualServiceClient) UpdateVirtualService ¶
func (m *MockVirtualServiceClient) UpdateVirtualService(ctx context.Context, obj *v1beta10.VirtualService, opts ...client.UpdateOption) error
UpdateVirtualService mocks base method.
func (*MockVirtualServiceClient) UpdateVirtualServiceStatus ¶
func (m *MockVirtualServiceClient) UpdateVirtualServiceStatus(ctx context.Context, obj *v1beta10.VirtualService, opts ...client.UpdateOption) error
UpdateVirtualServiceStatus mocks base method.
func (*MockVirtualServiceClient) UpsertVirtualService ¶
func (m *MockVirtualServiceClient) UpsertVirtualService(ctx context.Context, obj *v1beta10.VirtualService, transitionFuncs ...v1beta1.VirtualServiceTransitionFunction) error
UpsertVirtualService mocks base method.
type MockVirtualServiceClientMockRecorder ¶
type MockVirtualServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockVirtualServiceClientMockRecorder is the mock recorder for MockVirtualServiceClient.
func (*MockVirtualServiceClientMockRecorder) CreateVirtualService ¶
func (mr *MockVirtualServiceClientMockRecorder) CreateVirtualService(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreateVirtualService indicates an expected call of CreateVirtualService.
func (*MockVirtualServiceClientMockRecorder) DeleteAllOfVirtualService ¶
func (mr *MockVirtualServiceClientMockRecorder) DeleteAllOfVirtualService(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfVirtualService indicates an expected call of DeleteAllOfVirtualService.
func (*MockVirtualServiceClientMockRecorder) DeleteVirtualService ¶
func (mr *MockVirtualServiceClientMockRecorder) DeleteVirtualService(ctx, key interface{}, opts ...interface{}) *gomock.Call
DeleteVirtualService indicates an expected call of DeleteVirtualService.
func (*MockVirtualServiceClientMockRecorder) GetVirtualService ¶
func (mr *MockVirtualServiceClientMockRecorder) GetVirtualService(ctx, key interface{}) *gomock.Call
GetVirtualService indicates an expected call of GetVirtualService.
func (*MockVirtualServiceClientMockRecorder) ListVirtualService ¶
func (mr *MockVirtualServiceClientMockRecorder) ListVirtualService(ctx interface{}, opts ...interface{}) *gomock.Call
ListVirtualService indicates an expected call of ListVirtualService.
func (*MockVirtualServiceClientMockRecorder) PatchVirtualService ¶
func (mr *MockVirtualServiceClientMockRecorder) PatchVirtualService(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchVirtualService indicates an expected call of PatchVirtualService.
func (*MockVirtualServiceClientMockRecorder) PatchVirtualServiceStatus ¶
func (mr *MockVirtualServiceClientMockRecorder) PatchVirtualServiceStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchVirtualServiceStatus indicates an expected call of PatchVirtualServiceStatus.
func (*MockVirtualServiceClientMockRecorder) UpdateVirtualService ¶
func (mr *MockVirtualServiceClientMockRecorder) UpdateVirtualService(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateVirtualService indicates an expected call of UpdateVirtualService.
func (*MockVirtualServiceClientMockRecorder) UpdateVirtualServiceStatus ¶
func (mr *MockVirtualServiceClientMockRecorder) UpdateVirtualServiceStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateVirtualServiceStatus indicates an expected call of UpdateVirtualServiceStatus.
func (*MockVirtualServiceClientMockRecorder) UpsertVirtualService ¶
func (mr *MockVirtualServiceClientMockRecorder) UpsertVirtualService(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertVirtualService indicates an expected call of UpsertVirtualService.
type MockVirtualServiceReader ¶
type MockVirtualServiceReader struct {
// contains filtered or unexported fields
}
MockVirtualServiceReader is a mock of VirtualServiceReader interface.
func NewMockVirtualServiceReader ¶
func NewMockVirtualServiceReader(ctrl *gomock.Controller) *MockVirtualServiceReader
NewMockVirtualServiceReader creates a new mock instance.
func (*MockVirtualServiceReader) EXPECT ¶
func (m *MockVirtualServiceReader) EXPECT() *MockVirtualServiceReaderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockVirtualServiceReader) GetVirtualService ¶
func (m *MockVirtualServiceReader) GetVirtualService(ctx context.Context, key client.ObjectKey) (*v1beta10.VirtualService, error)
GetVirtualService mocks base method.
func (*MockVirtualServiceReader) ListVirtualService ¶
func (m *MockVirtualServiceReader) ListVirtualService(ctx context.Context, opts ...client.ListOption) (*v1beta10.VirtualServiceList, error)
ListVirtualService mocks base method.
type MockVirtualServiceReaderMockRecorder ¶
type MockVirtualServiceReaderMockRecorder struct {
// contains filtered or unexported fields
}
MockVirtualServiceReaderMockRecorder is the mock recorder for MockVirtualServiceReader.
func (*MockVirtualServiceReaderMockRecorder) GetVirtualService ¶
func (mr *MockVirtualServiceReaderMockRecorder) GetVirtualService(ctx, key interface{}) *gomock.Call
GetVirtualService indicates an expected call of GetVirtualService.
func (*MockVirtualServiceReaderMockRecorder) ListVirtualService ¶
func (mr *MockVirtualServiceReaderMockRecorder) ListVirtualService(ctx interface{}, opts ...interface{}) *gomock.Call
ListVirtualService indicates an expected call of ListVirtualService.
type MockVirtualServiceStatusWriter ¶
type MockVirtualServiceStatusWriter struct {
// contains filtered or unexported fields
}
MockVirtualServiceStatusWriter is a mock of VirtualServiceStatusWriter interface.
func NewMockVirtualServiceStatusWriter ¶
func NewMockVirtualServiceStatusWriter(ctrl *gomock.Controller) *MockVirtualServiceStatusWriter
NewMockVirtualServiceStatusWriter creates a new mock instance.
func (*MockVirtualServiceStatusWriter) EXPECT ¶
func (m *MockVirtualServiceStatusWriter) EXPECT() *MockVirtualServiceStatusWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockVirtualServiceStatusWriter) PatchVirtualServiceStatus ¶
func (m *MockVirtualServiceStatusWriter) PatchVirtualServiceStatus(ctx context.Context, obj *v1beta10.VirtualService, patch client.Patch, opts ...client.PatchOption) error
PatchVirtualServiceStatus mocks base method.
func (*MockVirtualServiceStatusWriter) UpdateVirtualServiceStatus ¶
func (m *MockVirtualServiceStatusWriter) UpdateVirtualServiceStatus(ctx context.Context, obj *v1beta10.VirtualService, opts ...client.UpdateOption) error
UpdateVirtualServiceStatus mocks base method.
type MockVirtualServiceStatusWriterMockRecorder ¶
type MockVirtualServiceStatusWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockVirtualServiceStatusWriterMockRecorder is the mock recorder for MockVirtualServiceStatusWriter.
func (*MockVirtualServiceStatusWriterMockRecorder) PatchVirtualServiceStatus ¶
func (mr *MockVirtualServiceStatusWriterMockRecorder) PatchVirtualServiceStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchVirtualServiceStatus indicates an expected call of PatchVirtualServiceStatus.
func (*MockVirtualServiceStatusWriterMockRecorder) UpdateVirtualServiceStatus ¶
func (mr *MockVirtualServiceStatusWriterMockRecorder) UpdateVirtualServiceStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateVirtualServiceStatus indicates an expected call of UpdateVirtualServiceStatus.
type MockVirtualServiceWriter ¶
type MockVirtualServiceWriter struct {
// contains filtered or unexported fields
}
MockVirtualServiceWriter is a mock of VirtualServiceWriter interface.
func NewMockVirtualServiceWriter ¶
func NewMockVirtualServiceWriter(ctrl *gomock.Controller) *MockVirtualServiceWriter
NewMockVirtualServiceWriter creates a new mock instance.
func (*MockVirtualServiceWriter) CreateVirtualService ¶
func (m *MockVirtualServiceWriter) CreateVirtualService(ctx context.Context, obj *v1beta10.VirtualService, opts ...client.CreateOption) error
CreateVirtualService mocks base method.
func (*MockVirtualServiceWriter) DeleteAllOfVirtualService ¶
func (m *MockVirtualServiceWriter) DeleteAllOfVirtualService(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfVirtualService mocks base method.
func (*MockVirtualServiceWriter) DeleteVirtualService ¶
func (m *MockVirtualServiceWriter) DeleteVirtualService(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
DeleteVirtualService mocks base method.
func (*MockVirtualServiceWriter) EXPECT ¶
func (m *MockVirtualServiceWriter) EXPECT() *MockVirtualServiceWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockVirtualServiceWriter) PatchVirtualService ¶
func (m *MockVirtualServiceWriter) PatchVirtualService(ctx context.Context, obj *v1beta10.VirtualService, patch client.Patch, opts ...client.PatchOption) error
PatchVirtualService mocks base method.
func (*MockVirtualServiceWriter) UpdateVirtualService ¶
func (m *MockVirtualServiceWriter) UpdateVirtualService(ctx context.Context, obj *v1beta10.VirtualService, opts ...client.UpdateOption) error
UpdateVirtualService mocks base method.
func (*MockVirtualServiceWriter) UpsertVirtualService ¶
func (m *MockVirtualServiceWriter) UpsertVirtualService(ctx context.Context, obj *v1beta10.VirtualService, transitionFuncs ...v1beta1.VirtualServiceTransitionFunction) error
UpsertVirtualService mocks base method.
type MockVirtualServiceWriterMockRecorder ¶
type MockVirtualServiceWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockVirtualServiceWriterMockRecorder is the mock recorder for MockVirtualServiceWriter.
func (*MockVirtualServiceWriterMockRecorder) CreateVirtualService ¶
func (mr *MockVirtualServiceWriterMockRecorder) CreateVirtualService(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreateVirtualService indicates an expected call of CreateVirtualService.
func (*MockVirtualServiceWriterMockRecorder) DeleteAllOfVirtualService ¶
func (mr *MockVirtualServiceWriterMockRecorder) DeleteAllOfVirtualService(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfVirtualService indicates an expected call of DeleteAllOfVirtualService.
func (*MockVirtualServiceWriterMockRecorder) DeleteVirtualService ¶
func (mr *MockVirtualServiceWriterMockRecorder) DeleteVirtualService(ctx, key interface{}, opts ...interface{}) *gomock.Call
DeleteVirtualService indicates an expected call of DeleteVirtualService.
func (*MockVirtualServiceWriterMockRecorder) PatchVirtualService ¶
func (mr *MockVirtualServiceWriterMockRecorder) PatchVirtualService(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchVirtualService indicates an expected call of PatchVirtualService.
func (*MockVirtualServiceWriterMockRecorder) UpdateVirtualService ¶
func (mr *MockVirtualServiceWriterMockRecorder) UpdateVirtualService(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateVirtualService indicates an expected call of UpdateVirtualService.
func (*MockVirtualServiceWriterMockRecorder) UpsertVirtualService ¶
func (mr *MockVirtualServiceWriterMockRecorder) UpsertVirtualService(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertVirtualService indicates an expected call of UpsertVirtualService.
type MockWorkloadEntryClient ¶
type MockWorkloadEntryClient struct {
// contains filtered or unexported fields
}
MockWorkloadEntryClient is a mock of WorkloadEntryClient interface.
func NewMockWorkloadEntryClient ¶
func NewMockWorkloadEntryClient(ctrl *gomock.Controller) *MockWorkloadEntryClient
NewMockWorkloadEntryClient creates a new mock instance.
func (*MockWorkloadEntryClient) CreateWorkloadEntry ¶
func (m *MockWorkloadEntryClient) CreateWorkloadEntry(ctx context.Context, obj *v1beta10.WorkloadEntry, opts ...client.CreateOption) error
CreateWorkloadEntry mocks base method.
func (*MockWorkloadEntryClient) DeleteAllOfWorkloadEntry ¶
func (m *MockWorkloadEntryClient) DeleteAllOfWorkloadEntry(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfWorkloadEntry mocks base method.
func (*MockWorkloadEntryClient) DeleteWorkloadEntry ¶
func (m *MockWorkloadEntryClient) DeleteWorkloadEntry(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
DeleteWorkloadEntry mocks base method.
func (*MockWorkloadEntryClient) EXPECT ¶
func (m *MockWorkloadEntryClient) EXPECT() *MockWorkloadEntryClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockWorkloadEntryClient) GetWorkloadEntry ¶
func (m *MockWorkloadEntryClient) GetWorkloadEntry(ctx context.Context, key client.ObjectKey) (*v1beta10.WorkloadEntry, error)
GetWorkloadEntry mocks base method.
func (*MockWorkloadEntryClient) ListWorkloadEntry ¶
func (m *MockWorkloadEntryClient) ListWorkloadEntry(ctx context.Context, opts ...client.ListOption) (*v1beta10.WorkloadEntryList, error)
ListWorkloadEntry mocks base method.
func (*MockWorkloadEntryClient) PatchWorkloadEntry ¶
func (m *MockWorkloadEntryClient) PatchWorkloadEntry(ctx context.Context, obj *v1beta10.WorkloadEntry, patch client.Patch, opts ...client.PatchOption) error
PatchWorkloadEntry mocks base method.
func (*MockWorkloadEntryClient) PatchWorkloadEntryStatus ¶
func (m *MockWorkloadEntryClient) PatchWorkloadEntryStatus(ctx context.Context, obj *v1beta10.WorkloadEntry, patch client.Patch, opts ...client.PatchOption) error
PatchWorkloadEntryStatus mocks base method.
func (*MockWorkloadEntryClient) UpdateWorkloadEntry ¶
func (m *MockWorkloadEntryClient) UpdateWorkloadEntry(ctx context.Context, obj *v1beta10.WorkloadEntry, opts ...client.UpdateOption) error
UpdateWorkloadEntry mocks base method.
func (*MockWorkloadEntryClient) UpdateWorkloadEntryStatus ¶
func (m *MockWorkloadEntryClient) UpdateWorkloadEntryStatus(ctx context.Context, obj *v1beta10.WorkloadEntry, opts ...client.UpdateOption) error
UpdateWorkloadEntryStatus mocks base method.
func (*MockWorkloadEntryClient) UpsertWorkloadEntry ¶
func (m *MockWorkloadEntryClient) UpsertWorkloadEntry(ctx context.Context, obj *v1beta10.WorkloadEntry, transitionFuncs ...v1beta1.WorkloadEntryTransitionFunction) error
UpsertWorkloadEntry mocks base method.
type MockWorkloadEntryClientMockRecorder ¶
type MockWorkloadEntryClientMockRecorder struct {
// contains filtered or unexported fields
}
MockWorkloadEntryClientMockRecorder is the mock recorder for MockWorkloadEntryClient.
func (*MockWorkloadEntryClientMockRecorder) CreateWorkloadEntry ¶
func (mr *MockWorkloadEntryClientMockRecorder) CreateWorkloadEntry(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreateWorkloadEntry indicates an expected call of CreateWorkloadEntry.
func (*MockWorkloadEntryClientMockRecorder) DeleteAllOfWorkloadEntry ¶
func (mr *MockWorkloadEntryClientMockRecorder) DeleteAllOfWorkloadEntry(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfWorkloadEntry indicates an expected call of DeleteAllOfWorkloadEntry.
func (*MockWorkloadEntryClientMockRecorder) DeleteWorkloadEntry ¶
func (mr *MockWorkloadEntryClientMockRecorder) DeleteWorkloadEntry(ctx, key interface{}, opts ...interface{}) *gomock.Call
DeleteWorkloadEntry indicates an expected call of DeleteWorkloadEntry.
func (*MockWorkloadEntryClientMockRecorder) GetWorkloadEntry ¶
func (mr *MockWorkloadEntryClientMockRecorder) GetWorkloadEntry(ctx, key interface{}) *gomock.Call
GetWorkloadEntry indicates an expected call of GetWorkloadEntry.
func (*MockWorkloadEntryClientMockRecorder) ListWorkloadEntry ¶
func (mr *MockWorkloadEntryClientMockRecorder) ListWorkloadEntry(ctx interface{}, opts ...interface{}) *gomock.Call
ListWorkloadEntry indicates an expected call of ListWorkloadEntry.
func (*MockWorkloadEntryClientMockRecorder) PatchWorkloadEntry ¶
func (mr *MockWorkloadEntryClientMockRecorder) PatchWorkloadEntry(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchWorkloadEntry indicates an expected call of PatchWorkloadEntry.
func (*MockWorkloadEntryClientMockRecorder) PatchWorkloadEntryStatus ¶
func (mr *MockWorkloadEntryClientMockRecorder) PatchWorkloadEntryStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchWorkloadEntryStatus indicates an expected call of PatchWorkloadEntryStatus.
func (*MockWorkloadEntryClientMockRecorder) UpdateWorkloadEntry ¶
func (mr *MockWorkloadEntryClientMockRecorder) UpdateWorkloadEntry(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateWorkloadEntry indicates an expected call of UpdateWorkloadEntry.
func (*MockWorkloadEntryClientMockRecorder) UpdateWorkloadEntryStatus ¶
func (mr *MockWorkloadEntryClientMockRecorder) UpdateWorkloadEntryStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateWorkloadEntryStatus indicates an expected call of UpdateWorkloadEntryStatus.
func (*MockWorkloadEntryClientMockRecorder) UpsertWorkloadEntry ¶
func (mr *MockWorkloadEntryClientMockRecorder) UpsertWorkloadEntry(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertWorkloadEntry indicates an expected call of UpsertWorkloadEntry.
type MockWorkloadEntryReader ¶
type MockWorkloadEntryReader struct {
// contains filtered or unexported fields
}
MockWorkloadEntryReader is a mock of WorkloadEntryReader interface.
func NewMockWorkloadEntryReader ¶
func NewMockWorkloadEntryReader(ctrl *gomock.Controller) *MockWorkloadEntryReader
NewMockWorkloadEntryReader creates a new mock instance.
func (*MockWorkloadEntryReader) EXPECT ¶
func (m *MockWorkloadEntryReader) EXPECT() *MockWorkloadEntryReaderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockWorkloadEntryReader) GetWorkloadEntry ¶
func (m *MockWorkloadEntryReader) GetWorkloadEntry(ctx context.Context, key client.ObjectKey) (*v1beta10.WorkloadEntry, error)
GetWorkloadEntry mocks base method.
func (*MockWorkloadEntryReader) ListWorkloadEntry ¶
func (m *MockWorkloadEntryReader) ListWorkloadEntry(ctx context.Context, opts ...client.ListOption) (*v1beta10.WorkloadEntryList, error)
ListWorkloadEntry mocks base method.
type MockWorkloadEntryReaderMockRecorder ¶
type MockWorkloadEntryReaderMockRecorder struct {
// contains filtered or unexported fields
}
MockWorkloadEntryReaderMockRecorder is the mock recorder for MockWorkloadEntryReader.
func (*MockWorkloadEntryReaderMockRecorder) GetWorkloadEntry ¶
func (mr *MockWorkloadEntryReaderMockRecorder) GetWorkloadEntry(ctx, key interface{}) *gomock.Call
GetWorkloadEntry indicates an expected call of GetWorkloadEntry.
func (*MockWorkloadEntryReaderMockRecorder) ListWorkloadEntry ¶
func (mr *MockWorkloadEntryReaderMockRecorder) ListWorkloadEntry(ctx interface{}, opts ...interface{}) *gomock.Call
ListWorkloadEntry indicates an expected call of ListWorkloadEntry.
type MockWorkloadEntryStatusWriter ¶
type MockWorkloadEntryStatusWriter struct {
// contains filtered or unexported fields
}
MockWorkloadEntryStatusWriter is a mock of WorkloadEntryStatusWriter interface.
func NewMockWorkloadEntryStatusWriter ¶
func NewMockWorkloadEntryStatusWriter(ctrl *gomock.Controller) *MockWorkloadEntryStatusWriter
NewMockWorkloadEntryStatusWriter creates a new mock instance.
func (*MockWorkloadEntryStatusWriter) EXPECT ¶
func (m *MockWorkloadEntryStatusWriter) EXPECT() *MockWorkloadEntryStatusWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockWorkloadEntryStatusWriter) PatchWorkloadEntryStatus ¶
func (m *MockWorkloadEntryStatusWriter) PatchWorkloadEntryStatus(ctx context.Context, obj *v1beta10.WorkloadEntry, patch client.Patch, opts ...client.PatchOption) error
PatchWorkloadEntryStatus mocks base method.
func (*MockWorkloadEntryStatusWriter) UpdateWorkloadEntryStatus ¶
func (m *MockWorkloadEntryStatusWriter) UpdateWorkloadEntryStatus(ctx context.Context, obj *v1beta10.WorkloadEntry, opts ...client.UpdateOption) error
UpdateWorkloadEntryStatus mocks base method.
type MockWorkloadEntryStatusWriterMockRecorder ¶
type MockWorkloadEntryStatusWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockWorkloadEntryStatusWriterMockRecorder is the mock recorder for MockWorkloadEntryStatusWriter.
func (*MockWorkloadEntryStatusWriterMockRecorder) PatchWorkloadEntryStatus ¶
func (mr *MockWorkloadEntryStatusWriterMockRecorder) PatchWorkloadEntryStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchWorkloadEntryStatus indicates an expected call of PatchWorkloadEntryStatus.
func (*MockWorkloadEntryStatusWriterMockRecorder) UpdateWorkloadEntryStatus ¶
func (mr *MockWorkloadEntryStatusWriterMockRecorder) UpdateWorkloadEntryStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateWorkloadEntryStatus indicates an expected call of UpdateWorkloadEntryStatus.
type MockWorkloadEntryWriter ¶
type MockWorkloadEntryWriter struct {
// contains filtered or unexported fields
}
MockWorkloadEntryWriter is a mock of WorkloadEntryWriter interface.
func NewMockWorkloadEntryWriter ¶
func NewMockWorkloadEntryWriter(ctrl *gomock.Controller) *MockWorkloadEntryWriter
NewMockWorkloadEntryWriter creates a new mock instance.
func (*MockWorkloadEntryWriter) CreateWorkloadEntry ¶
func (m *MockWorkloadEntryWriter) CreateWorkloadEntry(ctx context.Context, obj *v1beta10.WorkloadEntry, opts ...client.CreateOption) error
CreateWorkloadEntry mocks base method.
func (*MockWorkloadEntryWriter) DeleteAllOfWorkloadEntry ¶
func (m *MockWorkloadEntryWriter) DeleteAllOfWorkloadEntry(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfWorkloadEntry mocks base method.
func (*MockWorkloadEntryWriter) DeleteWorkloadEntry ¶
func (m *MockWorkloadEntryWriter) DeleteWorkloadEntry(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
DeleteWorkloadEntry mocks base method.
func (*MockWorkloadEntryWriter) EXPECT ¶
func (m *MockWorkloadEntryWriter) EXPECT() *MockWorkloadEntryWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockWorkloadEntryWriter) PatchWorkloadEntry ¶
func (m *MockWorkloadEntryWriter) PatchWorkloadEntry(ctx context.Context, obj *v1beta10.WorkloadEntry, patch client.Patch, opts ...client.PatchOption) error
PatchWorkloadEntry mocks base method.
func (*MockWorkloadEntryWriter) UpdateWorkloadEntry ¶
func (m *MockWorkloadEntryWriter) UpdateWorkloadEntry(ctx context.Context, obj *v1beta10.WorkloadEntry, opts ...client.UpdateOption) error
UpdateWorkloadEntry mocks base method.
func (*MockWorkloadEntryWriter) UpsertWorkloadEntry ¶
func (m *MockWorkloadEntryWriter) UpsertWorkloadEntry(ctx context.Context, obj *v1beta10.WorkloadEntry, transitionFuncs ...v1beta1.WorkloadEntryTransitionFunction) error
UpsertWorkloadEntry mocks base method.
type MockWorkloadEntryWriterMockRecorder ¶
type MockWorkloadEntryWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockWorkloadEntryWriterMockRecorder is the mock recorder for MockWorkloadEntryWriter.
func (*MockWorkloadEntryWriterMockRecorder) CreateWorkloadEntry ¶
func (mr *MockWorkloadEntryWriterMockRecorder) CreateWorkloadEntry(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreateWorkloadEntry indicates an expected call of CreateWorkloadEntry.
func (*MockWorkloadEntryWriterMockRecorder) DeleteAllOfWorkloadEntry ¶
func (mr *MockWorkloadEntryWriterMockRecorder) DeleteAllOfWorkloadEntry(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfWorkloadEntry indicates an expected call of DeleteAllOfWorkloadEntry.
func (*MockWorkloadEntryWriterMockRecorder) DeleteWorkloadEntry ¶
func (mr *MockWorkloadEntryWriterMockRecorder) DeleteWorkloadEntry(ctx, key interface{}, opts ...interface{}) *gomock.Call
DeleteWorkloadEntry indicates an expected call of DeleteWorkloadEntry.
func (*MockWorkloadEntryWriterMockRecorder) PatchWorkloadEntry ¶
func (mr *MockWorkloadEntryWriterMockRecorder) PatchWorkloadEntry(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchWorkloadEntry indicates an expected call of PatchWorkloadEntry.
func (*MockWorkloadEntryWriterMockRecorder) UpdateWorkloadEntry ¶
func (mr *MockWorkloadEntryWriterMockRecorder) UpdateWorkloadEntry(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateWorkloadEntry indicates an expected call of UpdateWorkloadEntry.
func (*MockWorkloadEntryWriterMockRecorder) UpsertWorkloadEntry ¶
func (mr *MockWorkloadEntryWriterMockRecorder) UpsertWorkloadEntry(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertWorkloadEntry indicates an expected call of UpsertWorkloadEntry.