Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for onStop (0.22 sec)

  1. pkg/apis/core/types.go

    	// Like TaintEffectNoSchedule, but the scheduler tries not to schedule
    	// new pods onto the node, rather than prohibiting new pods from scheduling
    	// onto the node entirely. Enforced by the scheduler.
    	TaintEffectPreferNoSchedule TaintEffect = "PreferNoSchedule"
    	// NOT YET IMPLEMENTED. TODO: Uncomment field once it is implemented.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types.go

    	// Like TaintEffectNoSchedule, but the scheduler tries not to schedule
    	// new pods onto the node, rather than prohibiting new pods from scheduling
    	// onto the node entirely. Enforced by the scheduler.
    	TaintEffectPreferNoSchedule TaintEffect = "PreferNoSchedule"
    	// NOT YET IMPLEMENTED. TODO: Uncomment field once it is implemented.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/core/v1/generated.proto

      // +optional
      optional bool automountServiceAccountToken = 21;
    
      // NodeName is a request to schedule this pod onto a specific node. If it is non-empty,
      // the scheduler simply schedules this pod onto that node, assuming that it fits resource
      // requirements.
      // +optional
      optional string nodeName = 10;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        return success();
      }
    };
    
    // Converts ConstOp to XLA's constant operation and introduces a tensor cast if
    // needed.
    class ConvertConstOp : public OpRewritePattern<TF::ConstOp> {
     public:
      using OpRewritePattern::OpRewritePattern;
    
      LogicalResult matchAndRewrite(TF::ConstOp op,
                                    PatternRewriter &rewriter) const override {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/generated.proto

      // +-------+-------+-------+
      // - if MaxSkew is 1, incoming pod can only be scheduled to zone3 to become 2/2/2;
      // scheduling it onto zone1(zone2) would make the ActualSkew(3-1) on zone1(zone2)
      // violate MaxSkew(1).
      // - if MaxSkew is 2, incoming pod can be scheduled onto any zone.
      // When `whenUnsatisfiable=ScheduleAnyway`, it is used to give higher precedence
      // to topologies that satisfy it.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"": "Node affinity is a group of node affinity scheduling rules.",
    	"requiredDuringSchedulingIgnoredDuringExecution":  "If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                      listener. (This section uses \"set of Listeners\" rather than \"Listeners
                      in a single Gateway\" because implementations MAY merge configuration
                      from multiple Gateways onto a single data plane, and these rules
                      _also_ apply in that case). \n Practically, this means that each
                      listener in a set MUST have a unique combination of Port, Protocol,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__batch__v1_openapi.json

    this case, the global minimum is 1. | zone1 | zone2 | zone3 | |  P P  |  P P  |   P   | - if MaxSkew is 1, incoming pod can only be scheduled to zone3 to become 2/2/2; scheduling it onto zone1(zone2) would make the ActualSkew(3-1) on zone1(zone2) violate MaxSkew(1). - if MaxSkew is 2, incoming pod can be scheduled onto any zone. When `whenUnsatisfiable=ScheduleAnyway`, it is used to give higher precedence to topologies that satisfy it. It's a required field. Default value is 1 and 0 is not allowed.",...
    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

    // already being written.
    //
    // There is no pushback here (the serve goroutine never blocks). It's
    // the http.Handlers that block, waiting for their previous frames to
    // make it onto the wire
    //
    // If you're not on the serve goroutine, use writeFrameFromHandler instead.
    func (sc *http2serverConn) writeFrame(wr http2FrameWriteRequest) {
    	sc.serveG.check()
    
    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

        <sub-class-of type="application/ogg"/>
      </mime-type>
      <mime-type type="application/onenote">
        <alias type="application/msonenote"/>
        <acronym>OneNote</acronym>
        <glob pattern="*.onetmp"/>
      </mime-type>
      <mime-type type="application/onenote;format=one">
        <glob pattern="*.one"/>
        <magic priority="50">
          <!-- GUID {7B5C52E4-D88C-4DA7-AEB1-5378D02996D3} -->
    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