package
0.21.4
Repository: https://github.com/saschagrunert/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.

# Variables

Codec is the default codec for serializing output that should use the latest supported version.
OldestVersion is the string that represents the oldest server version supported, for client code that wants to hardcode the lowest common denominator.
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.
Version is the string that represents the current external default version.
Versions is the list of versions that are recognized in code.