func()

in internal/webhook/eviction.go [120:123]


func (e *EvictionHandler) InjectDecoder(d *admission.Decoder) error {
	e.decoder = d
	return nil
}