Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 384 for partitioned (0.28 sec)

  1. staging/src/k8s.io/api/testdata/v1.30.0/storage.k8s.io.v1.VolumeAttachment.json

            },
            "gcePersistentDisk": {
              "pdName": "pdNameValue",
              "fsType": "fsTypeValue",
              "partition": 3,
              "readOnly": true
            },
            "awsElasticBlockStore": {
              "volumeID": "volumeIDValue",
              "fsType": "fsTypeValue",
              "partition": 3,
              "readOnly": true
            },
            "hostPath": {
              "path": "pathValue",
              "type": "typeValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.30.0/storage.k8s.io.v1.VolumeAttachment.yaml

    spec:
      attacher: attacherValue
      nodeName: nodeNameValue
      source:
        inlineVolumeSpec:
          accessModes:
          - accessModesValue
          awsElasticBlockStore:
            fsType: fsTypeValue
            partition: 3
            readOnly: true
            volumeID: volumeIDValue
          azureDisk:
            cachingMode: cachingModeValue
            diskName: diskNameValue
            diskURI: diskURIValue
            fsType: fsTypeValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/HEAD/storage.k8s.io.v1.VolumeAttachment.yaml

    spec:
      attacher: attacherValue
      nodeName: nodeNameValue
      source:
        inlineVolumeSpec:
          accessModes:
          - accessModesValue
          awsElasticBlockStore:
            fsType: fsTypeValue
            partition: 3
            readOnly: true
            volumeID: volumeIDValue
          azureDisk:
            cachingMode: cachingModeValue
            diskName: diskNameValue
            diskURI: diskURIValue
            fsType: fsTypeValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  4. pkg/apis/apps/v1beta2/defaults.go

    		}
    	}
    
    	if obj.Spec.UpdateStrategy.Type == appsv1beta2.RollingUpdateStatefulSetStrategyType &&
    		obj.Spec.UpdateStrategy.RollingUpdate != nil {
    
    		if obj.Spec.UpdateStrategy.RollingUpdate.Partition == nil {
    			obj.Spec.UpdateStrategy.RollingUpdate.Partition = ptr.To[int32](0)
    		}
    		if utilfeature.DefaultFeatureGate.Enabled(features.MaxUnavailableStatefulSet) {
    			if obj.Spec.UpdateStrategy.RollingUpdate.MaxUnavailable == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 08 09:10:50 UTC 2023
    - 5.5K bytes
    - Viewed (0)
  5. pkg/apis/apps/v1beta1/defaults.go

    	}
    	if obj.Spec.UpdateStrategy.Type == appsv1beta1.RollingUpdateStatefulSetStrategyType &&
    		obj.Spec.UpdateStrategy.RollingUpdate != nil {
    
    		if obj.Spec.UpdateStrategy.RollingUpdate.Partition == nil {
    			obj.Spec.UpdateStrategy.RollingUpdate.Partition = ptr.To[int32](0)
    		}
    		if utilfeature.DefaultFeatureGate.Enabled(features.MaxUnavailableStatefulSet) {
    			if obj.Spec.UpdateStrategy.RollingUpdate.MaxUnavailable == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 08 09:10:50 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  6. pkg/apis/apps/v1/defaults.go

    	}
    
    	if obj.Spec.UpdateStrategy.Type == appsv1.RollingUpdateStatefulSetStrategyType &&
    		obj.Spec.UpdateStrategy.RollingUpdate != nil {
    
    		if obj.Spec.UpdateStrategy.RollingUpdate.Partition == nil {
    			obj.Spec.UpdateStrategy.RollingUpdate.Partition = ptr.To[int32](0)
    		}
    		if utilfeature.DefaultFeatureGate.Enabled(features.MaxUnavailableStatefulSet) {
    			if obj.Spec.UpdateStrategy.RollingUpdate.MaxUnavailable == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 08 09:10:50 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  7. okhttp/src/main/kotlin/okhttp3/internal/connection/InetAddressOrder.kt

     */
    fun reorderForHappyEyeballs(addresses: List<InetAddress>): List<InetAddress> {
      if (addresses.size < 2) {
        return addresses
      }
    
      val (ipv6, ipv4) = addresses.partition { it is Inet6Address }
    
      return if (ipv6.isEmpty() || ipv4.isEmpty()) {
        addresses
      } else {
        interleave(ipv6, ipv4)
      }
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  8. RELEASE.md

    *   Bug Fixes:
        *   Fix bug where partitioned integer variables got their wrong shapes.
            Before
        *   Fix correctness bug in CPU and GPU implementations of Adadelta.
        *   Fix a bug in `import_meta_graph`'s handling of partitioned variables
            when importing into a scope. WARNING: This may break loading checkpoints
            of graphs with partitioned variables saved after using
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  9. tensorflow/c/experimental/saved_model/core/ops/restore_ops.h

    #include "tensorflow/core/platform/status.h"
    
    namespace tensorflow {
    namespace internal {
    
    // TODO(bmzhao): Add a function to restore multiple tensors in one call.
    
    // Restores a single non-partioned tensorhandle of dtype `dtype`, using
    // checkpoint at `prefix`, with a value stored in `checkpoint_key`.
    Status SingleRestore(ImmediateExecutionContext* ctx, const std::string& prefix,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Aug 30 21:44:45 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  10. pkg/apis/apps/v1/conversion_test.go

    		}
    	}
    }
    
    func TestV1StatefulSetUpdateStrategyConversion(t *testing.T) {
    	partition := utilpointer.Int32(2)
    	appsv1rollingUpdate := new(appsv1.RollingUpdateStatefulSetStrategy)
    	appsv1rollingUpdate.Partition = partition
    	appsrollingUpdate := new(apps.RollingUpdateStatefulSetStrategy)
    	appsrollingUpdate.Partition = *partition
    	testcases := map[string]struct {
    		stsUpdateStrategy1 *apps.StatefulSetUpdateStrategy
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 07:16:15 UTC 2023
    - 20.1K bytes
    - Viewed (0)
Back to top