Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 19 of 19 for volumeBindingMode (0.39 sec)

  1. staging/src/k8s.io/api/testdata/HEAD/storage.k8s.io.v1beta1.StorageClass.yaml

      selfLink: selfLinkValue
      uid: uidValue
    mountOptions:
    - mountOptionsValue
    parameters:
      parametersKey: parametersValue
    provisioner: provisionerValue
    reclaimPolicy: reclaimPolicyValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 06 21:25:20 UTC 2022
    - 1.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.29.0/storage.k8s.io.v1beta1.StorageClass.json

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

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

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

      selfLink: selfLinkValue
      uid: uidValue
    mountOptions:
    - mountOptionsValue
    parameters:
      parametersKey: parametersValue
    provisioner: provisionerValue
    reclaimPolicy: reclaimPolicyValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.30.0/storage.k8s.io.v1.StorageClass.json

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

      selfLink: selfLinkValue
      uid: uidValue
    mountOptions:
    - mountOptionsValue
    parameters:
      parametersKey: parametersValue
    provisioner: provisionerValue
    reclaimPolicy: reclaimPolicyValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.30.0/storage.k8s.io.v1beta1.StorageClass.yaml

      selfLink: selfLinkValue
      uid: uidValue
    mountOptions:
    - mountOptionsValue
    parameters:
      parametersKey: parametersValue
    provisioner: provisionerValue
    reclaimPolicy: reclaimPolicyValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  9. pkg/registry/storage/storageclass/storage/storage_test.go

    		ObjectMeta: metav1.ObjectMeta{
    			Name: name,
    		},
    		Provisioner: "kubernetes.io/aws-ebs",
    		Parameters: map[string]string{
    			"foo": "bar",
    		},
    		ReclaimPolicy:     &deleteReclaimPolicy,
    		VolumeBindingMode: &bindingMode,
    	}
    }
    
    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: Mon Aug 12 20:55:35 UTC 2019
    - 4.6K bytes
    - Viewed (0)
Back to top