Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 38 of 38 for delete1 (0.19 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

              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. \n GatewayClass is
              a Cluster level resource."
            properties:
              apiVersion:
                description: 'APIVersion defines the versioned schema of this representation
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation.go

    				if resourceList == nil {
    					mungedResourceList = make(core.ResourceList)
    				} else {
    					mungedResourceList = resourceList.DeepCopy()
    				}
    				delete(mungedResourceList, core.ResourceCPU)
    				delete(mungedResourceList, core.ResourceMemory)
    				if cpu, found := oldResourceList[core.ResourceCPU]; found {
    					mungedResourceList[core.ResourceCPU] = cpu
    				}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  3. docs/en/docs/release-notes.md

    * ✏️ Fix typo in `docs/ru/docs/index.md`. PR [#10672](https://github.com/tiangolo/fastapi/pull/10672) by [@Delitel-WEB](https://github.com/Delitel-WEB).
    * ✏️ Fix typos in `docs/zh/docs/tutorial/extra-data-types.md`. PR [#10727](https://github.com/tiangolo/fastapi/pull/10727) by [@HiemalBeryl](https://github.com/HiemalBeryl).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    						Kind:     "kind",
    						ListKind: "listkind",
    					},
    					StoredVersions: []string{"version"},
    				},
    			},
    			errors: []validationMatch{},
    		},
    		{
    			name: "version-deleted",
    			old: &apiextensions.CustomResourceDefinition{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:            "plural.group.com",
    					ResourceVersion: "42",
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        if (!input_type) return failure();
    
        // TODO(disc): remove static shape check once folding/canonicalization func
        // added and ConvertSplitOp deleted. Calculate the dimension size for each
        // slice along the split dimension. We are splitting along the dynamic
        // dimension, or using static pattern transform
        if (input_type.hasStaticShape()) return failure();
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    .io.File) throws ClassNotFoundExcepti, NoSuchMethodExceptio, reflect.InvocationTargetExce, IllegalAccessExcepti; private static java.io.File createTemporaryFolde(java.io.File) throws java.io.IOException; public java.io.File getRoot(); public void delete(); private boolean tryDelete(); private boolean recursiveDelete(java.io.File); } org/junit/rules/TemporaryFolder$Builder.class package org.junit.rules; public synchronized class TemporaryFolder$Builder { private java.io.File parentFolder; private...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 373.7K bytes
    - Viewed (0)
  7. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// The mode defines the action the controller will take when a pod is detected as broken.
    	// If deletePods is true, the controller will delete the broken pod. The pod will then be rescheduled, hopefully onto a node that is fully ready.
    	// Note this gives the DaemonSet a relatively high privilege, as it can delete any Pod.
    	DeletePods bool `protobuf:"varint,7,opt,name=deletePods,proto3" json:"deletePods,omitempty"`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  8. ChangeLog.md

    - [`KT-62803`](https://youtrack.jetbrains.com/issue/KT-62803) Konanc has print statement "Produced library API in..." that should be deleted or properly logged at INFO level
    - [`KT-61248`](https://youtrack.jetbrains.com/issue/KT-61248) [K/N] Extract native manglers out of `backend.native` module
    
    ### Native. Build Infrastructure
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
Back to top