kubernetesk8s.io/kubernetes/pkg/apis/flowcontrol/internalbootstrap Index | Files

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

func NewAPFScheme() *runtime.Scheme

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.2 (latest)
Published
Jun 17, 2025
Platform
js/wasm
Imports
5 packages
Last checked
3 minutes ago

Tools for package owners.