package internalbootstrap
import "k8s.io/kubernetes/pkg/apis/flowcontrol/internalbootstrap"
Index ¶
Variables ¶
var MandatoryFlowSchemas = internalizeFSes(bootstrap.MandatoryFlowSchemas)
MandatoryFlowSchemas holds the untyped renditions of the mandatory flow schemas. In this map the key is the schema's name and the value is the `*FlowSchema`. Nobody should mutate anything reachable from this map.
var MandatoryPriorityLevelConfigurations = internalizePLs(bootstrap.MandatoryPriorityLevelConfigurations)
MandatoryPriorityLevelConfigurations holds the untyped renditions of the mandatory priority level configuration objects. In this map the key is the object's name and the value is the `*PriorityLevelConfiguration`. Nobody should mutate anything reachable from this map.
Functions ¶
func NewAPFScheme ¶
NewAPFScheme constructs and returns a Scheme configured to handle the API object types that are used to configure API Priority and Fairness
Source Files ¶
default-internal.go
- Version
- v1.33.0 (latest)
- Published
- Apr 23, 2025
- Platform
- linux/amd64
- Imports
- 5 packages
- Last checked
- 3 hours ago –
Tools for package owners.