kubernetesk8s.io/kubernetes/plugin/pkg/scheduler/api/latest Index | Files

package latest

import "k8s.io/kubernetes/plugin/pkg/scheduler/api/latest"

Index

Constants

const OldestVersion = "v1"

OldestVersion is the string that represents the oldest server version supported.

const Version = "v1"

Version is the string that represents the current external default version.

Variables

var Codec = v1.Codec

Codec is the default codec for serializing input that should use the latest supported version. This codec can decode any object that Kubernetes is aware of.

var Versions = []string{"v1"}

Versions is the list of versions that are recognized in code. The order provided may be assumed to be least feature rich to most feature rich, and clients may choose to prefer the latter items in the list over the former items when presented with a set of versions to choose.

Source Files

latest.go

Version
v0.14.0
Published
Mar 30, 2015
Platform
js/wasm
Imports
1 packages
Last checked
1 minute ago

Tools for package owners.