Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tweakIngress (0.09 sec)

  1. pkg/apis/networking/validation/validation_test.go

    		},
    	}
    
    	testCases := map[string]struct {
    		tweakIngress       func(ing *networking.Ingress)
    		expectErrsOnFields []string
    	}{
    		"empty path (implementation specific)": {
    			tweakIngress: func(ing *networking.Ingress) {
    				ing.Spec.Rules[0].IngressRuleValue.HTTP.Paths[0].Path = ""
    			},
    			expectErrsOnFields: []string{},
    		},
    		"valid path": {
    			tweakIngress: func(ing *networking.Ingress) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:06 UTC 2023
    - 73.3K bytes
    - Viewed (0)
Back to top