Documentation ¶
Overview ¶
Package latest defines the default output serializations that code should use and imports the required schemas. It also ensures all previously known and supported API versions are available for conversion.
Index ¶
Constants ¶
This section is empty.
Variables ¶
var Codec = v1beta1.Codec
Codec is the default codec for serializing output that should use the latest supported version. Use this Codec when writing to disk, a data store that is not dynamically versioned, or in tests. This codec can decode any object that Kubernetes is aware of.
var ResourceVersioner = runtime.NewJSONBaseResourceVersioner()
ResourceVersioner describes a default versioner that can handle all types of versioning. TODO: when versioning changes, make this part of each API definition.
var Version = "v1beta1"
Version is the string that represents the current external default version
Functions ¶
This section is empty.
Types ¶
This section is empty.