Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 159 for storageMode (0.27 sec)

  1. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta2.StatefulSet.yaml

              gateway: gatewayValue
              protectionDomain: protectionDomainValue
              readOnly: true
              secretRef:
                name: nameValue
              sslEnabled: true
              storageMode: storageModeValue
              storagePool: storagePoolValue
              system: systemValue
              volumeName: volumeNameValue
            secret:
              defaultMode: 3
              items:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 37.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta1.StatefulSet.yaml

              gateway: gatewayValue
              protectionDomain: protectionDomainValue
              readOnly: true
              secretRef:
                name: nameValue
              sslEnabled: true
              storageMode: storageModeValue
              storagePool: storagePoolValue
              system: systemValue
              volumeName: volumeNameValue
            secret:
              defaultMode: 3
              items:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 37.6K bytes
    - Viewed (0)
  3. pkg/apis/core/v1/defaults_test.go

    		".Spec.Volumes[0].VolumeSource.ScaleIO.FSType":                                                `"xfs"`,
    		".Spec.Volumes[0].VolumeSource.ScaleIO.StorageMode":                                           `"ThinProvisioned"`,
    		".Spec.Volumes[0].VolumeSource.Secret.DefaultMode":                                            `420`,
    	}
    	t.Run("empty PodTemplateSpec", func(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 84.4K bytes
    - Viewed (0)
  4. pkg/apis/core/v1/zz_generated.conversion.go

    	out.SecretRef = (*core.SecretReference)(unsafe.Pointer(in.SecretRef))
    	out.SSLEnabled = in.SSLEnabled
    	out.ProtectionDomain = in.ProtectionDomain
    	out.StoragePool = in.StoragePool
    	out.StorageMode = in.StorageMode
    	out.VolumeName = in.VolumeName
    	out.FSType = in.FSType
    	out.ReadOnly = in.ReadOnly
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types.go

    	// +optional
    	StoragePool string `json:"storagePool,omitempty" protobuf:"bytes,6,opt,name=storagePool"`
    	// storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned.
    	// Default is ThinProvisioned.
    	// +optional
    	StorageMode string `json:"storageMode,omitempty" protobuf:"bytes,7,opt,name=storageMode"`
    	// volumeName is the name of a volume already created in the ScaleIO system
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/core/v1/generated.proto

      // +optional
      optional string storagePool = 6;
    
      // storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned.
      // Default is ThinProvisioned.
      // +optional
      optional string storageMode = 7;
    
      // volumeName is the name of a volume already created in the ScaleIO system
      // that is associated with this volume source.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"protectionDomain": "protectionDomain is the name of the ScaleIO Protection Domain for the configured storage.",
    	"storagePool":      "storagePool is the ScaleIO Storage Pool associated with the protection domain.",
    	"storageMode":      "storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/generated.proto

      // +optional
      optional string storagePool = 6;
    
      // storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned.
      // Default is ThinProvisioned.
      // +optional
      optional string storageMode = 7;
    
      // volumeName is the name of a volume already created in the ScaleIO system
      // that is associated with this volume source.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/generated.pb.go

    	i -= len(m.VolumeName)
    	copy(dAtA[i:], m.VolumeName)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.VolumeName)))
    	i--
    	dAtA[i] = 0x42
    	i -= len(m.StorageMode)
    	copy(dAtA[i:], m.StorageMode)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.StorageMode)))
    	i--
    	dAtA[i] = 0x3a
    	i -= len(m.StoragePool)
    	copy(dAtA[i:], m.StoragePool)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.StoragePool)))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  10. pkg/apis/core/types.go

    	// +optional
    	StoragePool string
    	// Indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned.
    	// Default is ThinProvisioned.
    	// +optional
    	StorageMode string
    	// The name of a volume already created in the ScaleIO system
    	// that is associated with this volume source.
    	VolumeName string
    	// Filesystem type to mount.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
Back to top