Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetRoutingPreference (0.12 sec)

  1. pkg/workloadapi/workload.pb.go

    // Deprecated: Use LoadBalancing.ProtoReflect.Descriptor instead.
    func (*LoadBalancing) Descriptor() ([]byte, []int) {
    	return file_workloadapi_workload_proto_rawDescGZIP(), []int{2}
    }
    
    func (x *LoadBalancing) GetRoutingPreference() []LoadBalancing_Scope {
    	if x != nil {
    		return x.RoutingPreference
    	}
    	return nil
    }
    
    func (x *LoadBalancing) GetMode() LoadBalancing_Mode {
    	if x != nil {
    		return x.Mode
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
Back to top