Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for finalizers (0.19 sec)

  1. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

    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 lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__apps__v1_openapi.json

    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 lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation_test.go

    					UID:        "ac051fac-2ead-46d9-b8b4-4e0fbeb7455d",
    				},
    				}
    				return claim
    			}(),
    		},
    		"with-finalizers": {
    			isExpectedFailure: ephemeral,
    			claim: func() *core.PersistentVolumeClaim {
    				claim := testVolumeClaim(goodName, goodNS, goodClaimSpec)
    				claim.Finalizers = []string{
    					"example.com/foo",
    				}
    				return claim
    			}(),
    		},
    		"with-managed-fields": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.19.md

    ### Failing Test
    
    - Resolves an issue running Ingress conformance tests on clusters which use finalizers on Ingress objects to manage releasing load balancer resources ([#96742](https://github.com/kubernetes/kubernetes/pull/96742), [@spencerhance](https://github.com/spencerhance)) [SIG Network and Testing]
    
    ### Bug or Regression
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  5. tests/integration/pilot/testdata/gateway-api-crd.yaml

              Gateways, that MUST be clearly documented by the implementation.
    
    
              Whenever one or more Gateways are using a GatewayClass, implementations SHOULD
              add the `gateway-exists-finalizer.gateway.networking.k8s.io` finalizer on the
              associated GatewayClass. This ensures that a GatewayClass associated with a
              Gateway is not deleted while in use.
    
    
              GatewayClass is a Cluster level resource.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      );
    
      let results = (outs
        TF_VariantTensor:$handle
      );
    }
    
    def TF_FinalizeTPUEmbeddingOp : TF_Op<"FinalizeTPUEmbedding", []> {
      let summary = "An op that finalizes the TPUEmbedding configuration.";
    
      let arguments = (ins
        Arg<TF_StrTensor, [{A string-encoded common configuration proto containing metadata
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top