# Packages
No description provided by the author
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
+k8s:conversion-gen=k8s.io/kubernetes/pkg/apis/scheduling +k8s:conversion-gen-external-types=k8s.io/api/scheduling/v1alpha1 +groupName=scheduling.k8s.io +k8s:defaulter-gen=TypeMeta +k8s:defaulter-gen-input=../../../../vendor/k8s.io/api/scheduling/v1alpha1.
+k8s:conversion-gen=k8s.io/kubernetes/pkg/apis/scheduling +k8s:conversion-gen-external-types=k8s.io/api/scheduling/v1beta1 +groupName=scheduling.k8s.io +k8s:defaulter-gen=TypeMeta +k8s:defaulter-gen-input=../../../../vendor/k8s.io/api/scheduling/v1beta1.
No description provided by the author
# Functions
IsKnownSystemPriorityClass checks that "pc" is equal to one of the system PriorityClasses.
Kind takes an unqualified kind and returns a Group qualified GroupKind.
Resource takes an unqualified resource and returns a Group qualified GroupResource.
SystemPriorityClasses returns the list of system priority classes.
# 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.
NOTE: In order to avoid conflict of names with user-defined priority classes, all the names must start with SystemPriorityClassPrefix.
SystemCriticalPriority is the beginning of the range of priority values for critical system components.
No description provided by the author
SystemPriorityClassPrefix is the prefix reserved for system priority class names.
# Variables
No description provided by the author
No description provided by the author
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.