File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
pkg/apis/flowcontrol/internalbootstrap Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,16 @@ import (
31
31
// reachable from this map.
32
32
var MandatoryFlowSchemas = internalizeFSes (bootstrap .MandatoryFlowSchemas )
33
33
34
- // MandatoryPriorityLevels holds the untyped renditions of the
34
+ // MandatoryPriorityLevelConfigurations holds the untyped renditions of the
35
35
// mandatory priority level configuration objects. In this map the
36
36
// key is the object's name and the value is the
37
37
// `*PriorityLevelConfiguration`. Nobody should mutate anything
38
38
// reachable from this map.
39
39
var MandatoryPriorityLevelConfigurations = internalizePLs (bootstrap .MandatoryPriorityLevelConfigurations )
40
40
41
+ // NewAPFScheme constructs and returns a Scheme configured to handle
42
+ // the API object types that are used to configure API Priority and
43
+ // Fairness
41
44
func NewAPFScheme () * runtime.Scheme {
42
45
scheme := runtime .NewScheme ()
43
46
install .Install (scheme )
You can’t perform that action at this time.
0 commit comments