Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for externalname (0.29 sec)

  1. tests/integration/pilot/testdata/gateway-api-crd.yaml

                                                support ExternalName Services.
    
    
                                                Support: Core (Services with a type other than ExternalName)
    
    
                                                Support: Implementation-specific (Services with type ExternalName)
                                              maxLength: 63
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    		numErrs: 0,
    	}, {
    		name: "valid ExternalName",
    		tweakSvc: func(s *core.Service) {
    			s.Spec.Type = core.ServiceTypeExternalName
    			s.Spec.ExternalName = "foo.bar.example.com"
    		},
    		numErrs: 0,
    	}, {
    		name: "valid ExternalName (trailing dot)",
    		tweakSvc: func(s *core.Service) {
    			s.Spec.Type = core.ServiceTypeExternalName
    			s.Spec.ExternalName = "foo.bar.example.com."
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top