Documentation
¶
Overview ¶
Package mock_secret is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockSecretSyncer ¶
type MockSecretSyncer struct {
// contains filtered or unexported fields
}
MockSecretSyncer is a mock of SecretSyncer interface
func NewMockSecretSyncer ¶
func NewMockSecretSyncer(ctrl *gomock.Controller) *MockSecretSyncer
NewMockSecretSyncer creates a new mock instance
func (*MockSecretSyncer) EXPECT ¶
func (m *MockSecretSyncer) EXPECT() *MockSecretSyncerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockSecretSyncer) SyncSecret ¶
func (m *MockSecretSyncer) SyncSecret(ctx context.Context, installNamespace string, encryption *v10.Encryption, secretList v1.IstioCacertsSecretList, preinstall bool) error
SyncSecret mocks base method
type MockSecretSyncerMockRecorder ¶
type MockSecretSyncerMockRecorder struct {
// contains filtered or unexported fields
}
MockSecretSyncerMockRecorder is the mock recorder for MockSecretSyncer
func (*MockSecretSyncerMockRecorder) SyncSecret ¶
func (mr *MockSecretSyncerMockRecorder) SyncSecret(ctx, installNamespace, encryption, secretList, preinstall interface{}) *gomock.Call
SyncSecret indicates an expected call of SyncSecret
Click to show internal directories.
Click to hide internal directories.