package util
import "k8s.io/kubernetes/pkg/api/util"
TODO: This GetVersion/GetGroup arrangement is temporary and will be replaced with a GroupAndVersion type.
Index ¶
- func GetGroup(groupVersion string) string
- func GetGroupVersion(group, version string) string
- func GetVersion(groupVersion string) string
Functions ¶
func GetGroup ¶
func GetGroupVersion ¶
GetGroupVersion returns the "group/version". It returns "version" is if group is empty. It returns "group/" if version is empty.
func GetVersion ¶
Source Files ¶
group_version.go
- Version
- v1.1.4-beta.0
- Published
- Dec 7, 2015
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 7 minutes ago –
Tools for package owners.