Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 2,844 for Preferences (0.17 sec)

  1. cmd/kubeadm/app/discovery/token/token_test.go

      name: somecluster
    contexts:
    - context:
        cluster: somecluster
        user: token-bootstrap-client
      name: token-bootstrap-client@somecluster
    current-context: token-bootstrap-client@somecluster
    kind: Config
    preferences: {}
    users: null
    `
    	)
    
    	tests := []struct {
    		name                     string
    		tokenID                  string
    		tokenSecret              string
    		cfg                      *kubeadmapi.Discovery
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 14 13:07:56 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  2. prow/lib.sh

          contexts:
             - context:
                 cluster: ${CLUSTER_NAME}
                 user: ${CLUSTER_NAME}
               name: ${CLUSTER_NAME}
          current-context: ${CLUSTER_NAME}
          kind: Config
          preferences: {}
          users:
             - name: ${CLUSTER_NAME}
               user:
                 token: ${TOKEN}
    EOF
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 12:26:52 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  3. pkg/kube/util_test.go

        user: admin
      name: cluster.local-context
    - context:
        cluster: cluster2.local
        namespace: default
        user: admin
      name: cluster2.local-context
    current-context: cluster.local-context
    preferences: {}
    users:
    - name: admin
      user:
        token: sdsddsd`
    
    	sampleConfig := fmt.Sprintf(template, cluster1Host, cluster2Host)
    	err := os.WriteFile(filePath, []byte(sampleConfig), 0o644)
    	if err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 15 04:16:49 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/dep-man/03-controlling-transitive-dependencies/dependency_capability_conflict.adoc

    It will **not** automatically fix the problem for you, but it helps you realize that you have a problem.
    It is recommended to write such rules in _plugins_ which are then applied to your builds.
    Then, users _have to_ express their preferences, if possible, or fix the problem of having incompatible things on the classpath, as explained in the following section.
    ====
    
    [[sub:selecting-between-candidates]]
    == Selecting between candidates
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 6.9K bytes
    - Viewed (0)
  5. pkg/kubelet/cm/devicemanager/topology_hints.go

    		// If they don't, then move onto the next combination.
    		if numMatching < request {
    			return
    		}
    
    		// Otherwise, create a new hint from the NUMA mask and add it to the
    		// list of hints.  We set all hint preferences to 'false' on the first
    		// pass through.
    		hints = append(hints, topologymanager.TopologyHint{
    			NUMANodeAffinity: mask,
    			Preferred:        false,
    		})
    	})
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jan 27 02:10:25 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/text/internal/language/compact/language.go

    // used to indicate region-specific overrides, such as default currency, default
    // calendar and week data, default time cycle, and default measurement system
    // and unit preferences.
    //
    // For instance, the tag en-GB-u-rg-uszzzz specifies British English with US
    // settings for currency, number formatting, etc. The CompactIndex for this tag
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  7. hack/verify-golangci-lint.sh

            echo
            echo 'golangci-hints.yaml was used as configuration. Some of the reported issues may'
            echo 'have to be fixed while others can be ignored, depending on the circumstances'
            echo 'and/or personal preferences. To determine which issues have to be fixed, check'
            echo 'the report that uses golangci-strict.yaml (= pull-kubernetes-verify-lint).'
        fi
        if [ "$strict" ] || [ "$hints" ]; then
            echo
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 22:40:10 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  8. cmd/veeam-sos-api.go

    //
    // An object storage system can implement one, multiple, or all functions.
    //
    //   - Optional (mandatory if <IAMSTS> is true): Set Endpoints for IAM and STS processing.
    //
    //   - Optional: Set server preferences for Backup & Replication parallel sessions, batch size of deletes, and block sizes (before
    //     compression). This is an optional area; by default, there should be no <SystemRecommendations> section in the
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon May 20 18:54:52 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  9. pkg/workloadapi/workload.pb.go

    	// In STRICT mode, only endpoints that meets all of the routing preferences will be considered.
    	// This can be used, for instance, to keep traffic ONLY within the same cluster/node/region.
    	// This should be used with caution, as it can result in all traffic being dropped if there is no matching endpoints,
    	// even if there are endpoints outside of the preferences.
    	LoadBalancing_STRICT LoadBalancing_Mode = 1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
  10. common/config/.golangci.yml

          - shadow
      goimports:
        # put imports beginning with prefix after 3rd-party packages;
        # it's a comma-separated list of prefixes
        local-prefixes: istio.io/
      misspell:
        # Correct spellings using locale preferences for US or UK.
        # Default is to use a neutral variety of English.
        # Setting locale to US will correct the British spelling of 'colour' to 'color'.
        locale: US
        ignore-words:
          - cancelled
      lll:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 04 20:03:06 UTC 2024
    - 11.3K bytes
    - Viewed (0)
Back to top