Text file
src/k8s.io/api/testdata/HEAD/admissionregistration.k8s.io.v1beta1.ValidatingAdmissionPolicy.json
1{
2 "kind": "ValidatingAdmissionPolicy",
3 "apiVersion": "admissionregistration.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 "spec": {
47 "paramKind": {
48 "apiVersion": "apiVersionValue",
49 "kind": "kindValue"
50 },
51 "matchConstraints": {
52 "namespaceSelector": {
53 "matchLabels": {
54 "matchLabelsKey": "matchLabelsValue"
55 },
56 "matchExpressions": [
57 {
58 "key": "keyValue",
59 "operator": "operatorValue",
60 "values": [
61 "valuesValue"
62 ]
63 }
64 ]
65 },
66 "objectSelector": {
67 "matchLabels": {
68 "matchLabelsKey": "matchLabelsValue"
69 },
70 "matchExpressions": [
71 {
72 "key": "keyValue",
73 "operator": "operatorValue",
74 "values": [
75 "valuesValue"
76 ]
77 }
78 ]
79 },
80 "resourceRules": [
81 {
82 "resourceNames": [
83 "resourceNamesValue"
84 ],
85 "operations": [
86 "operationsValue"
87 ],
88 "apiGroups": [
89 "apiGroupsValue"
90 ],
91 "apiVersions": [
92 "apiVersionsValue"
93 ],
94 "resources": [
95 "resourcesValue"
96 ],
97 "scope": "scopeValue"
98 }
99 ],
100 "excludeResourceRules": [
101 {
102 "resourceNames": [
103 "resourceNamesValue"
104 ],
105 "operations": [
106 "operationsValue"
107 ],
108 "apiGroups": [
109 "apiGroupsValue"
110 ],
111 "apiVersions": [
112 "apiVersionsValue"
113 ],
114 "resources": [
115 "resourcesValue"
116 ],
117 "scope": "scopeValue"
118 }
119 ],
120 "matchPolicy": "matchPolicyValue"
121 },
122 "validations": [
123 {
124 "expression": "expressionValue",
125 "message": "messageValue",
126 "reason": "reasonValue",
127 "messageExpression": "messageExpressionValue"
128 }
129 ],
130 "failurePolicy": "failurePolicyValue",
131 "auditAnnotations": [
132 {
133 "key": "keyValue",
134 "valueExpression": "valueExpressionValue"
135 }
136 ],
137 "matchConditions": [
138 {
139 "name": "nameValue",
140 "expression": "expressionValue"
141 }
142 ],
143 "variables": [
144 {
145 "name": "nameValue",
146 "expression": "expressionValue"
147 }
148 ]
149 },
150 "status": {
151 "observedGeneration": 1,
152 "typeChecking": {
153 "expressionWarnings": [
154 {
155 "fieldRef": "fieldRefValue",
156 "warning": "warningValue"
157 }
158 ]
159 },
160 "conditions": [
161 {
162 "type": "typeValue",
163 "status": "statusValue",
164 "observedGeneration": 3,
165 "lastTransitionTime": "2004-01-01T01:01:01Z",
166 "reason": "reasonValue",
167 "message": "messageValue"
168 }
169 ]
170 }
171}
View as plain text