package
0.12.0
Repository: https://github.com/cnaize/kubernetes.git
Documentation: pkg.go.dev

# Functions

InterfacesFor returns the default Codec and ResourceVersioner for a given version string, or an error if the version is not known.

# Constants

OldestVersion is the string that represents the oldest server version supported, for client code that wants to hardcode the lowest common denominator.
Version is the string that represents the current external default version.

# Variables

Codec is the default codec for serializing output that should use the latest supported version.
ResourceVersioner describes a default versioner that can handle all types of versioning.
RESTMapper provides the default mapping between REST paths and the objects declared in api.Scheme and all known Kubernetes versions.
SelfLinker can set or get the SelfLink field of all API types.
Versions is the list of versions that are recognized in code.