mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 21:25:09 +00:00
remove invalid and useless functions from unit test
This commit is contained in:
@@ -26,9 +26,7 @@ import (
|
||||
|
||||
type doNothingAdmission struct{}
|
||||
|
||||
func (doNothingAdmission) Admit(a admission.Attributes) error { return nil }
|
||||
func (doNothingAdmission) Handles(o admission.Operation) bool { return false }
|
||||
func (doNothingAdmission) Validate() error { return nil }
|
||||
|
||||
type fakeServiceResolver struct{}
|
||||
|
||||
|
Reference in New Issue
Block a user