Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 55 for NEW (0.05 sec)

  1. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "type": "string"
              }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/core/v1/generated.proto

      // +-------+-------+-------+
      // The number of domains is less than 5(MinDomains), so "global minimum" is treated as 0.
      // In this situation, new pod with the same labelSelector cannot be scheduled,
      // because computed skew will be 3(3 - 0) if new Pod is scheduled to any of the three zones,
      // it will violate MaxSkew.
      //
    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. staging/src/k8s.io/api/core/v1/generated.proto

      // +-------+-------+-------+
      // The number of domains is less than 5(MinDomains), so "global minimum" is treated as 0.
      // In this situation, new pod with the same labelSelector cannot be scheduled,
      // because computed skew will be 3(3 - 0) if new Pod is scheduled to any of the three zones,
      // it will violate MaxSkew.
      // +optional
      optional int32 minDomains = 5;
    
    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. src/main/java/org/codelibs/fess/es/user/cbean/cq/bs/BsUserCQ.java

            UserCQ cq = new UserCQ();
            queryLambda.callback(cq);
            final Collection<FilterFunctionBuilder> list = new ArrayList<>();
            if (functionsLambda != null) {
                functionsLambda.callback((cqLambda, scoreFunctionBuilder) -> {
                    UserCQ cf = new UserCQ();
                    cqLambda.callback(cf);
                    list.add(new FilterFunctionBuilder(cf.getQuery(), scoreFunctionBuilder));
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 326.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"resourceClaimTemplateName": "ResourceClaimTemplateName is the name of a ResourceClaimTemplate object in the same namespace as this pod.\n\nThe template will be used to create a new ResourceClaim, which will be bound to this pod. When this pod is deleted, the ResourceClaim will also be deleted. The pod name and resource name, along with a generated component, will be used to form a unique name for the ResourceClaim, which will...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

    // shaped types. This is to be used for legacy lowerings that both use non
    // left-padded broadcasting and static shapes. Its use should not be permitted
    // in new code.
    // May return nullptr on invalid static broadcast dimensions.
    // ABSL_DEPRECATED()
    static RankedTensorType GetStaticBroadcastType(
        RankedTensorType x, RankedTensorType y,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 373.7K bytes
    - Viewed (0)
  8. pkg/apis/core/v1/zz_generated.conversion.go

    	// INFO: in.HostIPC opted out of conversion generation
    	// INFO: in.ShareProcessNamespace opted out of conversion generation
    	if in.SecurityContext != nil {
    		in, out := &in.SecurityContext, &out.SecurityContext
    		*out = new(core.PodSecurityContext)
    		if err := Convert_v1_PodSecurityContext_To_core_PodSecurityContext(*in, *out, s); err != nil {
    			return err
    		}
    	} else {
    		out.SecurityContext = nil
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      // For StridedSlice input[1, tf.new_axis, ..., 8:, :10, 2:6:2, tf.new_axis]
      // New axis mask is at index 1 and 6 of sparse spec, so
      // new_axis_mask = 2^1 + 2^6 = 66
      // The ellipsis mask is applied to dim #1, #2 of input i.e, we get
      // canonicalized slice input[1, :, :, 8:, :10, 2:6:2]
      // This is then reshaped to add the new axes.
    
      // The start, limit indices and strides attributes of mhlo.slice would
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  10. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	// Enable the untaint controller for new nodes. This aims to solve a race for CNI installation on
    	// new nodes. For this to work, the newly added nodes need to have the istio CNI taint as they are
    	// added to the cluster. This is usually done by configuring the cluster infra provider.
    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