Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for families (0.23 sec)

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

    				s.Spec.IPFamilies = nil
    			},
    			numErrs: 0,
    		}, {
    			name: "valid, service with valid ipFamilies (v4)",
    			tweakSvc: func(s *core.Service) {
    				s.Spec.IPFamilies = []core.IPFamily{core.IPv4Protocol}
    			},
    			numErrs: 0,
    		}, {
    			name: "valid, service with valid ipFamilies (v6)",
    			tweakSvc: func(s *core.Service) {
    				s.Spec.IPFamilies = []core.IPFamily{core.IPv6Protocol}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.19.md

    A yearly support period provides the cushion end-users appear to desire, and is more in harmony with familiar annual planning cycles.
    
    ## Known Issues
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
Back to top