-
Notifications
You must be signed in to change notification settings - Fork 0
/
test_pvc.yaml
56 lines (56 loc) · 1.42 KB
/
test_pvc.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
apiVersion: v1
items:
- apiVersion: v1
kind: PersistentVolumeClaim
metadata:
annotations:
volume.beta.kubernetes.io/storage-provisioner: openshift-storage.cephfs.csi.ceph.com
creationTimestamp: "2020-10-06T11:30:24Z"
finalizers:
- kubernetes.io/pvc-protection
managedFields:
- apiVersion: v1
fieldsType: FieldsV1
fieldsV1:
f:metadata:
f:annotations:
.: {}
f:volume.beta.kubernetes.io/storage-provisioner: {}
manager: kube-controller-manager
operation: Update
time: "2020-10-06T11:30:24Z"
- apiVersion: v1
fieldsType: FieldsV1
fieldsV1:
f:spec:
f:accessModes: {}
f:resources:
f:requests:
.: {}
f:storage: {}
f:storageClassName: {}
f:volumeMode: {}
f:status:
f:phase: {}
manager: oc
operation: Update
time: "2020-10-06T11:30:24Z"
name: ngx-fs-knfu8bnxbl-pod
namespace: test
resourceVersion: "30993261"
selfLink: /api/v1/namespaces/test/persistentvolumeclaims/ngx-fs-knfu8bnxbl-pod
uid: 18214947-5a32-4e75-a5f0-2b23e9337625
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Mi
storageClassName: ocs-external-storagecluster-cephfs
volumeMode: Filesystem
status:
phase: Pending
kind: List
metadata:
resourceVersion: ""
selfLink: ""