Documentation ¶
Overview ¶
Package operatingsystemconfig is a generated GoMock package.
Index ¶
- type MockInterface
- func (m *MockInterface) DeleteStaleResources(arg0 context.Context) error
- func (m *MockInterface) Deploy(arg0 context.Context) error
- func (m *MockInterface) Destroy(arg0 context.Context) error
- func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
- func (m *MockInterface) Migrate(arg0 context.Context) error
- func (m *MockInterface) Restore(arg0 context.Context, arg1 *v1beta1.ShootState) error
- func (m *MockInterface) SetAPIServerURL(arg0 string)
- func (m *MockInterface) SetCABundle(arg0 *string)
- func (m *MockInterface) SetClusterDNSAddresses(arg0 []string)
- func (m *MockInterface) SetCredentialsRotationStatus(arg0 *v1beta1.ShootCredentialsRotation)
- func (m *MockInterface) SetSSHPublicKeys(arg0 []string)
- func (m *MockInterface) Wait(arg0 context.Context) error
- func (m *MockInterface) WaitCleanup(arg0 context.Context) error
- func (m *MockInterface) WaitCleanupStaleResources(arg0 context.Context) error
- func (m *MockInterface) WaitMigrate(arg0 context.Context) error
- func (m *MockInterface) WorkerPoolNameToOperatingSystemConfigsMap() map[string]*operatingsystemconfig.OperatingSystemConfigs
- type MockInterfaceMockRecorder
- func (mr *MockInterfaceMockRecorder) DeleteStaleResources(arg0 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) Deploy(arg0 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) Destroy(arg0 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) Migrate(arg0 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) Restore(arg0, arg1 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SetAPIServerURL(arg0 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SetCABundle(arg0 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SetClusterDNSAddresses(arg0 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SetCredentialsRotationStatus(arg0 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SetSSHPublicKeys(arg0 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) Wait(arg0 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) WaitCleanup(arg0 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) WaitCleanupStaleResources(arg0 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) WaitMigrate(arg0 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) WorkerPoolNameToOperatingSystemConfigsMap() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockInterface ¶
type MockInterface struct {
// contains filtered or unexported fields
}
MockInterface is a mock of Interface interface.
func NewMockInterface ¶
func NewMockInterface(ctrl *gomock.Controller) *MockInterface
NewMockInterface creates a new mock instance.
func (*MockInterface) DeleteStaleResources ¶
func (m *MockInterface) DeleteStaleResources(arg0 context.Context) error
DeleteStaleResources mocks base method.
func (*MockInterface) Deploy ¶
func (m *MockInterface) Deploy(arg0 context.Context) error
Deploy mocks base method.
func (*MockInterface) Destroy ¶
func (m *MockInterface) Destroy(arg0 context.Context) error
Destroy mocks base method.
func (*MockInterface) EXPECT ¶
func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockInterface) Migrate ¶
func (m *MockInterface) Migrate(arg0 context.Context) error
Migrate mocks base method.
func (*MockInterface) Restore ¶
func (m *MockInterface) Restore(arg0 context.Context, arg1 *v1beta1.ShootState) error
Restore mocks base method.
func (*MockInterface) SetAPIServerURL ¶
func (m *MockInterface) SetAPIServerURL(arg0 string)
SetAPIServerURL mocks base method.
func (*MockInterface) SetCABundle ¶
func (m *MockInterface) SetCABundle(arg0 *string)
SetCABundle mocks base method.
func (*MockInterface) SetClusterDNSAddresses ¶ added in v1.99.0
func (m *MockInterface) SetClusterDNSAddresses(arg0 []string)
SetClusterDNSAddresses mocks base method.
func (*MockInterface) SetCredentialsRotationStatus ¶ added in v1.98.0
func (m *MockInterface) SetCredentialsRotationStatus(arg0 *v1beta1.ShootCredentialsRotation)
SetCredentialsRotationStatus mocks base method.
func (*MockInterface) SetSSHPublicKeys ¶
func (m *MockInterface) SetSSHPublicKeys(arg0 []string)
SetSSHPublicKeys mocks base method.
func (*MockInterface) Wait ¶
func (m *MockInterface) Wait(arg0 context.Context) error
Wait mocks base method.
func (*MockInterface) WaitCleanup ¶
func (m *MockInterface) WaitCleanup(arg0 context.Context) error
WaitCleanup mocks base method.
func (*MockInterface) WaitCleanupStaleResources ¶
func (m *MockInterface) WaitCleanupStaleResources(arg0 context.Context) error
WaitCleanupStaleResources mocks base method.
func (*MockInterface) WaitMigrate ¶
func (m *MockInterface) WaitMigrate(arg0 context.Context) error
WaitMigrate mocks base method.
func (*MockInterface) WorkerPoolNameToOperatingSystemConfigsMap ¶ added in v1.97.0
func (m *MockInterface) WorkerPoolNameToOperatingSystemConfigsMap() map[string]*operatingsystemconfig.OperatingSystemConfigs
WorkerPoolNameToOperatingSystemConfigsMap mocks base method.
type MockInterfaceMockRecorder ¶
type MockInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockInterfaceMockRecorder is the mock recorder for MockInterface.
func (*MockInterfaceMockRecorder) DeleteStaleResources ¶
func (mr *MockInterfaceMockRecorder) DeleteStaleResources(arg0 any) *gomock.Call
DeleteStaleResources indicates an expected call of DeleteStaleResources.
func (*MockInterfaceMockRecorder) Deploy ¶
func (mr *MockInterfaceMockRecorder) Deploy(arg0 any) *gomock.Call
Deploy indicates an expected call of Deploy.
func (*MockInterfaceMockRecorder) Destroy ¶
func (mr *MockInterfaceMockRecorder) Destroy(arg0 any) *gomock.Call
Destroy indicates an expected call of Destroy.
func (*MockInterfaceMockRecorder) Migrate ¶
func (mr *MockInterfaceMockRecorder) Migrate(arg0 any) *gomock.Call
Migrate indicates an expected call of Migrate.
func (*MockInterfaceMockRecorder) Restore ¶
func (mr *MockInterfaceMockRecorder) Restore(arg0, arg1 any) *gomock.Call
Restore indicates an expected call of Restore.
func (*MockInterfaceMockRecorder) SetAPIServerURL ¶
func (mr *MockInterfaceMockRecorder) SetAPIServerURL(arg0 any) *gomock.Call
SetAPIServerURL indicates an expected call of SetAPIServerURL.
func (*MockInterfaceMockRecorder) SetCABundle ¶
func (mr *MockInterfaceMockRecorder) SetCABundle(arg0 any) *gomock.Call
SetCABundle indicates an expected call of SetCABundle.
func (*MockInterfaceMockRecorder) SetClusterDNSAddresses ¶ added in v1.99.0
func (mr *MockInterfaceMockRecorder) SetClusterDNSAddresses(arg0 any) *gomock.Call
SetClusterDNSAddresses indicates an expected call of SetClusterDNSAddresses.
func (*MockInterfaceMockRecorder) SetCredentialsRotationStatus ¶ added in v1.98.0
func (mr *MockInterfaceMockRecorder) SetCredentialsRotationStatus(arg0 any) *gomock.Call
SetCredentialsRotationStatus indicates an expected call of SetCredentialsRotationStatus.
func (*MockInterfaceMockRecorder) SetSSHPublicKeys ¶
func (mr *MockInterfaceMockRecorder) SetSSHPublicKeys(arg0 any) *gomock.Call
SetSSHPublicKeys indicates an expected call of SetSSHPublicKeys.
func (*MockInterfaceMockRecorder) Wait ¶
func (mr *MockInterfaceMockRecorder) Wait(arg0 any) *gomock.Call
Wait indicates an expected call of Wait.
func (*MockInterfaceMockRecorder) WaitCleanup ¶
func (mr *MockInterfaceMockRecorder) WaitCleanup(arg0 any) *gomock.Call
WaitCleanup indicates an expected call of WaitCleanup.
func (*MockInterfaceMockRecorder) WaitCleanupStaleResources ¶
func (mr *MockInterfaceMockRecorder) WaitCleanupStaleResources(arg0 any) *gomock.Call
WaitCleanupStaleResources indicates an expected call of WaitCleanupStaleResources.
func (*MockInterfaceMockRecorder) WaitMigrate ¶
func (mr *MockInterfaceMockRecorder) WaitMigrate(arg0 any) *gomock.Call
WaitMigrate indicates an expected call of WaitMigrate.
func (*MockInterfaceMockRecorder) WorkerPoolNameToOperatingSystemConfigsMap ¶ added in v1.97.0
func (mr *MockInterfaceMockRecorder) WorkerPoolNameToOperatingSystemConfigsMap() *gomock.Call
WorkerPoolNameToOperatingSystemConfigsMap indicates an expected call of WorkerPoolNameToOperatingSystemConfigsMap.