var scheme …
func NewUnstructuredNegotiatedSerializer() runtime.NegotiatedSerializer { … }
type unstructuredNegotiatedSerializer …
func (s unstructuredNegotiatedSerializer) SupportedMediaTypes() []runtime.SerializerInfo { … }
func (s unstructuredNegotiatedSerializer) EncoderForVersion(encoder runtime.Encoder, gv runtime.GroupVersioner) runtime.Encoder { … }
func (s unstructuredNegotiatedSerializer) DecoderToVersion(decoder runtime.Decoder, gv runtime.GroupVersioner) runtime.Decoder { … }
type unstructuredObjectTyper …
func NewUnstructuredObjectTyper() runtime.ObjectTyper { … }
func (t unstructuredObjectTyper) ObjectKinds(obj runtime.Object) ([]schema.GroupVersionKind, bool, error) { … }
func (t unstructuredObjectTyper) Recognizes(gvk schema.GroupVersionKind) bool { … }
type unstructuredCreator …
func NewUnstructuredCreator() runtime.ObjectCreater { … }
func (c unstructuredCreator) New(kind schema.GroupVersionKind) (runtime.Object, error) { … }
type unstructuredDefaulter …
func NewUnstructuredDefaulter() runtime.ObjectDefaulter { … }
func (d unstructuredDefaulter) Default(in runtime.Object) { … }