Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 2,300 for default1 (0.14 sec)

  1. pkg/apis/storage/v1/defaults_test.go

    	} else if *outMode != defaultMode {
    		t.Errorf("Expected VolumeBindingMode to be defaulted to: %+v, got: %+v", defaultMode, outMode)
    	}
    }
    
    func TestSetDefaultCSIDriver(t *testing.T) {
    	enabled := true
    	disabled := false
    	tests := []struct {
    		desc     string
    		field    string
    		wantSpec *storagev1.CSIDriverSpec
    	}{
    		{
    			desc:     "AttachRequired default to true",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  2. build-logic/publishing/src/main/kotlin/gradlebuild.publish-defaults.gradle.kts

    Lóránt Pintér <******@****.***> 1717182260 +0200
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 11:35:58 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  3. manifests/charts/istio-cni/values.yaml

        # CNI bin and conf dir override settings
        # defaults:
        cniBinDir: "" # Auto-detected based on version; defaults to /opt/cni/bin.
        cniConfDir: /etc/cni/net.d
        cniConfFileName: ""
        # This directory must exist on the node, if it does not, consult your container runtime
        # documentation for the appropriate path.
        cniNetnsDir: # Defaults to '/var/run/netns', in minikube/docker/others can be '/var/run/docker/netns'.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  4. doc/godebug.md

    This behavior is controlled by the `winreadlinkvolume` setting.
    For Go 1.23, it defaults to `winreadlinkvolume=1`.
    Previous versions default to `winreadlinkvolume=0`.
    
    Go 1.23 enabled the experimental post-quantum key exchange mechanism
    X25519Kyber768Draft00 by default. The default can be reverted using the
    [`tlskyber` setting](/pkg/crypto/tls/#Config.CurvePreferences).
    
    Go 1.23 changed the behavior of
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:52:17 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/cmd/config.go

    	cmd := &cobra.Command{
    		Use:   fmt.Sprintf("%s-defaults", action),
    		Short: fmt.Sprintf("Print default %s configuration, that can be used for 'kubeadm %s'", action, action),
    		Long: fmt.Sprintf(dedent.Dedent(`
    			This command prints objects such as the default %s configuration that is used for 'kubeadm %s'.
    
    			Note that sensitive values like the Bootstrap Token fields are replaced with placeholder values like %q in order to pass validation but
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 06:58:01 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  6. src/cmd/go/internal/load/godebug.go

    			}
    			m[k] = v
    		}
    	}
    	if v, ok := m["default"]; ok {
    		delete(m, "default")
    		v = strings.TrimPrefix(v, "go")
    		if gover.IsValid(v) {
    			goVersion = v
    		}
    	}
    
    	defaults := godebugForGoVersion(goVersion)
    	if defaults != nil {
    		// Apply m on top of defaults.
    		for k, v := range m {
    			defaults[k] = v
    		}
    		m = defaults
    	}
    
    	var keys []string
    	for k := range m {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:52:10 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  7. platforms/jvm/language-jvm/src/main/java/org/gradle/api/tasks/compile/CompileOptions.java

         */
        @Console
        public boolean isListFiles() {
            return listFiles;
        }
    
        /**
         * Sets whether to log the files to be compiled. Defaults to {@code false}.
         */
        public void setListFiles(boolean listFiles) {
            this.listFiles = listFiles;
        }
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 08:40:36 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    				invalid("spec", "validation", "openAPIV3Schema", "properties[wrongly-typed-object-defaults-apiVersion]", "default", "apiVersion"),
    				invalid("spec", "validation", "openAPIV3Schema", "properties[wrongly-typed-object-defaults-kind]", "default", "kind"),
    				invalid("spec", "validation", "openAPIV3Schema", "properties[wrongly-typed-object-defaults-name]", "default", "metadata"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
  9. 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)
  10. platforms/documentation/docs/src/docs/dsl/org.gradle.buildinit.tasks.InitBuild.xml

                    <td><literal>defaults to 'warn'</literal></td>
                </tr>
                <tr>
                    <td>allowFileOverwrite</td>
                    <td><literal>defaults to 'false'</literal></td>
                </tr>
                <tr>
                    <td>packageName</td>
                    <td />
                </tr>
                <tr>
                    <td>projectName</td>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 15:24:25 UTC 2024
    - 2.8K bytes
    - Viewed (0)
Back to top