Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for removePod (0.2 sec)

  1. CHANGELOG/CHANGELOG-1.19.md

      - [Dependencies](#dependencies-16)
        - [Added](#added-16)
        - [Changed](#changed-16)
        - [Removed](#removed-16)
      - [Dependencies](#dependencies-17)
        - [Added](#added-17)
        - [Changed](#changed-17)
        - [Removed](#removed-17)
    - [v1.19.0-rc.4](#v1190-rc4)
      - [Downloads for v1.19.0-rc.4](#downloads-for-v1190-rc4)
        - [Source Code](#source-code-17)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  2. RELEASE.md

    # Release 2.12.0
    
    ### Breaking Changes
    
    *   Build, Compilation and Packaging
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apps__v1_openapi.json

            "properties": {
              "args": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

    before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order.  Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  5. pkg/apis/core/validation/validation_test.go

    				Spec:       core.PodSpec{Containers: []core.Container{{Image: "foo:V1"}}},
    			},
    			err:  "metadata.deletionTimestamp",
    			test: "deletion timestamp removed",
    		}, {
    			new: core.Pod{
    				ObjectMeta: metav1.ObjectMeta{Name: "foo", DeletionTimestamp: &now},
    				Spec:       core.PodSpec{Containers: []core.Container{{Image: "foo:V1"}}},
    			},
    			old: core.Pod{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let hasVerifier = 1;
    }
    
    def TF_BiasAddV1Op : TF_Op<"BiasAddV1", [Pure]> {
      let summary = "Adds `bias` to `value`.";
    
      let description = [{
    This is a deprecated version of BiasAdd and will be soon removed.
    
    This is a special case of `tf.add` where `bias` is restricted to be 1-D.
    Broadcasting is supported, so `value` may have any number of dimensions.
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  7. src/testdata/Isaac.Newton-Opticks.txt

    the bottom and the Vision caused thereby will not be distinct, unless
    the Object be brought so near the Eye as that the place where the
    converging Rays convene may be removed to the bottom, or that the
    plumpness of the Eye be taken off and the Refractions diminished by a
    Concave-glass of a due degree of Concavity, or lastly that by Age the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/rewritegeneric.go

    	// result: ptr
    	for {
    		ptr := v_0
    		if ptr.Op != OpSelectN || auxIntToInt64(ptr.AuxInt) != 0 {
    			break
    		}
    		call := ptr.Args[0]
    		if call.Op != OpStaticLECall || len(call.Args) != 2 || !(isSameCall(call.Aux, "runtime.newobject") && warnRule(fe.Debug_checknil(), v, "removed nil check")) {
    			break
    		}
    		v.copyOf(ptr)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
  9. tests/integration/pilot/testdata/gateway-api-crd.yaml

        served: true
        storage: true
        subresources:
          status: {}
      - deprecated: true
        deprecationWarning: The v1alpha2 version of GRPCRoute has been deprecated and
          will be removed in a future release of the API. Please upgrade to v1.
        name: v1alpha2
        schema:
          openAPIV3Schema:
            description: |-
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
Back to top