initInjector implements admission.DecoderInjector. A decoder will be automatically injected. InjectDecoder injects the decoder.
(d *admission.Decoder)
| 144 | |
| 145 | // InjectDecoder injects the decoder. |
| 146 | func (hook *initInjector) InjectDecoder(d *admission.Decoder) error { |
| 147 | hook.decoder = d |
| 148 | return nil |
| 149 | } |
nothing calls this directly
no outgoing calls
no test coverage detected