Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 100xi1 (0.09 sec)

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

    				s.Spec.ClusterIP = "10.0.0.1"
    				s.Spec.ClusterIPs = []string{"10.0.0.1", "2001::1"}
    				s.Spec.IPFamilies = []core.IPFamily{core.IPv4Protocol}
    			},
    			numErrs: 0,
    		}, {
    			name: "invalid, families don't match (v4=>v6)",
    			tweakSvc: func(s *core.Service) {
    				s.Spec.ClusterIP = "10.0.0.1"
    				s.Spec.ClusterIPs = []string{"10.0.0.1"}
    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

    ### Bug or Regression
    
    - Azurefile: Normalize share name to not include capital letters ([#100731](https://github.com/kubernetes/kubernetes/pull/100731), [@kassarl](https://github.com/kassarl)) [SIG Cloud Provider and Storage]
    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