mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-21 00:45:11 +00:00
Use PATCH when pausing/resuming objects and CalculatePatches to get the patch
This commit is contained in:
@@ -261,11 +261,11 @@ func (f *FakeFactory) LogsForObject(object, options runtime.Object) (*restclient
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
func (f *FakeFactory) PauseObject(runtime.Object) (bool, error) {
|
||||
func (f *FakeFactory) Pauser(info *resource.Info) (bool, error) {
|
||||
return false, nil
|
||||
}
|
||||
|
||||
func (f *FakeFactory) ResumeObject(runtime.Object) (bool, error) {
|
||||
func (f *FakeFactory) Resumer(info *resource.Info) (bool, error) {
|
||||
return false, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user