mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 10:19:50 +00:00
Fixup comments in internalbootstrap
This commit is contained in:
parent
4d88acee51
commit
47ad6db1dc
@ -31,13 +31,16 @@ import (
|
|||||||
// reachable from this map.
|
// reachable from this map.
|
||||||
var MandatoryFlowSchemas = internalizeFSes(bootstrap.MandatoryFlowSchemas)
|
var MandatoryFlowSchemas = internalizeFSes(bootstrap.MandatoryFlowSchemas)
|
||||||
|
|
||||||
// MandatoryPriorityLevels holds the untyped renditions of the
|
// MandatoryPriorityLevelConfigurations holds the untyped renditions of the
|
||||||
// mandatory priority level configuration objects. In this map the
|
// mandatory priority level configuration objects. In this map the
|
||||||
// key is the object's name and the value is the
|
// key is the object's name and the value is the
|
||||||
// `*PriorityLevelConfiguration`. Nobody should mutate anything
|
// `*PriorityLevelConfiguration`. Nobody should mutate anything
|
||||||
// reachable from this map.
|
// reachable from this map.
|
||||||
var MandatoryPriorityLevelConfigurations = internalizePLs(bootstrap.MandatoryPriorityLevelConfigurations)
|
var MandatoryPriorityLevelConfigurations = internalizePLs(bootstrap.MandatoryPriorityLevelConfigurations)
|
||||||
|
|
||||||
|
// NewAPFScheme constructs and returns a Scheme configured to handle
|
||||||
|
// the API object types that are used to configure API Priority and
|
||||||
|
// Fairness
|
||||||
func NewAPFScheme() *runtime.Scheme {
|
func NewAPFScheme() *runtime.Scheme {
|
||||||
scheme := runtime.NewScheme()
|
scheme := runtime.NewScheme()
|
||||||
install.Install(scheme)
|
install.Install(scheme)
|
||||||
|
Loading…
Reference in New Issue
Block a user