Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for subzone (0.45 sec)

  1. pilot/pkg/networking/core/cluster_test.go

    		locality := localityLbEndpoint.Locality
    		if locality.Region == "region1" && locality.SubZone == "subzone1" {
    			g.Expect(localityLbEndpoint.LoadBalancingWeight.GetValue()).To(Equal(uint32(34)))
    			g.Expect(localityLbEndpoint.LbEndpoints[0].LoadBalancingWeight.GetValue()).To(Equal(uint32(40)))
    		} else if locality.Region == "region1" && locality.SubZone == "subzone2" {
    			g.Expect(localityLbEndpoint.LoadBalancingWeight.GetValue()).To(Equal(uint32(17)))
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/cluster_builder_test.go

    							ClusterID: "cluster-1",
    							Label:     "region1/zone1/subzone1",
    						},
    						LbWeight: 30,
    						Network:  "filtered-out",
    					},
    				},
    			},
    			expected: []*endpoint.LocalityLbEndpoints{
    				{
    					Locality: &core.Locality{
    						Region:  "region1",
    						Zone:    "zone1",
    						SubZone: "subzone1",
    					},
    					LoadBalancingWeight: &wrappers.UInt32Value{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
  3. src/html/entity.go

    		"sube;":                            '\U00002286',
    		"subedot;":                         '\U00002AC3',
    		"submult;":                         '\U00002AC1',
    		"subnE;":                           '\U00002ACB',
    		"subne;":                           '\U0000228A',
    		"subplus;":                         '\U00002ABF',
    		"subrarr;":                         '\U00002979',
    		"subset;":                          '\U00002282',
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 31 22:10:54 UTC 2018
    - 114.3K bytes
    - Viewed (0)
  4. src/cmd/vendor/rsc.io/markdown/entity.go

    	"⪽":                          "\u2abd",
    	"⊆":                            "\u2286",
    	"⫃":                         "\u2ac3",
    	"⫁":                         "\u2ac1",
    	"⫋":                           "\u2acb",
    	"⊊":                           "\u228a",
    	"⪿":                         "\u2abf",
    	"⥹":                         "\u2979",
    	"⊂":                          "\u2282",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 101K bytes
    - Viewed (0)
Back to top