Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 93 of 93 for podIps (0.07 sec)

  1. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    #endif  // GTEST_HAS_STREAM_REDIRECTION
    
    // Determines whether to support death tests.
    // Google Test does not support death tests for VC 7.1 and earlier as
    // abort() in a VC 7.1 application compiled as GUI in debug config
    // pops up a dialog window that cannot be suppressed programmatically.
    #if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \
         (GTEST_OS_MAC && !GTEST_OS_IOS) || GTEST_OS_IOS_SIMULATOR || \
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
  2. pkg/proxy/ipvs/proxier.go

    		if onlyNodeLocalEndpoints {
    			if len(localEndpoints) > 0 {
    				endpoints = localEndpoints
    			} else {
    				// https://github.com/kubernetes/kubernetes/pull/97081
    				// Allow access from local PODs even if no local endpoints exist.
    				// Traffic from an external source will be routed but the reply
    				// will have the POD address and will be discarded.
    				endpoints = clusterEndpoints
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
  3. pilot/pkg/model/push_context.go

    	// the sidecar calls.
    	// Updated by GetProxyServiceTargets
    	ProxyStatusNoService = monitoring.NewGauge(
    		"pilot_no_ip",
    		"Pods not found in the endpoint table, possibly invalid.",
    	)
    
    	// ProxyStatusEndpointNotReady represents proxies found not be ready.
    	// Updated by GetProxyServiceTargets. Normal condition when starting
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
Back to top