Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 568 for Dedicated (0.19 sec)

  1. tests/testdata/config/se-example-gw.yaml

    #The following example demonstrates the use of a dedicated egress gateway
    #through which all external service traffic is forwarded.
    
    
    # Sidecar - no imports defined, isolated namespace.
    apiVersion: networking.istio.io/v1alpha3
    kind: Sidecar
    metadata:
      name: default
      namespace: exampleegressgw
    spec:
      egress:
      - hosts:
          - exampleegressgw/*
    ---
    # Test workload entry
    apiVersion: networking.istio.io/v1alpha3
    kind: ServiceEntry
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 26 13:51:29 UTC 2020
    - 1.9K bytes
    - Viewed (0)
  2. src/runtime/mgcpacer.go

    	// time that should be spent in the fractional mark worker on
    	// each P that isn't running a dedicated worker.
    	//
    	// For example, if the utilization goal is 25% and there are
    	// no dedicated workers, this will be 0.25. If the goal is
    	// 25%, there is one dedicated worker, and GOMAXPROCS is 5,
    	// this will be 0.05 to make up the missing 5%.
    	//
    	// If this is zero, no fractional workers are needed.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  3. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/concurrent/IO.kt

     *
     * Each [IOScope] can only be used from a single thread at a time.
     */
    interface IOScope : IO, AutoCloseable
    
    
    /**
     * A Gradle build service to offload IO actions to a dedicated thread.
     */
    @ServiceScope(Scope.Build::class)
    interface AsyncIOScopeFactory {
        fun newScope(): IOScope
    }
    
    
    internal
    fun <T> withAsynchronousIO(
        project: Project,
        action: IO.() -> T
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 13:09:45 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  4. pkg/util/flag/flags_test.go

    				{Key: "bing", Value: "bang", Effect: v1.TaintEffectPreferNoSchedule},
    				{Key: "qux", Value: "", Effect: "NoSchedule"},
    			},
    		},
    		{
    			f: "--t=dedicated-for=user1:NoExecute,baz:NoSchedule,foo-bar=:NoSchedule",
    			t: []v1.Taint{
    				{Key: "dedicated-for", Value: "user1", Effect: "NoExecute"},
    				{Key: "baz", Value: "", Effect: "NoSchedule"},
    				{Key: "foo-bar", Value: "", Effect: "NoSchedule"},
    			},
    		},
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 14 10:45:23 UTC 2021
    - 8.8K bytes
    - Viewed (0)
  5. ci/official/wheel_test/README.md

    ## Wheel Test
    
    This directory is dedicated to tests that require a built TensorFlow wheel
    file for testing, such as:
    
    * Ensuring the entire API is importable
    * Testing downstream projects against the wheel
    
    Ensure you have Bazel installed and accessible from your command line.
    
    These tests use hermetic Python. They also require a built TensorFlow wheel file
    and a requirements_lock file. The requirements_lock file is generated by the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Aug 31 18:17:57 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/watch/streamwatcher.go

    		result: make(chan Event),
    		// If the watcher is externally stopped there is no receiver anymore
    		// and the send operations on the result channel, especially the
    		// error reporting might block forever.
    		// Therefore a dedicated stop channel is used to resolve this blocking.
    		done: make(chan struct{}),
    	}
    	go sw.receive()
    	return sw
    }
    
    // ResultChan implements Interface.
    func (sw *StreamWatcher) ResultChan() <-chan Event {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 06 13:42:59 UTC 2021
    - 3.9K bytes
    - Viewed (0)
  7. docs/multi-tenancy/README.md

    2. [Distributed Deployment](#distributed-deployment)
    3. [Cloud Scale Deployment](#cloud-scale-deployment)
    
    ## 1. Standalone Deployment
    
    To host multiple tenants on a single machine, run one MinIO Server per tenant with a dedicated HTTPS port, configuration, and data directory.
    
    ### 1.1 Host Multiple Tenants on a Single Drive
    
    Use the following commands to host 3 tenants on a single drive:
    
    ```sh
    minio server --address :9001 /data/tenant1
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 3K bytes
    - Viewed (0)
  8. src/compress/gzip/gunzip_test.go

    			"this continent, a new nation, conceived in Liberty, and dedicated\n" +
    			"to the proposition that all men are created equal.\n" +
    			"  Now we are engaged in a great Civil War, testing whether that\n" +
    			"nation, or any nation so conceived and so dedicated, can long\n" +
    			"endure.\n" +
    			"  We are met on a great battle-field of that war.\n" +
    			"  We have come to dedicate a portion of that field, as a final\n" +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 12 15:06:07 UTC 2022
    - 19.5K bytes
    - Viewed (0)
  9. platforms/software/ivy/src/main/java/org/gradle/api/publish/ivy/IvyModuleDescriptorSpec.java

     * However, the preferred way to customize the project information to be published is to use the dedicated configuration methods exposed by this class, e.g.
     * {@link #description(Action)}.
     *
     * @since 1.3
     */
    @HasInternalProtocol
    public interface IvyModuleDescriptorSpec {
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  10. cluster/addons/dns/nodelocaldns/README.md

    This addon runs a node-local-dns pod on all cluster nodes. The pod runs CoreDNS as the dns cache. It runs with `hostNetwork:True` and creates a dedicated dummy interface with a link local ip(169.254.20.10/32 by default) to listen for DNS queries. The cache instances connect to clusterDNS in case of cache misses.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 31 14:16:53 UTC 2022
    - 3K bytes
    - Viewed (0)
Back to top