Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for getDestination (0.21 sec)

  1. pkg/workloadapi/workload.pb.go

    	return file_workloadapi_workload_proto_rawDescGZIP(), []int{8}
    }
    
    func (m *GatewayAddress) GetDestination() isGatewayAddress_Destination {
    	if m != nil {
    		return m.Destination
    	}
    	return nil
    }
    
    func (x *GatewayAddress) GetHostname() *NamespacedHostname {
    	if x, ok := x.GetDestination().(*GatewayAddress_Hostname); ok {
    		return x.Hostname
    	}
    	return nil
    }
    
    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. pilot/pkg/networking/core/listener_waypoint.go

    			if len(in.Route) == 1 {
    				weight.Value = uint32(100)
    			} else {
    				continue
    			}
    		}
    		hostname := host.Name(dst.GetDestination().GetHost())
    		n := lb.GetDestinationCluster(dst.Destination, lb.serviceForHostname(hostname), listenerPort)
    		clusterWeight := &route.WeightedCluster_ClusterWeight{
    			Name:   n,
    			Weight: weight,
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  3. testing/architecture-test/src/changes/archunit-store/provider-task-properties.txt

    Method <org.gradle.api.publish.ivy.tasks.GenerateIvyDescriptor.getDestination()> does not have raw return type assignable to org.gradle.api.provider.Property in (GenerateIvyDescriptor.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 13:33:20 UTC 2024
    - 51.8K bytes
    - Viewed (0)
Back to top