Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for wmls (0.05 sec)

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

    	// 2. IP dispatch listener, handling both VIPs and direct pod IPs.
    	// 3. Encapsulation CONNECT listener, originating the tunnel
    	wls, wps := findWaypointResources(lb.node, lb.push)
    
    	listeners = append(listeners,
    		lb.buildWaypointInboundConnectTerminate(),
    		lb.buildWaypointInternal(wls, wps.orderedServices),
    		buildWaypointConnectOriginateListener())
    
    	return listeners
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  2. RELEASE.md

    ## Bug Fixes and Other Changes
    
    *   Java: Support for loading models exported using the SavedModel API (courtesy
        @EronWright).
    *   Go: Added support for incremental graph execution.
    *   Fix a bug in the WALS solver when single-threaded.
    *   Added support for integer sparse feature values in
        `tf.contrib.layers.sparse_column_with_keys`.
    *   Fixed `tf.set_random_seed(0)` to be deterministic for all ops.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top