package strict
import "k8s.io/kubernetes/cmd/kubeadm/app/util/config/strict"
Index ¶
Functions ¶
func VerifyUnmarshalStrict ¶
func VerifyUnmarshalStrict(bytes []byte, gvk schema.GroupVersionKind) error
VerifyUnmarshalStrict takes a YAML byte slice and a GroupVersionKind and verifies if the YAML schema is known and if it unmarshals with strict mode.
TODO(neolit123): The returned error here is currently ignored everywhere and a klog warning is thrown instead. We don't want to turn this into an actual error yet. Eventually this can be controlled with an optional CLI flag.
Source Files ¶
strict.go
- Version
- v1.13.0
- Published
- Nov 30, 2018
- Platform
- linux/amd64
- Imports
- 6 packages
- Last checked
- 42 minutes ago –
Tools for package owners.