...
Text file
src/k8s.io/api/testdata/HEAD/internal.apiserver.k8s.io.v1alpha1.StorageVersion.json
1{
2 "kind": "StorageVersion",
3 "apiVersion": "internal.apiserver.k8s.io/v1alpha1",
4 "metadata": {
5 "name": "nameValue",
6 "generateName": "generateNameValue",
7 "namespace": "namespaceValue",
8 "selfLink": "selfLinkValue",
9 "uid": "uidValue",
10 "resourceVersion": "resourceVersionValue",
11 "generation": 7,
12 "creationTimestamp": "2008-01-01T01:01:01Z",
13 "deletionTimestamp": "2009-01-01T01:01:01Z",
14 "deletionGracePeriodSeconds": 10,
15 "labels": {
16 "labelsKey": "labelsValue"
17 },
18 "annotations": {
19 "annotationsKey": "annotationsValue"
20 },
21 "ownerReferences": [
22 {
23 "apiVersion": "apiVersionValue",
24 "kind": "kindValue",
25 "name": "nameValue",
26 "uid": "uidValue",
27 "controller": true,
28 "blockOwnerDeletion": true
29 }
30 ],
31 "finalizers": [
32 "finalizersValue"
33 ],
34 "managedFields": [
35 {
36 "manager": "managerValue",
37 "operation": "operationValue",
38 "apiVersion": "apiVersionValue",
39 "time": "2004-01-01T01:01:01Z",
40 "fieldsType": "fieldsTypeValue",
41 "fieldsV1": {},
42 "subresource": "subresourceValue"
43 }
44 ]
45 },
46 "spec": {},
47 "status": {
48 "storageVersions": [
49 {
50 "apiServerID": "apiServerIDValue",
51 "encodingVersion": "encodingVersionValue",
52 "decodableVersions": [
53 "decodableVersionsValue"
54 ],
55 "servedVersions": [
56 "servedVersionsValue"
57 ]
58 }
59 ],
60 "commonEncodingVersion": "commonEncodingVersionValue",
61 "conditions": [
62 {
63 "type": "typeValue",
64 "status": "statusValue",
65 "observedGeneration": 3,
66 "lastTransitionTime": "2004-01-01T01:01:01Z",
67 "reason": "reasonValue",
68 "message": "messageValue"
69 }
70 ]
71 }
72}
View as plain text