Documentation ¶
Overview ¶
Package to keep track of API Versions that should be registered in api.Scheme.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RegisteredGroupVersions []unversioned.GroupVersion
List of registered API versions. The list is in the order of most preferred to the least.
Functions ¶
func GroupVersionsForGroup ¶ added in v1.0.7
func GroupVersionsForGroup(group string) []unversioned.GroupVersion
GroupVersionsForGroup returns the registered versions of a group in the form of "group/version".
func IsRegisteredAPIGroupVersion ¶ added in v1.1.2
func IsRegisteredAPIGroupVersion(gv unversioned.GroupVersion) bool
Returns true if the given api version is one of the registered api versions.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.