package
1.15.2
Repository: https://github.com/vmware-tanzu/velero.git
Documentation: pkg.go.dev

# Functions

Encode converts the provided object to the specified format and returns a byte slice of the encoded data.
EncoderFor gets the appropriate encoder for the specified format.
To converts the provided object to the specified format and writes the encoded data to the provided io.Writer.
ToJSONGzip takes arbitrary Go data and encodes it to GZip compressed JSON in a buffer, as well as a description of the data to put into an error should encoding fail.