Versions in this module Expand all Collapse all v0 v0.3.0 Mar 16, 2016 Changes in this version + func EnableVersions(versions ...unversioned.GroupVersion) error + func EnabledVersions() (ret []unversioned.GroupVersion) + func EnabledVersionsForGroup(group string) (ret []unversioned.GroupVersion) + func IsAllowedVersion(v unversioned.GroupVersion) bool + func IsEnabledVersion(v unversioned.GroupVersion) bool + func IsRegisteredVersion(v unversioned.GroupVersion) bool + func RegisterVersions(versions ...unversioned.GroupVersion) + func RegisteredVersionsForGroup(group string) (ret []unversioned.GroupVersion) + func ValidateEnvRequestedVersions() []unversioned.GroupVersion v0.1.0 Oct 25, 2015 Changes in this version + var RegisteredVersions []string + func GroupVersionsForGroup(group string) []string + func IsRegisteredAPIVersion(version string) bool