Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for corevalidation (0.2 sec)

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

    	corevalidation "k8s.io/kubernetes/pkg/apis/core/validation"
    	"k8s.io/kubernetes/pkg/apis/resource"
    	namedresourcesvalidation "k8s.io/kubernetes/pkg/apis/resource/structured/namedresources/validation"
    )
    
    // validateResourceDriverName reuses the validation of a CSI driver because
    // the allowed values are exactly the same.
    var validateResourceDriverName = corevalidation.ValidateCSIDriverName
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 09:18:10 UTC 2024
    - 28.3K bytes
    - Viewed (0)
  2. pilot/pkg/config/kube/gateway/conversion_test.go

    }
    
    func TestConvertResources(t *testing.T) {
    	validator := crdvalidation.NewIstioValidator(t)
    	cases := []struct {
    		name string
    		// Some configs are intended to be generated with invalid configs, and since they will be validated
    		// by the validator, we need to ignore the validation errors to prevent the test from failing.
    		validationIgnorer *crdvalidation.ValidationIgnorer
    	}{
    		{name: "http"},
    		{name: "tcp"},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 20:24:52 UTC 2024
    - 34.9K bytes
    - Viewed (0)
Back to top