...
Text file
src/k8s.io/api/testdata/v1.28.0/rbac.authorization.k8s.io.v1beta1.ClusterRole.json
1{
2 "kind": "ClusterRole",
3 "apiVersion": "rbac.authorization.k8s.io/v1beta1",
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 "rules": [
47 {
48 "verbs": [
49 "verbsValue"
50 ],
51 "apiGroups": [
52 "apiGroupsValue"
53 ],
54 "resources": [
55 "resourcesValue"
56 ],
57 "resourceNames": [
58 "resourceNamesValue"
59 ],
60 "nonResourceURLs": [
61 "nonResourceURLsValue"
62 ]
63 }
64 ],
65 "aggregationRule": {
66 "clusterRoleSelectors": [
67 {
68 "matchLabels": {
69 "matchLabelsKey": "matchLabelsValue"
70 },
71 "matchExpressions": [
72 {
73 "key": "keyValue",
74 "operator": "operatorValue",
75 "values": [
76 "valuesValue"
77 ]
78 }
79 ]
80 }
81 ]
82 }
83}
View as plain text