package
1.5.0
Repository: https://github.com/openyurtio/openyurt.git
Documentation: pkg.go.dev

# Functions

NewSerializerManager creates a *SerializerManager object with no version conversion.
NewUnstructuredCreator returns a simple object creator that always returns an Unstructured or UnstructuredList.
NewUnstructuredNegotiatedSerializer returns a negotiated serializer for Unstructured resources.

# Variables

YurtHubSerializer is a global serializer manager for yurthub.

# Structs

Serializer is used for transforming objects into a serialized format and back for cache manager of hub agent.
SerializerManager is responsible for managing *rest.Serializers.
No description provided by the author
WithVersionCodecFactory is a CodecFactory that will explicitly ignore requests to perform conversion.
WithVersionDecoder keeps the group version kind of a deserialized object.