Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 338 for storageClassName (0.23 sec)

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

    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.v1beta1.VolumeAttachment.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.29.0/storage.k8s.io.v1alpha1.VolumeAttachment.yaml

              namespace: namespaceValue
            sslEnabled: true
            storageMode: storageModeValue
            storagePool: storagePoolValue
            system: systemValue
            volumeName: volumeNameValue
          storageClassName: storageClassNameValue
          storageos:
            fsType: fsTypeValue
            readOnly: true
            secretRef:
              apiVersion: apiVersionValue
              fieldPath: fieldPathValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.29.0/storage.k8s.io.v1.VolumeAttachment.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 9K bytes
    - Viewed (0)
  5. pkg/registry/storage/csistoragecapacity/storage/storage_test.go

    	capacity := resource.MustParse("1Gi")
    	return &storageapi.CSIStorageCapacity{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:      name,
    			Namespace: metav1.NamespaceDefault,
    		},
    		NodeTopology:     &selector,
    		StorageClassName: "some-storage-class",
    		Capacity:         &capacity,
    	}
    }
    
    func TestCreate(t *testing.T) {
    	storage, server := newStorage(t)
    	defer server.Terminate(t)
    	defer storage.Store.DestroyFunc()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 03 19:54:14 UTC 2020
    - 4.4K bytes
    - Viewed (0)
  6. pkg/scheduler/framework/plugins/volumezone/volume_zone_test.go

    			Spec:       v1.PersistentVolumeClaimSpec{StorageClassName: &class0},
    		},
    		{
    			ObjectMeta: metav1.ObjectMeta{Name: "PVC_EmptySC", Namespace: "default"},
    		},
    		{
    			ObjectMeta: metav1.ObjectMeta{Name: "PVC_WaitSC", Namespace: "default"},
    			Spec:       v1.PersistentVolumeClaimSpec{StorageClassName: &classWait},
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 14 05:17:04 UTC 2023
    - 20K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/storage.k8s.io.v1.VolumeAttachment.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.29.0/storage.k8s.io.v1.VolumeAttachment.yaml

              namespace: namespaceValue
            sslEnabled: true
            storageMode: storageModeValue
            storagePool: storagePoolValue
            system: systemValue
            volumeName: volumeNameValue
          storageClassName: storageClassNameValue
          storageos:
            fsType: fsTypeValue
            readOnly: true
            secretRef:
              apiVersion: apiVersionValue
              fieldPath: fieldPathValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.29.0/storage.k8s.io.v1beta1.VolumeAttachment.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.30.0/storage.k8s.io.v1beta1.VolumeAttachment.yaml

              namespace: namespaceValue
            sslEnabled: true
            storageMode: storageModeValue
            storagePool: storagePoolValue
            system: systemValue
            volumeName: volumeNameValue
          storageClassName: storageClassNameValue
          storageos:
            fsType: fsTypeValue
            readOnly: true
            secretRef:
              apiVersion: apiVersionValue
              fieldPath: fieldPathValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 6.6K bytes
    - Viewed (0)
Back to top