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.22.4-rc.0
- Published
- Oct 27, 2021
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 2 minutes ago –
Tools for package owners.