Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for IsVisible (0.07 sec)

  1. pilot/pkg/xds/endpoints/endpoint_builder.go

    		return false
    	}
    	// Only send endpoints from the networks in the network view requested by the proxy.
    	// The default network view assigned to the Proxy is nil, in that case match any network.
    	if !b.proxyView.IsVisible(ep) {
    		// Endpoint's network doesn't match the set of networks that the proxy wants to see.
    		return false
    	}
    	// If the downstream service is configured as cluster-local, only include endpoints that
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 28 02:18:19 UTC 2024
    - 26.1K bytes
    - Viewed (0)
  2. subprojects/core-api/src/main/java/org/gradle/api/artifacts/Configuration.java

         * to. The default value is true.
         *
         * @return true if this is a visible configuration.
         */
        boolean isVisible();
    
        /**
         * Sets the visibility of this configuration. When visible is set to true, this configuration is visible outside
         * the project it belongs to. The default value is true.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 28 18:18:46 UTC 2024
    - 31.6K bytes
    - Viewed (0)
Back to top