Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for claimWithEmptyClass (0.21 sec)

  1. plugin/pkg/admission/storage/storageclass/setdefault/admission_test.go

    			Namespace: "ns",
    		},
    		Spec: api.PersistentVolumeClaimSpec{
    			StorageClassName: &foo,
    		},
    	}
    	claimWithEmptyClass := &api.PersistentVolumeClaim{
    		TypeMeta: metav1.TypeMeta{
    			Kind: "PersistentVolumeClaim",
    		},
    		ObjectMeta: metav1.ObjectMeta{
    			Name:      "claimWithEmptyClass",
    			Namespace: "ns",
    		},
    		Spec: api.PersistentVolumeClaimSpec{
    			StorageClassName: &empty,
    		},
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 19 04:00:48 UTC 2022
    - 7.6K bytes
    - Viewed (0)
Back to top