Documentation ¶
Overview ¶
Package util is a generated GoMock package.
Index ¶
- type MockChart
- type MockChartMockRecorder
- type MockSecrets
- type MockSecretsMockRecorder
- type MockShootClients
- func (m *MockShootClients) ChartApplier() kubernetes.ChartApplier
- func (m *MockShootClients) Client() client.Client
- func (m *MockShootClients) Clientset() kubernetes0.Interface
- func (m *MockShootClients) EXPECT() *MockShootClientsMockRecorder
- func (m *MockShootClients) GardenerClientset() kubernetes.Interface
- func (m *MockShootClients) Version() *version.Info
- type MockShootClientsMockRecorder
- func (mr *MockShootClientsMockRecorder) ChartApplier() *gomock.Call
- func (mr *MockShootClientsMockRecorder) Client() *gomock.Call
- func (mr *MockShootClientsMockRecorder) Clientset() *gomock.Call
- func (mr *MockShootClientsMockRecorder) GardenerClientset() *gomock.Call
- func (mr *MockShootClientsMockRecorder) Version() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockChart ¶
type MockChart struct {
// contains filtered or unexported fields
}
MockChart is a mock of Chart interface
func NewMockChart ¶
func NewMockChart(ctrl *gomock.Controller) *MockChart
NewMockChart creates a new mock instance
func (*MockChart) Apply ¶
func (m *MockChart) Apply(arg0 context.Context, arg1 kubernetes.Interface, arg2 kubernetes.ChartApplier, arg3 string, arg4 *v1beta1.Shoot, arg5 imagevector.ImageVector, arg6 map[string]string, arg7 map[string]interface{}) error
Apply mocks base method
func (*MockChart) EXPECT ¶
func (m *MockChart) EXPECT() *MockChartMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockChartMockRecorder ¶
type MockChartMockRecorder struct {
// contains filtered or unexported fields
}
MockChartMockRecorder is the mock recorder for MockChart
func (*MockChartMockRecorder) Apply ¶
func (mr *MockChartMockRecorder) Apply(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
Apply indicates an expected call of Apply
func (*MockChartMockRecorder) Delete ¶
func (mr *MockChartMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call
Delete indicates an expected call of Delete
type MockSecrets ¶
type MockSecrets struct {
// contains filtered or unexported fields
}
MockSecrets is a mock of Secrets interface
func NewMockSecrets ¶
func NewMockSecrets(ctrl *gomock.Controller) *MockSecrets
NewMockSecrets creates a new mock instance
func (*MockSecrets) Delete ¶
func (m *MockSecrets) Delete(arg0 kubernetes0.Interface, arg1 string) error
Delete mocks base method
func (*MockSecrets) Deploy ¶
func (m *MockSecrets) Deploy(arg0 kubernetes0.Interface, arg1 kubernetes.Interface, arg2 string) (map[string]*v1.Secret, error)
Deploy mocks base method
func (*MockSecrets) EXPECT ¶
func (m *MockSecrets) EXPECT() *MockSecretsMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockSecretsMockRecorder ¶
type MockSecretsMockRecorder struct {
// contains filtered or unexported fields
}
MockSecretsMockRecorder is the mock recorder for MockSecrets
func (*MockSecretsMockRecorder) Delete ¶
func (mr *MockSecretsMockRecorder) Delete(arg0, arg1 interface{}) *gomock.Call
Delete indicates an expected call of Delete
func (*MockSecretsMockRecorder) Deploy ¶
func (mr *MockSecretsMockRecorder) Deploy(arg0, arg1, arg2 interface{}) *gomock.Call
Deploy indicates an expected call of Deploy
type MockShootClients ¶
type MockShootClients struct {
// contains filtered or unexported fields
}
MockShootClients is a mock of ShootClients interface
func NewMockShootClients ¶
func NewMockShootClients(ctrl *gomock.Controller) *MockShootClients
NewMockShootClients creates a new mock instance
func (*MockShootClients) ChartApplier ¶
func (m *MockShootClients) ChartApplier() kubernetes.ChartApplier
ChartApplier mocks base method
func (*MockShootClients) Client ¶
func (m *MockShootClients) Client() client.Client
Client mocks base method
func (*MockShootClients) Clientset ¶
func (m *MockShootClients) Clientset() kubernetes0.Interface
Clientset mocks base method
func (*MockShootClients) EXPECT ¶
func (m *MockShootClients) EXPECT() *MockShootClientsMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockShootClients) GardenerClientset ¶
func (m *MockShootClients) GardenerClientset() kubernetes.Interface
GardenerClientset mocks base method
func (*MockShootClients) Version ¶
func (m *MockShootClients) Version() *version.Info
Version mocks base method
type MockShootClientsMockRecorder ¶
type MockShootClientsMockRecorder struct {
// contains filtered or unexported fields
}
MockShootClientsMockRecorder is the mock recorder for MockShootClients
func (*MockShootClientsMockRecorder) ChartApplier ¶
func (mr *MockShootClientsMockRecorder) ChartApplier() *gomock.Call
ChartApplier indicates an expected call of ChartApplier
func (*MockShootClientsMockRecorder) Client ¶
func (mr *MockShootClientsMockRecorder) Client() *gomock.Call
Client indicates an expected call of Client
func (*MockShootClientsMockRecorder) Clientset ¶
func (mr *MockShootClientsMockRecorder) Clientset() *gomock.Call
Clientset indicates an expected call of Clientset
func (*MockShootClientsMockRecorder) GardenerClientset ¶
func (mr *MockShootClientsMockRecorder) GardenerClientset() *gomock.Call
GardenerClientset indicates an expected call of GardenerClientset
func (*MockShootClientsMockRecorder) Version ¶
func (mr *MockShootClientsMockRecorder) Version() *gomock.Call
Version indicates an expected call of Version