Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 22 for addLine (0.18 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. ChangeLog.md

    - [`KT-66551`](https://youtrack.jetbrains.com/issue/KT-66551) Revert temporary commits after KT-62063 and bootstrapping
    - [`KT-65218`](https://youtrack.jetbrains.com/issue/KT-65218) FIR LL and DiagnosticFE10 tests start to fail in case of adding any new declaration into stdlib commonMain
    - [`KT-66552`](https://youtrack.jetbrains.com/issue/KT-66552) K2: build of intellij crashes the compiler
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        }
        rewriter.replaceOp(op, {add});
        return success();
      }
    };
    
    // Conterts tf.Conv2D to mhlo.dynamic_conv.
    // TODO(disc): To recover static special case's performance with adding folding,
    // canonicalization func and removing ConvertConvOp.
    template <typename OpT, int num_spatial_dims, bool depthwise_conv = false>
    class ConvertConvDynamic : public OpRewritePattern<OpT> {
     public:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "items": {
                  "allOf": [
                    {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  9. src/net/http/h2_bundle.go

    // that part of the spec. See golang.org/issue/19103.
    func http2validPseudoPath(v string) bool {
    	return (len(v) > 0 && v[0] == '/') || v == "*"
    }
    
    // incomparable is a zero-width, non-comparable type. Adding it to a struct
    // makes that struct also non-comparable, and generally doesn't add
    // any size (as long as it's first).
    type http2incomparable [0]func()
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  10. 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)
Back to top