package unstructuredscheme
import "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/unstructuredscheme"
Index ¶
- func NewUnstructuredCreator() runtime.ObjectCreater
- func NewUnstructuredDefaulter() runtime.ObjectDefaulter
- func NewUnstructuredNegotiatedSerializer() runtime.NegotiatedSerializer
- func NewUnstructuredObjectTyper() runtime.ObjectTyper
Functions ¶
func NewUnstructuredCreator ¶
func NewUnstructuredCreator() runtime.ObjectCreater
NewUnstructuredCreator returns a simple object creator that always returns an unstructured
func NewUnstructuredDefaulter ¶
func NewUnstructuredDefaulter() runtime.ObjectDefaulter
NewUnstructuredDefaulter returns defaulter suitable for unstructured types that doesn't default anything
func NewUnstructuredNegotiatedSerializer ¶
func NewUnstructuredNegotiatedSerializer() runtime.NegotiatedSerializer
NewUnstructuredNegotiatedSerializer returns a simple, negotiated serializer
func NewUnstructuredObjectTyper ¶
func NewUnstructuredObjectTyper() runtime.ObjectTyper
NewUnstructuredObjectTyper returns an object typer that can deal with unstructured things
Source Files ¶
scheme.go
- Version
- v0.24.0-alpha.3
- Published
- Feb 15, 2022
- Platform
- js/wasm
- Imports
- 6 packages
- Last checked
- 3 hours ago –
Tools for package owners.