...
Text file
src/k8s.io/api/testdata/HEAD/resource.k8s.io.v1alpha2.ResourceClaim.yaml
1apiVersion: resource.k8s.io/v1alpha2
2kind: ResourceClaim
3metadata:
4 annotations:
5 annotationsKey: annotationsValue
6 creationTimestamp: "2008-01-01T01:01:01Z"
7 deletionGracePeriodSeconds: 10
8 deletionTimestamp: "2009-01-01T01:01:01Z"
9 finalizers:
10 - finalizersValue
11 generateName: generateNameValue
12 generation: 7
13 labels:
14 labelsKey: labelsValue
15 managedFields:
16 - apiVersion: apiVersionValue
17 fieldsType: fieldsTypeValue
18 fieldsV1: {}
19 manager: managerValue
20 operation: operationValue
21 subresource: subresourceValue
22 time: "2004-01-01T01:01:01Z"
23 name: nameValue
24 namespace: namespaceValue
25 ownerReferences:
26 - apiVersion: apiVersionValue
27 blockOwnerDeletion: true
28 controller: true
29 kind: kindValue
30 name: nameValue
31 uid: uidValue
32 resourceVersion: resourceVersionValue
33 selfLink: selfLinkValue
34 uid: uidValue
35spec:
36 allocationMode: allocationModeValue
37 parametersRef:
38 apiGroup: apiGroupValue
39 kind: kindValue
40 name: nameValue
41 resourceClassName: resourceClassNameValue
42status:
43 allocation:
44 availableOnNodes:
45 nodeSelectorTerms:
46 - matchExpressions:
47 - key: keyValue
48 operator: operatorValue
49 values:
50 - valuesValue
51 matchFields:
52 - key: keyValue
53 operator: operatorValue
54 values:
55 - valuesValue
56 resourceHandles:
57 - data: dataValue
58 driverName: driverNameValue
59 structuredData:
60 nodeName: nodeNameValue
61 results:
62 - namedResources:
63 name: nameValue
64 vendorRequestParameters:
65 apiVersion: example.com/v1
66 kind: CustomType
67 spec:
68 replicas: 1
69 status:
70 available: 1
71 vendorClaimParameters:
72 apiVersion: example.com/v1
73 kind: CustomType
74 spec:
75 replicas: 1
76 status:
77 available: 1
78 vendorClassParameters:
79 apiVersion: example.com/v1
80 kind: CustomType
81 spec:
82 replicas: 1
83 status:
84 available: 1
85 shareable: true
86 deallocationRequested: true
87 driverName: driverNameValue
88 reservedFor:
89 - apiGroup: apiGroupValue
90 name: nameValue
91 resource: resourceValue
92 uid: uidValue
View as plain text