package
1.2.0-alpha.3
Repository: https://github.com/suhasanand/kubernetes.git
Documentation: pkg.go.dev

# Variables

AllPreferredGroupVersions returns the preferred versions of all registered groups in the form of "group1/version1,group2/version2,...".
Group is a shortcut to allGroups.Group.
GroupOrDie is a shortcut to allGroups.GroupOrDie.
IsRegistered is a shortcut to allGroups.IsRegistered.
RegisterGroup is a shortcut to allGroups.RegisterGroup.

# Structs

GroupMeta stores the metadata of a group, such as the latest supported version.

# Type aliases

GroupMetaMap is a map between group names and their metadata.