Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 26 for prepending (0.19 sec)

  1. CHANGELOG/CHANGELOG-1.30.md

    - Fixed a regression since `1.24` in the scheduling framework when overriding MultiPoint plugins (e.g. default plugins). The incorrect loop logic might have led to a plugin being loaded multiple times, consequently preventing any Pod from being scheduled, which was unexpected.
       ([#122068](https://github.com/kubernetes/kubernetes/pull/122068), [@caohe](https://github.com/caohe))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        Value b_max_diag_len =
            BroadcastConstant(loc, indices_shape, max_diag_len, 32, rewriter);
    
        // d = k[1] - m
        // (A.k.a. the number of the diagonal, depending on m. Note that we
        //  subtract m here. This means we start with the superdiagonals and
        //  move downwards towards the subdiagonals. So the start indices will
        //  be decreasing.)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  3. doc/go_spec.html

    </p>
    
    <p>
    The core type of an interface is, depending on the condition that is satisfied, either:
    </p>
    
    <ol>
    <li>
    the type <code>U</code>; or
    </li>
    <li>
    the type <code>chan E</code> if <code>T</code> contains only bidirectional
    channels, or the type <code>chan&lt;- E</code> or <code>&lt;-chan E</code>
    depending on the direction of the directional channels present.
    </li>
    </ol>
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
  4. pkg/apis/core/types.go

    type PodPhase string
    
    // These are the valid statuses of pods.
    const (
    	// PodPending means the pod has been accepted by the system, but one or more of the containers
    	// has not been started. This includes time before being bound to a node, as well as time spent
    	// pulling images onto the host.
    	PodPending PodPhase = "Pending"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  5. ChangeLog.md

    - [`KT-66513`](https://youtrack.jetbrains.com/issue/KT-66513) K2: Suppressing OPT_IN_USAGE_ERROR is now a warning in K2, preventing safe code gen compatible with -Werror
    - [`KT-67233`](https://youtrack.jetbrains.com/issue/KT-67233) False negative UNSAFE_CALL with type check after null coalescing with 'OR'
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    							Ref:         ref("k8s.io/apimachinery/pkg/runtime.Object"),
    						},
    					},
    				},
    				Required: []string{"Type", "Object"},
    			},
    		},
    		Dependencies: []string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types.go

    // +enum
    type PodPhase string
    
    // These are the valid statuses of pods.
    const (
    	// PodPending means the pod has been accepted by the system, but one or more of the containers
    	// has not been started. This includes time before being bound to a node, as well as time spent
    	// pulling images onto the host.
    	PodPending PodPhase = "Pending"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"active":        "Active reports the checkpointed config the node is actively using. Active will represent either the current version of the Assigned config, or the current LastKnownGood config, depending on whether attempting to use the Assigned config results in an error.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.27.md

    - Fixed a regression since 1.24 in the scheduling framework when overriding MultiPoint plugins (e.g. default plugins).
      The incorrect loop logic might lead to a plugin being loaded multiple times, consequently preventing any Pod from being scheduled, which is unexpected. ([#122370](https://github.com/kubernetes/kubernetes/pull/122370), [@caohe](https://github.com/caohe)) [SIG Scheduling]
    
    ### Other (Cleanup or Flake)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssagen/ssa.go

    		// Don't support open-coded defers for 386 ONLY when using shared
    		// libraries, because there is extra code (added by rewriteToUseGot())
    		// preceding the deferreturn/ret code that we don't track correctly.
    		s.hasOpenDefers = false
    	}
    	if s.hasOpenDefers && s.instrumentEnterExit {
    		// Skip doing open defers if we need to instrument function
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
Back to top