package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev

# Packages

Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.

# Functions

Kind takes an unqualified kind and returns a Group qualified GroupKind.
Resource takes an unqualified resource and returns a Group qualified GroupResource.

# Constants

DefaultPriorityWhenNoDefaultClassExists is used to set priority of pods that do not specify any priority class and there is no priority class marked as default.
GroupName is the group name use in this package.
HighestUserDefinablePriority is the highest priority for user defined priority classes.
SystemClusterCritical is the system priority class name that represents cluster-critical.
SystemCriticalPriority is the beginning of the range of priority values for critical system components.
SystemNodeCritical is the system priority class name that represents node-critical.
SystemPriorityClassPrefix is the prefix reserved for system priority class names.

# Variables

AddToScheme applies all the stored functions to the scheme.
SchemeBuilder points to a list of functions added to Scheme.
SchemeGroupVersion is group version used to register these objects.

# Structs

PriorityClass defines the mapping from a priority class name to the priority integer value.
PriorityClassList is a collection of priority classes.