Skip to content

Commit 47ad6db

Browse files
committed
Fixup comments in internalbootstrap
1 parent 4d88ace commit 47ad6db

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pkg/apis/flowcontrol/internalbootstrap/default-internal.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,16 @@ import (
3131
// reachable from this map.
3232
var MandatoryFlowSchemas = internalizeFSes(bootstrap.MandatoryFlowSchemas)
3333

34-
// MandatoryPriorityLevels holds the untyped renditions of the
34+
// MandatoryPriorityLevelConfigurations holds the untyped renditions of the
3535
// mandatory priority level configuration objects. In this map the
3636
// key is the object's name and the value is the
3737
// `*PriorityLevelConfiguration`. Nobody should mutate anything
3838
// reachable from this map.
3939
var MandatoryPriorityLevelConfigurations = internalizePLs(bootstrap.MandatoryPriorityLevelConfigurations)
4040

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
4144
func NewAPFScheme() *runtime.Scheme {
4245
scheme := runtime.NewScheme()
4346
install.Install(scheme)

0 commit comments

Comments
 (0)