buildscheme

package
v4.1.0+incompatible Latest Latest
Warning

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

Go to latest
Published: May 1, 2019 License: Apache-2.0 Imports: 6 Imported by: 124

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Decoder understands groupified and non-groupfied.  It deals in internals for now, but will be updated later
	Decoder runtime.Decoder

	// EncoderScheme can identify types for serialization. We use this for the event recorder and other things that need to
	// identify external kinds.
	EncoderScheme = runtime.NewScheme()
	// Encoder always encodes to groupfied.
	Encoder runtime.Encoder

	// provides a way to convert between internal and external.  Please don't used this to serialize and deserialize
	// Use this for places where you have to convert to some kind of a helper.  It happens in apiserver flows where you have
	// internal objects available
	InternalExternalScheme = runtime.NewScheme()
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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