package
1.0.7
Repository: https://github.com/ashcrow/origin.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.
OriginKind returns true if OpenShift owns the kind described in a given apiVersion.

# 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.
UserResources are the resource names that apply to the primary, user facing resources used by client tools.
Versions is the list of versions that are recognized in code.