package
2.0.0+incompatible
Repository: https://github.com/openshift/kubernetes-client-go.git
Documentation: pkg.go.dev

# Functions

NewSerializer creates a JSON serializer that handles encoding versioned objects into the proper JSON form.
NewYAMLSerializer creates a YAML serializer that handles encoding versioned objects into the proper YAML form.

# Variables

DefaultMetaFactory is a default factory for versioning objects in JSON.
Framer is the default JSON framing behavior, with newlines delimiting individual objects.
Framer is the default JSON framing behavior, with newlines delimiting individual objects.

# Structs

No description provided by the author
SimpleMetaFactory provides default methods for retrieving the type and version of objects that are identified with an "apiVersion" and "kind" fields in their JSON serialization.

# Interfaces

MetaFactory is used to store and retrieve the version and kind information for JSON objects in a serializer.