Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for deleteRS (0.18 sec)

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

              "gracePeriodSeconds": {
                "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
                "format": "int64",
                "type": "integer"
              },
    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

              "whenDeleted": {
                "description": "WhenDeleted specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is deleted. The default policy of `Retain` causes PVCs to not be affected by StatefulSet deletion. The `Delete` policy causes those PVCs to be deleted.",
                "type": "string"
              },
              "whenScaled": {
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    resource sharing by name, and does not keep a reference to the resource
    container.}], [TF_DatasetIteratorAlloc]>:$handle,
        Res<TF_VariantTensor, [{A variant deleter that should be passed into the op that deletes the iterator.}]>:$deleter
      );
    }
    
    def TF_AnonymousIteratorV3Op : TF_Op<"AnonymousIteratorV3", [TF_UniqueResourceAllocation]> {
      let summary = "A container for an iterator resource.";
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  4. tests/integration/pilot/testdata/gateway-api-crd.yaml

              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.
            properties:
              apiVersion:
                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)
  5. RELEASE.md

    *   `tf.experimental.ExtensionType`
    
        *   `tf.experimental.ExtensionType` now supports Python `tuple` as the type annotation of its fields.
    
    *   `tf.nest`
    
        *   Deprecated API `tf.nest.is_sequence` has now been deleted. Please use `tf.nest.is_nested` instead.
    
    ## Keras
    
    Keras is a framework built on top of the TensorFlow. See more details on the [Keras website](https://keras.io/).
    
    ### Breaking Changes
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  6. pkg/apis/core/validation/validation_test.go

    		emptyDockerConfigKey2   = validDockerSecret2()
    		invalidDockerConfigKey2 = validDockerSecret2()
    	)
    
    	delete(missingDockerConfigKey.Data, core.DockerConfigKey)
    	emptyDockerConfigKey.Data[core.DockerConfigKey] = []byte("")
    	invalidDockerConfigKey.Data[core.DockerConfigKey] = []byte("bad")
    	delete(missingDockerConfigKey2.Data, core.DockerConfigJSONKey)
    	emptyDockerConfigKey2.Data[core.DockerConfigJSONKey] = []byte("")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  7. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.api.internal.file.delete.DefaultDeleteSpec> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (DefaultDeleteSpec.java:0)
    Class <org.gradle.api.internal.file.delete.DeleteSpecInternal> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (DeleteSpecInternal.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top