Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 1,527 for _default_ (0.21 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/options/server_run_options.go

    }
    
    func NewServerRunOptions() *ServerRunOptions {
    	defaults := server.NewConfig(serializer.CodecFactory{})
    	return &ServerRunOptions{
    		MaxRequestsInFlight:                 defaults.MaxRequestsInFlight,
    		MaxMutatingRequestsInFlight:         defaults.MaxMutatingRequestsInFlight,
    		RequestTimeout:                      defaults.RequestTimeout,
    		LivezGracePeriod:                    defaults.LivezGracePeriod,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 24 21:53:51 UTC 2023
    - 15.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/flags.h

        // Defaults to false.
        bool enabled_for_xla_launch_;
    
        // If true, uses Device API (PjRt) for compiling and executing ops one by
        // one in "on-demand" mode. Defaults to false.
        bool enabled_for_compile_on_demand_;
    
        // If true, uses Device API (PjRt) for compilation and execution when
        // auto-clustering is enabled. Defaults to false.
        bool enabled_for_compile_and_run_;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 17 18:52:57 UTC 2024
    - 14.5K bytes
    - Viewed (0)
  3. platforms/jvm/language-groovy/src/main/java/org/gradle/api/tasks/compile/GroovyCompileOptions.java

         */
        @Console
        public boolean isListFiles() {
            return listFiles;
        }
    
        /**
         * Sets whether to print which source files are to be compiled. Defaults to {@code false}.
         */
        public void setListFiles(boolean listFiles) {
            this.listFiles = listFiles;
        }
    
        /**
         * Tells the source encoding. Defaults to {@code UTF-8}.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  4. pkg/test/framework/components/echo/calloptions.go

    	// an appropriate default is chosen for To.
    	Address string
    
    	// Count indicates the number of exchanges that should be made with the service endpoint.
    	// If Count <= 0, a default will be selected. If To is specified, the value will be set to
    	// the numWorkloads * DefaultCallsPerWorkload. Otherwise, defaults to 1.
    	Count int
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Oct 08 09:39:20 UTC 2023
    - 13K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/admissionregistration/v1beta1/types_swagger_doc_generated.go

    	"timeoutSeconds":          "TimeoutSeconds specifies the timeout for this webhook. After the timeout passes, the webhook call will be ignored or the API call will fail based on the failure policy. The timeout value must be between 1 and 30 seconds. Default to 30 seconds.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 46.9K bytes
    - Viewed (0)
  6. cmd/kube-scheduler/app/server_test.go

    apiVersion: v1
    kind: Config
    clusters:
    - cluster:
        insecure-skip-tls-verify: true
        server: %s
      name: default
    contexts:
    - context:
        cluster: default
        user: default
      name: default
    current-context: default
    users:
    - name: default
      user:
        username: config
    `, server.URL)), os.FileMode(0600)); err != nil {
    		t.Fatal(err)
    	}
    
    	// plugin config
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  7. cmd/kubeadm/app/util/staticpod/utils_test.go

    	var tests = []struct {
    		name      string
    		overrides map[string]string
    		defaults  map[string]string
    		expected  []string
    	}{
    		{
    			name: "with admission-control default NamespaceLifecycle",
    			overrides: map[string]string{
    				"admission-control": "NamespaceLifecycle,LimitRanger",
    			},
    			defaults: map[string]string{
    				"admission-control": "NamespaceLifecycle",
    				"allow-privileged":  "true",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 12 15:44:44 UTC 2023
    - 22.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/storage/v1beta1/types_swagger_doc_generated.go

    	"tokenRequests":        "tokenRequests...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:18:43 UTC 2023
    - 23.4K bytes
    - Viewed (0)
  9. common-protos/k8s.io/api/apps/v1beta1/generated.proto

      // Defaults to 0 (pod will be considered available as soon as it is ready)
      // +optional
      optional int32 minReadySeconds = 5;
    
      // revisionHistoryLimit is the number of old ReplicaSets to retain to allow rollback.
      // This is a pointer to distinguish between explicit zero and not specified.
      // Defaults to 2.
      // +optional
      optional int32 revisionHistoryLimit = 6;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 24K bytes
    - Viewed (0)
  10. internal/config/notify/help.go

    )
    
    const (
    	formatComment     = `'namespace' reflects current bucket/object list and 'access' reflects a journal of object operations, defaults to 'namespace'`
    	queueDirComment   = `staging dir for undelivered messages e.g. '/home/events'`
    	queueLimitComment = `maximum limit for undelivered messages, defaults to '100000'`
    )
    
    // Help template inputs for all notification targets
    var (
    	HelpWebhook = config.HelpKVS{
    		config.HelpKV{
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Mar 19 04:37:54 UTC 2024
    - 18.8K bytes
    - Viewed (0)
Back to top