Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for corevalidation (0.27 sec)

  1. pkg/apis/resource/structured/namedresources/validation/validation.go

    	namedresourcescel "k8s.io/dynamic-resource-allocation/structured/namedresources/cel"
    	corevalidation "k8s.io/kubernetes/pkg/apis/core/validation"
    	"k8s.io/kubernetes/pkg/apis/resource"
    )
    
    var (
    	validateInstanceName  = corevalidation.ValidateDNS1123Subdomain
    	validateAttributeName = corevalidation.ValidateDNS1123Subdomain
    )
    
    type Options struct {
    	// StoredExpressions must be true if and only if validating CEL
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 21:26:20 UTC 2024
    - 5.9K bytes
    - Viewed (0)
Back to top