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.33.2 (latest)
- Published
- Jun 17, 2025
- Platform
- js/wasm
- Imports
- 5 packages
- Last checked
- 5 minutes ago –
Tools for package owners.