Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 38 for prepending (0.24 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. CHANGELOG/CHANGELOG-1.21.md

    they remain valid even after a new refreshed token is provided. The metric `serviceaccount_stale_tokens_total` can be used to monitor for workloads that are depending on the extended lifetime and are continuing to use tokens even after a refreshed token is provided to the container. If that metric indicates no existing workloads are depending on extended lifetimes, injected token lifetime can be shortened to 1 hour by starting `kube-apiserver` with `--service-account-extend-token-expiration=false`....
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. CHANGELOG/CHANGELOG-1.10.md

    * Fixed race condition issue when detaching azure disk, preventing `Multi-Attach error`s when scheduling one pod from one node to another. ([#60183](https://github.com/kubernetes/kubernetes/pull/60183), [@andyzhangx](https://github.com/andyzhangx))
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.20.md

    - Alter wording to describe pods using a pvc ([#95635](https://github.com/kubernetes/kubernetes/pull/95635), [@RaunakShah](https://github.com/RaunakShah)) [SIG CLI]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  9. 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)
  10. 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)
Back to top