Documentation ¶
Overview ¶
Package ssclient is a generated GoMock package.
Index ¶
- type MockBitnamiV1alpha1Interface
- type MockBitnamiV1alpha1InterfaceMockRecorder
- type MockSealedSecretInterface
- func (m *MockSealedSecretInterface) Create(ctx context.Context, sealedSecret *v1alpha1.SealedSecret, ...) (*v1alpha1.SealedSecret, error)
- func (m *MockSealedSecretInterface) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
- func (m *MockSealedSecretInterface) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
- func (m *MockSealedSecretInterface) EXPECT() *MockSealedSecretInterfaceMockRecorder
- func (m *MockSealedSecretInterface) Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.SealedSecret, error)
- func (m *MockSealedSecretInterface) List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.SealedSecretList, error)
- func (m *MockSealedSecretInterface) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, ...) (*v1alpha1.SealedSecret, error)
- func (m *MockSealedSecretInterface) Update(ctx context.Context, sealedSecret *v1alpha1.SealedSecret, ...) (*v1alpha1.SealedSecret, error)
- func (m *MockSealedSecretInterface) UpdateStatus(ctx context.Context, sealedSecret *v1alpha1.SealedSecret, ...) (*v1alpha1.SealedSecret, error)
- func (m *MockSealedSecretInterface) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
- type MockSealedSecretInterfaceMockRecorder
- func (mr *MockSealedSecretInterfaceMockRecorder) Create(ctx, sealedSecret, opts any) *gomock.Call
- func (mr *MockSealedSecretInterfaceMockRecorder) Delete(ctx, name, opts any) *gomock.Call
- func (mr *MockSealedSecretInterfaceMockRecorder) DeleteCollection(ctx, opts, listOpts any) *gomock.Call
- func (mr *MockSealedSecretInterfaceMockRecorder) Get(ctx, name, opts any) *gomock.Call
- func (mr *MockSealedSecretInterfaceMockRecorder) List(ctx, opts any) *gomock.Call
- func (mr *MockSealedSecretInterfaceMockRecorder) Patch(ctx, name, pt, data, opts any, subresources ...any) *gomock.Call
- func (mr *MockSealedSecretInterfaceMockRecorder) Update(ctx, sealedSecret, opts any) *gomock.Call
- func (mr *MockSealedSecretInterfaceMockRecorder) UpdateStatus(ctx, sealedSecret, opts any) *gomock.Call
- func (mr *MockSealedSecretInterfaceMockRecorder) Watch(ctx, opts any) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockBitnamiV1alpha1Interface ¶
type MockBitnamiV1alpha1Interface struct {
// contains filtered or unexported fields
}
MockBitnamiV1alpha1Interface is a mock of BitnamiV1alpha1Interface interface.
func NewMockBitnamiV1alpha1Interface ¶
func NewMockBitnamiV1alpha1Interface(ctrl *gomock.Controller) *MockBitnamiV1alpha1Interface
NewMockBitnamiV1alpha1Interface creates a new mock instance.
func (*MockBitnamiV1alpha1Interface) EXPECT ¶
func (m *MockBitnamiV1alpha1Interface) EXPECT() *MockBitnamiV1alpha1InterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockBitnamiV1alpha1Interface) RESTClient ¶
func (m *MockBitnamiV1alpha1Interface) RESTClient() rest.Interface
RESTClient mocks base method.
func (*MockBitnamiV1alpha1Interface) SealedSecrets ¶
func (m *MockBitnamiV1alpha1Interface) SealedSecrets(namespace string) v1alpha10.SealedSecretInterface
SealedSecrets mocks base method.
type MockBitnamiV1alpha1InterfaceMockRecorder ¶
type MockBitnamiV1alpha1InterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockBitnamiV1alpha1InterfaceMockRecorder is the mock recorder for MockBitnamiV1alpha1Interface.
func (*MockBitnamiV1alpha1InterfaceMockRecorder) RESTClient ¶
func (mr *MockBitnamiV1alpha1InterfaceMockRecorder) RESTClient() *gomock.Call
RESTClient indicates an expected call of RESTClient.
func (*MockBitnamiV1alpha1InterfaceMockRecorder) SealedSecrets ¶
func (mr *MockBitnamiV1alpha1InterfaceMockRecorder) SealedSecrets(namespace any) *gomock.Call
SealedSecrets indicates an expected call of SealedSecrets.
type MockSealedSecretInterface ¶
type MockSealedSecretInterface struct {
// contains filtered or unexported fields
}
MockSealedSecretInterface is a mock of SealedSecretInterface interface.
func NewMockSealedSecretInterface ¶
func NewMockSealedSecretInterface(ctrl *gomock.Controller) *MockSealedSecretInterface
NewMockSealedSecretInterface creates a new mock instance.
func (*MockSealedSecretInterface) Create ¶
func (m *MockSealedSecretInterface) Create(ctx context.Context, sealedSecret *v1alpha1.SealedSecret, opts v1.CreateOptions) (*v1alpha1.SealedSecret, error)
Create mocks base method.
func (*MockSealedSecretInterface) Delete ¶
func (m *MockSealedSecretInterface) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
Delete mocks base method.
func (*MockSealedSecretInterface) DeleteCollection ¶
func (m *MockSealedSecretInterface) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
DeleteCollection mocks base method.
func (*MockSealedSecretInterface) EXPECT ¶
func (m *MockSealedSecretInterface) EXPECT() *MockSealedSecretInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSealedSecretInterface) Get ¶
func (m *MockSealedSecretInterface) Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.SealedSecret, error)
Get mocks base method.
func (*MockSealedSecretInterface) List ¶
func (m *MockSealedSecretInterface) List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.SealedSecretList, error)
List mocks base method.
func (*MockSealedSecretInterface) Patch ¶
func (m *MockSealedSecretInterface) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (*v1alpha1.SealedSecret, error)
Patch mocks base method.
func (*MockSealedSecretInterface) Update ¶
func (m *MockSealedSecretInterface) Update(ctx context.Context, sealedSecret *v1alpha1.SealedSecret, opts v1.UpdateOptions) (*v1alpha1.SealedSecret, error)
Update mocks base method.
func (*MockSealedSecretInterface) UpdateStatus ¶
func (m *MockSealedSecretInterface) UpdateStatus(ctx context.Context, sealedSecret *v1alpha1.SealedSecret, opts v1.UpdateOptions) (*v1alpha1.SealedSecret, error)
UpdateStatus mocks base method.
func (*MockSealedSecretInterface) Watch ¶
func (m *MockSealedSecretInterface) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
Watch mocks base method.
type MockSealedSecretInterfaceMockRecorder ¶
type MockSealedSecretInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockSealedSecretInterfaceMockRecorder is the mock recorder for MockSealedSecretInterface.
func (*MockSealedSecretInterfaceMockRecorder) Create ¶
func (mr *MockSealedSecretInterfaceMockRecorder) Create(ctx, sealedSecret, opts any) *gomock.Call
Create indicates an expected call of Create.
func (*MockSealedSecretInterfaceMockRecorder) Delete ¶
func (mr *MockSealedSecretInterfaceMockRecorder) Delete(ctx, name, opts any) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockSealedSecretInterfaceMockRecorder) DeleteCollection ¶
func (mr *MockSealedSecretInterfaceMockRecorder) DeleteCollection(ctx, opts, listOpts any) *gomock.Call
DeleteCollection indicates an expected call of DeleteCollection.
func (*MockSealedSecretInterfaceMockRecorder) Get ¶
func (mr *MockSealedSecretInterfaceMockRecorder) Get(ctx, name, opts any) *gomock.Call
Get indicates an expected call of Get.
func (*MockSealedSecretInterfaceMockRecorder) List ¶
func (mr *MockSealedSecretInterfaceMockRecorder) List(ctx, opts any) *gomock.Call
List indicates an expected call of List.
func (*MockSealedSecretInterfaceMockRecorder) Patch ¶
func (mr *MockSealedSecretInterfaceMockRecorder) Patch(ctx, name, pt, data, opts any, subresources ...any) *gomock.Call
Patch indicates an expected call of Patch.
func (*MockSealedSecretInterfaceMockRecorder) Update ¶
func (mr *MockSealedSecretInterfaceMockRecorder) Update(ctx, sealedSecret, opts any) *gomock.Call
Update indicates an expected call of Update.
func (*MockSealedSecretInterfaceMockRecorder) UpdateStatus ¶
func (mr *MockSealedSecretInterfaceMockRecorder) UpdateStatus(ctx, sealedSecret, opts any) *gomock.Call
UpdateStatus indicates an expected call of UpdateStatus.