encode

package
v1.11.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 13, 2023 License: Apache-2.0 Imports: 9 Imported by: 8

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Encode

func Encode(obj runtime.Object, format string) ([]byte, error)

Encode converts the provided object to the specified format and returns a byte slice of the encoded data.

func EncodeTo

func EncodeTo(obj runtime.Object, format string, w io.Writer) error

EncodeTo converts the provided object to the specified format and writes the encoded data to the provided io.Writer.

func EncodeToJSONGzip added in v1.11.0

func EncodeToJSONGzip(data interface{}, desc string) (*bytes.Buffer, []error)

EncodeToJSONGzip 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.

func EncoderFor

func EncoderFor(format string, obj runtime.Object) (runtime.Encoder, error)

EncoderFor gets the appropriate encoder for the specified format. Only objects registered in the velero scheme, or objects with their TypeMeta set will have valid encoders.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL