Documentation ¶
Overview ¶
Package mock_v1beta1 is a generated GoMock package.
Index ¶
- type MockCertificateVerificationClient
- func (m *MockCertificateVerificationClient) CreateCertificateVerification(ctx context.Context, obj *v1beta1.CertificateVerification, ...) error
- func (m *MockCertificateVerificationClient) DeleteAllOfCertificateVerification(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockCertificateVerificationClient) DeleteCertificateVerification(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
- func (m *MockCertificateVerificationClient) EXPECT() *MockCertificateVerificationClientMockRecorder
- func (m *MockCertificateVerificationClient) GetCertificateVerification(ctx context.Context, key client.ObjectKey) (*v1beta1.CertificateVerification, error)
- func (m *MockCertificateVerificationClient) ListCertificateVerification(ctx context.Context, opts ...client.ListOption) (*v1beta1.CertificateVerificationList, error)
- func (m *MockCertificateVerificationClient) PatchCertificateVerification(ctx context.Context, obj *v1beta1.CertificateVerification, patch client.Patch, ...) error
- func (m *MockCertificateVerificationClient) PatchCertificateVerificationStatus(ctx context.Context, obj *v1beta1.CertificateVerification, patch client.Patch, ...) error
- func (m *MockCertificateVerificationClient) UpdateCertificateVerification(ctx context.Context, obj *v1beta1.CertificateVerification, ...) error
- func (m *MockCertificateVerificationClient) UpdateCertificateVerificationStatus(ctx context.Context, obj *v1beta1.CertificateVerification, ...) error
- func (m *MockCertificateVerificationClient) UpsertCertificateVerification(ctx context.Context, obj *v1beta1.CertificateVerification, ...) error
- type MockCertificateVerificationClientMockRecorder
- func (mr *MockCertificateVerificationClientMockRecorder) CreateCertificateVerification(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockCertificateVerificationClientMockRecorder) DeleteAllOfCertificateVerification(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockCertificateVerificationClientMockRecorder) DeleteCertificateVerification(ctx, key interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockCertificateVerificationClientMockRecorder) GetCertificateVerification(ctx, key interface{}) *gomock.Call
- func (mr *MockCertificateVerificationClientMockRecorder) ListCertificateVerification(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockCertificateVerificationClientMockRecorder) PatchCertificateVerification(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockCertificateVerificationClientMockRecorder) PatchCertificateVerificationStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockCertificateVerificationClientMockRecorder) UpdateCertificateVerification(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockCertificateVerificationClientMockRecorder) UpdateCertificateVerificationStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockCertificateVerificationClientMockRecorder) UpsertCertificateVerification(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
- type MockCertificateVerificationReader
- func (m *MockCertificateVerificationReader) EXPECT() *MockCertificateVerificationReaderMockRecorder
- func (m *MockCertificateVerificationReader) GetCertificateVerification(ctx context.Context, key client.ObjectKey) (*v1beta1.CertificateVerification, error)
- func (m *MockCertificateVerificationReader) ListCertificateVerification(ctx context.Context, opts ...client.ListOption) (*v1beta1.CertificateVerificationList, error)
- type MockCertificateVerificationReaderMockRecorder
- type MockCertificateVerificationStatusWriter
- func (m *MockCertificateVerificationStatusWriter) EXPECT() *MockCertificateVerificationStatusWriterMockRecorder
- func (m *MockCertificateVerificationStatusWriter) PatchCertificateVerificationStatus(ctx context.Context, obj *v1beta1.CertificateVerification, patch client.Patch, ...) error
- func (m *MockCertificateVerificationStatusWriter) UpdateCertificateVerificationStatus(ctx context.Context, obj *v1beta1.CertificateVerification, ...) error
- type MockCertificateVerificationStatusWriterMockRecorder
- func (mr *MockCertificateVerificationStatusWriterMockRecorder) PatchCertificateVerificationStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockCertificateVerificationStatusWriterMockRecorder) UpdateCertificateVerificationStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- type MockCertificateVerificationWriter
- func (m *MockCertificateVerificationWriter) CreateCertificateVerification(ctx context.Context, obj *v1beta1.CertificateVerification, ...) error
- func (m *MockCertificateVerificationWriter) DeleteAllOfCertificateVerification(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockCertificateVerificationWriter) DeleteCertificateVerification(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
- func (m *MockCertificateVerificationWriter) EXPECT() *MockCertificateVerificationWriterMockRecorder
- func (m *MockCertificateVerificationWriter) PatchCertificateVerification(ctx context.Context, obj *v1beta1.CertificateVerification, patch client.Patch, ...) error
- func (m *MockCertificateVerificationWriter) UpdateCertificateVerification(ctx context.Context, obj *v1beta1.CertificateVerification, ...) error
- func (m *MockCertificateVerificationWriter) UpsertCertificateVerification(ctx context.Context, obj *v1beta1.CertificateVerification, ...) error
- type MockCertificateVerificationWriterMockRecorder
- func (mr *MockCertificateVerificationWriterMockRecorder) CreateCertificateVerification(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockCertificateVerificationWriterMockRecorder) DeleteAllOfCertificateVerification(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockCertificateVerificationWriterMockRecorder) DeleteCertificateVerification(ctx, key interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockCertificateVerificationWriterMockRecorder) PatchCertificateVerification(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockCertificateVerificationWriterMockRecorder) UpdateCertificateVerification(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockCertificateVerificationWriterMockRecorder) UpsertCertificateVerification(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
- type MockClientset
- func (m *MockClientset) CertificateVerifications() v1beta1.CertificateVerificationClient
- func (m *MockClientset) EXPECT() *MockClientsetMockRecorder
- func (m *MockClientset) RateLimitClientConfigs() v1beta1.RateLimitClientConfigClient
- func (m *MockClientset) RateLimitServerConfigs() v1beta1.RateLimitServerConfigClient
- func (m *MockClientset) RouteTables() v1beta1.RouteTableClient
- func (m *MockClientset) ServiceDependencies() v1beta1.ServiceDependencyClient
- func (m *MockClientset) VirtualDestinations() v1beta1.VirtualDestinationClient
- func (m *MockClientset) VirtualGateways() v1beta1.VirtualGatewayClient
- func (m *MockClientset) VirtualHosts() v1beta1.VirtualHostClient
- func (m *MockClientset) WasmDeployments() v1beta1.WasmDeploymentClient
- type MockClientsetMockRecorder
- func (mr *MockClientsetMockRecorder) CertificateVerifications() *gomock.Call
- func (mr *MockClientsetMockRecorder) RateLimitClientConfigs() *gomock.Call
- func (mr *MockClientsetMockRecorder) RateLimitServerConfigs() *gomock.Call
- func (mr *MockClientsetMockRecorder) RouteTables() *gomock.Call
- func (mr *MockClientsetMockRecorder) ServiceDependencies() *gomock.Call
- func (mr *MockClientsetMockRecorder) VirtualDestinations() *gomock.Call
- func (mr *MockClientsetMockRecorder) VirtualGateways() *gomock.Call
- func (mr *MockClientsetMockRecorder) VirtualHosts() *gomock.Call
- func (mr *MockClientsetMockRecorder) WasmDeployments() *gomock.Call
- type MockMulticlusterCertificateVerificationClient
- type MockMulticlusterCertificateVerificationClientMockRecorder
- type MockMulticlusterClientset
- type MockMulticlusterClientsetMockRecorder
- type MockMulticlusterRateLimitClientConfigClient
- type MockMulticlusterRateLimitClientConfigClientMockRecorder
- type MockMulticlusterRateLimitServerConfigClient
- type MockMulticlusterRateLimitServerConfigClientMockRecorder
- type MockMulticlusterRouteTableClient
- type MockMulticlusterRouteTableClientMockRecorder
- type MockMulticlusterServiceDependencyClient
- type MockMulticlusterServiceDependencyClientMockRecorder
- type MockMulticlusterVirtualDestinationClient
- type MockMulticlusterVirtualDestinationClientMockRecorder
- type MockMulticlusterVirtualGatewayClient
- type MockMulticlusterVirtualGatewayClientMockRecorder
- type MockMulticlusterVirtualHostClient
- type MockMulticlusterVirtualHostClientMockRecorder
- type MockMulticlusterWasmDeploymentClient
- type MockMulticlusterWasmDeploymentClientMockRecorder
- type MockRateLimitClientConfigClient
- func (m *MockRateLimitClientConfigClient) CreateRateLimitClientConfig(ctx context.Context, obj *v1beta1.RateLimitClientConfig, ...) error
- func (m *MockRateLimitClientConfigClient) DeleteAllOfRateLimitClientConfig(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockRateLimitClientConfigClient) DeleteRateLimitClientConfig(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
- func (m *MockRateLimitClientConfigClient) EXPECT() *MockRateLimitClientConfigClientMockRecorder
- func (m *MockRateLimitClientConfigClient) GetRateLimitClientConfig(ctx context.Context, key client.ObjectKey) (*v1beta1.RateLimitClientConfig, error)
- func (m *MockRateLimitClientConfigClient) ListRateLimitClientConfig(ctx context.Context, opts ...client.ListOption) (*v1beta1.RateLimitClientConfigList, error)
- func (m *MockRateLimitClientConfigClient) PatchRateLimitClientConfig(ctx context.Context, obj *v1beta1.RateLimitClientConfig, patch client.Patch, ...) error
- func (m *MockRateLimitClientConfigClient) PatchRateLimitClientConfigStatus(ctx context.Context, obj *v1beta1.RateLimitClientConfig, patch client.Patch, ...) error
- func (m *MockRateLimitClientConfigClient) UpdateRateLimitClientConfig(ctx context.Context, obj *v1beta1.RateLimitClientConfig, ...) error
- func (m *MockRateLimitClientConfigClient) UpdateRateLimitClientConfigStatus(ctx context.Context, obj *v1beta1.RateLimitClientConfig, ...) error
- func (m *MockRateLimitClientConfigClient) UpsertRateLimitClientConfig(ctx context.Context, obj *v1beta1.RateLimitClientConfig, ...) error
- type MockRateLimitClientConfigClientMockRecorder
- func (mr *MockRateLimitClientConfigClientMockRecorder) CreateRateLimitClientConfig(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRateLimitClientConfigClientMockRecorder) DeleteAllOfRateLimitClientConfig(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRateLimitClientConfigClientMockRecorder) DeleteRateLimitClientConfig(ctx, key interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRateLimitClientConfigClientMockRecorder) GetRateLimitClientConfig(ctx, key interface{}) *gomock.Call
- func (mr *MockRateLimitClientConfigClientMockRecorder) ListRateLimitClientConfig(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRateLimitClientConfigClientMockRecorder) PatchRateLimitClientConfig(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRateLimitClientConfigClientMockRecorder) PatchRateLimitClientConfigStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRateLimitClientConfigClientMockRecorder) UpdateRateLimitClientConfig(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRateLimitClientConfigClientMockRecorder) UpdateRateLimitClientConfigStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRateLimitClientConfigClientMockRecorder) UpsertRateLimitClientConfig(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
- type MockRateLimitClientConfigReader
- func (m *MockRateLimitClientConfigReader) EXPECT() *MockRateLimitClientConfigReaderMockRecorder
- func (m *MockRateLimitClientConfigReader) GetRateLimitClientConfig(ctx context.Context, key client.ObjectKey) (*v1beta1.RateLimitClientConfig, error)
- func (m *MockRateLimitClientConfigReader) ListRateLimitClientConfig(ctx context.Context, opts ...client.ListOption) (*v1beta1.RateLimitClientConfigList, error)
- type MockRateLimitClientConfigReaderMockRecorder
- type MockRateLimitClientConfigStatusWriter
- func (m *MockRateLimitClientConfigStatusWriter) EXPECT() *MockRateLimitClientConfigStatusWriterMockRecorder
- func (m *MockRateLimitClientConfigStatusWriter) PatchRateLimitClientConfigStatus(ctx context.Context, obj *v1beta1.RateLimitClientConfig, patch client.Patch, ...) error
- func (m *MockRateLimitClientConfigStatusWriter) UpdateRateLimitClientConfigStatus(ctx context.Context, obj *v1beta1.RateLimitClientConfig, ...) error
- type MockRateLimitClientConfigStatusWriterMockRecorder
- func (mr *MockRateLimitClientConfigStatusWriterMockRecorder) PatchRateLimitClientConfigStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRateLimitClientConfigStatusWriterMockRecorder) UpdateRateLimitClientConfigStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- type MockRateLimitClientConfigWriter
- func (m *MockRateLimitClientConfigWriter) CreateRateLimitClientConfig(ctx context.Context, obj *v1beta1.RateLimitClientConfig, ...) error
- func (m *MockRateLimitClientConfigWriter) DeleteAllOfRateLimitClientConfig(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockRateLimitClientConfigWriter) DeleteRateLimitClientConfig(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
- func (m *MockRateLimitClientConfigWriter) EXPECT() *MockRateLimitClientConfigWriterMockRecorder
- func (m *MockRateLimitClientConfigWriter) PatchRateLimitClientConfig(ctx context.Context, obj *v1beta1.RateLimitClientConfig, patch client.Patch, ...) error
- func (m *MockRateLimitClientConfigWriter) UpdateRateLimitClientConfig(ctx context.Context, obj *v1beta1.RateLimitClientConfig, ...) error
- func (m *MockRateLimitClientConfigWriter) UpsertRateLimitClientConfig(ctx context.Context, obj *v1beta1.RateLimitClientConfig, ...) error
- type MockRateLimitClientConfigWriterMockRecorder
- func (mr *MockRateLimitClientConfigWriterMockRecorder) CreateRateLimitClientConfig(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRateLimitClientConfigWriterMockRecorder) DeleteAllOfRateLimitClientConfig(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRateLimitClientConfigWriterMockRecorder) DeleteRateLimitClientConfig(ctx, key interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRateLimitClientConfigWriterMockRecorder) PatchRateLimitClientConfig(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRateLimitClientConfigWriterMockRecorder) UpdateRateLimitClientConfig(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRateLimitClientConfigWriterMockRecorder) UpsertRateLimitClientConfig(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
- type MockRateLimitServerConfigClient
- func (m *MockRateLimitServerConfigClient) CreateRateLimitServerConfig(ctx context.Context, obj *v1beta1.RateLimitServerConfig, ...) error
- func (m *MockRateLimitServerConfigClient) DeleteAllOfRateLimitServerConfig(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockRateLimitServerConfigClient) DeleteRateLimitServerConfig(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
- func (m *MockRateLimitServerConfigClient) EXPECT() *MockRateLimitServerConfigClientMockRecorder
- func (m *MockRateLimitServerConfigClient) GetRateLimitServerConfig(ctx context.Context, key client.ObjectKey) (*v1beta1.RateLimitServerConfig, error)
- func (m *MockRateLimitServerConfigClient) ListRateLimitServerConfig(ctx context.Context, opts ...client.ListOption) (*v1beta1.RateLimitServerConfigList, error)
- func (m *MockRateLimitServerConfigClient) PatchRateLimitServerConfig(ctx context.Context, obj *v1beta1.RateLimitServerConfig, patch client.Patch, ...) error
- func (m *MockRateLimitServerConfigClient) PatchRateLimitServerConfigStatus(ctx context.Context, obj *v1beta1.RateLimitServerConfig, patch client.Patch, ...) error
- func (m *MockRateLimitServerConfigClient) UpdateRateLimitServerConfig(ctx context.Context, obj *v1beta1.RateLimitServerConfig, ...) error
- func (m *MockRateLimitServerConfigClient) UpdateRateLimitServerConfigStatus(ctx context.Context, obj *v1beta1.RateLimitServerConfig, ...) error
- func (m *MockRateLimitServerConfigClient) UpsertRateLimitServerConfig(ctx context.Context, obj *v1beta1.RateLimitServerConfig, ...) error
- type MockRateLimitServerConfigClientMockRecorder
- func (mr *MockRateLimitServerConfigClientMockRecorder) CreateRateLimitServerConfig(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRateLimitServerConfigClientMockRecorder) DeleteAllOfRateLimitServerConfig(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRateLimitServerConfigClientMockRecorder) DeleteRateLimitServerConfig(ctx, key interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRateLimitServerConfigClientMockRecorder) GetRateLimitServerConfig(ctx, key interface{}) *gomock.Call
- func (mr *MockRateLimitServerConfigClientMockRecorder) ListRateLimitServerConfig(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRateLimitServerConfigClientMockRecorder) PatchRateLimitServerConfig(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRateLimitServerConfigClientMockRecorder) PatchRateLimitServerConfigStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRateLimitServerConfigClientMockRecorder) UpdateRateLimitServerConfig(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRateLimitServerConfigClientMockRecorder) UpdateRateLimitServerConfigStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRateLimitServerConfigClientMockRecorder) UpsertRateLimitServerConfig(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
- type MockRateLimitServerConfigReader
- func (m *MockRateLimitServerConfigReader) EXPECT() *MockRateLimitServerConfigReaderMockRecorder
- func (m *MockRateLimitServerConfigReader) GetRateLimitServerConfig(ctx context.Context, key client.ObjectKey) (*v1beta1.RateLimitServerConfig, error)
- func (m *MockRateLimitServerConfigReader) ListRateLimitServerConfig(ctx context.Context, opts ...client.ListOption) (*v1beta1.RateLimitServerConfigList, error)
- type MockRateLimitServerConfigReaderMockRecorder
- type MockRateLimitServerConfigStatusWriter
- func (m *MockRateLimitServerConfigStatusWriter) EXPECT() *MockRateLimitServerConfigStatusWriterMockRecorder
- func (m *MockRateLimitServerConfigStatusWriter) PatchRateLimitServerConfigStatus(ctx context.Context, obj *v1beta1.RateLimitServerConfig, patch client.Patch, ...) error
- func (m *MockRateLimitServerConfigStatusWriter) UpdateRateLimitServerConfigStatus(ctx context.Context, obj *v1beta1.RateLimitServerConfig, ...) error
- type MockRateLimitServerConfigStatusWriterMockRecorder
- func (mr *MockRateLimitServerConfigStatusWriterMockRecorder) PatchRateLimitServerConfigStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRateLimitServerConfigStatusWriterMockRecorder) UpdateRateLimitServerConfigStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- type MockRateLimitServerConfigWriter
- func (m *MockRateLimitServerConfigWriter) CreateRateLimitServerConfig(ctx context.Context, obj *v1beta1.RateLimitServerConfig, ...) error
- func (m *MockRateLimitServerConfigWriter) DeleteAllOfRateLimitServerConfig(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockRateLimitServerConfigWriter) DeleteRateLimitServerConfig(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
- func (m *MockRateLimitServerConfigWriter) EXPECT() *MockRateLimitServerConfigWriterMockRecorder
- func (m *MockRateLimitServerConfigWriter) PatchRateLimitServerConfig(ctx context.Context, obj *v1beta1.RateLimitServerConfig, patch client.Patch, ...) error
- func (m *MockRateLimitServerConfigWriter) UpdateRateLimitServerConfig(ctx context.Context, obj *v1beta1.RateLimitServerConfig, ...) error
- func (m *MockRateLimitServerConfigWriter) UpsertRateLimitServerConfig(ctx context.Context, obj *v1beta1.RateLimitServerConfig, ...) error
- type MockRateLimitServerConfigWriterMockRecorder
- func (mr *MockRateLimitServerConfigWriterMockRecorder) CreateRateLimitServerConfig(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRateLimitServerConfigWriterMockRecorder) DeleteAllOfRateLimitServerConfig(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRateLimitServerConfigWriterMockRecorder) DeleteRateLimitServerConfig(ctx, key interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRateLimitServerConfigWriterMockRecorder) PatchRateLimitServerConfig(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRateLimitServerConfigWriterMockRecorder) UpdateRateLimitServerConfig(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRateLimitServerConfigWriterMockRecorder) UpsertRateLimitServerConfig(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
- type MockRouteTableClient
- func (m *MockRouteTableClient) CreateRouteTable(ctx context.Context, obj *v1beta1.RouteTable, opts ...client.CreateOption) error
- func (m *MockRouteTableClient) DeleteAllOfRouteTable(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockRouteTableClient) DeleteRouteTable(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
- func (m *MockRouteTableClient) EXPECT() *MockRouteTableClientMockRecorder
- func (m *MockRouteTableClient) GetRouteTable(ctx context.Context, key client.ObjectKey) (*v1beta1.RouteTable, error)
- func (m *MockRouteTableClient) ListRouteTable(ctx context.Context, opts ...client.ListOption) (*v1beta1.RouteTableList, error)
- func (m *MockRouteTableClient) PatchRouteTable(ctx context.Context, obj *v1beta1.RouteTable, patch client.Patch, ...) error
- func (m *MockRouteTableClient) PatchRouteTableStatus(ctx context.Context, obj *v1beta1.RouteTable, patch client.Patch, ...) error
- func (m *MockRouteTableClient) UpdateRouteTable(ctx context.Context, obj *v1beta1.RouteTable, opts ...client.UpdateOption) error
- func (m *MockRouteTableClient) UpdateRouteTableStatus(ctx context.Context, obj *v1beta1.RouteTable, opts ...client.UpdateOption) error
- func (m *MockRouteTableClient) UpsertRouteTable(ctx context.Context, obj *v1beta1.RouteTable, ...) error
- type MockRouteTableClientMockRecorder
- func (mr *MockRouteTableClientMockRecorder) CreateRouteTable(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRouteTableClientMockRecorder) DeleteAllOfRouteTable(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRouteTableClientMockRecorder) DeleteRouteTable(ctx, key interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRouteTableClientMockRecorder) GetRouteTable(ctx, key interface{}) *gomock.Call
- func (mr *MockRouteTableClientMockRecorder) ListRouteTable(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRouteTableClientMockRecorder) PatchRouteTable(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRouteTableClientMockRecorder) PatchRouteTableStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRouteTableClientMockRecorder) UpdateRouteTable(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRouteTableClientMockRecorder) UpdateRouteTableStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRouteTableClientMockRecorder) UpsertRouteTable(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
- type MockRouteTableReader
- func (m *MockRouteTableReader) EXPECT() *MockRouteTableReaderMockRecorder
- func (m *MockRouteTableReader) GetRouteTable(ctx context.Context, key client.ObjectKey) (*v1beta1.RouteTable, error)
- func (m *MockRouteTableReader) ListRouteTable(ctx context.Context, opts ...client.ListOption) (*v1beta1.RouteTableList, error)
- type MockRouteTableReaderMockRecorder
- type MockRouteTableStatusWriter
- func (m *MockRouteTableStatusWriter) EXPECT() *MockRouteTableStatusWriterMockRecorder
- func (m *MockRouteTableStatusWriter) PatchRouteTableStatus(ctx context.Context, obj *v1beta1.RouteTable, patch client.Patch, ...) error
- func (m *MockRouteTableStatusWriter) UpdateRouteTableStatus(ctx context.Context, obj *v1beta1.RouteTable, opts ...client.UpdateOption) error
- type MockRouteTableStatusWriterMockRecorder
- type MockRouteTableWriter
- func (m *MockRouteTableWriter) CreateRouteTable(ctx context.Context, obj *v1beta1.RouteTable, opts ...client.CreateOption) error
- func (m *MockRouteTableWriter) DeleteAllOfRouteTable(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockRouteTableWriter) DeleteRouteTable(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
- func (m *MockRouteTableWriter) EXPECT() *MockRouteTableWriterMockRecorder
- func (m *MockRouteTableWriter) PatchRouteTable(ctx context.Context, obj *v1beta1.RouteTable, patch client.Patch, ...) error
- func (m *MockRouteTableWriter) UpdateRouteTable(ctx context.Context, obj *v1beta1.RouteTable, opts ...client.UpdateOption) error
- func (m *MockRouteTableWriter) UpsertRouteTable(ctx context.Context, obj *v1beta1.RouteTable, ...) error
- type MockRouteTableWriterMockRecorder
- func (mr *MockRouteTableWriterMockRecorder) CreateRouteTable(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRouteTableWriterMockRecorder) DeleteAllOfRouteTable(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRouteTableWriterMockRecorder) DeleteRouteTable(ctx, key interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRouteTableWriterMockRecorder) PatchRouteTable(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRouteTableWriterMockRecorder) UpdateRouteTable(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRouteTableWriterMockRecorder) UpsertRouteTable(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
- type MockServiceDependencyClient
- func (m *MockServiceDependencyClient) CreateServiceDependency(ctx context.Context, obj *v1beta1.ServiceDependency, ...) error
- func (m *MockServiceDependencyClient) DeleteAllOfServiceDependency(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockServiceDependencyClient) DeleteServiceDependency(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
- func (m *MockServiceDependencyClient) EXPECT() *MockServiceDependencyClientMockRecorder
- func (m *MockServiceDependencyClient) GetServiceDependency(ctx context.Context, key client.ObjectKey) (*v1beta1.ServiceDependency, error)
- func (m *MockServiceDependencyClient) ListServiceDependency(ctx context.Context, opts ...client.ListOption) (*v1beta1.ServiceDependencyList, error)
- func (m *MockServiceDependencyClient) PatchServiceDependency(ctx context.Context, obj *v1beta1.ServiceDependency, patch client.Patch, ...) error
- func (m *MockServiceDependencyClient) PatchServiceDependencyStatus(ctx context.Context, obj *v1beta1.ServiceDependency, patch client.Patch, ...) error
- func (m *MockServiceDependencyClient) UpdateServiceDependency(ctx context.Context, obj *v1beta1.ServiceDependency, ...) error
- func (m *MockServiceDependencyClient) UpdateServiceDependencyStatus(ctx context.Context, obj *v1beta1.ServiceDependency, ...) error
- func (m *MockServiceDependencyClient) UpsertServiceDependency(ctx context.Context, obj *v1beta1.ServiceDependency, ...) error
- type MockServiceDependencyClientMockRecorder
- func (mr *MockServiceDependencyClientMockRecorder) CreateServiceDependency(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockServiceDependencyClientMockRecorder) DeleteAllOfServiceDependency(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockServiceDependencyClientMockRecorder) DeleteServiceDependency(ctx, key interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockServiceDependencyClientMockRecorder) GetServiceDependency(ctx, key interface{}) *gomock.Call
- func (mr *MockServiceDependencyClientMockRecorder) ListServiceDependency(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockServiceDependencyClientMockRecorder) PatchServiceDependency(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockServiceDependencyClientMockRecorder) PatchServiceDependencyStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockServiceDependencyClientMockRecorder) UpdateServiceDependency(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockServiceDependencyClientMockRecorder) UpdateServiceDependencyStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockServiceDependencyClientMockRecorder) UpsertServiceDependency(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
- type MockServiceDependencyReader
- func (m *MockServiceDependencyReader) EXPECT() *MockServiceDependencyReaderMockRecorder
- func (m *MockServiceDependencyReader) GetServiceDependency(ctx context.Context, key client.ObjectKey) (*v1beta1.ServiceDependency, error)
- func (m *MockServiceDependencyReader) ListServiceDependency(ctx context.Context, opts ...client.ListOption) (*v1beta1.ServiceDependencyList, error)
- type MockServiceDependencyReaderMockRecorder
- type MockServiceDependencyStatusWriter
- func (m *MockServiceDependencyStatusWriter) EXPECT() *MockServiceDependencyStatusWriterMockRecorder
- func (m *MockServiceDependencyStatusWriter) PatchServiceDependencyStatus(ctx context.Context, obj *v1beta1.ServiceDependency, patch client.Patch, ...) error
- func (m *MockServiceDependencyStatusWriter) UpdateServiceDependencyStatus(ctx context.Context, obj *v1beta1.ServiceDependency, ...) error
- type MockServiceDependencyStatusWriterMockRecorder
- type MockServiceDependencyWriter
- func (m *MockServiceDependencyWriter) CreateServiceDependency(ctx context.Context, obj *v1beta1.ServiceDependency, ...) error
- func (m *MockServiceDependencyWriter) DeleteAllOfServiceDependency(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockServiceDependencyWriter) DeleteServiceDependency(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
- func (m *MockServiceDependencyWriter) EXPECT() *MockServiceDependencyWriterMockRecorder
- func (m *MockServiceDependencyWriter) PatchServiceDependency(ctx context.Context, obj *v1beta1.ServiceDependency, patch client.Patch, ...) error
- func (m *MockServiceDependencyWriter) UpdateServiceDependency(ctx context.Context, obj *v1beta1.ServiceDependency, ...) error
- func (m *MockServiceDependencyWriter) UpsertServiceDependency(ctx context.Context, obj *v1beta1.ServiceDependency, ...) error
- type MockServiceDependencyWriterMockRecorder
- func (mr *MockServiceDependencyWriterMockRecorder) CreateServiceDependency(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockServiceDependencyWriterMockRecorder) DeleteAllOfServiceDependency(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockServiceDependencyWriterMockRecorder) DeleteServiceDependency(ctx, key interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockServiceDependencyWriterMockRecorder) PatchServiceDependency(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockServiceDependencyWriterMockRecorder) UpdateServiceDependency(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockServiceDependencyWriterMockRecorder) UpsertServiceDependency(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
- type MockVirtualDestinationClient
- func (m *MockVirtualDestinationClient) CreateVirtualDestination(ctx context.Context, obj *v1beta1.VirtualDestination, ...) error
- func (m *MockVirtualDestinationClient) DeleteAllOfVirtualDestination(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockVirtualDestinationClient) DeleteVirtualDestination(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
- func (m *MockVirtualDestinationClient) EXPECT() *MockVirtualDestinationClientMockRecorder
- func (m *MockVirtualDestinationClient) GetVirtualDestination(ctx context.Context, key client.ObjectKey) (*v1beta1.VirtualDestination, error)
- func (m *MockVirtualDestinationClient) ListVirtualDestination(ctx context.Context, opts ...client.ListOption) (*v1beta1.VirtualDestinationList, error)
- func (m *MockVirtualDestinationClient) PatchVirtualDestination(ctx context.Context, obj *v1beta1.VirtualDestination, patch client.Patch, ...) error
- func (m *MockVirtualDestinationClient) PatchVirtualDestinationStatus(ctx context.Context, obj *v1beta1.VirtualDestination, patch client.Patch, ...) error
- func (m *MockVirtualDestinationClient) UpdateVirtualDestination(ctx context.Context, obj *v1beta1.VirtualDestination, ...) error
- func (m *MockVirtualDestinationClient) UpdateVirtualDestinationStatus(ctx context.Context, obj *v1beta1.VirtualDestination, ...) error
- func (m *MockVirtualDestinationClient) UpsertVirtualDestination(ctx context.Context, obj *v1beta1.VirtualDestination, ...) error
- type MockVirtualDestinationClientMockRecorder
- func (mr *MockVirtualDestinationClientMockRecorder) CreateVirtualDestination(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualDestinationClientMockRecorder) DeleteAllOfVirtualDestination(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualDestinationClientMockRecorder) DeleteVirtualDestination(ctx, key interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualDestinationClientMockRecorder) GetVirtualDestination(ctx, key interface{}) *gomock.Call
- func (mr *MockVirtualDestinationClientMockRecorder) ListVirtualDestination(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualDestinationClientMockRecorder) PatchVirtualDestination(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualDestinationClientMockRecorder) PatchVirtualDestinationStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualDestinationClientMockRecorder) UpdateVirtualDestination(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualDestinationClientMockRecorder) UpdateVirtualDestinationStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualDestinationClientMockRecorder) UpsertVirtualDestination(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
- type MockVirtualDestinationReader
- func (m *MockVirtualDestinationReader) EXPECT() *MockVirtualDestinationReaderMockRecorder
- func (m *MockVirtualDestinationReader) GetVirtualDestination(ctx context.Context, key client.ObjectKey) (*v1beta1.VirtualDestination, error)
- func (m *MockVirtualDestinationReader) ListVirtualDestination(ctx context.Context, opts ...client.ListOption) (*v1beta1.VirtualDestinationList, error)
- type MockVirtualDestinationReaderMockRecorder
- type MockVirtualDestinationStatusWriter
- func (m *MockVirtualDestinationStatusWriter) EXPECT() *MockVirtualDestinationStatusWriterMockRecorder
- func (m *MockVirtualDestinationStatusWriter) PatchVirtualDestinationStatus(ctx context.Context, obj *v1beta1.VirtualDestination, patch client.Patch, ...) error
- func (m *MockVirtualDestinationStatusWriter) UpdateVirtualDestinationStatus(ctx context.Context, obj *v1beta1.VirtualDestination, ...) error
- type MockVirtualDestinationStatusWriterMockRecorder
- type MockVirtualDestinationWriter
- func (m *MockVirtualDestinationWriter) CreateVirtualDestination(ctx context.Context, obj *v1beta1.VirtualDestination, ...) error
- func (m *MockVirtualDestinationWriter) DeleteAllOfVirtualDestination(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockVirtualDestinationWriter) DeleteVirtualDestination(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
- func (m *MockVirtualDestinationWriter) EXPECT() *MockVirtualDestinationWriterMockRecorder
- func (m *MockVirtualDestinationWriter) PatchVirtualDestination(ctx context.Context, obj *v1beta1.VirtualDestination, patch client.Patch, ...) error
- func (m *MockVirtualDestinationWriter) UpdateVirtualDestination(ctx context.Context, obj *v1beta1.VirtualDestination, ...) error
- func (m *MockVirtualDestinationWriter) UpsertVirtualDestination(ctx context.Context, obj *v1beta1.VirtualDestination, ...) error
- type MockVirtualDestinationWriterMockRecorder
- func (mr *MockVirtualDestinationWriterMockRecorder) CreateVirtualDestination(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualDestinationWriterMockRecorder) DeleteAllOfVirtualDestination(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualDestinationWriterMockRecorder) DeleteVirtualDestination(ctx, key interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualDestinationWriterMockRecorder) PatchVirtualDestination(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualDestinationWriterMockRecorder) UpdateVirtualDestination(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualDestinationWriterMockRecorder) UpsertVirtualDestination(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
- type MockVirtualGatewayClient
- func (m *MockVirtualGatewayClient) CreateVirtualGateway(ctx context.Context, obj *v1beta1.VirtualGateway, opts ...client.CreateOption) error
- func (m *MockVirtualGatewayClient) DeleteAllOfVirtualGateway(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockVirtualGatewayClient) DeleteVirtualGateway(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
- func (m *MockVirtualGatewayClient) EXPECT() *MockVirtualGatewayClientMockRecorder
- func (m *MockVirtualGatewayClient) GetVirtualGateway(ctx context.Context, key client.ObjectKey) (*v1beta1.VirtualGateway, error)
- func (m *MockVirtualGatewayClient) ListVirtualGateway(ctx context.Context, opts ...client.ListOption) (*v1beta1.VirtualGatewayList, error)
- func (m *MockVirtualGatewayClient) PatchVirtualGateway(ctx context.Context, obj *v1beta1.VirtualGateway, patch client.Patch, ...) error
- func (m *MockVirtualGatewayClient) PatchVirtualGatewayStatus(ctx context.Context, obj *v1beta1.VirtualGateway, patch client.Patch, ...) error
- func (m *MockVirtualGatewayClient) UpdateVirtualGateway(ctx context.Context, obj *v1beta1.VirtualGateway, opts ...client.UpdateOption) error
- func (m *MockVirtualGatewayClient) UpdateVirtualGatewayStatus(ctx context.Context, obj *v1beta1.VirtualGateway, opts ...client.UpdateOption) error
- func (m *MockVirtualGatewayClient) UpsertVirtualGateway(ctx context.Context, obj *v1beta1.VirtualGateway, ...) error
- type MockVirtualGatewayClientMockRecorder
- func (mr *MockVirtualGatewayClientMockRecorder) CreateVirtualGateway(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualGatewayClientMockRecorder) DeleteAllOfVirtualGateway(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualGatewayClientMockRecorder) DeleteVirtualGateway(ctx, key interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualGatewayClientMockRecorder) GetVirtualGateway(ctx, key interface{}) *gomock.Call
- func (mr *MockVirtualGatewayClientMockRecorder) ListVirtualGateway(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualGatewayClientMockRecorder) PatchVirtualGateway(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualGatewayClientMockRecorder) PatchVirtualGatewayStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualGatewayClientMockRecorder) UpdateVirtualGateway(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualGatewayClientMockRecorder) UpdateVirtualGatewayStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualGatewayClientMockRecorder) UpsertVirtualGateway(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
- type MockVirtualGatewayReader
- func (m *MockVirtualGatewayReader) EXPECT() *MockVirtualGatewayReaderMockRecorder
- func (m *MockVirtualGatewayReader) GetVirtualGateway(ctx context.Context, key client.ObjectKey) (*v1beta1.VirtualGateway, error)
- func (m *MockVirtualGatewayReader) ListVirtualGateway(ctx context.Context, opts ...client.ListOption) (*v1beta1.VirtualGatewayList, error)
- type MockVirtualGatewayReaderMockRecorder
- type MockVirtualGatewayStatusWriter
- func (m *MockVirtualGatewayStatusWriter) EXPECT() *MockVirtualGatewayStatusWriterMockRecorder
- func (m *MockVirtualGatewayStatusWriter) PatchVirtualGatewayStatus(ctx context.Context, obj *v1beta1.VirtualGateway, patch client.Patch, ...) error
- func (m *MockVirtualGatewayStatusWriter) UpdateVirtualGatewayStatus(ctx context.Context, obj *v1beta1.VirtualGateway, opts ...client.UpdateOption) error
- type MockVirtualGatewayStatusWriterMockRecorder
- type MockVirtualGatewayWriter
- func (m *MockVirtualGatewayWriter) CreateVirtualGateway(ctx context.Context, obj *v1beta1.VirtualGateway, opts ...client.CreateOption) error
- func (m *MockVirtualGatewayWriter) DeleteAllOfVirtualGateway(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockVirtualGatewayWriter) DeleteVirtualGateway(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
- func (m *MockVirtualGatewayWriter) EXPECT() *MockVirtualGatewayWriterMockRecorder
- func (m *MockVirtualGatewayWriter) PatchVirtualGateway(ctx context.Context, obj *v1beta1.VirtualGateway, patch client.Patch, ...) error
- func (m *MockVirtualGatewayWriter) UpdateVirtualGateway(ctx context.Context, obj *v1beta1.VirtualGateway, opts ...client.UpdateOption) error
- func (m *MockVirtualGatewayWriter) UpsertVirtualGateway(ctx context.Context, obj *v1beta1.VirtualGateway, ...) error
- type MockVirtualGatewayWriterMockRecorder
- func (mr *MockVirtualGatewayWriterMockRecorder) CreateVirtualGateway(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualGatewayWriterMockRecorder) DeleteAllOfVirtualGateway(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualGatewayWriterMockRecorder) DeleteVirtualGateway(ctx, key interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualGatewayWriterMockRecorder) PatchVirtualGateway(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualGatewayWriterMockRecorder) UpdateVirtualGateway(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualGatewayWriterMockRecorder) UpsertVirtualGateway(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
- type MockVirtualHostClient
- func (m *MockVirtualHostClient) CreateVirtualHost(ctx context.Context, obj *v1beta1.VirtualHost, opts ...client.CreateOption) error
- func (m *MockVirtualHostClient) DeleteAllOfVirtualHost(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockVirtualHostClient) DeleteVirtualHost(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
- func (m *MockVirtualHostClient) EXPECT() *MockVirtualHostClientMockRecorder
- func (m *MockVirtualHostClient) GetVirtualHost(ctx context.Context, key client.ObjectKey) (*v1beta1.VirtualHost, error)
- func (m *MockVirtualHostClient) ListVirtualHost(ctx context.Context, opts ...client.ListOption) (*v1beta1.VirtualHostList, error)
- func (m *MockVirtualHostClient) PatchVirtualHost(ctx context.Context, obj *v1beta1.VirtualHost, patch client.Patch, ...) error
- func (m *MockVirtualHostClient) PatchVirtualHostStatus(ctx context.Context, obj *v1beta1.VirtualHost, patch client.Patch, ...) error
- func (m *MockVirtualHostClient) UpdateVirtualHost(ctx context.Context, obj *v1beta1.VirtualHost, opts ...client.UpdateOption) error
- func (m *MockVirtualHostClient) UpdateVirtualHostStatus(ctx context.Context, obj *v1beta1.VirtualHost, opts ...client.UpdateOption) error
- func (m *MockVirtualHostClient) UpsertVirtualHost(ctx context.Context, obj *v1beta1.VirtualHost, ...) error
- type MockVirtualHostClientMockRecorder
- func (mr *MockVirtualHostClientMockRecorder) CreateVirtualHost(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualHostClientMockRecorder) DeleteAllOfVirtualHost(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualHostClientMockRecorder) DeleteVirtualHost(ctx, key interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualHostClientMockRecorder) GetVirtualHost(ctx, key interface{}) *gomock.Call
- func (mr *MockVirtualHostClientMockRecorder) ListVirtualHost(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualHostClientMockRecorder) PatchVirtualHost(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualHostClientMockRecorder) PatchVirtualHostStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualHostClientMockRecorder) UpdateVirtualHost(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualHostClientMockRecorder) UpdateVirtualHostStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualHostClientMockRecorder) UpsertVirtualHost(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
- type MockVirtualHostReader
- func (m *MockVirtualHostReader) EXPECT() *MockVirtualHostReaderMockRecorder
- func (m *MockVirtualHostReader) GetVirtualHost(ctx context.Context, key client.ObjectKey) (*v1beta1.VirtualHost, error)
- func (m *MockVirtualHostReader) ListVirtualHost(ctx context.Context, opts ...client.ListOption) (*v1beta1.VirtualHostList, error)
- type MockVirtualHostReaderMockRecorder
- type MockVirtualHostStatusWriter
- func (m *MockVirtualHostStatusWriter) EXPECT() *MockVirtualHostStatusWriterMockRecorder
- func (m *MockVirtualHostStatusWriter) PatchVirtualHostStatus(ctx context.Context, obj *v1beta1.VirtualHost, patch client.Patch, ...) error
- func (m *MockVirtualHostStatusWriter) UpdateVirtualHostStatus(ctx context.Context, obj *v1beta1.VirtualHost, opts ...client.UpdateOption) error
- type MockVirtualHostStatusWriterMockRecorder
- type MockVirtualHostWriter
- func (m *MockVirtualHostWriter) CreateVirtualHost(ctx context.Context, obj *v1beta1.VirtualHost, opts ...client.CreateOption) error
- func (m *MockVirtualHostWriter) DeleteAllOfVirtualHost(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockVirtualHostWriter) DeleteVirtualHost(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
- func (m *MockVirtualHostWriter) EXPECT() *MockVirtualHostWriterMockRecorder
- func (m *MockVirtualHostWriter) PatchVirtualHost(ctx context.Context, obj *v1beta1.VirtualHost, patch client.Patch, ...) error
- func (m *MockVirtualHostWriter) UpdateVirtualHost(ctx context.Context, obj *v1beta1.VirtualHost, opts ...client.UpdateOption) error
- func (m *MockVirtualHostWriter) UpsertVirtualHost(ctx context.Context, obj *v1beta1.VirtualHost, ...) error
- type MockVirtualHostWriterMockRecorder
- func (mr *MockVirtualHostWriterMockRecorder) CreateVirtualHost(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualHostWriterMockRecorder) DeleteAllOfVirtualHost(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualHostWriterMockRecorder) DeleteVirtualHost(ctx, key interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualHostWriterMockRecorder) PatchVirtualHost(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualHostWriterMockRecorder) UpdateVirtualHost(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockVirtualHostWriterMockRecorder) UpsertVirtualHost(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
- type MockWasmDeploymentClient
- func (m *MockWasmDeploymentClient) CreateWasmDeployment(ctx context.Context, obj *v1beta1.WasmDeployment, opts ...client.CreateOption) error
- func (m *MockWasmDeploymentClient) DeleteAllOfWasmDeployment(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockWasmDeploymentClient) DeleteWasmDeployment(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
- func (m *MockWasmDeploymentClient) EXPECT() *MockWasmDeploymentClientMockRecorder
- func (m *MockWasmDeploymentClient) GetWasmDeployment(ctx context.Context, key client.ObjectKey) (*v1beta1.WasmDeployment, error)
- func (m *MockWasmDeploymentClient) ListWasmDeployment(ctx context.Context, opts ...client.ListOption) (*v1beta1.WasmDeploymentList, error)
- func (m *MockWasmDeploymentClient) PatchWasmDeployment(ctx context.Context, obj *v1beta1.WasmDeployment, patch client.Patch, ...) error
- func (m *MockWasmDeploymentClient) PatchWasmDeploymentStatus(ctx context.Context, obj *v1beta1.WasmDeployment, patch client.Patch, ...) error
- func (m *MockWasmDeploymentClient) UpdateWasmDeployment(ctx context.Context, obj *v1beta1.WasmDeployment, opts ...client.UpdateOption) error
- func (m *MockWasmDeploymentClient) UpdateWasmDeploymentStatus(ctx context.Context, obj *v1beta1.WasmDeployment, opts ...client.UpdateOption) error
- func (m *MockWasmDeploymentClient) UpsertWasmDeployment(ctx context.Context, obj *v1beta1.WasmDeployment, ...) error
- type MockWasmDeploymentClientMockRecorder
- func (mr *MockWasmDeploymentClientMockRecorder) CreateWasmDeployment(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockWasmDeploymentClientMockRecorder) DeleteAllOfWasmDeployment(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockWasmDeploymentClientMockRecorder) DeleteWasmDeployment(ctx, key interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockWasmDeploymentClientMockRecorder) GetWasmDeployment(ctx, key interface{}) *gomock.Call
- func (mr *MockWasmDeploymentClientMockRecorder) ListWasmDeployment(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockWasmDeploymentClientMockRecorder) PatchWasmDeployment(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockWasmDeploymentClientMockRecorder) PatchWasmDeploymentStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockWasmDeploymentClientMockRecorder) UpdateWasmDeployment(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockWasmDeploymentClientMockRecorder) UpdateWasmDeploymentStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockWasmDeploymentClientMockRecorder) UpsertWasmDeployment(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
- type MockWasmDeploymentReader
- func (m *MockWasmDeploymentReader) EXPECT() *MockWasmDeploymentReaderMockRecorder
- func (m *MockWasmDeploymentReader) GetWasmDeployment(ctx context.Context, key client.ObjectKey) (*v1beta1.WasmDeployment, error)
- func (m *MockWasmDeploymentReader) ListWasmDeployment(ctx context.Context, opts ...client.ListOption) (*v1beta1.WasmDeploymentList, error)
- type MockWasmDeploymentReaderMockRecorder
- type MockWasmDeploymentStatusWriter
- func (m *MockWasmDeploymentStatusWriter) EXPECT() *MockWasmDeploymentStatusWriterMockRecorder
- func (m *MockWasmDeploymentStatusWriter) PatchWasmDeploymentStatus(ctx context.Context, obj *v1beta1.WasmDeployment, patch client.Patch, ...) error
- func (m *MockWasmDeploymentStatusWriter) UpdateWasmDeploymentStatus(ctx context.Context, obj *v1beta1.WasmDeployment, opts ...client.UpdateOption) error
- type MockWasmDeploymentStatusWriterMockRecorder
- type MockWasmDeploymentWriter
- func (m *MockWasmDeploymentWriter) CreateWasmDeployment(ctx context.Context, obj *v1beta1.WasmDeployment, opts ...client.CreateOption) error
- func (m *MockWasmDeploymentWriter) DeleteAllOfWasmDeployment(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockWasmDeploymentWriter) DeleteWasmDeployment(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
- func (m *MockWasmDeploymentWriter) EXPECT() *MockWasmDeploymentWriterMockRecorder
- func (m *MockWasmDeploymentWriter) PatchWasmDeployment(ctx context.Context, obj *v1beta1.WasmDeployment, patch client.Patch, ...) error
- func (m *MockWasmDeploymentWriter) UpdateWasmDeployment(ctx context.Context, obj *v1beta1.WasmDeployment, opts ...client.UpdateOption) error
- func (m *MockWasmDeploymentWriter) UpsertWasmDeployment(ctx context.Context, obj *v1beta1.WasmDeployment, ...) error
- type MockWasmDeploymentWriterMockRecorder
- func (mr *MockWasmDeploymentWriterMockRecorder) CreateWasmDeployment(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockWasmDeploymentWriterMockRecorder) DeleteAllOfWasmDeployment(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockWasmDeploymentWriterMockRecorder) DeleteWasmDeployment(ctx, key interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockWasmDeploymentWriterMockRecorder) PatchWasmDeployment(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockWasmDeploymentWriterMockRecorder) UpdateWasmDeployment(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockWasmDeploymentWriterMockRecorder) UpsertWasmDeployment(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockCertificateVerificationClient ¶ added in v1.1.0
type MockCertificateVerificationClient struct {
// contains filtered or unexported fields
}
MockCertificateVerificationClient is a mock of CertificateVerificationClient interface.
func NewMockCertificateVerificationClient ¶ added in v1.1.0
func NewMockCertificateVerificationClient(ctrl *gomock.Controller) *MockCertificateVerificationClient
NewMockCertificateVerificationClient creates a new mock instance.
func (*MockCertificateVerificationClient) CreateCertificateVerification ¶ added in v1.1.0
func (m *MockCertificateVerificationClient) CreateCertificateVerification(ctx context.Context, obj *v1beta1.CertificateVerification, opts ...client.CreateOption) error
CreateCertificateVerification mocks base method.
func (*MockCertificateVerificationClient) DeleteAllOfCertificateVerification ¶ added in v1.1.0
func (m *MockCertificateVerificationClient) DeleteAllOfCertificateVerification(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfCertificateVerification mocks base method.
func (*MockCertificateVerificationClient) DeleteCertificateVerification ¶ added in v1.1.0
func (m *MockCertificateVerificationClient) DeleteCertificateVerification(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
DeleteCertificateVerification mocks base method.
func (*MockCertificateVerificationClient) EXPECT ¶ added in v1.1.0
func (m *MockCertificateVerificationClient) EXPECT() *MockCertificateVerificationClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockCertificateVerificationClient) GetCertificateVerification ¶ added in v1.1.0
func (m *MockCertificateVerificationClient) GetCertificateVerification(ctx context.Context, key client.ObjectKey) (*v1beta1.CertificateVerification, error)
GetCertificateVerification mocks base method.
func (*MockCertificateVerificationClient) ListCertificateVerification ¶ added in v1.1.0
func (m *MockCertificateVerificationClient) ListCertificateVerification(ctx context.Context, opts ...client.ListOption) (*v1beta1.CertificateVerificationList, error)
ListCertificateVerification mocks base method.
func (*MockCertificateVerificationClient) PatchCertificateVerification ¶ added in v1.1.0
func (m *MockCertificateVerificationClient) PatchCertificateVerification(ctx context.Context, obj *v1beta1.CertificateVerification, patch client.Patch, opts ...client.PatchOption) error
PatchCertificateVerification mocks base method.
func (*MockCertificateVerificationClient) PatchCertificateVerificationStatus ¶ added in v1.1.0
func (m *MockCertificateVerificationClient) PatchCertificateVerificationStatus(ctx context.Context, obj *v1beta1.CertificateVerification, patch client.Patch, opts ...client.PatchOption) error
PatchCertificateVerificationStatus mocks base method.
func (*MockCertificateVerificationClient) UpdateCertificateVerification ¶ added in v1.1.0
func (m *MockCertificateVerificationClient) UpdateCertificateVerification(ctx context.Context, obj *v1beta1.CertificateVerification, opts ...client.UpdateOption) error
UpdateCertificateVerification mocks base method.
func (*MockCertificateVerificationClient) UpdateCertificateVerificationStatus ¶ added in v1.1.0
func (m *MockCertificateVerificationClient) UpdateCertificateVerificationStatus(ctx context.Context, obj *v1beta1.CertificateVerification, opts ...client.UpdateOption) error
UpdateCertificateVerificationStatus mocks base method.
func (*MockCertificateVerificationClient) UpsertCertificateVerification ¶ added in v1.1.0
func (m *MockCertificateVerificationClient) UpsertCertificateVerification(ctx context.Context, obj *v1beta1.CertificateVerification, transitionFuncs ...v1beta1.CertificateVerificationTransitionFunction) error
UpsertCertificateVerification mocks base method.
type MockCertificateVerificationClientMockRecorder ¶ added in v1.1.0
type MockCertificateVerificationClientMockRecorder struct {
// contains filtered or unexported fields
}
MockCertificateVerificationClientMockRecorder is the mock recorder for MockCertificateVerificationClient.
func (*MockCertificateVerificationClientMockRecorder) CreateCertificateVerification ¶ added in v1.1.0
func (mr *MockCertificateVerificationClientMockRecorder) CreateCertificateVerification(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreateCertificateVerification indicates an expected call of CreateCertificateVerification.
func (*MockCertificateVerificationClientMockRecorder) DeleteAllOfCertificateVerification ¶ added in v1.1.0
func (mr *MockCertificateVerificationClientMockRecorder) DeleteAllOfCertificateVerification(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfCertificateVerification indicates an expected call of DeleteAllOfCertificateVerification.
func (*MockCertificateVerificationClientMockRecorder) DeleteCertificateVerification ¶ added in v1.1.0
func (mr *MockCertificateVerificationClientMockRecorder) DeleteCertificateVerification(ctx, key interface{}, opts ...interface{}) *gomock.Call
DeleteCertificateVerification indicates an expected call of DeleteCertificateVerification.
func (*MockCertificateVerificationClientMockRecorder) GetCertificateVerification ¶ added in v1.1.0
func (mr *MockCertificateVerificationClientMockRecorder) GetCertificateVerification(ctx, key interface{}) *gomock.Call
GetCertificateVerification indicates an expected call of GetCertificateVerification.
func (*MockCertificateVerificationClientMockRecorder) ListCertificateVerification ¶ added in v1.1.0
func (mr *MockCertificateVerificationClientMockRecorder) ListCertificateVerification(ctx interface{}, opts ...interface{}) *gomock.Call
ListCertificateVerification indicates an expected call of ListCertificateVerification.
func (*MockCertificateVerificationClientMockRecorder) PatchCertificateVerification ¶ added in v1.1.0
func (mr *MockCertificateVerificationClientMockRecorder) PatchCertificateVerification(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchCertificateVerification indicates an expected call of PatchCertificateVerification.
func (*MockCertificateVerificationClientMockRecorder) PatchCertificateVerificationStatus ¶ added in v1.1.0
func (mr *MockCertificateVerificationClientMockRecorder) PatchCertificateVerificationStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchCertificateVerificationStatus indicates an expected call of PatchCertificateVerificationStatus.
func (*MockCertificateVerificationClientMockRecorder) UpdateCertificateVerification ¶ added in v1.1.0
func (mr *MockCertificateVerificationClientMockRecorder) UpdateCertificateVerification(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateCertificateVerification indicates an expected call of UpdateCertificateVerification.
func (*MockCertificateVerificationClientMockRecorder) UpdateCertificateVerificationStatus ¶ added in v1.1.0
func (mr *MockCertificateVerificationClientMockRecorder) UpdateCertificateVerificationStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateCertificateVerificationStatus indicates an expected call of UpdateCertificateVerificationStatus.
func (*MockCertificateVerificationClientMockRecorder) UpsertCertificateVerification ¶ added in v1.1.0
func (mr *MockCertificateVerificationClientMockRecorder) UpsertCertificateVerification(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertCertificateVerification indicates an expected call of UpsertCertificateVerification.
type MockCertificateVerificationReader ¶ added in v1.1.0
type MockCertificateVerificationReader struct {
// contains filtered or unexported fields
}
MockCertificateVerificationReader is a mock of CertificateVerificationReader interface.
func NewMockCertificateVerificationReader ¶ added in v1.1.0
func NewMockCertificateVerificationReader(ctrl *gomock.Controller) *MockCertificateVerificationReader
NewMockCertificateVerificationReader creates a new mock instance.
func (*MockCertificateVerificationReader) EXPECT ¶ added in v1.1.0
func (m *MockCertificateVerificationReader) EXPECT() *MockCertificateVerificationReaderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockCertificateVerificationReader) GetCertificateVerification ¶ added in v1.1.0
func (m *MockCertificateVerificationReader) GetCertificateVerification(ctx context.Context, key client.ObjectKey) (*v1beta1.CertificateVerification, error)
GetCertificateVerification mocks base method.
func (*MockCertificateVerificationReader) ListCertificateVerification ¶ added in v1.1.0
func (m *MockCertificateVerificationReader) ListCertificateVerification(ctx context.Context, opts ...client.ListOption) (*v1beta1.CertificateVerificationList, error)
ListCertificateVerification mocks base method.
type MockCertificateVerificationReaderMockRecorder ¶ added in v1.1.0
type MockCertificateVerificationReaderMockRecorder struct {
// contains filtered or unexported fields
}
MockCertificateVerificationReaderMockRecorder is the mock recorder for MockCertificateVerificationReader.
func (*MockCertificateVerificationReaderMockRecorder) GetCertificateVerification ¶ added in v1.1.0
func (mr *MockCertificateVerificationReaderMockRecorder) GetCertificateVerification(ctx, key interface{}) *gomock.Call
GetCertificateVerification indicates an expected call of GetCertificateVerification.
func (*MockCertificateVerificationReaderMockRecorder) ListCertificateVerification ¶ added in v1.1.0
func (mr *MockCertificateVerificationReaderMockRecorder) ListCertificateVerification(ctx interface{}, opts ...interface{}) *gomock.Call
ListCertificateVerification indicates an expected call of ListCertificateVerification.
type MockCertificateVerificationStatusWriter ¶ added in v1.1.0
type MockCertificateVerificationStatusWriter struct {
// contains filtered or unexported fields
}
MockCertificateVerificationStatusWriter is a mock of CertificateVerificationStatusWriter interface.
func NewMockCertificateVerificationStatusWriter ¶ added in v1.1.0
func NewMockCertificateVerificationStatusWriter(ctrl *gomock.Controller) *MockCertificateVerificationStatusWriter
NewMockCertificateVerificationStatusWriter creates a new mock instance.
func (*MockCertificateVerificationStatusWriter) EXPECT ¶ added in v1.1.0
func (m *MockCertificateVerificationStatusWriter) EXPECT() *MockCertificateVerificationStatusWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockCertificateVerificationStatusWriter) PatchCertificateVerificationStatus ¶ added in v1.1.0
func (m *MockCertificateVerificationStatusWriter) PatchCertificateVerificationStatus(ctx context.Context, obj *v1beta1.CertificateVerification, patch client.Patch, opts ...client.PatchOption) error
PatchCertificateVerificationStatus mocks base method.
func (*MockCertificateVerificationStatusWriter) UpdateCertificateVerificationStatus ¶ added in v1.1.0
func (m *MockCertificateVerificationStatusWriter) UpdateCertificateVerificationStatus(ctx context.Context, obj *v1beta1.CertificateVerification, opts ...client.UpdateOption) error
UpdateCertificateVerificationStatus mocks base method.
type MockCertificateVerificationStatusWriterMockRecorder ¶ added in v1.1.0
type MockCertificateVerificationStatusWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockCertificateVerificationStatusWriterMockRecorder is the mock recorder for MockCertificateVerificationStatusWriter.
func (*MockCertificateVerificationStatusWriterMockRecorder) PatchCertificateVerificationStatus ¶ added in v1.1.0
func (mr *MockCertificateVerificationStatusWriterMockRecorder) PatchCertificateVerificationStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchCertificateVerificationStatus indicates an expected call of PatchCertificateVerificationStatus.
func (*MockCertificateVerificationStatusWriterMockRecorder) UpdateCertificateVerificationStatus ¶ added in v1.1.0
func (mr *MockCertificateVerificationStatusWriterMockRecorder) UpdateCertificateVerificationStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateCertificateVerificationStatus indicates an expected call of UpdateCertificateVerificationStatus.
type MockCertificateVerificationWriter ¶ added in v1.1.0
type MockCertificateVerificationWriter struct {
// contains filtered or unexported fields
}
MockCertificateVerificationWriter is a mock of CertificateVerificationWriter interface.
func NewMockCertificateVerificationWriter ¶ added in v1.1.0
func NewMockCertificateVerificationWriter(ctrl *gomock.Controller) *MockCertificateVerificationWriter
NewMockCertificateVerificationWriter creates a new mock instance.
func (*MockCertificateVerificationWriter) CreateCertificateVerification ¶ added in v1.1.0
func (m *MockCertificateVerificationWriter) CreateCertificateVerification(ctx context.Context, obj *v1beta1.CertificateVerification, opts ...client.CreateOption) error
CreateCertificateVerification mocks base method.
func (*MockCertificateVerificationWriter) DeleteAllOfCertificateVerification ¶ added in v1.1.0
func (m *MockCertificateVerificationWriter) DeleteAllOfCertificateVerification(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfCertificateVerification mocks base method.
func (*MockCertificateVerificationWriter) DeleteCertificateVerification ¶ added in v1.1.0
func (m *MockCertificateVerificationWriter) DeleteCertificateVerification(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
DeleteCertificateVerification mocks base method.
func (*MockCertificateVerificationWriter) EXPECT ¶ added in v1.1.0
func (m *MockCertificateVerificationWriter) EXPECT() *MockCertificateVerificationWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockCertificateVerificationWriter) PatchCertificateVerification ¶ added in v1.1.0
func (m *MockCertificateVerificationWriter) PatchCertificateVerification(ctx context.Context, obj *v1beta1.CertificateVerification, patch client.Patch, opts ...client.PatchOption) error
PatchCertificateVerification mocks base method.
func (*MockCertificateVerificationWriter) UpdateCertificateVerification ¶ added in v1.1.0
func (m *MockCertificateVerificationWriter) UpdateCertificateVerification(ctx context.Context, obj *v1beta1.CertificateVerification, opts ...client.UpdateOption) error
UpdateCertificateVerification mocks base method.
func (*MockCertificateVerificationWriter) UpsertCertificateVerification ¶ added in v1.1.0
func (m *MockCertificateVerificationWriter) UpsertCertificateVerification(ctx context.Context, obj *v1beta1.CertificateVerification, transitionFuncs ...v1beta1.CertificateVerificationTransitionFunction) error
UpsertCertificateVerification mocks base method.
type MockCertificateVerificationWriterMockRecorder ¶ added in v1.1.0
type MockCertificateVerificationWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockCertificateVerificationWriterMockRecorder is the mock recorder for MockCertificateVerificationWriter.
func (*MockCertificateVerificationWriterMockRecorder) CreateCertificateVerification ¶ added in v1.1.0
func (mr *MockCertificateVerificationWriterMockRecorder) CreateCertificateVerification(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreateCertificateVerification indicates an expected call of CreateCertificateVerification.
func (*MockCertificateVerificationWriterMockRecorder) DeleteAllOfCertificateVerification ¶ added in v1.1.0
func (mr *MockCertificateVerificationWriterMockRecorder) DeleteAllOfCertificateVerification(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfCertificateVerification indicates an expected call of DeleteAllOfCertificateVerification.
func (*MockCertificateVerificationWriterMockRecorder) DeleteCertificateVerification ¶ added in v1.1.0
func (mr *MockCertificateVerificationWriterMockRecorder) DeleteCertificateVerification(ctx, key interface{}, opts ...interface{}) *gomock.Call
DeleteCertificateVerification indicates an expected call of DeleteCertificateVerification.
func (*MockCertificateVerificationWriterMockRecorder) PatchCertificateVerification ¶ added in v1.1.0
func (mr *MockCertificateVerificationWriterMockRecorder) PatchCertificateVerification(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchCertificateVerification indicates an expected call of PatchCertificateVerification.
func (*MockCertificateVerificationWriterMockRecorder) UpdateCertificateVerification ¶ added in v1.1.0
func (mr *MockCertificateVerificationWriterMockRecorder) UpdateCertificateVerification(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateCertificateVerification indicates an expected call of UpdateCertificateVerification.
func (*MockCertificateVerificationWriterMockRecorder) UpsertCertificateVerification ¶ added in v1.1.0
func (mr *MockCertificateVerificationWriterMockRecorder) UpsertCertificateVerification(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertCertificateVerification indicates an expected call of UpsertCertificateVerification.
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) CertificateVerifications ¶ added in v1.1.0
func (m *MockClientset) CertificateVerifications() v1beta1.CertificateVerificationClient
CertificateVerifications 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) RateLimitClientConfigs ¶ added in v1.1.0
func (m *MockClientset) RateLimitClientConfigs() v1beta1.RateLimitClientConfigClient
RateLimitClientConfigs mocks base method.
func (*MockClientset) RateLimitServerConfigs ¶ added in v1.1.0
func (m *MockClientset) RateLimitServerConfigs() v1beta1.RateLimitServerConfigClient
RateLimitServerConfigs mocks base method.
func (*MockClientset) RouteTables ¶ added in v1.1.0
func (m *MockClientset) RouteTables() v1beta1.RouteTableClient
RouteTables mocks base method.
func (*MockClientset) ServiceDependencies ¶ added in v1.1.0
func (m *MockClientset) ServiceDependencies() v1beta1.ServiceDependencyClient
ServiceDependencies mocks base method.
func (*MockClientset) VirtualDestinations ¶
func (m *MockClientset) VirtualDestinations() v1beta1.VirtualDestinationClient
VirtualDestinations mocks base method.
func (*MockClientset) VirtualGateways ¶ added in v1.1.0
func (m *MockClientset) VirtualGateways() v1beta1.VirtualGatewayClient
VirtualGateways mocks base method.
func (*MockClientset) VirtualHosts ¶ added in v1.1.0
func (m *MockClientset) VirtualHosts() v1beta1.VirtualHostClient
VirtualHosts mocks base method.
func (*MockClientset) WasmDeployments ¶
func (m *MockClientset) WasmDeployments() v1beta1.WasmDeploymentClient
WasmDeployments mocks base method.
type MockClientsetMockRecorder ¶
type MockClientsetMockRecorder struct {
// contains filtered or unexported fields
}
MockClientsetMockRecorder is the mock recorder for MockClientset.
func (*MockClientsetMockRecorder) CertificateVerifications ¶ added in v1.1.0
func (mr *MockClientsetMockRecorder) CertificateVerifications() *gomock.Call
CertificateVerifications indicates an expected call of CertificateVerifications.
func (*MockClientsetMockRecorder) RateLimitClientConfigs ¶ added in v1.1.0
func (mr *MockClientsetMockRecorder) RateLimitClientConfigs() *gomock.Call
RateLimitClientConfigs indicates an expected call of RateLimitClientConfigs.
func (*MockClientsetMockRecorder) RateLimitServerConfigs ¶ added in v1.1.0
func (mr *MockClientsetMockRecorder) RateLimitServerConfigs() *gomock.Call
RateLimitServerConfigs indicates an expected call of RateLimitServerConfigs.
func (*MockClientsetMockRecorder) RouteTables ¶ added in v1.1.0
func (mr *MockClientsetMockRecorder) RouteTables() *gomock.Call
RouteTables indicates an expected call of RouteTables.
func (*MockClientsetMockRecorder) ServiceDependencies ¶ added in v1.1.0
func (mr *MockClientsetMockRecorder) ServiceDependencies() *gomock.Call
ServiceDependencies indicates an expected call of ServiceDependencies.
func (*MockClientsetMockRecorder) VirtualDestinations ¶
func (mr *MockClientsetMockRecorder) VirtualDestinations() *gomock.Call
VirtualDestinations indicates an expected call of VirtualDestinations.
func (*MockClientsetMockRecorder) VirtualGateways ¶ added in v1.1.0
func (mr *MockClientsetMockRecorder) VirtualGateways() *gomock.Call
VirtualGateways indicates an expected call of VirtualGateways.
func (*MockClientsetMockRecorder) VirtualHosts ¶ added in v1.1.0
func (mr *MockClientsetMockRecorder) VirtualHosts() *gomock.Call
VirtualHosts indicates an expected call of VirtualHosts.
func (*MockClientsetMockRecorder) WasmDeployments ¶
func (mr *MockClientsetMockRecorder) WasmDeployments() *gomock.Call
WasmDeployments indicates an expected call of WasmDeployments.
type MockMulticlusterCertificateVerificationClient ¶ added in v1.1.0
type MockMulticlusterCertificateVerificationClient struct {
// contains filtered or unexported fields
}
MockMulticlusterCertificateVerificationClient is a mock of MulticlusterCertificateVerificationClient interface.
func NewMockMulticlusterCertificateVerificationClient ¶ added in v1.1.0
func NewMockMulticlusterCertificateVerificationClient(ctrl *gomock.Controller) *MockMulticlusterCertificateVerificationClient
NewMockMulticlusterCertificateVerificationClient creates a new mock instance.
func (*MockMulticlusterCertificateVerificationClient) Cluster ¶ added in v1.1.0
func (m *MockMulticlusterCertificateVerificationClient) Cluster(cluster string) (v1beta1.CertificateVerificationClient, error)
Cluster mocks base method.
func (*MockMulticlusterCertificateVerificationClient) EXPECT ¶ added in v1.1.0
func (m *MockMulticlusterCertificateVerificationClient) EXPECT() *MockMulticlusterCertificateVerificationClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockMulticlusterCertificateVerificationClientMockRecorder ¶ added in v1.1.0
type MockMulticlusterCertificateVerificationClientMockRecorder struct {
// contains filtered or unexported fields
}
MockMulticlusterCertificateVerificationClientMockRecorder is the mock recorder for MockMulticlusterCertificateVerificationClient.
func (*MockMulticlusterCertificateVerificationClientMockRecorder) Cluster ¶ added in v1.1.0
func (mr *MockMulticlusterCertificateVerificationClientMockRecorder) Cluster(cluster interface{}) *gomock.Call
Cluster indicates an expected call of Cluster.
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 MockMulticlusterRateLimitClientConfigClient ¶ added in v1.1.0
type MockMulticlusterRateLimitClientConfigClient struct {
// contains filtered or unexported fields
}
MockMulticlusterRateLimitClientConfigClient is a mock of MulticlusterRateLimitClientConfigClient interface.
func NewMockMulticlusterRateLimitClientConfigClient ¶ added in v1.1.0
func NewMockMulticlusterRateLimitClientConfigClient(ctrl *gomock.Controller) *MockMulticlusterRateLimitClientConfigClient
NewMockMulticlusterRateLimitClientConfigClient creates a new mock instance.
func (*MockMulticlusterRateLimitClientConfigClient) Cluster ¶ added in v1.1.0
func (m *MockMulticlusterRateLimitClientConfigClient) Cluster(cluster string) (v1beta1.RateLimitClientConfigClient, error)
Cluster mocks base method.
func (*MockMulticlusterRateLimitClientConfigClient) EXPECT ¶ added in v1.1.0
func (m *MockMulticlusterRateLimitClientConfigClient) EXPECT() *MockMulticlusterRateLimitClientConfigClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockMulticlusterRateLimitClientConfigClientMockRecorder ¶ added in v1.1.0
type MockMulticlusterRateLimitClientConfigClientMockRecorder struct {
// contains filtered or unexported fields
}
MockMulticlusterRateLimitClientConfigClientMockRecorder is the mock recorder for MockMulticlusterRateLimitClientConfigClient.
func (*MockMulticlusterRateLimitClientConfigClientMockRecorder) Cluster ¶ added in v1.1.0
func (mr *MockMulticlusterRateLimitClientConfigClientMockRecorder) Cluster(cluster interface{}) *gomock.Call
Cluster indicates an expected call of Cluster.
type MockMulticlusterRateLimitServerConfigClient ¶ added in v1.1.0
type MockMulticlusterRateLimitServerConfigClient struct {
// contains filtered or unexported fields
}
MockMulticlusterRateLimitServerConfigClient is a mock of MulticlusterRateLimitServerConfigClient interface.
func NewMockMulticlusterRateLimitServerConfigClient ¶ added in v1.1.0
func NewMockMulticlusterRateLimitServerConfigClient(ctrl *gomock.Controller) *MockMulticlusterRateLimitServerConfigClient
NewMockMulticlusterRateLimitServerConfigClient creates a new mock instance.
func (*MockMulticlusterRateLimitServerConfigClient) Cluster ¶ added in v1.1.0
func (m *MockMulticlusterRateLimitServerConfigClient) Cluster(cluster string) (v1beta1.RateLimitServerConfigClient, error)
Cluster mocks base method.
func (*MockMulticlusterRateLimitServerConfigClient) EXPECT ¶ added in v1.1.0
func (m *MockMulticlusterRateLimitServerConfigClient) EXPECT() *MockMulticlusterRateLimitServerConfigClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockMulticlusterRateLimitServerConfigClientMockRecorder ¶ added in v1.1.0
type MockMulticlusterRateLimitServerConfigClientMockRecorder struct {
// contains filtered or unexported fields
}
MockMulticlusterRateLimitServerConfigClientMockRecorder is the mock recorder for MockMulticlusterRateLimitServerConfigClient.
func (*MockMulticlusterRateLimitServerConfigClientMockRecorder) Cluster ¶ added in v1.1.0
func (mr *MockMulticlusterRateLimitServerConfigClientMockRecorder) Cluster(cluster interface{}) *gomock.Call
Cluster indicates an expected call of Cluster.
type MockMulticlusterRouteTableClient ¶ added in v1.1.0
type MockMulticlusterRouteTableClient struct {
// contains filtered or unexported fields
}
MockMulticlusterRouteTableClient is a mock of MulticlusterRouteTableClient interface.
func NewMockMulticlusterRouteTableClient ¶ added in v1.1.0
func NewMockMulticlusterRouteTableClient(ctrl *gomock.Controller) *MockMulticlusterRouteTableClient
NewMockMulticlusterRouteTableClient creates a new mock instance.
func (*MockMulticlusterRouteTableClient) Cluster ¶ added in v1.1.0
func (m *MockMulticlusterRouteTableClient) Cluster(cluster string) (v1beta1.RouteTableClient, error)
Cluster mocks base method.
func (*MockMulticlusterRouteTableClient) EXPECT ¶ added in v1.1.0
func (m *MockMulticlusterRouteTableClient) EXPECT() *MockMulticlusterRouteTableClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockMulticlusterRouteTableClientMockRecorder ¶ added in v1.1.0
type MockMulticlusterRouteTableClientMockRecorder struct {
// contains filtered or unexported fields
}
MockMulticlusterRouteTableClientMockRecorder is the mock recorder for MockMulticlusterRouteTableClient.
func (*MockMulticlusterRouteTableClientMockRecorder) Cluster ¶ added in v1.1.0
func (mr *MockMulticlusterRouteTableClientMockRecorder) Cluster(cluster interface{}) *gomock.Call
Cluster indicates an expected call of Cluster.
type MockMulticlusterServiceDependencyClient ¶ added in v1.1.0
type MockMulticlusterServiceDependencyClient struct {
// contains filtered or unexported fields
}
MockMulticlusterServiceDependencyClient is a mock of MulticlusterServiceDependencyClient interface.
func NewMockMulticlusterServiceDependencyClient ¶ added in v1.1.0
func NewMockMulticlusterServiceDependencyClient(ctrl *gomock.Controller) *MockMulticlusterServiceDependencyClient
NewMockMulticlusterServiceDependencyClient creates a new mock instance.
func (*MockMulticlusterServiceDependencyClient) Cluster ¶ added in v1.1.0
func (m *MockMulticlusterServiceDependencyClient) Cluster(cluster string) (v1beta1.ServiceDependencyClient, error)
Cluster mocks base method.
func (*MockMulticlusterServiceDependencyClient) EXPECT ¶ added in v1.1.0
func (m *MockMulticlusterServiceDependencyClient) EXPECT() *MockMulticlusterServiceDependencyClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockMulticlusterServiceDependencyClientMockRecorder ¶ added in v1.1.0
type MockMulticlusterServiceDependencyClientMockRecorder struct {
// contains filtered or unexported fields
}
MockMulticlusterServiceDependencyClientMockRecorder is the mock recorder for MockMulticlusterServiceDependencyClient.
func (*MockMulticlusterServiceDependencyClientMockRecorder) Cluster ¶ added in v1.1.0
func (mr *MockMulticlusterServiceDependencyClientMockRecorder) Cluster(cluster interface{}) *gomock.Call
Cluster indicates an expected call of Cluster.
type MockMulticlusterVirtualDestinationClient ¶
type MockMulticlusterVirtualDestinationClient struct {
// contains filtered or unexported fields
}
MockMulticlusterVirtualDestinationClient is a mock of MulticlusterVirtualDestinationClient interface.
func NewMockMulticlusterVirtualDestinationClient ¶
func NewMockMulticlusterVirtualDestinationClient(ctrl *gomock.Controller) *MockMulticlusterVirtualDestinationClient
NewMockMulticlusterVirtualDestinationClient creates a new mock instance.
func (*MockMulticlusterVirtualDestinationClient) Cluster ¶
func (m *MockMulticlusterVirtualDestinationClient) Cluster(cluster string) (v1beta1.VirtualDestinationClient, error)
Cluster mocks base method.
func (*MockMulticlusterVirtualDestinationClient) EXPECT ¶
func (m *MockMulticlusterVirtualDestinationClient) EXPECT() *MockMulticlusterVirtualDestinationClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockMulticlusterVirtualDestinationClientMockRecorder ¶
type MockMulticlusterVirtualDestinationClientMockRecorder struct {
// contains filtered or unexported fields
}
MockMulticlusterVirtualDestinationClientMockRecorder is the mock recorder for MockMulticlusterVirtualDestinationClient.
func (*MockMulticlusterVirtualDestinationClientMockRecorder) Cluster ¶
func (mr *MockMulticlusterVirtualDestinationClientMockRecorder) Cluster(cluster interface{}) *gomock.Call
Cluster indicates an expected call of Cluster.
type MockMulticlusterVirtualGatewayClient ¶ added in v1.1.0
type MockMulticlusterVirtualGatewayClient struct {
// contains filtered or unexported fields
}
MockMulticlusterVirtualGatewayClient is a mock of MulticlusterVirtualGatewayClient interface.
func NewMockMulticlusterVirtualGatewayClient ¶ added in v1.1.0
func NewMockMulticlusterVirtualGatewayClient(ctrl *gomock.Controller) *MockMulticlusterVirtualGatewayClient
NewMockMulticlusterVirtualGatewayClient creates a new mock instance.
func (*MockMulticlusterVirtualGatewayClient) Cluster ¶ added in v1.1.0
func (m *MockMulticlusterVirtualGatewayClient) Cluster(cluster string) (v1beta1.VirtualGatewayClient, error)
Cluster mocks base method.
func (*MockMulticlusterVirtualGatewayClient) EXPECT ¶ added in v1.1.0
func (m *MockMulticlusterVirtualGatewayClient) EXPECT() *MockMulticlusterVirtualGatewayClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockMulticlusterVirtualGatewayClientMockRecorder ¶ added in v1.1.0
type MockMulticlusterVirtualGatewayClientMockRecorder struct {
// contains filtered or unexported fields
}
MockMulticlusterVirtualGatewayClientMockRecorder is the mock recorder for MockMulticlusterVirtualGatewayClient.
func (*MockMulticlusterVirtualGatewayClientMockRecorder) Cluster ¶ added in v1.1.0
func (mr *MockMulticlusterVirtualGatewayClientMockRecorder) Cluster(cluster interface{}) *gomock.Call
Cluster indicates an expected call of Cluster.
type MockMulticlusterVirtualHostClient ¶ added in v1.1.0
type MockMulticlusterVirtualHostClient struct {
// contains filtered or unexported fields
}
MockMulticlusterVirtualHostClient is a mock of MulticlusterVirtualHostClient interface.
func NewMockMulticlusterVirtualHostClient ¶ added in v1.1.0
func NewMockMulticlusterVirtualHostClient(ctrl *gomock.Controller) *MockMulticlusterVirtualHostClient
NewMockMulticlusterVirtualHostClient creates a new mock instance.
func (*MockMulticlusterVirtualHostClient) Cluster ¶ added in v1.1.0
func (m *MockMulticlusterVirtualHostClient) Cluster(cluster string) (v1beta1.VirtualHostClient, error)
Cluster mocks base method.
func (*MockMulticlusterVirtualHostClient) EXPECT ¶ added in v1.1.0
func (m *MockMulticlusterVirtualHostClient) EXPECT() *MockMulticlusterVirtualHostClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockMulticlusterVirtualHostClientMockRecorder ¶ added in v1.1.0
type MockMulticlusterVirtualHostClientMockRecorder struct {
// contains filtered or unexported fields
}
MockMulticlusterVirtualHostClientMockRecorder is the mock recorder for MockMulticlusterVirtualHostClient.
func (*MockMulticlusterVirtualHostClientMockRecorder) Cluster ¶ added in v1.1.0
func (mr *MockMulticlusterVirtualHostClientMockRecorder) Cluster(cluster interface{}) *gomock.Call
Cluster indicates an expected call of Cluster.
type MockMulticlusterWasmDeploymentClient ¶
type MockMulticlusterWasmDeploymentClient struct {
// contains filtered or unexported fields
}
MockMulticlusterWasmDeploymentClient is a mock of MulticlusterWasmDeploymentClient interface.
func NewMockMulticlusterWasmDeploymentClient ¶
func NewMockMulticlusterWasmDeploymentClient(ctrl *gomock.Controller) *MockMulticlusterWasmDeploymentClient
NewMockMulticlusterWasmDeploymentClient creates a new mock instance.
func (*MockMulticlusterWasmDeploymentClient) Cluster ¶
func (m *MockMulticlusterWasmDeploymentClient) Cluster(cluster string) (v1beta1.WasmDeploymentClient, error)
Cluster mocks base method.
func (*MockMulticlusterWasmDeploymentClient) EXPECT ¶
func (m *MockMulticlusterWasmDeploymentClient) EXPECT() *MockMulticlusterWasmDeploymentClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockMulticlusterWasmDeploymentClientMockRecorder ¶
type MockMulticlusterWasmDeploymentClientMockRecorder struct {
// contains filtered or unexported fields
}
MockMulticlusterWasmDeploymentClientMockRecorder is the mock recorder for MockMulticlusterWasmDeploymentClient.
func (*MockMulticlusterWasmDeploymentClientMockRecorder) Cluster ¶
func (mr *MockMulticlusterWasmDeploymentClientMockRecorder) Cluster(cluster interface{}) *gomock.Call
Cluster indicates an expected call of Cluster.
type MockRateLimitClientConfigClient ¶ added in v1.1.0
type MockRateLimitClientConfigClient struct {
// contains filtered or unexported fields
}
MockRateLimitClientConfigClient is a mock of RateLimitClientConfigClient interface.
func NewMockRateLimitClientConfigClient ¶ added in v1.1.0
func NewMockRateLimitClientConfigClient(ctrl *gomock.Controller) *MockRateLimitClientConfigClient
NewMockRateLimitClientConfigClient creates a new mock instance.
func (*MockRateLimitClientConfigClient) CreateRateLimitClientConfig ¶ added in v1.1.0
func (m *MockRateLimitClientConfigClient) CreateRateLimitClientConfig(ctx context.Context, obj *v1beta1.RateLimitClientConfig, opts ...client.CreateOption) error
CreateRateLimitClientConfig mocks base method.
func (*MockRateLimitClientConfigClient) DeleteAllOfRateLimitClientConfig ¶ added in v1.1.0
func (m *MockRateLimitClientConfigClient) DeleteAllOfRateLimitClientConfig(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfRateLimitClientConfig mocks base method.
func (*MockRateLimitClientConfigClient) DeleteRateLimitClientConfig ¶ added in v1.1.0
func (m *MockRateLimitClientConfigClient) DeleteRateLimitClientConfig(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
DeleteRateLimitClientConfig mocks base method.
func (*MockRateLimitClientConfigClient) EXPECT ¶ added in v1.1.0
func (m *MockRateLimitClientConfigClient) EXPECT() *MockRateLimitClientConfigClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRateLimitClientConfigClient) GetRateLimitClientConfig ¶ added in v1.1.0
func (m *MockRateLimitClientConfigClient) GetRateLimitClientConfig(ctx context.Context, key client.ObjectKey) (*v1beta1.RateLimitClientConfig, error)
GetRateLimitClientConfig mocks base method.
func (*MockRateLimitClientConfigClient) ListRateLimitClientConfig ¶ added in v1.1.0
func (m *MockRateLimitClientConfigClient) ListRateLimitClientConfig(ctx context.Context, opts ...client.ListOption) (*v1beta1.RateLimitClientConfigList, error)
ListRateLimitClientConfig mocks base method.
func (*MockRateLimitClientConfigClient) PatchRateLimitClientConfig ¶ added in v1.1.0
func (m *MockRateLimitClientConfigClient) PatchRateLimitClientConfig(ctx context.Context, obj *v1beta1.RateLimitClientConfig, patch client.Patch, opts ...client.PatchOption) error
PatchRateLimitClientConfig mocks base method.
func (*MockRateLimitClientConfigClient) PatchRateLimitClientConfigStatus ¶ added in v1.1.0
func (m *MockRateLimitClientConfigClient) PatchRateLimitClientConfigStatus(ctx context.Context, obj *v1beta1.RateLimitClientConfig, patch client.Patch, opts ...client.PatchOption) error
PatchRateLimitClientConfigStatus mocks base method.
func (*MockRateLimitClientConfigClient) UpdateRateLimitClientConfig ¶ added in v1.1.0
func (m *MockRateLimitClientConfigClient) UpdateRateLimitClientConfig(ctx context.Context, obj *v1beta1.RateLimitClientConfig, opts ...client.UpdateOption) error
UpdateRateLimitClientConfig mocks base method.
func (*MockRateLimitClientConfigClient) UpdateRateLimitClientConfigStatus ¶ added in v1.1.0
func (m *MockRateLimitClientConfigClient) UpdateRateLimitClientConfigStatus(ctx context.Context, obj *v1beta1.RateLimitClientConfig, opts ...client.UpdateOption) error
UpdateRateLimitClientConfigStatus mocks base method.
func (*MockRateLimitClientConfigClient) UpsertRateLimitClientConfig ¶ added in v1.1.0
func (m *MockRateLimitClientConfigClient) UpsertRateLimitClientConfig(ctx context.Context, obj *v1beta1.RateLimitClientConfig, transitionFuncs ...v1beta1.RateLimitClientConfigTransitionFunction) error
UpsertRateLimitClientConfig mocks base method.
type MockRateLimitClientConfigClientMockRecorder ¶ added in v1.1.0
type MockRateLimitClientConfigClientMockRecorder struct {
// contains filtered or unexported fields
}
MockRateLimitClientConfigClientMockRecorder is the mock recorder for MockRateLimitClientConfigClient.
func (*MockRateLimitClientConfigClientMockRecorder) CreateRateLimitClientConfig ¶ added in v1.1.0
func (mr *MockRateLimitClientConfigClientMockRecorder) CreateRateLimitClientConfig(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreateRateLimitClientConfig indicates an expected call of CreateRateLimitClientConfig.
func (*MockRateLimitClientConfigClientMockRecorder) DeleteAllOfRateLimitClientConfig ¶ added in v1.1.0
func (mr *MockRateLimitClientConfigClientMockRecorder) DeleteAllOfRateLimitClientConfig(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfRateLimitClientConfig indicates an expected call of DeleteAllOfRateLimitClientConfig.
func (*MockRateLimitClientConfigClientMockRecorder) DeleteRateLimitClientConfig ¶ added in v1.1.0
func (mr *MockRateLimitClientConfigClientMockRecorder) DeleteRateLimitClientConfig(ctx, key interface{}, opts ...interface{}) *gomock.Call
DeleteRateLimitClientConfig indicates an expected call of DeleteRateLimitClientConfig.
func (*MockRateLimitClientConfigClientMockRecorder) GetRateLimitClientConfig ¶ added in v1.1.0
func (mr *MockRateLimitClientConfigClientMockRecorder) GetRateLimitClientConfig(ctx, key interface{}) *gomock.Call
GetRateLimitClientConfig indicates an expected call of GetRateLimitClientConfig.
func (*MockRateLimitClientConfigClientMockRecorder) ListRateLimitClientConfig ¶ added in v1.1.0
func (mr *MockRateLimitClientConfigClientMockRecorder) ListRateLimitClientConfig(ctx interface{}, opts ...interface{}) *gomock.Call
ListRateLimitClientConfig indicates an expected call of ListRateLimitClientConfig.
func (*MockRateLimitClientConfigClientMockRecorder) PatchRateLimitClientConfig ¶ added in v1.1.0
func (mr *MockRateLimitClientConfigClientMockRecorder) PatchRateLimitClientConfig(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchRateLimitClientConfig indicates an expected call of PatchRateLimitClientConfig.
func (*MockRateLimitClientConfigClientMockRecorder) PatchRateLimitClientConfigStatus ¶ added in v1.1.0
func (mr *MockRateLimitClientConfigClientMockRecorder) PatchRateLimitClientConfigStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchRateLimitClientConfigStatus indicates an expected call of PatchRateLimitClientConfigStatus.
func (*MockRateLimitClientConfigClientMockRecorder) UpdateRateLimitClientConfig ¶ added in v1.1.0
func (mr *MockRateLimitClientConfigClientMockRecorder) UpdateRateLimitClientConfig(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateRateLimitClientConfig indicates an expected call of UpdateRateLimitClientConfig.
func (*MockRateLimitClientConfigClientMockRecorder) UpdateRateLimitClientConfigStatus ¶ added in v1.1.0
func (mr *MockRateLimitClientConfigClientMockRecorder) UpdateRateLimitClientConfigStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateRateLimitClientConfigStatus indicates an expected call of UpdateRateLimitClientConfigStatus.
func (*MockRateLimitClientConfigClientMockRecorder) UpsertRateLimitClientConfig ¶ added in v1.1.0
func (mr *MockRateLimitClientConfigClientMockRecorder) UpsertRateLimitClientConfig(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertRateLimitClientConfig indicates an expected call of UpsertRateLimitClientConfig.
type MockRateLimitClientConfigReader ¶ added in v1.1.0
type MockRateLimitClientConfigReader struct {
// contains filtered or unexported fields
}
MockRateLimitClientConfigReader is a mock of RateLimitClientConfigReader interface.
func NewMockRateLimitClientConfigReader ¶ added in v1.1.0
func NewMockRateLimitClientConfigReader(ctrl *gomock.Controller) *MockRateLimitClientConfigReader
NewMockRateLimitClientConfigReader creates a new mock instance.
func (*MockRateLimitClientConfigReader) EXPECT ¶ added in v1.1.0
func (m *MockRateLimitClientConfigReader) EXPECT() *MockRateLimitClientConfigReaderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRateLimitClientConfigReader) GetRateLimitClientConfig ¶ added in v1.1.0
func (m *MockRateLimitClientConfigReader) GetRateLimitClientConfig(ctx context.Context, key client.ObjectKey) (*v1beta1.RateLimitClientConfig, error)
GetRateLimitClientConfig mocks base method.
func (*MockRateLimitClientConfigReader) ListRateLimitClientConfig ¶ added in v1.1.0
func (m *MockRateLimitClientConfigReader) ListRateLimitClientConfig(ctx context.Context, opts ...client.ListOption) (*v1beta1.RateLimitClientConfigList, error)
ListRateLimitClientConfig mocks base method.
type MockRateLimitClientConfigReaderMockRecorder ¶ added in v1.1.0
type MockRateLimitClientConfigReaderMockRecorder struct {
// contains filtered or unexported fields
}
MockRateLimitClientConfigReaderMockRecorder is the mock recorder for MockRateLimitClientConfigReader.
func (*MockRateLimitClientConfigReaderMockRecorder) GetRateLimitClientConfig ¶ added in v1.1.0
func (mr *MockRateLimitClientConfigReaderMockRecorder) GetRateLimitClientConfig(ctx, key interface{}) *gomock.Call
GetRateLimitClientConfig indicates an expected call of GetRateLimitClientConfig.
func (*MockRateLimitClientConfigReaderMockRecorder) ListRateLimitClientConfig ¶ added in v1.1.0
func (mr *MockRateLimitClientConfigReaderMockRecorder) ListRateLimitClientConfig(ctx interface{}, opts ...interface{}) *gomock.Call
ListRateLimitClientConfig indicates an expected call of ListRateLimitClientConfig.
type MockRateLimitClientConfigStatusWriter ¶ added in v1.1.0
type MockRateLimitClientConfigStatusWriter struct {
// contains filtered or unexported fields
}
MockRateLimitClientConfigStatusWriter is a mock of RateLimitClientConfigStatusWriter interface.
func NewMockRateLimitClientConfigStatusWriter ¶ added in v1.1.0
func NewMockRateLimitClientConfigStatusWriter(ctrl *gomock.Controller) *MockRateLimitClientConfigStatusWriter
NewMockRateLimitClientConfigStatusWriter creates a new mock instance.
func (*MockRateLimitClientConfigStatusWriter) EXPECT ¶ added in v1.1.0
func (m *MockRateLimitClientConfigStatusWriter) EXPECT() *MockRateLimitClientConfigStatusWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRateLimitClientConfigStatusWriter) PatchRateLimitClientConfigStatus ¶ added in v1.1.0
func (m *MockRateLimitClientConfigStatusWriter) PatchRateLimitClientConfigStatus(ctx context.Context, obj *v1beta1.RateLimitClientConfig, patch client.Patch, opts ...client.PatchOption) error
PatchRateLimitClientConfigStatus mocks base method.
func (*MockRateLimitClientConfigStatusWriter) UpdateRateLimitClientConfigStatus ¶ added in v1.1.0
func (m *MockRateLimitClientConfigStatusWriter) UpdateRateLimitClientConfigStatus(ctx context.Context, obj *v1beta1.RateLimitClientConfig, opts ...client.UpdateOption) error
UpdateRateLimitClientConfigStatus mocks base method.
type MockRateLimitClientConfigStatusWriterMockRecorder ¶ added in v1.1.0
type MockRateLimitClientConfigStatusWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockRateLimitClientConfigStatusWriterMockRecorder is the mock recorder for MockRateLimitClientConfigStatusWriter.
func (*MockRateLimitClientConfigStatusWriterMockRecorder) PatchRateLimitClientConfigStatus ¶ added in v1.1.0
func (mr *MockRateLimitClientConfigStatusWriterMockRecorder) PatchRateLimitClientConfigStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchRateLimitClientConfigStatus indicates an expected call of PatchRateLimitClientConfigStatus.
func (*MockRateLimitClientConfigStatusWriterMockRecorder) UpdateRateLimitClientConfigStatus ¶ added in v1.1.0
func (mr *MockRateLimitClientConfigStatusWriterMockRecorder) UpdateRateLimitClientConfigStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateRateLimitClientConfigStatus indicates an expected call of UpdateRateLimitClientConfigStatus.
type MockRateLimitClientConfigWriter ¶ added in v1.1.0
type MockRateLimitClientConfigWriter struct {
// contains filtered or unexported fields
}
MockRateLimitClientConfigWriter is a mock of RateLimitClientConfigWriter interface.
func NewMockRateLimitClientConfigWriter ¶ added in v1.1.0
func NewMockRateLimitClientConfigWriter(ctrl *gomock.Controller) *MockRateLimitClientConfigWriter
NewMockRateLimitClientConfigWriter creates a new mock instance.
func (*MockRateLimitClientConfigWriter) CreateRateLimitClientConfig ¶ added in v1.1.0
func (m *MockRateLimitClientConfigWriter) CreateRateLimitClientConfig(ctx context.Context, obj *v1beta1.RateLimitClientConfig, opts ...client.CreateOption) error
CreateRateLimitClientConfig mocks base method.
func (*MockRateLimitClientConfigWriter) DeleteAllOfRateLimitClientConfig ¶ added in v1.1.0
func (m *MockRateLimitClientConfigWriter) DeleteAllOfRateLimitClientConfig(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfRateLimitClientConfig mocks base method.
func (*MockRateLimitClientConfigWriter) DeleteRateLimitClientConfig ¶ added in v1.1.0
func (m *MockRateLimitClientConfigWriter) DeleteRateLimitClientConfig(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
DeleteRateLimitClientConfig mocks base method.
func (*MockRateLimitClientConfigWriter) EXPECT ¶ added in v1.1.0
func (m *MockRateLimitClientConfigWriter) EXPECT() *MockRateLimitClientConfigWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRateLimitClientConfigWriter) PatchRateLimitClientConfig ¶ added in v1.1.0
func (m *MockRateLimitClientConfigWriter) PatchRateLimitClientConfig(ctx context.Context, obj *v1beta1.RateLimitClientConfig, patch client.Patch, opts ...client.PatchOption) error
PatchRateLimitClientConfig mocks base method.
func (*MockRateLimitClientConfigWriter) UpdateRateLimitClientConfig ¶ added in v1.1.0
func (m *MockRateLimitClientConfigWriter) UpdateRateLimitClientConfig(ctx context.Context, obj *v1beta1.RateLimitClientConfig, opts ...client.UpdateOption) error
UpdateRateLimitClientConfig mocks base method.
func (*MockRateLimitClientConfigWriter) UpsertRateLimitClientConfig ¶ added in v1.1.0
func (m *MockRateLimitClientConfigWriter) UpsertRateLimitClientConfig(ctx context.Context, obj *v1beta1.RateLimitClientConfig, transitionFuncs ...v1beta1.RateLimitClientConfigTransitionFunction) error
UpsertRateLimitClientConfig mocks base method.
type MockRateLimitClientConfigWriterMockRecorder ¶ added in v1.1.0
type MockRateLimitClientConfigWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockRateLimitClientConfigWriterMockRecorder is the mock recorder for MockRateLimitClientConfigWriter.
func (*MockRateLimitClientConfigWriterMockRecorder) CreateRateLimitClientConfig ¶ added in v1.1.0
func (mr *MockRateLimitClientConfigWriterMockRecorder) CreateRateLimitClientConfig(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreateRateLimitClientConfig indicates an expected call of CreateRateLimitClientConfig.
func (*MockRateLimitClientConfigWriterMockRecorder) DeleteAllOfRateLimitClientConfig ¶ added in v1.1.0
func (mr *MockRateLimitClientConfigWriterMockRecorder) DeleteAllOfRateLimitClientConfig(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfRateLimitClientConfig indicates an expected call of DeleteAllOfRateLimitClientConfig.
func (*MockRateLimitClientConfigWriterMockRecorder) DeleteRateLimitClientConfig ¶ added in v1.1.0
func (mr *MockRateLimitClientConfigWriterMockRecorder) DeleteRateLimitClientConfig(ctx, key interface{}, opts ...interface{}) *gomock.Call
DeleteRateLimitClientConfig indicates an expected call of DeleteRateLimitClientConfig.
func (*MockRateLimitClientConfigWriterMockRecorder) PatchRateLimitClientConfig ¶ added in v1.1.0
func (mr *MockRateLimitClientConfigWriterMockRecorder) PatchRateLimitClientConfig(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchRateLimitClientConfig indicates an expected call of PatchRateLimitClientConfig.
func (*MockRateLimitClientConfigWriterMockRecorder) UpdateRateLimitClientConfig ¶ added in v1.1.0
func (mr *MockRateLimitClientConfigWriterMockRecorder) UpdateRateLimitClientConfig(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateRateLimitClientConfig indicates an expected call of UpdateRateLimitClientConfig.
func (*MockRateLimitClientConfigWriterMockRecorder) UpsertRateLimitClientConfig ¶ added in v1.1.0
func (mr *MockRateLimitClientConfigWriterMockRecorder) UpsertRateLimitClientConfig(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertRateLimitClientConfig indicates an expected call of UpsertRateLimitClientConfig.
type MockRateLimitServerConfigClient ¶ added in v1.1.0
type MockRateLimitServerConfigClient struct {
// contains filtered or unexported fields
}
MockRateLimitServerConfigClient is a mock of RateLimitServerConfigClient interface.
func NewMockRateLimitServerConfigClient ¶ added in v1.1.0
func NewMockRateLimitServerConfigClient(ctrl *gomock.Controller) *MockRateLimitServerConfigClient
NewMockRateLimitServerConfigClient creates a new mock instance.
func (*MockRateLimitServerConfigClient) CreateRateLimitServerConfig ¶ added in v1.1.0
func (m *MockRateLimitServerConfigClient) CreateRateLimitServerConfig(ctx context.Context, obj *v1beta1.RateLimitServerConfig, opts ...client.CreateOption) error
CreateRateLimitServerConfig mocks base method.
func (*MockRateLimitServerConfigClient) DeleteAllOfRateLimitServerConfig ¶ added in v1.1.0
func (m *MockRateLimitServerConfigClient) DeleteAllOfRateLimitServerConfig(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfRateLimitServerConfig mocks base method.
func (*MockRateLimitServerConfigClient) DeleteRateLimitServerConfig ¶ added in v1.1.0
func (m *MockRateLimitServerConfigClient) DeleteRateLimitServerConfig(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
DeleteRateLimitServerConfig mocks base method.
func (*MockRateLimitServerConfigClient) EXPECT ¶ added in v1.1.0
func (m *MockRateLimitServerConfigClient) EXPECT() *MockRateLimitServerConfigClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRateLimitServerConfigClient) GetRateLimitServerConfig ¶ added in v1.1.0
func (m *MockRateLimitServerConfigClient) GetRateLimitServerConfig(ctx context.Context, key client.ObjectKey) (*v1beta1.RateLimitServerConfig, error)
GetRateLimitServerConfig mocks base method.
func (*MockRateLimitServerConfigClient) ListRateLimitServerConfig ¶ added in v1.1.0
func (m *MockRateLimitServerConfigClient) ListRateLimitServerConfig(ctx context.Context, opts ...client.ListOption) (*v1beta1.RateLimitServerConfigList, error)
ListRateLimitServerConfig mocks base method.
func (*MockRateLimitServerConfigClient) PatchRateLimitServerConfig ¶ added in v1.1.0
func (m *MockRateLimitServerConfigClient) PatchRateLimitServerConfig(ctx context.Context, obj *v1beta1.RateLimitServerConfig, patch client.Patch, opts ...client.PatchOption) error
PatchRateLimitServerConfig mocks base method.
func (*MockRateLimitServerConfigClient) PatchRateLimitServerConfigStatus ¶ added in v1.1.0
func (m *MockRateLimitServerConfigClient) PatchRateLimitServerConfigStatus(ctx context.Context, obj *v1beta1.RateLimitServerConfig, patch client.Patch, opts ...client.PatchOption) error
PatchRateLimitServerConfigStatus mocks base method.
func (*MockRateLimitServerConfigClient) UpdateRateLimitServerConfig ¶ added in v1.1.0
func (m *MockRateLimitServerConfigClient) UpdateRateLimitServerConfig(ctx context.Context, obj *v1beta1.RateLimitServerConfig, opts ...client.UpdateOption) error
UpdateRateLimitServerConfig mocks base method.
func (*MockRateLimitServerConfigClient) UpdateRateLimitServerConfigStatus ¶ added in v1.1.0
func (m *MockRateLimitServerConfigClient) UpdateRateLimitServerConfigStatus(ctx context.Context, obj *v1beta1.RateLimitServerConfig, opts ...client.UpdateOption) error
UpdateRateLimitServerConfigStatus mocks base method.
func (*MockRateLimitServerConfigClient) UpsertRateLimitServerConfig ¶ added in v1.1.0
func (m *MockRateLimitServerConfigClient) UpsertRateLimitServerConfig(ctx context.Context, obj *v1beta1.RateLimitServerConfig, transitionFuncs ...v1beta1.RateLimitServerConfigTransitionFunction) error
UpsertRateLimitServerConfig mocks base method.
type MockRateLimitServerConfigClientMockRecorder ¶ added in v1.1.0
type MockRateLimitServerConfigClientMockRecorder struct {
// contains filtered or unexported fields
}
MockRateLimitServerConfigClientMockRecorder is the mock recorder for MockRateLimitServerConfigClient.
func (*MockRateLimitServerConfigClientMockRecorder) CreateRateLimitServerConfig ¶ added in v1.1.0
func (mr *MockRateLimitServerConfigClientMockRecorder) CreateRateLimitServerConfig(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreateRateLimitServerConfig indicates an expected call of CreateRateLimitServerConfig.
func (*MockRateLimitServerConfigClientMockRecorder) DeleteAllOfRateLimitServerConfig ¶ added in v1.1.0
func (mr *MockRateLimitServerConfigClientMockRecorder) DeleteAllOfRateLimitServerConfig(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfRateLimitServerConfig indicates an expected call of DeleteAllOfRateLimitServerConfig.
func (*MockRateLimitServerConfigClientMockRecorder) DeleteRateLimitServerConfig ¶ added in v1.1.0
func (mr *MockRateLimitServerConfigClientMockRecorder) DeleteRateLimitServerConfig(ctx, key interface{}, opts ...interface{}) *gomock.Call
DeleteRateLimitServerConfig indicates an expected call of DeleteRateLimitServerConfig.
func (*MockRateLimitServerConfigClientMockRecorder) GetRateLimitServerConfig ¶ added in v1.1.0
func (mr *MockRateLimitServerConfigClientMockRecorder) GetRateLimitServerConfig(ctx, key interface{}) *gomock.Call
GetRateLimitServerConfig indicates an expected call of GetRateLimitServerConfig.
func (*MockRateLimitServerConfigClientMockRecorder) ListRateLimitServerConfig ¶ added in v1.1.0
func (mr *MockRateLimitServerConfigClientMockRecorder) ListRateLimitServerConfig(ctx interface{}, opts ...interface{}) *gomock.Call
ListRateLimitServerConfig indicates an expected call of ListRateLimitServerConfig.
func (*MockRateLimitServerConfigClientMockRecorder) PatchRateLimitServerConfig ¶ added in v1.1.0
func (mr *MockRateLimitServerConfigClientMockRecorder) PatchRateLimitServerConfig(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchRateLimitServerConfig indicates an expected call of PatchRateLimitServerConfig.
func (*MockRateLimitServerConfigClientMockRecorder) PatchRateLimitServerConfigStatus ¶ added in v1.1.0
func (mr *MockRateLimitServerConfigClientMockRecorder) PatchRateLimitServerConfigStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchRateLimitServerConfigStatus indicates an expected call of PatchRateLimitServerConfigStatus.
func (*MockRateLimitServerConfigClientMockRecorder) UpdateRateLimitServerConfig ¶ added in v1.1.0
func (mr *MockRateLimitServerConfigClientMockRecorder) UpdateRateLimitServerConfig(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateRateLimitServerConfig indicates an expected call of UpdateRateLimitServerConfig.
func (*MockRateLimitServerConfigClientMockRecorder) UpdateRateLimitServerConfigStatus ¶ added in v1.1.0
func (mr *MockRateLimitServerConfigClientMockRecorder) UpdateRateLimitServerConfigStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateRateLimitServerConfigStatus indicates an expected call of UpdateRateLimitServerConfigStatus.
func (*MockRateLimitServerConfigClientMockRecorder) UpsertRateLimitServerConfig ¶ added in v1.1.0
func (mr *MockRateLimitServerConfigClientMockRecorder) UpsertRateLimitServerConfig(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertRateLimitServerConfig indicates an expected call of UpsertRateLimitServerConfig.
type MockRateLimitServerConfigReader ¶ added in v1.1.0
type MockRateLimitServerConfigReader struct {
// contains filtered or unexported fields
}
MockRateLimitServerConfigReader is a mock of RateLimitServerConfigReader interface.
func NewMockRateLimitServerConfigReader ¶ added in v1.1.0
func NewMockRateLimitServerConfigReader(ctrl *gomock.Controller) *MockRateLimitServerConfigReader
NewMockRateLimitServerConfigReader creates a new mock instance.
func (*MockRateLimitServerConfigReader) EXPECT ¶ added in v1.1.0
func (m *MockRateLimitServerConfigReader) EXPECT() *MockRateLimitServerConfigReaderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRateLimitServerConfigReader) GetRateLimitServerConfig ¶ added in v1.1.0
func (m *MockRateLimitServerConfigReader) GetRateLimitServerConfig(ctx context.Context, key client.ObjectKey) (*v1beta1.RateLimitServerConfig, error)
GetRateLimitServerConfig mocks base method.
func (*MockRateLimitServerConfigReader) ListRateLimitServerConfig ¶ added in v1.1.0
func (m *MockRateLimitServerConfigReader) ListRateLimitServerConfig(ctx context.Context, opts ...client.ListOption) (*v1beta1.RateLimitServerConfigList, error)
ListRateLimitServerConfig mocks base method.
type MockRateLimitServerConfigReaderMockRecorder ¶ added in v1.1.0
type MockRateLimitServerConfigReaderMockRecorder struct {
// contains filtered or unexported fields
}
MockRateLimitServerConfigReaderMockRecorder is the mock recorder for MockRateLimitServerConfigReader.
func (*MockRateLimitServerConfigReaderMockRecorder) GetRateLimitServerConfig ¶ added in v1.1.0
func (mr *MockRateLimitServerConfigReaderMockRecorder) GetRateLimitServerConfig(ctx, key interface{}) *gomock.Call
GetRateLimitServerConfig indicates an expected call of GetRateLimitServerConfig.
func (*MockRateLimitServerConfigReaderMockRecorder) ListRateLimitServerConfig ¶ added in v1.1.0
func (mr *MockRateLimitServerConfigReaderMockRecorder) ListRateLimitServerConfig(ctx interface{}, opts ...interface{}) *gomock.Call
ListRateLimitServerConfig indicates an expected call of ListRateLimitServerConfig.
type MockRateLimitServerConfigStatusWriter ¶ added in v1.1.0
type MockRateLimitServerConfigStatusWriter struct {
// contains filtered or unexported fields
}
MockRateLimitServerConfigStatusWriter is a mock of RateLimitServerConfigStatusWriter interface.
func NewMockRateLimitServerConfigStatusWriter ¶ added in v1.1.0
func NewMockRateLimitServerConfigStatusWriter(ctrl *gomock.Controller) *MockRateLimitServerConfigStatusWriter
NewMockRateLimitServerConfigStatusWriter creates a new mock instance.
func (*MockRateLimitServerConfigStatusWriter) EXPECT ¶ added in v1.1.0
func (m *MockRateLimitServerConfigStatusWriter) EXPECT() *MockRateLimitServerConfigStatusWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRateLimitServerConfigStatusWriter) PatchRateLimitServerConfigStatus ¶ added in v1.1.0
func (m *MockRateLimitServerConfigStatusWriter) PatchRateLimitServerConfigStatus(ctx context.Context, obj *v1beta1.RateLimitServerConfig, patch client.Patch, opts ...client.PatchOption) error
PatchRateLimitServerConfigStatus mocks base method.
func (*MockRateLimitServerConfigStatusWriter) UpdateRateLimitServerConfigStatus ¶ added in v1.1.0
func (m *MockRateLimitServerConfigStatusWriter) UpdateRateLimitServerConfigStatus(ctx context.Context, obj *v1beta1.RateLimitServerConfig, opts ...client.UpdateOption) error
UpdateRateLimitServerConfigStatus mocks base method.
type MockRateLimitServerConfigStatusWriterMockRecorder ¶ added in v1.1.0
type MockRateLimitServerConfigStatusWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockRateLimitServerConfigStatusWriterMockRecorder is the mock recorder for MockRateLimitServerConfigStatusWriter.
func (*MockRateLimitServerConfigStatusWriterMockRecorder) PatchRateLimitServerConfigStatus ¶ added in v1.1.0
func (mr *MockRateLimitServerConfigStatusWriterMockRecorder) PatchRateLimitServerConfigStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchRateLimitServerConfigStatus indicates an expected call of PatchRateLimitServerConfigStatus.
func (*MockRateLimitServerConfigStatusWriterMockRecorder) UpdateRateLimitServerConfigStatus ¶ added in v1.1.0
func (mr *MockRateLimitServerConfigStatusWriterMockRecorder) UpdateRateLimitServerConfigStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateRateLimitServerConfigStatus indicates an expected call of UpdateRateLimitServerConfigStatus.
type MockRateLimitServerConfigWriter ¶ added in v1.1.0
type MockRateLimitServerConfigWriter struct {
// contains filtered or unexported fields
}
MockRateLimitServerConfigWriter is a mock of RateLimitServerConfigWriter interface.
func NewMockRateLimitServerConfigWriter ¶ added in v1.1.0
func NewMockRateLimitServerConfigWriter(ctrl *gomock.Controller) *MockRateLimitServerConfigWriter
NewMockRateLimitServerConfigWriter creates a new mock instance.
func (*MockRateLimitServerConfigWriter) CreateRateLimitServerConfig ¶ added in v1.1.0
func (m *MockRateLimitServerConfigWriter) CreateRateLimitServerConfig(ctx context.Context, obj *v1beta1.RateLimitServerConfig, opts ...client.CreateOption) error
CreateRateLimitServerConfig mocks base method.
func (*MockRateLimitServerConfigWriter) DeleteAllOfRateLimitServerConfig ¶ added in v1.1.0
func (m *MockRateLimitServerConfigWriter) DeleteAllOfRateLimitServerConfig(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfRateLimitServerConfig mocks base method.
func (*MockRateLimitServerConfigWriter) DeleteRateLimitServerConfig ¶ added in v1.1.0
func (m *MockRateLimitServerConfigWriter) DeleteRateLimitServerConfig(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
DeleteRateLimitServerConfig mocks base method.
func (*MockRateLimitServerConfigWriter) EXPECT ¶ added in v1.1.0
func (m *MockRateLimitServerConfigWriter) EXPECT() *MockRateLimitServerConfigWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRateLimitServerConfigWriter) PatchRateLimitServerConfig ¶ added in v1.1.0
func (m *MockRateLimitServerConfigWriter) PatchRateLimitServerConfig(ctx context.Context, obj *v1beta1.RateLimitServerConfig, patch client.Patch, opts ...client.PatchOption) error
PatchRateLimitServerConfig mocks base method.
func (*MockRateLimitServerConfigWriter) UpdateRateLimitServerConfig ¶ added in v1.1.0
func (m *MockRateLimitServerConfigWriter) UpdateRateLimitServerConfig(ctx context.Context, obj *v1beta1.RateLimitServerConfig, opts ...client.UpdateOption) error
UpdateRateLimitServerConfig mocks base method.
func (*MockRateLimitServerConfigWriter) UpsertRateLimitServerConfig ¶ added in v1.1.0
func (m *MockRateLimitServerConfigWriter) UpsertRateLimitServerConfig(ctx context.Context, obj *v1beta1.RateLimitServerConfig, transitionFuncs ...v1beta1.RateLimitServerConfigTransitionFunction) error
UpsertRateLimitServerConfig mocks base method.
type MockRateLimitServerConfigWriterMockRecorder ¶ added in v1.1.0
type MockRateLimitServerConfigWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockRateLimitServerConfigWriterMockRecorder is the mock recorder for MockRateLimitServerConfigWriter.
func (*MockRateLimitServerConfigWriterMockRecorder) CreateRateLimitServerConfig ¶ added in v1.1.0
func (mr *MockRateLimitServerConfigWriterMockRecorder) CreateRateLimitServerConfig(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreateRateLimitServerConfig indicates an expected call of CreateRateLimitServerConfig.
func (*MockRateLimitServerConfigWriterMockRecorder) DeleteAllOfRateLimitServerConfig ¶ added in v1.1.0
func (mr *MockRateLimitServerConfigWriterMockRecorder) DeleteAllOfRateLimitServerConfig(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfRateLimitServerConfig indicates an expected call of DeleteAllOfRateLimitServerConfig.
func (*MockRateLimitServerConfigWriterMockRecorder) DeleteRateLimitServerConfig ¶ added in v1.1.0
func (mr *MockRateLimitServerConfigWriterMockRecorder) DeleteRateLimitServerConfig(ctx, key interface{}, opts ...interface{}) *gomock.Call
DeleteRateLimitServerConfig indicates an expected call of DeleteRateLimitServerConfig.
func (*MockRateLimitServerConfigWriterMockRecorder) PatchRateLimitServerConfig ¶ added in v1.1.0
func (mr *MockRateLimitServerConfigWriterMockRecorder) PatchRateLimitServerConfig(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchRateLimitServerConfig indicates an expected call of PatchRateLimitServerConfig.
func (*MockRateLimitServerConfigWriterMockRecorder) UpdateRateLimitServerConfig ¶ added in v1.1.0
func (mr *MockRateLimitServerConfigWriterMockRecorder) UpdateRateLimitServerConfig(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateRateLimitServerConfig indicates an expected call of UpdateRateLimitServerConfig.
func (*MockRateLimitServerConfigWriterMockRecorder) UpsertRateLimitServerConfig ¶ added in v1.1.0
func (mr *MockRateLimitServerConfigWriterMockRecorder) UpsertRateLimitServerConfig(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertRateLimitServerConfig indicates an expected call of UpsertRateLimitServerConfig.
type MockRouteTableClient ¶ added in v1.1.0
type MockRouteTableClient struct {
// contains filtered or unexported fields
}
MockRouteTableClient is a mock of RouteTableClient interface.
func NewMockRouteTableClient ¶ added in v1.1.0
func NewMockRouteTableClient(ctrl *gomock.Controller) *MockRouteTableClient
NewMockRouteTableClient creates a new mock instance.
func (*MockRouteTableClient) CreateRouteTable ¶ added in v1.1.0
func (m *MockRouteTableClient) CreateRouteTable(ctx context.Context, obj *v1beta1.RouteTable, opts ...client.CreateOption) error
CreateRouteTable mocks base method.
func (*MockRouteTableClient) DeleteAllOfRouteTable ¶ added in v1.1.0
func (m *MockRouteTableClient) DeleteAllOfRouteTable(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfRouteTable mocks base method.
func (*MockRouteTableClient) DeleteRouteTable ¶ added in v1.1.0
func (m *MockRouteTableClient) DeleteRouteTable(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
DeleteRouteTable mocks base method.
func (*MockRouteTableClient) EXPECT ¶ added in v1.1.0
func (m *MockRouteTableClient) EXPECT() *MockRouteTableClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRouteTableClient) GetRouteTable ¶ added in v1.1.0
func (m *MockRouteTableClient) GetRouteTable(ctx context.Context, key client.ObjectKey) (*v1beta1.RouteTable, error)
GetRouteTable mocks base method.
func (*MockRouteTableClient) ListRouteTable ¶ added in v1.1.0
func (m *MockRouteTableClient) ListRouteTable(ctx context.Context, opts ...client.ListOption) (*v1beta1.RouteTableList, error)
ListRouteTable mocks base method.
func (*MockRouteTableClient) PatchRouteTable ¶ added in v1.1.0
func (m *MockRouteTableClient) PatchRouteTable(ctx context.Context, obj *v1beta1.RouteTable, patch client.Patch, opts ...client.PatchOption) error
PatchRouteTable mocks base method.
func (*MockRouteTableClient) PatchRouteTableStatus ¶ added in v1.1.0
func (m *MockRouteTableClient) PatchRouteTableStatus(ctx context.Context, obj *v1beta1.RouteTable, patch client.Patch, opts ...client.PatchOption) error
PatchRouteTableStatus mocks base method.
func (*MockRouteTableClient) UpdateRouteTable ¶ added in v1.1.0
func (m *MockRouteTableClient) UpdateRouteTable(ctx context.Context, obj *v1beta1.RouteTable, opts ...client.UpdateOption) error
UpdateRouteTable mocks base method.
func (*MockRouteTableClient) UpdateRouteTableStatus ¶ added in v1.1.0
func (m *MockRouteTableClient) UpdateRouteTableStatus(ctx context.Context, obj *v1beta1.RouteTable, opts ...client.UpdateOption) error
UpdateRouteTableStatus mocks base method.
func (*MockRouteTableClient) UpsertRouteTable ¶ added in v1.1.0
func (m *MockRouteTableClient) UpsertRouteTable(ctx context.Context, obj *v1beta1.RouteTable, transitionFuncs ...v1beta1.RouteTableTransitionFunction) error
UpsertRouteTable mocks base method.
type MockRouteTableClientMockRecorder ¶ added in v1.1.0
type MockRouteTableClientMockRecorder struct {
// contains filtered or unexported fields
}
MockRouteTableClientMockRecorder is the mock recorder for MockRouteTableClient.
func (*MockRouteTableClientMockRecorder) CreateRouteTable ¶ added in v1.1.0
func (mr *MockRouteTableClientMockRecorder) CreateRouteTable(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreateRouteTable indicates an expected call of CreateRouteTable.
func (*MockRouteTableClientMockRecorder) DeleteAllOfRouteTable ¶ added in v1.1.0
func (mr *MockRouteTableClientMockRecorder) DeleteAllOfRouteTable(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfRouteTable indicates an expected call of DeleteAllOfRouteTable.
func (*MockRouteTableClientMockRecorder) DeleteRouteTable ¶ added in v1.1.0
func (mr *MockRouteTableClientMockRecorder) DeleteRouteTable(ctx, key interface{}, opts ...interface{}) *gomock.Call
DeleteRouteTable indicates an expected call of DeleteRouteTable.
func (*MockRouteTableClientMockRecorder) GetRouteTable ¶ added in v1.1.0
func (mr *MockRouteTableClientMockRecorder) GetRouteTable(ctx, key interface{}) *gomock.Call
GetRouteTable indicates an expected call of GetRouteTable.
func (*MockRouteTableClientMockRecorder) ListRouteTable ¶ added in v1.1.0
func (mr *MockRouteTableClientMockRecorder) ListRouteTable(ctx interface{}, opts ...interface{}) *gomock.Call
ListRouteTable indicates an expected call of ListRouteTable.
func (*MockRouteTableClientMockRecorder) PatchRouteTable ¶ added in v1.1.0
func (mr *MockRouteTableClientMockRecorder) PatchRouteTable(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchRouteTable indicates an expected call of PatchRouteTable.
func (*MockRouteTableClientMockRecorder) PatchRouteTableStatus ¶ added in v1.1.0
func (mr *MockRouteTableClientMockRecorder) PatchRouteTableStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchRouteTableStatus indicates an expected call of PatchRouteTableStatus.
func (*MockRouteTableClientMockRecorder) UpdateRouteTable ¶ added in v1.1.0
func (mr *MockRouteTableClientMockRecorder) UpdateRouteTable(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateRouteTable indicates an expected call of UpdateRouteTable.
func (*MockRouteTableClientMockRecorder) UpdateRouteTableStatus ¶ added in v1.1.0
func (mr *MockRouteTableClientMockRecorder) UpdateRouteTableStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateRouteTableStatus indicates an expected call of UpdateRouteTableStatus.
func (*MockRouteTableClientMockRecorder) UpsertRouteTable ¶ added in v1.1.0
func (mr *MockRouteTableClientMockRecorder) UpsertRouteTable(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertRouteTable indicates an expected call of UpsertRouteTable.
type MockRouteTableReader ¶ added in v1.1.0
type MockRouteTableReader struct {
// contains filtered or unexported fields
}
MockRouteTableReader is a mock of RouteTableReader interface.
func NewMockRouteTableReader ¶ added in v1.1.0
func NewMockRouteTableReader(ctrl *gomock.Controller) *MockRouteTableReader
NewMockRouteTableReader creates a new mock instance.
func (*MockRouteTableReader) EXPECT ¶ added in v1.1.0
func (m *MockRouteTableReader) EXPECT() *MockRouteTableReaderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRouteTableReader) GetRouteTable ¶ added in v1.1.0
func (m *MockRouteTableReader) GetRouteTable(ctx context.Context, key client.ObjectKey) (*v1beta1.RouteTable, error)
GetRouteTable mocks base method.
func (*MockRouteTableReader) ListRouteTable ¶ added in v1.1.0
func (m *MockRouteTableReader) ListRouteTable(ctx context.Context, opts ...client.ListOption) (*v1beta1.RouteTableList, error)
ListRouteTable mocks base method.
type MockRouteTableReaderMockRecorder ¶ added in v1.1.0
type MockRouteTableReaderMockRecorder struct {
// contains filtered or unexported fields
}
MockRouteTableReaderMockRecorder is the mock recorder for MockRouteTableReader.
func (*MockRouteTableReaderMockRecorder) GetRouteTable ¶ added in v1.1.0
func (mr *MockRouteTableReaderMockRecorder) GetRouteTable(ctx, key interface{}) *gomock.Call
GetRouteTable indicates an expected call of GetRouteTable.
func (*MockRouteTableReaderMockRecorder) ListRouteTable ¶ added in v1.1.0
func (mr *MockRouteTableReaderMockRecorder) ListRouteTable(ctx interface{}, opts ...interface{}) *gomock.Call
ListRouteTable indicates an expected call of ListRouteTable.
type MockRouteTableStatusWriter ¶ added in v1.1.0
type MockRouteTableStatusWriter struct {
// contains filtered or unexported fields
}
MockRouteTableStatusWriter is a mock of RouteTableStatusWriter interface.
func NewMockRouteTableStatusWriter ¶ added in v1.1.0
func NewMockRouteTableStatusWriter(ctrl *gomock.Controller) *MockRouteTableStatusWriter
NewMockRouteTableStatusWriter creates a new mock instance.
func (*MockRouteTableStatusWriter) EXPECT ¶ added in v1.1.0
func (m *MockRouteTableStatusWriter) EXPECT() *MockRouteTableStatusWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRouteTableStatusWriter) PatchRouteTableStatus ¶ added in v1.1.0
func (m *MockRouteTableStatusWriter) PatchRouteTableStatus(ctx context.Context, obj *v1beta1.RouteTable, patch client.Patch, opts ...client.PatchOption) error
PatchRouteTableStatus mocks base method.
func (*MockRouteTableStatusWriter) UpdateRouteTableStatus ¶ added in v1.1.0
func (m *MockRouteTableStatusWriter) UpdateRouteTableStatus(ctx context.Context, obj *v1beta1.RouteTable, opts ...client.UpdateOption) error
UpdateRouteTableStatus mocks base method.
type MockRouteTableStatusWriterMockRecorder ¶ added in v1.1.0
type MockRouteTableStatusWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockRouteTableStatusWriterMockRecorder is the mock recorder for MockRouteTableStatusWriter.
func (*MockRouteTableStatusWriterMockRecorder) PatchRouteTableStatus ¶ added in v1.1.0
func (mr *MockRouteTableStatusWriterMockRecorder) PatchRouteTableStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchRouteTableStatus indicates an expected call of PatchRouteTableStatus.
func (*MockRouteTableStatusWriterMockRecorder) UpdateRouteTableStatus ¶ added in v1.1.0
func (mr *MockRouteTableStatusWriterMockRecorder) UpdateRouteTableStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateRouteTableStatus indicates an expected call of UpdateRouteTableStatus.
type MockRouteTableWriter ¶ added in v1.1.0
type MockRouteTableWriter struct {
// contains filtered or unexported fields
}
MockRouteTableWriter is a mock of RouteTableWriter interface.
func NewMockRouteTableWriter ¶ added in v1.1.0
func NewMockRouteTableWriter(ctrl *gomock.Controller) *MockRouteTableWriter
NewMockRouteTableWriter creates a new mock instance.
func (*MockRouteTableWriter) CreateRouteTable ¶ added in v1.1.0
func (m *MockRouteTableWriter) CreateRouteTable(ctx context.Context, obj *v1beta1.RouteTable, opts ...client.CreateOption) error
CreateRouteTable mocks base method.
func (*MockRouteTableWriter) DeleteAllOfRouteTable ¶ added in v1.1.0
func (m *MockRouteTableWriter) DeleteAllOfRouteTable(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfRouteTable mocks base method.
func (*MockRouteTableWriter) DeleteRouteTable ¶ added in v1.1.0
func (m *MockRouteTableWriter) DeleteRouteTable(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
DeleteRouteTable mocks base method.
func (*MockRouteTableWriter) EXPECT ¶ added in v1.1.0
func (m *MockRouteTableWriter) EXPECT() *MockRouteTableWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRouteTableWriter) PatchRouteTable ¶ added in v1.1.0
func (m *MockRouteTableWriter) PatchRouteTable(ctx context.Context, obj *v1beta1.RouteTable, patch client.Patch, opts ...client.PatchOption) error
PatchRouteTable mocks base method.
func (*MockRouteTableWriter) UpdateRouteTable ¶ added in v1.1.0
func (m *MockRouteTableWriter) UpdateRouteTable(ctx context.Context, obj *v1beta1.RouteTable, opts ...client.UpdateOption) error
UpdateRouteTable mocks base method.
func (*MockRouteTableWriter) UpsertRouteTable ¶ added in v1.1.0
func (m *MockRouteTableWriter) UpsertRouteTable(ctx context.Context, obj *v1beta1.RouteTable, transitionFuncs ...v1beta1.RouteTableTransitionFunction) error
UpsertRouteTable mocks base method.
type MockRouteTableWriterMockRecorder ¶ added in v1.1.0
type MockRouteTableWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockRouteTableWriterMockRecorder is the mock recorder for MockRouteTableWriter.
func (*MockRouteTableWriterMockRecorder) CreateRouteTable ¶ added in v1.1.0
func (mr *MockRouteTableWriterMockRecorder) CreateRouteTable(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreateRouteTable indicates an expected call of CreateRouteTable.
func (*MockRouteTableWriterMockRecorder) DeleteAllOfRouteTable ¶ added in v1.1.0
func (mr *MockRouteTableWriterMockRecorder) DeleteAllOfRouteTable(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfRouteTable indicates an expected call of DeleteAllOfRouteTable.
func (*MockRouteTableWriterMockRecorder) DeleteRouteTable ¶ added in v1.1.0
func (mr *MockRouteTableWriterMockRecorder) DeleteRouteTable(ctx, key interface{}, opts ...interface{}) *gomock.Call
DeleteRouteTable indicates an expected call of DeleteRouteTable.
func (*MockRouteTableWriterMockRecorder) PatchRouteTable ¶ added in v1.1.0
func (mr *MockRouteTableWriterMockRecorder) PatchRouteTable(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchRouteTable indicates an expected call of PatchRouteTable.
func (*MockRouteTableWriterMockRecorder) UpdateRouteTable ¶ added in v1.1.0
func (mr *MockRouteTableWriterMockRecorder) UpdateRouteTable(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateRouteTable indicates an expected call of UpdateRouteTable.
func (*MockRouteTableWriterMockRecorder) UpsertRouteTable ¶ added in v1.1.0
func (mr *MockRouteTableWriterMockRecorder) UpsertRouteTable(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertRouteTable indicates an expected call of UpsertRouteTable.
type MockServiceDependencyClient ¶ added in v1.1.0
type MockServiceDependencyClient struct {
// contains filtered or unexported fields
}
MockServiceDependencyClient is a mock of ServiceDependencyClient interface.
func NewMockServiceDependencyClient ¶ added in v1.1.0
func NewMockServiceDependencyClient(ctrl *gomock.Controller) *MockServiceDependencyClient
NewMockServiceDependencyClient creates a new mock instance.
func (*MockServiceDependencyClient) CreateServiceDependency ¶ added in v1.1.0
func (m *MockServiceDependencyClient) CreateServiceDependency(ctx context.Context, obj *v1beta1.ServiceDependency, opts ...client.CreateOption) error
CreateServiceDependency mocks base method.
func (*MockServiceDependencyClient) DeleteAllOfServiceDependency ¶ added in v1.1.0
func (m *MockServiceDependencyClient) DeleteAllOfServiceDependency(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfServiceDependency mocks base method.
func (*MockServiceDependencyClient) DeleteServiceDependency ¶ added in v1.1.0
func (m *MockServiceDependencyClient) DeleteServiceDependency(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
DeleteServiceDependency mocks base method.
func (*MockServiceDependencyClient) EXPECT ¶ added in v1.1.0
func (m *MockServiceDependencyClient) EXPECT() *MockServiceDependencyClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockServiceDependencyClient) GetServiceDependency ¶ added in v1.1.0
func (m *MockServiceDependencyClient) GetServiceDependency(ctx context.Context, key client.ObjectKey) (*v1beta1.ServiceDependency, error)
GetServiceDependency mocks base method.
func (*MockServiceDependencyClient) ListServiceDependency ¶ added in v1.1.0
func (m *MockServiceDependencyClient) ListServiceDependency(ctx context.Context, opts ...client.ListOption) (*v1beta1.ServiceDependencyList, error)
ListServiceDependency mocks base method.
func (*MockServiceDependencyClient) PatchServiceDependency ¶ added in v1.1.0
func (m *MockServiceDependencyClient) PatchServiceDependency(ctx context.Context, obj *v1beta1.ServiceDependency, patch client.Patch, opts ...client.PatchOption) error
PatchServiceDependency mocks base method.
func (*MockServiceDependencyClient) PatchServiceDependencyStatus ¶ added in v1.1.0
func (m *MockServiceDependencyClient) PatchServiceDependencyStatus(ctx context.Context, obj *v1beta1.ServiceDependency, patch client.Patch, opts ...client.PatchOption) error
PatchServiceDependencyStatus mocks base method.
func (*MockServiceDependencyClient) UpdateServiceDependency ¶ added in v1.1.0
func (m *MockServiceDependencyClient) UpdateServiceDependency(ctx context.Context, obj *v1beta1.ServiceDependency, opts ...client.UpdateOption) error
UpdateServiceDependency mocks base method.
func (*MockServiceDependencyClient) UpdateServiceDependencyStatus ¶ added in v1.1.0
func (m *MockServiceDependencyClient) UpdateServiceDependencyStatus(ctx context.Context, obj *v1beta1.ServiceDependency, opts ...client.UpdateOption) error
UpdateServiceDependencyStatus mocks base method.
func (*MockServiceDependencyClient) UpsertServiceDependency ¶ added in v1.1.0
func (m *MockServiceDependencyClient) UpsertServiceDependency(ctx context.Context, obj *v1beta1.ServiceDependency, transitionFuncs ...v1beta1.ServiceDependencyTransitionFunction) error
UpsertServiceDependency mocks base method.
type MockServiceDependencyClientMockRecorder ¶ added in v1.1.0
type MockServiceDependencyClientMockRecorder struct {
// contains filtered or unexported fields
}
MockServiceDependencyClientMockRecorder is the mock recorder for MockServiceDependencyClient.
func (*MockServiceDependencyClientMockRecorder) CreateServiceDependency ¶ added in v1.1.0
func (mr *MockServiceDependencyClientMockRecorder) CreateServiceDependency(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreateServiceDependency indicates an expected call of CreateServiceDependency.
func (*MockServiceDependencyClientMockRecorder) DeleteAllOfServiceDependency ¶ added in v1.1.0
func (mr *MockServiceDependencyClientMockRecorder) DeleteAllOfServiceDependency(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfServiceDependency indicates an expected call of DeleteAllOfServiceDependency.
func (*MockServiceDependencyClientMockRecorder) DeleteServiceDependency ¶ added in v1.1.0
func (mr *MockServiceDependencyClientMockRecorder) DeleteServiceDependency(ctx, key interface{}, opts ...interface{}) *gomock.Call
DeleteServiceDependency indicates an expected call of DeleteServiceDependency.
func (*MockServiceDependencyClientMockRecorder) GetServiceDependency ¶ added in v1.1.0
func (mr *MockServiceDependencyClientMockRecorder) GetServiceDependency(ctx, key interface{}) *gomock.Call
GetServiceDependency indicates an expected call of GetServiceDependency.
func (*MockServiceDependencyClientMockRecorder) ListServiceDependency ¶ added in v1.1.0
func (mr *MockServiceDependencyClientMockRecorder) ListServiceDependency(ctx interface{}, opts ...interface{}) *gomock.Call
ListServiceDependency indicates an expected call of ListServiceDependency.
func (*MockServiceDependencyClientMockRecorder) PatchServiceDependency ¶ added in v1.1.0
func (mr *MockServiceDependencyClientMockRecorder) PatchServiceDependency(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchServiceDependency indicates an expected call of PatchServiceDependency.
func (*MockServiceDependencyClientMockRecorder) PatchServiceDependencyStatus ¶ added in v1.1.0
func (mr *MockServiceDependencyClientMockRecorder) PatchServiceDependencyStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchServiceDependencyStatus indicates an expected call of PatchServiceDependencyStatus.
func (*MockServiceDependencyClientMockRecorder) UpdateServiceDependency ¶ added in v1.1.0
func (mr *MockServiceDependencyClientMockRecorder) UpdateServiceDependency(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateServiceDependency indicates an expected call of UpdateServiceDependency.
func (*MockServiceDependencyClientMockRecorder) UpdateServiceDependencyStatus ¶ added in v1.1.0
func (mr *MockServiceDependencyClientMockRecorder) UpdateServiceDependencyStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateServiceDependencyStatus indicates an expected call of UpdateServiceDependencyStatus.
func (*MockServiceDependencyClientMockRecorder) UpsertServiceDependency ¶ added in v1.1.0
func (mr *MockServiceDependencyClientMockRecorder) UpsertServiceDependency(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertServiceDependency indicates an expected call of UpsertServiceDependency.
type MockServiceDependencyReader ¶ added in v1.1.0
type MockServiceDependencyReader struct {
// contains filtered or unexported fields
}
MockServiceDependencyReader is a mock of ServiceDependencyReader interface.
func NewMockServiceDependencyReader ¶ added in v1.1.0
func NewMockServiceDependencyReader(ctrl *gomock.Controller) *MockServiceDependencyReader
NewMockServiceDependencyReader creates a new mock instance.
func (*MockServiceDependencyReader) EXPECT ¶ added in v1.1.0
func (m *MockServiceDependencyReader) EXPECT() *MockServiceDependencyReaderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockServiceDependencyReader) GetServiceDependency ¶ added in v1.1.0
func (m *MockServiceDependencyReader) GetServiceDependency(ctx context.Context, key client.ObjectKey) (*v1beta1.ServiceDependency, error)
GetServiceDependency mocks base method.
func (*MockServiceDependencyReader) ListServiceDependency ¶ added in v1.1.0
func (m *MockServiceDependencyReader) ListServiceDependency(ctx context.Context, opts ...client.ListOption) (*v1beta1.ServiceDependencyList, error)
ListServiceDependency mocks base method.
type MockServiceDependencyReaderMockRecorder ¶ added in v1.1.0
type MockServiceDependencyReaderMockRecorder struct {
// contains filtered or unexported fields
}
MockServiceDependencyReaderMockRecorder is the mock recorder for MockServiceDependencyReader.
func (*MockServiceDependencyReaderMockRecorder) GetServiceDependency ¶ added in v1.1.0
func (mr *MockServiceDependencyReaderMockRecorder) GetServiceDependency(ctx, key interface{}) *gomock.Call
GetServiceDependency indicates an expected call of GetServiceDependency.
func (*MockServiceDependencyReaderMockRecorder) ListServiceDependency ¶ added in v1.1.0
func (mr *MockServiceDependencyReaderMockRecorder) ListServiceDependency(ctx interface{}, opts ...interface{}) *gomock.Call
ListServiceDependency indicates an expected call of ListServiceDependency.
type MockServiceDependencyStatusWriter ¶ added in v1.1.0
type MockServiceDependencyStatusWriter struct {
// contains filtered or unexported fields
}
MockServiceDependencyStatusWriter is a mock of ServiceDependencyStatusWriter interface.
func NewMockServiceDependencyStatusWriter ¶ added in v1.1.0
func NewMockServiceDependencyStatusWriter(ctrl *gomock.Controller) *MockServiceDependencyStatusWriter
NewMockServiceDependencyStatusWriter creates a new mock instance.
func (*MockServiceDependencyStatusWriter) EXPECT ¶ added in v1.1.0
func (m *MockServiceDependencyStatusWriter) EXPECT() *MockServiceDependencyStatusWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockServiceDependencyStatusWriter) PatchServiceDependencyStatus ¶ added in v1.1.0
func (m *MockServiceDependencyStatusWriter) PatchServiceDependencyStatus(ctx context.Context, obj *v1beta1.ServiceDependency, patch client.Patch, opts ...client.PatchOption) error
PatchServiceDependencyStatus mocks base method.
func (*MockServiceDependencyStatusWriter) UpdateServiceDependencyStatus ¶ added in v1.1.0
func (m *MockServiceDependencyStatusWriter) UpdateServiceDependencyStatus(ctx context.Context, obj *v1beta1.ServiceDependency, opts ...client.UpdateOption) error
UpdateServiceDependencyStatus mocks base method.
type MockServiceDependencyStatusWriterMockRecorder ¶ added in v1.1.0
type MockServiceDependencyStatusWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockServiceDependencyStatusWriterMockRecorder is the mock recorder for MockServiceDependencyStatusWriter.
func (*MockServiceDependencyStatusWriterMockRecorder) PatchServiceDependencyStatus ¶ added in v1.1.0
func (mr *MockServiceDependencyStatusWriterMockRecorder) PatchServiceDependencyStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchServiceDependencyStatus indicates an expected call of PatchServiceDependencyStatus.
func (*MockServiceDependencyStatusWriterMockRecorder) UpdateServiceDependencyStatus ¶ added in v1.1.0
func (mr *MockServiceDependencyStatusWriterMockRecorder) UpdateServiceDependencyStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateServiceDependencyStatus indicates an expected call of UpdateServiceDependencyStatus.
type MockServiceDependencyWriter ¶ added in v1.1.0
type MockServiceDependencyWriter struct {
// contains filtered or unexported fields
}
MockServiceDependencyWriter is a mock of ServiceDependencyWriter interface.
func NewMockServiceDependencyWriter ¶ added in v1.1.0
func NewMockServiceDependencyWriter(ctrl *gomock.Controller) *MockServiceDependencyWriter
NewMockServiceDependencyWriter creates a new mock instance.
func (*MockServiceDependencyWriter) CreateServiceDependency ¶ added in v1.1.0
func (m *MockServiceDependencyWriter) CreateServiceDependency(ctx context.Context, obj *v1beta1.ServiceDependency, opts ...client.CreateOption) error
CreateServiceDependency mocks base method.
func (*MockServiceDependencyWriter) DeleteAllOfServiceDependency ¶ added in v1.1.0
func (m *MockServiceDependencyWriter) DeleteAllOfServiceDependency(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfServiceDependency mocks base method.
func (*MockServiceDependencyWriter) DeleteServiceDependency ¶ added in v1.1.0
func (m *MockServiceDependencyWriter) DeleteServiceDependency(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
DeleteServiceDependency mocks base method.
func (*MockServiceDependencyWriter) EXPECT ¶ added in v1.1.0
func (m *MockServiceDependencyWriter) EXPECT() *MockServiceDependencyWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockServiceDependencyWriter) PatchServiceDependency ¶ added in v1.1.0
func (m *MockServiceDependencyWriter) PatchServiceDependency(ctx context.Context, obj *v1beta1.ServiceDependency, patch client.Patch, opts ...client.PatchOption) error
PatchServiceDependency mocks base method.
func (*MockServiceDependencyWriter) UpdateServiceDependency ¶ added in v1.1.0
func (m *MockServiceDependencyWriter) UpdateServiceDependency(ctx context.Context, obj *v1beta1.ServiceDependency, opts ...client.UpdateOption) error
UpdateServiceDependency mocks base method.
func (*MockServiceDependencyWriter) UpsertServiceDependency ¶ added in v1.1.0
func (m *MockServiceDependencyWriter) UpsertServiceDependency(ctx context.Context, obj *v1beta1.ServiceDependency, transitionFuncs ...v1beta1.ServiceDependencyTransitionFunction) error
UpsertServiceDependency mocks base method.
type MockServiceDependencyWriterMockRecorder ¶ added in v1.1.0
type MockServiceDependencyWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockServiceDependencyWriterMockRecorder is the mock recorder for MockServiceDependencyWriter.
func (*MockServiceDependencyWriterMockRecorder) CreateServiceDependency ¶ added in v1.1.0
func (mr *MockServiceDependencyWriterMockRecorder) CreateServiceDependency(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreateServiceDependency indicates an expected call of CreateServiceDependency.
func (*MockServiceDependencyWriterMockRecorder) DeleteAllOfServiceDependency ¶ added in v1.1.0
func (mr *MockServiceDependencyWriterMockRecorder) DeleteAllOfServiceDependency(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfServiceDependency indicates an expected call of DeleteAllOfServiceDependency.
func (*MockServiceDependencyWriterMockRecorder) DeleteServiceDependency ¶ added in v1.1.0
func (mr *MockServiceDependencyWriterMockRecorder) DeleteServiceDependency(ctx, key interface{}, opts ...interface{}) *gomock.Call
DeleteServiceDependency indicates an expected call of DeleteServiceDependency.
func (*MockServiceDependencyWriterMockRecorder) PatchServiceDependency ¶ added in v1.1.0
func (mr *MockServiceDependencyWriterMockRecorder) PatchServiceDependency(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchServiceDependency indicates an expected call of PatchServiceDependency.
func (*MockServiceDependencyWriterMockRecorder) UpdateServiceDependency ¶ added in v1.1.0
func (mr *MockServiceDependencyWriterMockRecorder) UpdateServiceDependency(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateServiceDependency indicates an expected call of UpdateServiceDependency.
func (*MockServiceDependencyWriterMockRecorder) UpsertServiceDependency ¶ added in v1.1.0
func (mr *MockServiceDependencyWriterMockRecorder) UpsertServiceDependency(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertServiceDependency indicates an expected call of UpsertServiceDependency.
type MockVirtualDestinationClient ¶
type MockVirtualDestinationClient struct {
// contains filtered or unexported fields
}
MockVirtualDestinationClient is a mock of VirtualDestinationClient interface.
func NewMockVirtualDestinationClient ¶
func NewMockVirtualDestinationClient(ctrl *gomock.Controller) *MockVirtualDestinationClient
NewMockVirtualDestinationClient creates a new mock instance.
func (*MockVirtualDestinationClient) CreateVirtualDestination ¶
func (m *MockVirtualDestinationClient) CreateVirtualDestination(ctx context.Context, obj *v1beta1.VirtualDestination, opts ...client.CreateOption) error
CreateVirtualDestination mocks base method.
func (*MockVirtualDestinationClient) DeleteAllOfVirtualDestination ¶
func (m *MockVirtualDestinationClient) DeleteAllOfVirtualDestination(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfVirtualDestination mocks base method.
func (*MockVirtualDestinationClient) DeleteVirtualDestination ¶
func (m *MockVirtualDestinationClient) DeleteVirtualDestination(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
DeleteVirtualDestination mocks base method.
func (*MockVirtualDestinationClient) EXPECT ¶
func (m *MockVirtualDestinationClient) EXPECT() *MockVirtualDestinationClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockVirtualDestinationClient) GetVirtualDestination ¶
func (m *MockVirtualDestinationClient) GetVirtualDestination(ctx context.Context, key client.ObjectKey) (*v1beta1.VirtualDestination, error)
GetVirtualDestination mocks base method.
func (*MockVirtualDestinationClient) ListVirtualDestination ¶
func (m *MockVirtualDestinationClient) ListVirtualDestination(ctx context.Context, opts ...client.ListOption) (*v1beta1.VirtualDestinationList, error)
ListVirtualDestination mocks base method.
func (*MockVirtualDestinationClient) PatchVirtualDestination ¶
func (m *MockVirtualDestinationClient) PatchVirtualDestination(ctx context.Context, obj *v1beta1.VirtualDestination, patch client.Patch, opts ...client.PatchOption) error
PatchVirtualDestination mocks base method.
func (*MockVirtualDestinationClient) PatchVirtualDestinationStatus ¶
func (m *MockVirtualDestinationClient) PatchVirtualDestinationStatus(ctx context.Context, obj *v1beta1.VirtualDestination, patch client.Patch, opts ...client.PatchOption) error
PatchVirtualDestinationStatus mocks base method.
func (*MockVirtualDestinationClient) UpdateVirtualDestination ¶
func (m *MockVirtualDestinationClient) UpdateVirtualDestination(ctx context.Context, obj *v1beta1.VirtualDestination, opts ...client.UpdateOption) error
UpdateVirtualDestination mocks base method.
func (*MockVirtualDestinationClient) UpdateVirtualDestinationStatus ¶
func (m *MockVirtualDestinationClient) UpdateVirtualDestinationStatus(ctx context.Context, obj *v1beta1.VirtualDestination, opts ...client.UpdateOption) error
UpdateVirtualDestinationStatus mocks base method.
func (*MockVirtualDestinationClient) UpsertVirtualDestination ¶
func (m *MockVirtualDestinationClient) UpsertVirtualDestination(ctx context.Context, obj *v1beta1.VirtualDestination, transitionFuncs ...v1beta1.VirtualDestinationTransitionFunction) error
UpsertVirtualDestination mocks base method.
type MockVirtualDestinationClientMockRecorder ¶
type MockVirtualDestinationClientMockRecorder struct {
// contains filtered or unexported fields
}
MockVirtualDestinationClientMockRecorder is the mock recorder for MockVirtualDestinationClient.
func (*MockVirtualDestinationClientMockRecorder) CreateVirtualDestination ¶
func (mr *MockVirtualDestinationClientMockRecorder) CreateVirtualDestination(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreateVirtualDestination indicates an expected call of CreateVirtualDestination.
func (*MockVirtualDestinationClientMockRecorder) DeleteAllOfVirtualDestination ¶
func (mr *MockVirtualDestinationClientMockRecorder) DeleteAllOfVirtualDestination(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfVirtualDestination indicates an expected call of DeleteAllOfVirtualDestination.
func (*MockVirtualDestinationClientMockRecorder) DeleteVirtualDestination ¶
func (mr *MockVirtualDestinationClientMockRecorder) DeleteVirtualDestination(ctx, key interface{}, opts ...interface{}) *gomock.Call
DeleteVirtualDestination indicates an expected call of DeleteVirtualDestination.
func (*MockVirtualDestinationClientMockRecorder) GetVirtualDestination ¶
func (mr *MockVirtualDestinationClientMockRecorder) GetVirtualDestination(ctx, key interface{}) *gomock.Call
GetVirtualDestination indicates an expected call of GetVirtualDestination.
func (*MockVirtualDestinationClientMockRecorder) ListVirtualDestination ¶
func (mr *MockVirtualDestinationClientMockRecorder) ListVirtualDestination(ctx interface{}, opts ...interface{}) *gomock.Call
ListVirtualDestination indicates an expected call of ListVirtualDestination.
func (*MockVirtualDestinationClientMockRecorder) PatchVirtualDestination ¶
func (mr *MockVirtualDestinationClientMockRecorder) PatchVirtualDestination(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchVirtualDestination indicates an expected call of PatchVirtualDestination.
func (*MockVirtualDestinationClientMockRecorder) PatchVirtualDestinationStatus ¶
func (mr *MockVirtualDestinationClientMockRecorder) PatchVirtualDestinationStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchVirtualDestinationStatus indicates an expected call of PatchVirtualDestinationStatus.
func (*MockVirtualDestinationClientMockRecorder) UpdateVirtualDestination ¶
func (mr *MockVirtualDestinationClientMockRecorder) UpdateVirtualDestination(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateVirtualDestination indicates an expected call of UpdateVirtualDestination.
func (*MockVirtualDestinationClientMockRecorder) UpdateVirtualDestinationStatus ¶
func (mr *MockVirtualDestinationClientMockRecorder) UpdateVirtualDestinationStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateVirtualDestinationStatus indicates an expected call of UpdateVirtualDestinationStatus.
func (*MockVirtualDestinationClientMockRecorder) UpsertVirtualDestination ¶
func (mr *MockVirtualDestinationClientMockRecorder) UpsertVirtualDestination(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertVirtualDestination indicates an expected call of UpsertVirtualDestination.
type MockVirtualDestinationReader ¶
type MockVirtualDestinationReader struct {
// contains filtered or unexported fields
}
MockVirtualDestinationReader is a mock of VirtualDestinationReader interface.
func NewMockVirtualDestinationReader ¶
func NewMockVirtualDestinationReader(ctrl *gomock.Controller) *MockVirtualDestinationReader
NewMockVirtualDestinationReader creates a new mock instance.
func (*MockVirtualDestinationReader) EXPECT ¶
func (m *MockVirtualDestinationReader) EXPECT() *MockVirtualDestinationReaderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockVirtualDestinationReader) GetVirtualDestination ¶
func (m *MockVirtualDestinationReader) GetVirtualDestination(ctx context.Context, key client.ObjectKey) (*v1beta1.VirtualDestination, error)
GetVirtualDestination mocks base method.
func (*MockVirtualDestinationReader) ListVirtualDestination ¶
func (m *MockVirtualDestinationReader) ListVirtualDestination(ctx context.Context, opts ...client.ListOption) (*v1beta1.VirtualDestinationList, error)
ListVirtualDestination mocks base method.
type MockVirtualDestinationReaderMockRecorder ¶
type MockVirtualDestinationReaderMockRecorder struct {
// contains filtered or unexported fields
}
MockVirtualDestinationReaderMockRecorder is the mock recorder for MockVirtualDestinationReader.
func (*MockVirtualDestinationReaderMockRecorder) GetVirtualDestination ¶
func (mr *MockVirtualDestinationReaderMockRecorder) GetVirtualDestination(ctx, key interface{}) *gomock.Call
GetVirtualDestination indicates an expected call of GetVirtualDestination.
func (*MockVirtualDestinationReaderMockRecorder) ListVirtualDestination ¶
func (mr *MockVirtualDestinationReaderMockRecorder) ListVirtualDestination(ctx interface{}, opts ...interface{}) *gomock.Call
ListVirtualDestination indicates an expected call of ListVirtualDestination.
type MockVirtualDestinationStatusWriter ¶
type MockVirtualDestinationStatusWriter struct {
// contains filtered or unexported fields
}
MockVirtualDestinationStatusWriter is a mock of VirtualDestinationStatusWriter interface.
func NewMockVirtualDestinationStatusWriter ¶
func NewMockVirtualDestinationStatusWriter(ctrl *gomock.Controller) *MockVirtualDestinationStatusWriter
NewMockVirtualDestinationStatusWriter creates a new mock instance.
func (*MockVirtualDestinationStatusWriter) EXPECT ¶
func (m *MockVirtualDestinationStatusWriter) EXPECT() *MockVirtualDestinationStatusWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockVirtualDestinationStatusWriter) PatchVirtualDestinationStatus ¶
func (m *MockVirtualDestinationStatusWriter) PatchVirtualDestinationStatus(ctx context.Context, obj *v1beta1.VirtualDestination, patch client.Patch, opts ...client.PatchOption) error
PatchVirtualDestinationStatus mocks base method.
func (*MockVirtualDestinationStatusWriter) UpdateVirtualDestinationStatus ¶
func (m *MockVirtualDestinationStatusWriter) UpdateVirtualDestinationStatus(ctx context.Context, obj *v1beta1.VirtualDestination, opts ...client.UpdateOption) error
UpdateVirtualDestinationStatus mocks base method.
type MockVirtualDestinationStatusWriterMockRecorder ¶
type MockVirtualDestinationStatusWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockVirtualDestinationStatusWriterMockRecorder is the mock recorder for MockVirtualDestinationStatusWriter.
func (*MockVirtualDestinationStatusWriterMockRecorder) PatchVirtualDestinationStatus ¶
func (mr *MockVirtualDestinationStatusWriterMockRecorder) PatchVirtualDestinationStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchVirtualDestinationStatus indicates an expected call of PatchVirtualDestinationStatus.
func (*MockVirtualDestinationStatusWriterMockRecorder) UpdateVirtualDestinationStatus ¶
func (mr *MockVirtualDestinationStatusWriterMockRecorder) UpdateVirtualDestinationStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateVirtualDestinationStatus indicates an expected call of UpdateVirtualDestinationStatus.
type MockVirtualDestinationWriter ¶
type MockVirtualDestinationWriter struct {
// contains filtered or unexported fields
}
MockVirtualDestinationWriter is a mock of VirtualDestinationWriter interface.
func NewMockVirtualDestinationWriter ¶
func NewMockVirtualDestinationWriter(ctrl *gomock.Controller) *MockVirtualDestinationWriter
NewMockVirtualDestinationWriter creates a new mock instance.
func (*MockVirtualDestinationWriter) CreateVirtualDestination ¶
func (m *MockVirtualDestinationWriter) CreateVirtualDestination(ctx context.Context, obj *v1beta1.VirtualDestination, opts ...client.CreateOption) error
CreateVirtualDestination mocks base method.
func (*MockVirtualDestinationWriter) DeleteAllOfVirtualDestination ¶
func (m *MockVirtualDestinationWriter) DeleteAllOfVirtualDestination(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfVirtualDestination mocks base method.
func (*MockVirtualDestinationWriter) DeleteVirtualDestination ¶
func (m *MockVirtualDestinationWriter) DeleteVirtualDestination(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
DeleteVirtualDestination mocks base method.
func (*MockVirtualDestinationWriter) EXPECT ¶
func (m *MockVirtualDestinationWriter) EXPECT() *MockVirtualDestinationWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockVirtualDestinationWriter) PatchVirtualDestination ¶
func (m *MockVirtualDestinationWriter) PatchVirtualDestination(ctx context.Context, obj *v1beta1.VirtualDestination, patch client.Patch, opts ...client.PatchOption) error
PatchVirtualDestination mocks base method.
func (*MockVirtualDestinationWriter) UpdateVirtualDestination ¶
func (m *MockVirtualDestinationWriter) UpdateVirtualDestination(ctx context.Context, obj *v1beta1.VirtualDestination, opts ...client.UpdateOption) error
UpdateVirtualDestination mocks base method.
func (*MockVirtualDestinationWriter) UpsertVirtualDestination ¶
func (m *MockVirtualDestinationWriter) UpsertVirtualDestination(ctx context.Context, obj *v1beta1.VirtualDestination, transitionFuncs ...v1beta1.VirtualDestinationTransitionFunction) error
UpsertVirtualDestination mocks base method.
type MockVirtualDestinationWriterMockRecorder ¶
type MockVirtualDestinationWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockVirtualDestinationWriterMockRecorder is the mock recorder for MockVirtualDestinationWriter.
func (*MockVirtualDestinationWriterMockRecorder) CreateVirtualDestination ¶
func (mr *MockVirtualDestinationWriterMockRecorder) CreateVirtualDestination(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreateVirtualDestination indicates an expected call of CreateVirtualDestination.
func (*MockVirtualDestinationWriterMockRecorder) DeleteAllOfVirtualDestination ¶
func (mr *MockVirtualDestinationWriterMockRecorder) DeleteAllOfVirtualDestination(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfVirtualDestination indicates an expected call of DeleteAllOfVirtualDestination.
func (*MockVirtualDestinationWriterMockRecorder) DeleteVirtualDestination ¶
func (mr *MockVirtualDestinationWriterMockRecorder) DeleteVirtualDestination(ctx, key interface{}, opts ...interface{}) *gomock.Call
DeleteVirtualDestination indicates an expected call of DeleteVirtualDestination.
func (*MockVirtualDestinationWriterMockRecorder) PatchVirtualDestination ¶
func (mr *MockVirtualDestinationWriterMockRecorder) PatchVirtualDestination(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchVirtualDestination indicates an expected call of PatchVirtualDestination.
func (*MockVirtualDestinationWriterMockRecorder) UpdateVirtualDestination ¶
func (mr *MockVirtualDestinationWriterMockRecorder) UpdateVirtualDestination(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateVirtualDestination indicates an expected call of UpdateVirtualDestination.
func (*MockVirtualDestinationWriterMockRecorder) UpsertVirtualDestination ¶
func (mr *MockVirtualDestinationWriterMockRecorder) UpsertVirtualDestination(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertVirtualDestination indicates an expected call of UpsertVirtualDestination.
type MockVirtualGatewayClient ¶ added in v1.1.0
type MockVirtualGatewayClient struct {
// contains filtered or unexported fields
}
MockVirtualGatewayClient is a mock of VirtualGatewayClient interface.
func NewMockVirtualGatewayClient ¶ added in v1.1.0
func NewMockVirtualGatewayClient(ctrl *gomock.Controller) *MockVirtualGatewayClient
NewMockVirtualGatewayClient creates a new mock instance.
func (*MockVirtualGatewayClient) CreateVirtualGateway ¶ added in v1.1.0
func (m *MockVirtualGatewayClient) CreateVirtualGateway(ctx context.Context, obj *v1beta1.VirtualGateway, opts ...client.CreateOption) error
CreateVirtualGateway mocks base method.
func (*MockVirtualGatewayClient) DeleteAllOfVirtualGateway ¶ added in v1.1.0
func (m *MockVirtualGatewayClient) DeleteAllOfVirtualGateway(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfVirtualGateway mocks base method.
func (*MockVirtualGatewayClient) DeleteVirtualGateway ¶ added in v1.1.0
func (m *MockVirtualGatewayClient) DeleteVirtualGateway(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
DeleteVirtualGateway mocks base method.
func (*MockVirtualGatewayClient) EXPECT ¶ added in v1.1.0
func (m *MockVirtualGatewayClient) EXPECT() *MockVirtualGatewayClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockVirtualGatewayClient) GetVirtualGateway ¶ added in v1.1.0
func (m *MockVirtualGatewayClient) GetVirtualGateway(ctx context.Context, key client.ObjectKey) (*v1beta1.VirtualGateway, error)
GetVirtualGateway mocks base method.
func (*MockVirtualGatewayClient) ListVirtualGateway ¶ added in v1.1.0
func (m *MockVirtualGatewayClient) ListVirtualGateway(ctx context.Context, opts ...client.ListOption) (*v1beta1.VirtualGatewayList, error)
ListVirtualGateway mocks base method.
func (*MockVirtualGatewayClient) PatchVirtualGateway ¶ added in v1.1.0
func (m *MockVirtualGatewayClient) PatchVirtualGateway(ctx context.Context, obj *v1beta1.VirtualGateway, patch client.Patch, opts ...client.PatchOption) error
PatchVirtualGateway mocks base method.
func (*MockVirtualGatewayClient) PatchVirtualGatewayStatus ¶ added in v1.1.0
func (m *MockVirtualGatewayClient) PatchVirtualGatewayStatus(ctx context.Context, obj *v1beta1.VirtualGateway, patch client.Patch, opts ...client.PatchOption) error
PatchVirtualGatewayStatus mocks base method.
func (*MockVirtualGatewayClient) UpdateVirtualGateway ¶ added in v1.1.0
func (m *MockVirtualGatewayClient) UpdateVirtualGateway(ctx context.Context, obj *v1beta1.VirtualGateway, opts ...client.UpdateOption) error
UpdateVirtualGateway mocks base method.
func (*MockVirtualGatewayClient) UpdateVirtualGatewayStatus ¶ added in v1.1.0
func (m *MockVirtualGatewayClient) UpdateVirtualGatewayStatus(ctx context.Context, obj *v1beta1.VirtualGateway, opts ...client.UpdateOption) error
UpdateVirtualGatewayStatus mocks base method.
func (*MockVirtualGatewayClient) UpsertVirtualGateway ¶ added in v1.1.0
func (m *MockVirtualGatewayClient) UpsertVirtualGateway(ctx context.Context, obj *v1beta1.VirtualGateway, transitionFuncs ...v1beta1.VirtualGatewayTransitionFunction) error
UpsertVirtualGateway mocks base method.
type MockVirtualGatewayClientMockRecorder ¶ added in v1.1.0
type MockVirtualGatewayClientMockRecorder struct {
// contains filtered or unexported fields
}
MockVirtualGatewayClientMockRecorder is the mock recorder for MockVirtualGatewayClient.
func (*MockVirtualGatewayClientMockRecorder) CreateVirtualGateway ¶ added in v1.1.0
func (mr *MockVirtualGatewayClientMockRecorder) CreateVirtualGateway(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreateVirtualGateway indicates an expected call of CreateVirtualGateway.
func (*MockVirtualGatewayClientMockRecorder) DeleteAllOfVirtualGateway ¶ added in v1.1.0
func (mr *MockVirtualGatewayClientMockRecorder) DeleteAllOfVirtualGateway(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfVirtualGateway indicates an expected call of DeleteAllOfVirtualGateway.
func (*MockVirtualGatewayClientMockRecorder) DeleteVirtualGateway ¶ added in v1.1.0
func (mr *MockVirtualGatewayClientMockRecorder) DeleteVirtualGateway(ctx, key interface{}, opts ...interface{}) *gomock.Call
DeleteVirtualGateway indicates an expected call of DeleteVirtualGateway.
func (*MockVirtualGatewayClientMockRecorder) GetVirtualGateway ¶ added in v1.1.0
func (mr *MockVirtualGatewayClientMockRecorder) GetVirtualGateway(ctx, key interface{}) *gomock.Call
GetVirtualGateway indicates an expected call of GetVirtualGateway.
func (*MockVirtualGatewayClientMockRecorder) ListVirtualGateway ¶ added in v1.1.0
func (mr *MockVirtualGatewayClientMockRecorder) ListVirtualGateway(ctx interface{}, opts ...interface{}) *gomock.Call
ListVirtualGateway indicates an expected call of ListVirtualGateway.
func (*MockVirtualGatewayClientMockRecorder) PatchVirtualGateway ¶ added in v1.1.0
func (mr *MockVirtualGatewayClientMockRecorder) PatchVirtualGateway(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchVirtualGateway indicates an expected call of PatchVirtualGateway.
func (*MockVirtualGatewayClientMockRecorder) PatchVirtualGatewayStatus ¶ added in v1.1.0
func (mr *MockVirtualGatewayClientMockRecorder) PatchVirtualGatewayStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchVirtualGatewayStatus indicates an expected call of PatchVirtualGatewayStatus.
func (*MockVirtualGatewayClientMockRecorder) UpdateVirtualGateway ¶ added in v1.1.0
func (mr *MockVirtualGatewayClientMockRecorder) UpdateVirtualGateway(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateVirtualGateway indicates an expected call of UpdateVirtualGateway.
func (*MockVirtualGatewayClientMockRecorder) UpdateVirtualGatewayStatus ¶ added in v1.1.0
func (mr *MockVirtualGatewayClientMockRecorder) UpdateVirtualGatewayStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateVirtualGatewayStatus indicates an expected call of UpdateVirtualGatewayStatus.
func (*MockVirtualGatewayClientMockRecorder) UpsertVirtualGateway ¶ added in v1.1.0
func (mr *MockVirtualGatewayClientMockRecorder) UpsertVirtualGateway(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertVirtualGateway indicates an expected call of UpsertVirtualGateway.
type MockVirtualGatewayReader ¶ added in v1.1.0
type MockVirtualGatewayReader struct {
// contains filtered or unexported fields
}
MockVirtualGatewayReader is a mock of VirtualGatewayReader interface.
func NewMockVirtualGatewayReader ¶ added in v1.1.0
func NewMockVirtualGatewayReader(ctrl *gomock.Controller) *MockVirtualGatewayReader
NewMockVirtualGatewayReader creates a new mock instance.
func (*MockVirtualGatewayReader) EXPECT ¶ added in v1.1.0
func (m *MockVirtualGatewayReader) EXPECT() *MockVirtualGatewayReaderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockVirtualGatewayReader) GetVirtualGateway ¶ added in v1.1.0
func (m *MockVirtualGatewayReader) GetVirtualGateway(ctx context.Context, key client.ObjectKey) (*v1beta1.VirtualGateway, error)
GetVirtualGateway mocks base method.
func (*MockVirtualGatewayReader) ListVirtualGateway ¶ added in v1.1.0
func (m *MockVirtualGatewayReader) ListVirtualGateway(ctx context.Context, opts ...client.ListOption) (*v1beta1.VirtualGatewayList, error)
ListVirtualGateway mocks base method.
type MockVirtualGatewayReaderMockRecorder ¶ added in v1.1.0
type MockVirtualGatewayReaderMockRecorder struct {
// contains filtered or unexported fields
}
MockVirtualGatewayReaderMockRecorder is the mock recorder for MockVirtualGatewayReader.
func (*MockVirtualGatewayReaderMockRecorder) GetVirtualGateway ¶ added in v1.1.0
func (mr *MockVirtualGatewayReaderMockRecorder) GetVirtualGateway(ctx, key interface{}) *gomock.Call
GetVirtualGateway indicates an expected call of GetVirtualGateway.
func (*MockVirtualGatewayReaderMockRecorder) ListVirtualGateway ¶ added in v1.1.0
func (mr *MockVirtualGatewayReaderMockRecorder) ListVirtualGateway(ctx interface{}, opts ...interface{}) *gomock.Call
ListVirtualGateway indicates an expected call of ListVirtualGateway.
type MockVirtualGatewayStatusWriter ¶ added in v1.1.0
type MockVirtualGatewayStatusWriter struct {
// contains filtered or unexported fields
}
MockVirtualGatewayStatusWriter is a mock of VirtualGatewayStatusWriter interface.
func NewMockVirtualGatewayStatusWriter ¶ added in v1.1.0
func NewMockVirtualGatewayStatusWriter(ctrl *gomock.Controller) *MockVirtualGatewayStatusWriter
NewMockVirtualGatewayStatusWriter creates a new mock instance.
func (*MockVirtualGatewayStatusWriter) EXPECT ¶ added in v1.1.0
func (m *MockVirtualGatewayStatusWriter) EXPECT() *MockVirtualGatewayStatusWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockVirtualGatewayStatusWriter) PatchVirtualGatewayStatus ¶ added in v1.1.0
func (m *MockVirtualGatewayStatusWriter) PatchVirtualGatewayStatus(ctx context.Context, obj *v1beta1.VirtualGateway, patch client.Patch, opts ...client.PatchOption) error
PatchVirtualGatewayStatus mocks base method.
func (*MockVirtualGatewayStatusWriter) UpdateVirtualGatewayStatus ¶ added in v1.1.0
func (m *MockVirtualGatewayStatusWriter) UpdateVirtualGatewayStatus(ctx context.Context, obj *v1beta1.VirtualGateway, opts ...client.UpdateOption) error
UpdateVirtualGatewayStatus mocks base method.
type MockVirtualGatewayStatusWriterMockRecorder ¶ added in v1.1.0
type MockVirtualGatewayStatusWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockVirtualGatewayStatusWriterMockRecorder is the mock recorder for MockVirtualGatewayStatusWriter.
func (*MockVirtualGatewayStatusWriterMockRecorder) PatchVirtualGatewayStatus ¶ added in v1.1.0
func (mr *MockVirtualGatewayStatusWriterMockRecorder) PatchVirtualGatewayStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchVirtualGatewayStatus indicates an expected call of PatchVirtualGatewayStatus.
func (*MockVirtualGatewayStatusWriterMockRecorder) UpdateVirtualGatewayStatus ¶ added in v1.1.0
func (mr *MockVirtualGatewayStatusWriterMockRecorder) UpdateVirtualGatewayStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateVirtualGatewayStatus indicates an expected call of UpdateVirtualGatewayStatus.
type MockVirtualGatewayWriter ¶ added in v1.1.0
type MockVirtualGatewayWriter struct {
// contains filtered or unexported fields
}
MockVirtualGatewayWriter is a mock of VirtualGatewayWriter interface.
func NewMockVirtualGatewayWriter ¶ added in v1.1.0
func NewMockVirtualGatewayWriter(ctrl *gomock.Controller) *MockVirtualGatewayWriter
NewMockVirtualGatewayWriter creates a new mock instance.
func (*MockVirtualGatewayWriter) CreateVirtualGateway ¶ added in v1.1.0
func (m *MockVirtualGatewayWriter) CreateVirtualGateway(ctx context.Context, obj *v1beta1.VirtualGateway, opts ...client.CreateOption) error
CreateVirtualGateway mocks base method.
func (*MockVirtualGatewayWriter) DeleteAllOfVirtualGateway ¶ added in v1.1.0
func (m *MockVirtualGatewayWriter) DeleteAllOfVirtualGateway(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfVirtualGateway mocks base method.
func (*MockVirtualGatewayWriter) DeleteVirtualGateway ¶ added in v1.1.0
func (m *MockVirtualGatewayWriter) DeleteVirtualGateway(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
DeleteVirtualGateway mocks base method.
func (*MockVirtualGatewayWriter) EXPECT ¶ added in v1.1.0
func (m *MockVirtualGatewayWriter) EXPECT() *MockVirtualGatewayWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockVirtualGatewayWriter) PatchVirtualGateway ¶ added in v1.1.0
func (m *MockVirtualGatewayWriter) PatchVirtualGateway(ctx context.Context, obj *v1beta1.VirtualGateway, patch client.Patch, opts ...client.PatchOption) error
PatchVirtualGateway mocks base method.
func (*MockVirtualGatewayWriter) UpdateVirtualGateway ¶ added in v1.1.0
func (m *MockVirtualGatewayWriter) UpdateVirtualGateway(ctx context.Context, obj *v1beta1.VirtualGateway, opts ...client.UpdateOption) error
UpdateVirtualGateway mocks base method.
func (*MockVirtualGatewayWriter) UpsertVirtualGateway ¶ added in v1.1.0
func (m *MockVirtualGatewayWriter) UpsertVirtualGateway(ctx context.Context, obj *v1beta1.VirtualGateway, transitionFuncs ...v1beta1.VirtualGatewayTransitionFunction) error
UpsertVirtualGateway mocks base method.
type MockVirtualGatewayWriterMockRecorder ¶ added in v1.1.0
type MockVirtualGatewayWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockVirtualGatewayWriterMockRecorder is the mock recorder for MockVirtualGatewayWriter.
func (*MockVirtualGatewayWriterMockRecorder) CreateVirtualGateway ¶ added in v1.1.0
func (mr *MockVirtualGatewayWriterMockRecorder) CreateVirtualGateway(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreateVirtualGateway indicates an expected call of CreateVirtualGateway.
func (*MockVirtualGatewayWriterMockRecorder) DeleteAllOfVirtualGateway ¶ added in v1.1.0
func (mr *MockVirtualGatewayWriterMockRecorder) DeleteAllOfVirtualGateway(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfVirtualGateway indicates an expected call of DeleteAllOfVirtualGateway.
func (*MockVirtualGatewayWriterMockRecorder) DeleteVirtualGateway ¶ added in v1.1.0
func (mr *MockVirtualGatewayWriterMockRecorder) DeleteVirtualGateway(ctx, key interface{}, opts ...interface{}) *gomock.Call
DeleteVirtualGateway indicates an expected call of DeleteVirtualGateway.
func (*MockVirtualGatewayWriterMockRecorder) PatchVirtualGateway ¶ added in v1.1.0
func (mr *MockVirtualGatewayWriterMockRecorder) PatchVirtualGateway(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchVirtualGateway indicates an expected call of PatchVirtualGateway.
func (*MockVirtualGatewayWriterMockRecorder) UpdateVirtualGateway ¶ added in v1.1.0
func (mr *MockVirtualGatewayWriterMockRecorder) UpdateVirtualGateway(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateVirtualGateway indicates an expected call of UpdateVirtualGateway.
func (*MockVirtualGatewayWriterMockRecorder) UpsertVirtualGateway ¶ added in v1.1.0
func (mr *MockVirtualGatewayWriterMockRecorder) UpsertVirtualGateway(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertVirtualGateway indicates an expected call of UpsertVirtualGateway.
type MockVirtualHostClient ¶ added in v1.1.0
type MockVirtualHostClient struct {
// contains filtered or unexported fields
}
MockVirtualHostClient is a mock of VirtualHostClient interface.
func NewMockVirtualHostClient ¶ added in v1.1.0
func NewMockVirtualHostClient(ctrl *gomock.Controller) *MockVirtualHostClient
NewMockVirtualHostClient creates a new mock instance.
func (*MockVirtualHostClient) CreateVirtualHost ¶ added in v1.1.0
func (m *MockVirtualHostClient) CreateVirtualHost(ctx context.Context, obj *v1beta1.VirtualHost, opts ...client.CreateOption) error
CreateVirtualHost mocks base method.
func (*MockVirtualHostClient) DeleteAllOfVirtualHost ¶ added in v1.1.0
func (m *MockVirtualHostClient) DeleteAllOfVirtualHost(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfVirtualHost mocks base method.
func (*MockVirtualHostClient) DeleteVirtualHost ¶ added in v1.1.0
func (m *MockVirtualHostClient) DeleteVirtualHost(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
DeleteVirtualHost mocks base method.
func (*MockVirtualHostClient) EXPECT ¶ added in v1.1.0
func (m *MockVirtualHostClient) EXPECT() *MockVirtualHostClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockVirtualHostClient) GetVirtualHost ¶ added in v1.1.0
func (m *MockVirtualHostClient) GetVirtualHost(ctx context.Context, key client.ObjectKey) (*v1beta1.VirtualHost, error)
GetVirtualHost mocks base method.
func (*MockVirtualHostClient) ListVirtualHost ¶ added in v1.1.0
func (m *MockVirtualHostClient) ListVirtualHost(ctx context.Context, opts ...client.ListOption) (*v1beta1.VirtualHostList, error)
ListVirtualHost mocks base method.
func (*MockVirtualHostClient) PatchVirtualHost ¶ added in v1.1.0
func (m *MockVirtualHostClient) PatchVirtualHost(ctx context.Context, obj *v1beta1.VirtualHost, patch client.Patch, opts ...client.PatchOption) error
PatchVirtualHost mocks base method.
func (*MockVirtualHostClient) PatchVirtualHostStatus ¶ added in v1.1.0
func (m *MockVirtualHostClient) PatchVirtualHostStatus(ctx context.Context, obj *v1beta1.VirtualHost, patch client.Patch, opts ...client.PatchOption) error
PatchVirtualHostStatus mocks base method.
func (*MockVirtualHostClient) UpdateVirtualHost ¶ added in v1.1.0
func (m *MockVirtualHostClient) UpdateVirtualHost(ctx context.Context, obj *v1beta1.VirtualHost, opts ...client.UpdateOption) error
UpdateVirtualHost mocks base method.
func (*MockVirtualHostClient) UpdateVirtualHostStatus ¶ added in v1.1.0
func (m *MockVirtualHostClient) UpdateVirtualHostStatus(ctx context.Context, obj *v1beta1.VirtualHost, opts ...client.UpdateOption) error
UpdateVirtualHostStatus mocks base method.
func (*MockVirtualHostClient) UpsertVirtualHost ¶ added in v1.1.0
func (m *MockVirtualHostClient) UpsertVirtualHost(ctx context.Context, obj *v1beta1.VirtualHost, transitionFuncs ...v1beta1.VirtualHostTransitionFunction) error
UpsertVirtualHost mocks base method.
type MockVirtualHostClientMockRecorder ¶ added in v1.1.0
type MockVirtualHostClientMockRecorder struct {
// contains filtered or unexported fields
}
MockVirtualHostClientMockRecorder is the mock recorder for MockVirtualHostClient.
func (*MockVirtualHostClientMockRecorder) CreateVirtualHost ¶ added in v1.1.0
func (mr *MockVirtualHostClientMockRecorder) CreateVirtualHost(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreateVirtualHost indicates an expected call of CreateVirtualHost.
func (*MockVirtualHostClientMockRecorder) DeleteAllOfVirtualHost ¶ added in v1.1.0
func (mr *MockVirtualHostClientMockRecorder) DeleteAllOfVirtualHost(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfVirtualHost indicates an expected call of DeleteAllOfVirtualHost.
func (*MockVirtualHostClientMockRecorder) DeleteVirtualHost ¶ added in v1.1.0
func (mr *MockVirtualHostClientMockRecorder) DeleteVirtualHost(ctx, key interface{}, opts ...interface{}) *gomock.Call
DeleteVirtualHost indicates an expected call of DeleteVirtualHost.
func (*MockVirtualHostClientMockRecorder) GetVirtualHost ¶ added in v1.1.0
func (mr *MockVirtualHostClientMockRecorder) GetVirtualHost(ctx, key interface{}) *gomock.Call
GetVirtualHost indicates an expected call of GetVirtualHost.
func (*MockVirtualHostClientMockRecorder) ListVirtualHost ¶ added in v1.1.0
func (mr *MockVirtualHostClientMockRecorder) ListVirtualHost(ctx interface{}, opts ...interface{}) *gomock.Call
ListVirtualHost indicates an expected call of ListVirtualHost.
func (*MockVirtualHostClientMockRecorder) PatchVirtualHost ¶ added in v1.1.0
func (mr *MockVirtualHostClientMockRecorder) PatchVirtualHost(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchVirtualHost indicates an expected call of PatchVirtualHost.
func (*MockVirtualHostClientMockRecorder) PatchVirtualHostStatus ¶ added in v1.1.0
func (mr *MockVirtualHostClientMockRecorder) PatchVirtualHostStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchVirtualHostStatus indicates an expected call of PatchVirtualHostStatus.
func (*MockVirtualHostClientMockRecorder) UpdateVirtualHost ¶ added in v1.1.0
func (mr *MockVirtualHostClientMockRecorder) UpdateVirtualHost(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateVirtualHost indicates an expected call of UpdateVirtualHost.
func (*MockVirtualHostClientMockRecorder) UpdateVirtualHostStatus ¶ added in v1.1.0
func (mr *MockVirtualHostClientMockRecorder) UpdateVirtualHostStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateVirtualHostStatus indicates an expected call of UpdateVirtualHostStatus.
func (*MockVirtualHostClientMockRecorder) UpsertVirtualHost ¶ added in v1.1.0
func (mr *MockVirtualHostClientMockRecorder) UpsertVirtualHost(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertVirtualHost indicates an expected call of UpsertVirtualHost.
type MockVirtualHostReader ¶ added in v1.1.0
type MockVirtualHostReader struct {
// contains filtered or unexported fields
}
MockVirtualHostReader is a mock of VirtualHostReader interface.
func NewMockVirtualHostReader ¶ added in v1.1.0
func NewMockVirtualHostReader(ctrl *gomock.Controller) *MockVirtualHostReader
NewMockVirtualHostReader creates a new mock instance.
func (*MockVirtualHostReader) EXPECT ¶ added in v1.1.0
func (m *MockVirtualHostReader) EXPECT() *MockVirtualHostReaderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockVirtualHostReader) GetVirtualHost ¶ added in v1.1.0
func (m *MockVirtualHostReader) GetVirtualHost(ctx context.Context, key client.ObjectKey) (*v1beta1.VirtualHost, error)
GetVirtualHost mocks base method.
func (*MockVirtualHostReader) ListVirtualHost ¶ added in v1.1.0
func (m *MockVirtualHostReader) ListVirtualHost(ctx context.Context, opts ...client.ListOption) (*v1beta1.VirtualHostList, error)
ListVirtualHost mocks base method.
type MockVirtualHostReaderMockRecorder ¶ added in v1.1.0
type MockVirtualHostReaderMockRecorder struct {
// contains filtered or unexported fields
}
MockVirtualHostReaderMockRecorder is the mock recorder for MockVirtualHostReader.
func (*MockVirtualHostReaderMockRecorder) GetVirtualHost ¶ added in v1.1.0
func (mr *MockVirtualHostReaderMockRecorder) GetVirtualHost(ctx, key interface{}) *gomock.Call
GetVirtualHost indicates an expected call of GetVirtualHost.
func (*MockVirtualHostReaderMockRecorder) ListVirtualHost ¶ added in v1.1.0
func (mr *MockVirtualHostReaderMockRecorder) ListVirtualHost(ctx interface{}, opts ...interface{}) *gomock.Call
ListVirtualHost indicates an expected call of ListVirtualHost.
type MockVirtualHostStatusWriter ¶ added in v1.1.0
type MockVirtualHostStatusWriter struct {
// contains filtered or unexported fields
}
MockVirtualHostStatusWriter is a mock of VirtualHostStatusWriter interface.
func NewMockVirtualHostStatusWriter ¶ added in v1.1.0
func NewMockVirtualHostStatusWriter(ctrl *gomock.Controller) *MockVirtualHostStatusWriter
NewMockVirtualHostStatusWriter creates a new mock instance.
func (*MockVirtualHostStatusWriter) EXPECT ¶ added in v1.1.0
func (m *MockVirtualHostStatusWriter) EXPECT() *MockVirtualHostStatusWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockVirtualHostStatusWriter) PatchVirtualHostStatus ¶ added in v1.1.0
func (m *MockVirtualHostStatusWriter) PatchVirtualHostStatus(ctx context.Context, obj *v1beta1.VirtualHost, patch client.Patch, opts ...client.PatchOption) error
PatchVirtualHostStatus mocks base method.
func (*MockVirtualHostStatusWriter) UpdateVirtualHostStatus ¶ added in v1.1.0
func (m *MockVirtualHostStatusWriter) UpdateVirtualHostStatus(ctx context.Context, obj *v1beta1.VirtualHost, opts ...client.UpdateOption) error
UpdateVirtualHostStatus mocks base method.
type MockVirtualHostStatusWriterMockRecorder ¶ added in v1.1.0
type MockVirtualHostStatusWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockVirtualHostStatusWriterMockRecorder is the mock recorder for MockVirtualHostStatusWriter.
func (*MockVirtualHostStatusWriterMockRecorder) PatchVirtualHostStatus ¶ added in v1.1.0
func (mr *MockVirtualHostStatusWriterMockRecorder) PatchVirtualHostStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchVirtualHostStatus indicates an expected call of PatchVirtualHostStatus.
func (*MockVirtualHostStatusWriterMockRecorder) UpdateVirtualHostStatus ¶ added in v1.1.0
func (mr *MockVirtualHostStatusWriterMockRecorder) UpdateVirtualHostStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateVirtualHostStatus indicates an expected call of UpdateVirtualHostStatus.
type MockVirtualHostWriter ¶ added in v1.1.0
type MockVirtualHostWriter struct {
// contains filtered or unexported fields
}
MockVirtualHostWriter is a mock of VirtualHostWriter interface.
func NewMockVirtualHostWriter ¶ added in v1.1.0
func NewMockVirtualHostWriter(ctrl *gomock.Controller) *MockVirtualHostWriter
NewMockVirtualHostWriter creates a new mock instance.
func (*MockVirtualHostWriter) CreateVirtualHost ¶ added in v1.1.0
func (m *MockVirtualHostWriter) CreateVirtualHost(ctx context.Context, obj *v1beta1.VirtualHost, opts ...client.CreateOption) error
CreateVirtualHost mocks base method.
func (*MockVirtualHostWriter) DeleteAllOfVirtualHost ¶ added in v1.1.0
func (m *MockVirtualHostWriter) DeleteAllOfVirtualHost(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfVirtualHost mocks base method.
func (*MockVirtualHostWriter) DeleteVirtualHost ¶ added in v1.1.0
func (m *MockVirtualHostWriter) DeleteVirtualHost(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
DeleteVirtualHost mocks base method.
func (*MockVirtualHostWriter) EXPECT ¶ added in v1.1.0
func (m *MockVirtualHostWriter) EXPECT() *MockVirtualHostWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockVirtualHostWriter) PatchVirtualHost ¶ added in v1.1.0
func (m *MockVirtualHostWriter) PatchVirtualHost(ctx context.Context, obj *v1beta1.VirtualHost, patch client.Patch, opts ...client.PatchOption) error
PatchVirtualHost mocks base method.
func (*MockVirtualHostWriter) UpdateVirtualHost ¶ added in v1.1.0
func (m *MockVirtualHostWriter) UpdateVirtualHost(ctx context.Context, obj *v1beta1.VirtualHost, opts ...client.UpdateOption) error
UpdateVirtualHost mocks base method.
func (*MockVirtualHostWriter) UpsertVirtualHost ¶ added in v1.1.0
func (m *MockVirtualHostWriter) UpsertVirtualHost(ctx context.Context, obj *v1beta1.VirtualHost, transitionFuncs ...v1beta1.VirtualHostTransitionFunction) error
UpsertVirtualHost mocks base method.
type MockVirtualHostWriterMockRecorder ¶ added in v1.1.0
type MockVirtualHostWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockVirtualHostWriterMockRecorder is the mock recorder for MockVirtualHostWriter.
func (*MockVirtualHostWriterMockRecorder) CreateVirtualHost ¶ added in v1.1.0
func (mr *MockVirtualHostWriterMockRecorder) CreateVirtualHost(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreateVirtualHost indicates an expected call of CreateVirtualHost.
func (*MockVirtualHostWriterMockRecorder) DeleteAllOfVirtualHost ¶ added in v1.1.0
func (mr *MockVirtualHostWriterMockRecorder) DeleteAllOfVirtualHost(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfVirtualHost indicates an expected call of DeleteAllOfVirtualHost.
func (*MockVirtualHostWriterMockRecorder) DeleteVirtualHost ¶ added in v1.1.0
func (mr *MockVirtualHostWriterMockRecorder) DeleteVirtualHost(ctx, key interface{}, opts ...interface{}) *gomock.Call
DeleteVirtualHost indicates an expected call of DeleteVirtualHost.
func (*MockVirtualHostWriterMockRecorder) PatchVirtualHost ¶ added in v1.1.0
func (mr *MockVirtualHostWriterMockRecorder) PatchVirtualHost(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchVirtualHost indicates an expected call of PatchVirtualHost.
func (*MockVirtualHostWriterMockRecorder) UpdateVirtualHost ¶ added in v1.1.0
func (mr *MockVirtualHostWriterMockRecorder) UpdateVirtualHost(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateVirtualHost indicates an expected call of UpdateVirtualHost.
func (*MockVirtualHostWriterMockRecorder) UpsertVirtualHost ¶ added in v1.1.0
func (mr *MockVirtualHostWriterMockRecorder) UpsertVirtualHost(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertVirtualHost indicates an expected call of UpsertVirtualHost.
type MockWasmDeploymentClient ¶
type MockWasmDeploymentClient struct {
// contains filtered or unexported fields
}
MockWasmDeploymentClient is a mock of WasmDeploymentClient interface.
func NewMockWasmDeploymentClient ¶
func NewMockWasmDeploymentClient(ctrl *gomock.Controller) *MockWasmDeploymentClient
NewMockWasmDeploymentClient creates a new mock instance.
func (*MockWasmDeploymentClient) CreateWasmDeployment ¶
func (m *MockWasmDeploymentClient) CreateWasmDeployment(ctx context.Context, obj *v1beta1.WasmDeployment, opts ...client.CreateOption) error
CreateWasmDeployment mocks base method.
func (*MockWasmDeploymentClient) DeleteAllOfWasmDeployment ¶
func (m *MockWasmDeploymentClient) DeleteAllOfWasmDeployment(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfWasmDeployment mocks base method.
func (*MockWasmDeploymentClient) DeleteWasmDeployment ¶
func (m *MockWasmDeploymentClient) DeleteWasmDeployment(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
DeleteWasmDeployment mocks base method.
func (*MockWasmDeploymentClient) EXPECT ¶
func (m *MockWasmDeploymentClient) EXPECT() *MockWasmDeploymentClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockWasmDeploymentClient) GetWasmDeployment ¶
func (m *MockWasmDeploymentClient) GetWasmDeployment(ctx context.Context, key client.ObjectKey) (*v1beta1.WasmDeployment, error)
GetWasmDeployment mocks base method.
func (*MockWasmDeploymentClient) ListWasmDeployment ¶
func (m *MockWasmDeploymentClient) ListWasmDeployment(ctx context.Context, opts ...client.ListOption) (*v1beta1.WasmDeploymentList, error)
ListWasmDeployment mocks base method.
func (*MockWasmDeploymentClient) PatchWasmDeployment ¶
func (m *MockWasmDeploymentClient) PatchWasmDeployment(ctx context.Context, obj *v1beta1.WasmDeployment, patch client.Patch, opts ...client.PatchOption) error
PatchWasmDeployment mocks base method.
func (*MockWasmDeploymentClient) PatchWasmDeploymentStatus ¶
func (m *MockWasmDeploymentClient) PatchWasmDeploymentStatus(ctx context.Context, obj *v1beta1.WasmDeployment, patch client.Patch, opts ...client.PatchOption) error
PatchWasmDeploymentStatus mocks base method.
func (*MockWasmDeploymentClient) UpdateWasmDeployment ¶
func (m *MockWasmDeploymentClient) UpdateWasmDeployment(ctx context.Context, obj *v1beta1.WasmDeployment, opts ...client.UpdateOption) error
UpdateWasmDeployment mocks base method.
func (*MockWasmDeploymentClient) UpdateWasmDeploymentStatus ¶
func (m *MockWasmDeploymentClient) UpdateWasmDeploymentStatus(ctx context.Context, obj *v1beta1.WasmDeployment, opts ...client.UpdateOption) error
UpdateWasmDeploymentStatus mocks base method.
func (*MockWasmDeploymentClient) UpsertWasmDeployment ¶
func (m *MockWasmDeploymentClient) UpsertWasmDeployment(ctx context.Context, obj *v1beta1.WasmDeployment, transitionFuncs ...v1beta1.WasmDeploymentTransitionFunction) error
UpsertWasmDeployment mocks base method.
type MockWasmDeploymentClientMockRecorder ¶
type MockWasmDeploymentClientMockRecorder struct {
// contains filtered or unexported fields
}
MockWasmDeploymentClientMockRecorder is the mock recorder for MockWasmDeploymentClient.
func (*MockWasmDeploymentClientMockRecorder) CreateWasmDeployment ¶
func (mr *MockWasmDeploymentClientMockRecorder) CreateWasmDeployment(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreateWasmDeployment indicates an expected call of CreateWasmDeployment.
func (*MockWasmDeploymentClientMockRecorder) DeleteAllOfWasmDeployment ¶
func (mr *MockWasmDeploymentClientMockRecorder) DeleteAllOfWasmDeployment(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfWasmDeployment indicates an expected call of DeleteAllOfWasmDeployment.
func (*MockWasmDeploymentClientMockRecorder) DeleteWasmDeployment ¶
func (mr *MockWasmDeploymentClientMockRecorder) DeleteWasmDeployment(ctx, key interface{}, opts ...interface{}) *gomock.Call
DeleteWasmDeployment indicates an expected call of DeleteWasmDeployment.
func (*MockWasmDeploymentClientMockRecorder) GetWasmDeployment ¶
func (mr *MockWasmDeploymentClientMockRecorder) GetWasmDeployment(ctx, key interface{}) *gomock.Call
GetWasmDeployment indicates an expected call of GetWasmDeployment.
func (*MockWasmDeploymentClientMockRecorder) ListWasmDeployment ¶
func (mr *MockWasmDeploymentClientMockRecorder) ListWasmDeployment(ctx interface{}, opts ...interface{}) *gomock.Call
ListWasmDeployment indicates an expected call of ListWasmDeployment.
func (*MockWasmDeploymentClientMockRecorder) PatchWasmDeployment ¶
func (mr *MockWasmDeploymentClientMockRecorder) PatchWasmDeployment(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchWasmDeployment indicates an expected call of PatchWasmDeployment.
func (*MockWasmDeploymentClientMockRecorder) PatchWasmDeploymentStatus ¶
func (mr *MockWasmDeploymentClientMockRecorder) PatchWasmDeploymentStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchWasmDeploymentStatus indicates an expected call of PatchWasmDeploymentStatus.
func (*MockWasmDeploymentClientMockRecorder) UpdateWasmDeployment ¶
func (mr *MockWasmDeploymentClientMockRecorder) UpdateWasmDeployment(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateWasmDeployment indicates an expected call of UpdateWasmDeployment.
func (*MockWasmDeploymentClientMockRecorder) UpdateWasmDeploymentStatus ¶
func (mr *MockWasmDeploymentClientMockRecorder) UpdateWasmDeploymentStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateWasmDeploymentStatus indicates an expected call of UpdateWasmDeploymentStatus.
func (*MockWasmDeploymentClientMockRecorder) UpsertWasmDeployment ¶
func (mr *MockWasmDeploymentClientMockRecorder) UpsertWasmDeployment(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertWasmDeployment indicates an expected call of UpsertWasmDeployment.
type MockWasmDeploymentReader ¶
type MockWasmDeploymentReader struct {
// contains filtered or unexported fields
}
MockWasmDeploymentReader is a mock of WasmDeploymentReader interface.
func NewMockWasmDeploymentReader ¶
func NewMockWasmDeploymentReader(ctrl *gomock.Controller) *MockWasmDeploymentReader
NewMockWasmDeploymentReader creates a new mock instance.
func (*MockWasmDeploymentReader) EXPECT ¶
func (m *MockWasmDeploymentReader) EXPECT() *MockWasmDeploymentReaderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockWasmDeploymentReader) GetWasmDeployment ¶
func (m *MockWasmDeploymentReader) GetWasmDeployment(ctx context.Context, key client.ObjectKey) (*v1beta1.WasmDeployment, error)
GetWasmDeployment mocks base method.
func (*MockWasmDeploymentReader) ListWasmDeployment ¶
func (m *MockWasmDeploymentReader) ListWasmDeployment(ctx context.Context, opts ...client.ListOption) (*v1beta1.WasmDeploymentList, error)
ListWasmDeployment mocks base method.
type MockWasmDeploymentReaderMockRecorder ¶
type MockWasmDeploymentReaderMockRecorder struct {
// contains filtered or unexported fields
}
MockWasmDeploymentReaderMockRecorder is the mock recorder for MockWasmDeploymentReader.
func (*MockWasmDeploymentReaderMockRecorder) GetWasmDeployment ¶
func (mr *MockWasmDeploymentReaderMockRecorder) GetWasmDeployment(ctx, key interface{}) *gomock.Call
GetWasmDeployment indicates an expected call of GetWasmDeployment.
func (*MockWasmDeploymentReaderMockRecorder) ListWasmDeployment ¶
func (mr *MockWasmDeploymentReaderMockRecorder) ListWasmDeployment(ctx interface{}, opts ...interface{}) *gomock.Call
ListWasmDeployment indicates an expected call of ListWasmDeployment.
type MockWasmDeploymentStatusWriter ¶
type MockWasmDeploymentStatusWriter struct {
// contains filtered or unexported fields
}
MockWasmDeploymentStatusWriter is a mock of WasmDeploymentStatusWriter interface.
func NewMockWasmDeploymentStatusWriter ¶
func NewMockWasmDeploymentStatusWriter(ctrl *gomock.Controller) *MockWasmDeploymentStatusWriter
NewMockWasmDeploymentStatusWriter creates a new mock instance.
func (*MockWasmDeploymentStatusWriter) EXPECT ¶
func (m *MockWasmDeploymentStatusWriter) EXPECT() *MockWasmDeploymentStatusWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockWasmDeploymentStatusWriter) PatchWasmDeploymentStatus ¶
func (m *MockWasmDeploymentStatusWriter) PatchWasmDeploymentStatus(ctx context.Context, obj *v1beta1.WasmDeployment, patch client.Patch, opts ...client.PatchOption) error
PatchWasmDeploymentStatus mocks base method.
func (*MockWasmDeploymentStatusWriter) UpdateWasmDeploymentStatus ¶
func (m *MockWasmDeploymentStatusWriter) UpdateWasmDeploymentStatus(ctx context.Context, obj *v1beta1.WasmDeployment, opts ...client.UpdateOption) error
UpdateWasmDeploymentStatus mocks base method.
type MockWasmDeploymentStatusWriterMockRecorder ¶
type MockWasmDeploymentStatusWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockWasmDeploymentStatusWriterMockRecorder is the mock recorder for MockWasmDeploymentStatusWriter.
func (*MockWasmDeploymentStatusWriterMockRecorder) PatchWasmDeploymentStatus ¶
func (mr *MockWasmDeploymentStatusWriterMockRecorder) PatchWasmDeploymentStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchWasmDeploymentStatus indicates an expected call of PatchWasmDeploymentStatus.
func (*MockWasmDeploymentStatusWriterMockRecorder) UpdateWasmDeploymentStatus ¶
func (mr *MockWasmDeploymentStatusWriterMockRecorder) UpdateWasmDeploymentStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateWasmDeploymentStatus indicates an expected call of UpdateWasmDeploymentStatus.
type MockWasmDeploymentWriter ¶
type MockWasmDeploymentWriter struct {
// contains filtered or unexported fields
}
MockWasmDeploymentWriter is a mock of WasmDeploymentWriter interface.
func NewMockWasmDeploymentWriter ¶
func NewMockWasmDeploymentWriter(ctrl *gomock.Controller) *MockWasmDeploymentWriter
NewMockWasmDeploymentWriter creates a new mock instance.
func (*MockWasmDeploymentWriter) CreateWasmDeployment ¶
func (m *MockWasmDeploymentWriter) CreateWasmDeployment(ctx context.Context, obj *v1beta1.WasmDeployment, opts ...client.CreateOption) error
CreateWasmDeployment mocks base method.
func (*MockWasmDeploymentWriter) DeleteAllOfWasmDeployment ¶
func (m *MockWasmDeploymentWriter) DeleteAllOfWasmDeployment(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfWasmDeployment mocks base method.
func (*MockWasmDeploymentWriter) DeleteWasmDeployment ¶
func (m *MockWasmDeploymentWriter) DeleteWasmDeployment(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
DeleteWasmDeployment mocks base method.
func (*MockWasmDeploymentWriter) EXPECT ¶
func (m *MockWasmDeploymentWriter) EXPECT() *MockWasmDeploymentWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockWasmDeploymentWriter) PatchWasmDeployment ¶
func (m *MockWasmDeploymentWriter) PatchWasmDeployment(ctx context.Context, obj *v1beta1.WasmDeployment, patch client.Patch, opts ...client.PatchOption) error
PatchWasmDeployment mocks base method.
func (*MockWasmDeploymentWriter) UpdateWasmDeployment ¶
func (m *MockWasmDeploymentWriter) UpdateWasmDeployment(ctx context.Context, obj *v1beta1.WasmDeployment, opts ...client.UpdateOption) error
UpdateWasmDeployment mocks base method.
func (*MockWasmDeploymentWriter) UpsertWasmDeployment ¶
func (m *MockWasmDeploymentWriter) UpsertWasmDeployment(ctx context.Context, obj *v1beta1.WasmDeployment, transitionFuncs ...v1beta1.WasmDeploymentTransitionFunction) error
UpsertWasmDeployment mocks base method.
type MockWasmDeploymentWriterMockRecorder ¶
type MockWasmDeploymentWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockWasmDeploymentWriterMockRecorder is the mock recorder for MockWasmDeploymentWriter.
func (*MockWasmDeploymentWriterMockRecorder) CreateWasmDeployment ¶
func (mr *MockWasmDeploymentWriterMockRecorder) CreateWasmDeployment(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreateWasmDeployment indicates an expected call of CreateWasmDeployment.
func (*MockWasmDeploymentWriterMockRecorder) DeleteAllOfWasmDeployment ¶
func (mr *MockWasmDeploymentWriterMockRecorder) DeleteAllOfWasmDeployment(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfWasmDeployment indicates an expected call of DeleteAllOfWasmDeployment.
func (*MockWasmDeploymentWriterMockRecorder) DeleteWasmDeployment ¶
func (mr *MockWasmDeploymentWriterMockRecorder) DeleteWasmDeployment(ctx, key interface{}, opts ...interface{}) *gomock.Call
DeleteWasmDeployment indicates an expected call of DeleteWasmDeployment.
func (*MockWasmDeploymentWriterMockRecorder) PatchWasmDeployment ¶
func (mr *MockWasmDeploymentWriterMockRecorder) PatchWasmDeployment(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchWasmDeployment indicates an expected call of PatchWasmDeployment.
func (*MockWasmDeploymentWriterMockRecorder) UpdateWasmDeployment ¶
func (mr *MockWasmDeploymentWriterMockRecorder) UpdateWasmDeployment(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateWasmDeployment indicates an expected call of UpdateWasmDeployment.
func (*MockWasmDeploymentWriterMockRecorder) UpsertWasmDeployment ¶
func (mr *MockWasmDeploymentWriterMockRecorder) UpsertWasmDeployment(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertWasmDeployment indicates an expected call of UpsertWasmDeployment.