Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 40 for addLink (0.58 sec)

  1. CHANGELOG/CHANGELOG-1.14.md

    Updated Plugin Mechanism for kubectl is Graduating to Stable ([#579](https://github.com/kubernetes/enhancements/issues/579))
    
    - Extends functionality to kubectl to support extensions adding new commands as well as overriding specific subcommands (at any depth).
    - Documentation fixes
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 14 22:06:39 UTC 2021
    - 271.5K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/core/v1/generated.proto

      // for each node that meets all of the scheduling requirements (resource
      // request, requiredDuringScheduling affinity expressions, etc.),
      // compute a sum by iterating through the elements of this field and adding
      // "weight" to the sum if the node matches the corresponding matchExpressions; the
      // node(s) with the highest sum are the most preferred.
      // +optional
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  3. pkg/apis/core/types.go

    	// for each node that meets all of the scheduling requirements (resource
    	// request, requiredDuringScheduling affinity expressions, etc.),
    	// compute a sum by iterating through the elements of this field and adding
    	// "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the
    	// node(s) with the highest sum are the most preferred.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    }
    
    func (NodeAffinity) SwaggerDoc() map[string]string {
    	return map_NodeAffinity
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  5. pkg/apis/core/validation/validation.go

    func validateFlockerVolumeSource(flocker *core.FlockerVolumeSource, fldPath *field.Path) field.ErrorList {
    	allErrs := field.ErrorList{}
    	if len(flocker.DatasetName) == 0 && len(flocker.DatasetUUID) == 0 {
    		// TODO: consider adding a RequiredOneOf() error for this and similar cases
    		allErrs = append(allErrs, field.Required(fldPath, "one of datasetName and datasetUUID is required"))
    	}
    	if len(flocker.DatasetName) != 0 && len(flocker.DatasetUUID) != 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  6. pkg/proxy/iptables/proxier_test.go

    		// those chains from createdChains.
    		createdChains = createdChains.Delete(findAllMatches(lines, `-X ([^ ]*)`)...)
    
    		// Find all of the lines like "-A KUBE-SERVICES ..." indicating chains
    		// that we are adding at least one rule to.
    		filledChains := sets.New[string](findAllMatches(lines, `-A ([^ ]*)`)...)
    
    		// Find all of the chains that are jumped to by some rule so we can make
    		// sure we only jump to valid chains.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/generated.proto

      // for each node that meets all of the scheduling requirements (resource
      // request, requiredDuringScheduling affinity expressions, etc.),
      // compute a sum by iterating through the elements of this field and adding
      // "weight" to the sum if the node matches the corresponding matchExpressions; the
      // node(s) with the highest sum are the most preferred.
      // +optional
      // +listType=atomic
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/types.go

    	// for each node that meets all of the scheduling requirements (resource
    	// request, requiredDuringScheduling affinity expressions, etc.),
    	// compute a sum by iterating through the elements of this field and adding
    	// "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the
    	// node(s) with the highest sum are the most preferred.
    	// +optional
    	// +listType=atomic
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  9. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        </magic>
        <glob pattern="*.wq2"/>
        <glob pattern="*.wkq"/>
      </mime-type>
      
      <!-- First Quattro Pro for Windows had major version number 1, which
      was followed by 5. This is confusing, perhaps adding "win" qualifier to version
      field could clear this up (but it's quite ugly as well)   -->
      
      <mime-type type="application/x-quattro-pro;version=1+5">
        <sub-class-of type="application/x-quattro-pro"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  10. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// Default node tolerations to be applied to all deployments so that all pods can be
    	// scheduled to nodes with matching taints. Each component can overwrite
    	// these default values by adding its tolerations block in the relevant section below
    	// and setting the desired values.
    	// Configure this field in case that all pods of Istio control plane are expected to
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
Back to top