Versions in this module Expand all Collapse all v0 v0.6.6 Sep 16, 2020 v0.6.5 Sep 16, 2020 Changes in this version + func IsConvertible(scheme *runtime.Scheme, obj runtime.Object) (bool, error) + type Decoder struct + func NewDecoder(scheme *runtime.Scheme) (*Decoder, error) + func (d *Decoder) Decode(content []byte) (runtime.Object, *schema.GroupVersionKind, error) + func (d *Decoder) DecodeInto(content []byte, into runtime.Object) error + type PartialImplementationError struct + func (e PartialImplementationError) Error() string + type Webhook struct + func (wh *Webhook) InjectScheme(s *runtime.Scheme) error + func (wh *Webhook) ServeHTTP(w http.ResponseWriter, r *http.Request)