Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ValidatePriorityLevelConfigurationName (0.42 sec)

  1. pkg/apis/flowcontrol/validation/validation.go

    )
    
    // ValidateFlowSchemaName validates name for flow-schema.
    var ValidateFlowSchemaName = apimachineryvalidation.NameIsDNSSubdomain
    
    // ValidatePriorityLevelConfigurationName validates name for priority-level-configuration.
    var ValidatePriorityLevelConfigurationName = apimachineryvalidation.NameIsDNSSubdomain
    
    var supportedDistinguisherMethods = sets.NewString(
    	string(flowcontrol.FlowDistinguisherMethodByNamespaceType),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 26.7K bytes
    - Viewed (0)
Back to top