kubernetes/staging/src/k8s.io/apiserver/pkg/apis/flowcontrol/bootstrap/default.go

var MandatoryPriorityLevelConfigurations

var MandatoryFlowSchemas

var SuggestedPriorityLevelConfigurations

var SuggestedFlowSchemas

var MandatoryPriorityLevelConfigurationExempt

var MandatoryPriorityLevelConfigurationCatchAll

var MandatoryFlowSchemaExempt

var MandatoryFlowSchemaCatchAll

var SuggestedPriorityLevelConfigurationSystem

var SuggestedPriorityLevelConfigurationNodeHigh

var SuggestedPriorityLevelConfigurationLeaderElection

var SuggestedPriorityLevelConfigurationWorkloadHigh

var SuggestedPriorityLevelConfigurationWorkloadLow

var SuggestedPriorityLevelConfigurationGlobalDefault

var SuggestedFlowSchemaProbes

var SuggestedFlowSchemaSystemLeaderElection

var SuggestedFlowSchemaEndpointsController

var SuggestedFlowSchemaWorkloadLeaderElection

var SuggestedFlowSchemaSystemNodeHigh

var SuggestedFlowSchemaSystemNodes

var SuggestedFlowSchemaKubeControllerManager

var SuggestedFlowSchemaKubeScheduler

var SuggestedFlowSchemaKubeSystemServiceAccounts

var SuggestedFlowSchemaServiceAccounts

var SuggestedFlowSchemaGlobalDefault

func newPriorityLevelConfiguration(name string, spec flowcontrol.PriorityLevelConfigurationSpec) *flowcontrol.PriorityLevelConfiguration {}

func newFlowSchema(name, plName string, matchingPrecedence int32, dmType flowcontrol.FlowDistinguisherMethodType, rules ...flowcontrol.PolicyRulesWithSubjects) *flowcontrol.FlowSchema {}

func groups(names ...string) []flowcontrol.Subject {}

func users(names ...string) []flowcontrol.Subject {}

func kubeSystemServiceAccount(names ...string) []flowcontrol.Subject {}

func resourceRule(verbs []string, groups []string, resources []string, namespaces []string, clusterScoped bool) flowcontrol.ResourcePolicyRule {}

func nonResourceRule(verbs []string, nonResourceURLs []string) flowcontrol.NonResourcePolicyRule {}