Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for localisty (0.1 sec)

  1. pkg/workloadapi/workload.pb.go

    	ClusterId string `protobuf:"bytes,18,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
    	// The Locality defines information about where a workload is geographically deployed
    	Locality *Locality `protobuf:"bytes,24,opt,name=locality,proto3" json:"locality,omitempty"`
    }
    
    func (x *Workload) Reset() {
    	*x = Workload{}
    	if protoimpl.UnsafeEnabled {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
  2. tests/integration/ambient/baseline_test.go

    						localDst := dst
    						localSrc := src
    						opt := echo.CallOptions{
    							Port:    echo.Port{Name: "http"},
    							Scheme:  scheme.HTTP,
    							Count:   5,
    							Timeout: time.Second,
    							Check:   check.OK(),
    							To:      localDst,
    						}
    						// allow for delay between prometheus pulls from target pod
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
Back to top