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.0 (latest)
- Published
- Apr 23, 2025
- Platform
- linux/amd64
- Imports
- 5 packages
- Last checked
- 3 hours ago –
Tools for package owners.