Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 2,179 for Defaults (0.13 sec)

  1. manifests/addons/dashboards/istio-performance-dashboard.json

          ],
          "title": "vCPU Usage",
          "type": "row"
        },
        {
          "datasource": {
            "type": "prometheus",
            "uid": "${datasource}"
          },
          "fieldConfig": {
            "defaults": {
              "color": {
                "mode": "palette-classic"
              },
              "custom": {
                "axisCenteredZero": false,
                "axisColorMode": "text",
                "axisLabel": "",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 03:47:04 UTC 2024
    - 39.6K bytes
    - Viewed (0)
  2. 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)
  3. pkg/apis/certificates/v1beta1/defaults_test.go

    		usages []capi.KeyUsage
    		exp    bool
    	}{
    		"defaults for kubelet-serving": {
    			req:    newCSR(kubeletServerPEMOptions),
    			usages: kubeletServerUsages,
    			exp:    true,
    		},
    		"defaults without key encipherment for kubelet-serving": {
    			req:    newCSR(kubeletServerPEMOptions),
    			usages: kubeletServerUsagesNoRSA,
    			exp:    true,
    		},
    		"does not default to kube-apiserver-client-kubelet if org is not 'system:nodes'": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 27 08:04:25 UTC 2022
    - 16.9K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/apis/kubeadm/v1beta3/doc.go

    //	kind: JoinConfiguration
    //
    // To print the defaults for "init" and "join" actions use the following commands:
    //
    //	kubeadm config print init-defaults
    //	kubeadm config print join-defaults
    //
    // The list of configuration types that must be included in a configuration file depends by the action you are
    // performing (init or join) and by the configuration options you are going to use (defaults or advanced customization).
    //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 05 13:30:26 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/apis/kubeadm/v1beta4/doc.go

    //	kind: JoinConfiguration
    //
    // To print the defaults for "init" and "join" actions use the following commands:
    //
    //	kubeadm config print init-defaults
    //	kubeadm config print join-defaults
    //
    // The list of configuration types that must be included in a configuration file depends by the action you are
    // performing (init or join) and by the configuration options you are going to use (defaults or advanced customization).
    //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 12.8K 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. 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)
  8. 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)
  9. platforms/software/build-init/src/main/java/org/gradle/buildinit/tasks/InitBuild.java

        /**
         * Should default values automatically be accepted for options that are not configured explicitly?
         * <p>
         * When true, the interactive dialog is skipped, and no user input is required to complete the command.
         * <p>
         * This property can be set via the command-line options '--use-defaults' and '--no-use-defaults'.
         *
         * @since 8.6
         */
        @Incubating
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 10 12:58:10 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  10. 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)
Back to top