package scheme
import "k8s.io/kubernetes/pkg/kubelet/apis/config/scheme"
Index ¶
Functions ¶
func NewSchemeAndCodecs ¶
func NewSchemeAndCodecs(mutators ...serializer.CodecFactoryOptionsMutator) (*runtime.Scheme, *serializer.CodecFactory, error)
NewSchemeAndCodecs is a utility function that returns a Scheme and CodecFactory that understand the types in the kubeletconfig API group. Passing mutators allows for adjusting the behavior of the CodecFactory, for example enable strict decoding.
Source Files ¶
scheme.go
- Version
- v1.29.0-alpha.1
- Published
- Sep 25, 2023
- Platform
- js/wasm
- Imports
- 5 packages
- Last checked
- 1 minute ago –
Tools for package owners.