Merge pull request #119957 from SataQiu/v1.28.0-api-testdata
Add v1.28.0 API testdata
This commit is contained in:
		
							
								
								
									
										113
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/admission.k8s.io.v1.AdmissionReview.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										113
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/admission.k8s.io.v1.AdmissionReview.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,113 @@ | ||||
| { | ||||
|   "kind": "AdmissionReview", | ||||
|   "apiVersion": "admission.k8s.io/v1", | ||||
|   "request": { | ||||
|     "uid": "uidValue", | ||||
|     "kind": { | ||||
|       "group": "groupValue", | ||||
|       "version": "versionValue", | ||||
|       "kind": "kindValue" | ||||
|     }, | ||||
|     "resource": { | ||||
|       "group": "groupValue", | ||||
|       "version": "versionValue", | ||||
|       "resource": "resourceValue" | ||||
|     }, | ||||
|     "subResource": "subResourceValue", | ||||
|     "requestKind": { | ||||
|       "group": "groupValue", | ||||
|       "version": "versionValue", | ||||
|       "kind": "kindValue" | ||||
|     }, | ||||
|     "requestResource": { | ||||
|       "group": "groupValue", | ||||
|       "version": "versionValue", | ||||
|       "resource": "resourceValue" | ||||
|     }, | ||||
|     "requestSubResource": "requestSubResourceValue", | ||||
|     "name": "nameValue", | ||||
|     "namespace": "namespaceValue", | ||||
|     "operation": "operationValue", | ||||
|     "userInfo": { | ||||
|       "username": "usernameValue", | ||||
|       "uid": "uidValue", | ||||
|       "groups": [ | ||||
|         "groupsValue" | ||||
|       ], | ||||
|       "extra": { | ||||
|         "extraKey": [ | ||||
|           "extraValue" | ||||
|         ] | ||||
|       } | ||||
|     }, | ||||
|     "object": { | ||||
|       "apiVersion": "example.com/v1", | ||||
|       "kind": "CustomType", | ||||
|       "spec": { | ||||
|         "replicas": 1 | ||||
|       }, | ||||
|       "status": { | ||||
|         "available": 1 | ||||
|       } | ||||
|     }, | ||||
|     "oldObject": { | ||||
|       "apiVersion": "example.com/v1", | ||||
|       "kind": "CustomType", | ||||
|       "spec": { | ||||
|         "replicas": 1 | ||||
|       }, | ||||
|       "status": { | ||||
|         "available": 1 | ||||
|       } | ||||
|     }, | ||||
|     "dryRun": true, | ||||
|     "options": { | ||||
|       "apiVersion": "example.com/v1", | ||||
|       "kind": "CustomType", | ||||
|       "spec": { | ||||
|         "replicas": 1 | ||||
|       }, | ||||
|       "status": { | ||||
|         "available": 1 | ||||
|       } | ||||
|     } | ||||
|   }, | ||||
|   "response": { | ||||
|     "uid": "uidValue", | ||||
|     "allowed": true, | ||||
|     "status": { | ||||
|       "metadata": { | ||||
|         "selfLink": "selfLinkValue", | ||||
|         "resourceVersion": "resourceVersionValue", | ||||
|         "continue": "continueValue", | ||||
|         "remainingItemCount": 4 | ||||
|       }, | ||||
|       "status": "statusValue", | ||||
|       "message": "messageValue", | ||||
|       "reason": "reasonValue", | ||||
|       "details": { | ||||
|         "name": "nameValue", | ||||
|         "group": "groupValue", | ||||
|         "kind": "kindValue", | ||||
|         "uid": "uidValue", | ||||
|         "causes": [ | ||||
|           { | ||||
|             "reason": "reasonValue", | ||||
|             "message": "messageValue", | ||||
|             "field": "fieldValue" | ||||
|           } | ||||
|         ], | ||||
|         "retryAfterSeconds": 5 | ||||
|       }, | ||||
|       "code": 6 | ||||
|     }, | ||||
|     "patch": "BA==", | ||||
|     "patchType": "patchTypeValue", | ||||
|     "auditAnnotations": { | ||||
|       "auditAnnotationsKey": "auditAnnotationsValue" | ||||
|     }, | ||||
|     "warnings": [ | ||||
|       "warningsValue" | ||||
|     ] | ||||
|   } | ||||
| } | ||||
							
								
								
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/admission.k8s.io.v1.AdmissionReview.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/admission.k8s.io.v1.AdmissionReview.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										84
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/admission.k8s.io.v1.AdmissionReview.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										84
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/admission.k8s.io.v1.AdmissionReview.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,84 @@ | ||||
| apiVersion: admission.k8s.io/v1 | ||||
| kind: AdmissionReview | ||||
| request: | ||||
|   dryRun: true | ||||
|   kind: | ||||
|     group: groupValue | ||||
|     kind: kindValue | ||||
|     version: versionValue | ||||
|   name: nameValue | ||||
|   namespace: namespaceValue | ||||
|   object: | ||||
|     apiVersion: example.com/v1 | ||||
|     kind: CustomType | ||||
|     spec: | ||||
|       replicas: 1 | ||||
|     status: | ||||
|       available: 1 | ||||
|   oldObject: | ||||
|     apiVersion: example.com/v1 | ||||
|     kind: CustomType | ||||
|     spec: | ||||
|       replicas: 1 | ||||
|     status: | ||||
|       available: 1 | ||||
|   operation: operationValue | ||||
|   options: | ||||
|     apiVersion: example.com/v1 | ||||
|     kind: CustomType | ||||
|     spec: | ||||
|       replicas: 1 | ||||
|     status: | ||||
|       available: 1 | ||||
|   requestKind: | ||||
|     group: groupValue | ||||
|     kind: kindValue | ||||
|     version: versionValue | ||||
|   requestResource: | ||||
|     group: groupValue | ||||
|     resource: resourceValue | ||||
|     version: versionValue | ||||
|   requestSubResource: requestSubResourceValue | ||||
|   resource: | ||||
|     group: groupValue | ||||
|     resource: resourceValue | ||||
|     version: versionValue | ||||
|   subResource: subResourceValue | ||||
|   uid: uidValue | ||||
|   userInfo: | ||||
|     extra: | ||||
|       extraKey: | ||||
|       - extraValue | ||||
|     groups: | ||||
|     - groupsValue | ||||
|     uid: uidValue | ||||
|     username: usernameValue | ||||
| response: | ||||
|   allowed: true | ||||
|   auditAnnotations: | ||||
|     auditAnnotationsKey: auditAnnotationsValue | ||||
|   patch: BA== | ||||
|   patchType: patchTypeValue | ||||
|   status: | ||||
|     code: 6 | ||||
|     details: | ||||
|       causes: | ||||
|       - field: fieldValue | ||||
|         message: messageValue | ||||
|         reason: reasonValue | ||||
|       group: groupValue | ||||
|       kind: kindValue | ||||
|       name: nameValue | ||||
|       retryAfterSeconds: 5 | ||||
|       uid: uidValue | ||||
|     message: messageValue | ||||
|     metadata: | ||||
|       continue: continueValue | ||||
|       remainingItemCount: 4 | ||||
|       resourceVersion: resourceVersionValue | ||||
|       selfLink: selfLinkValue | ||||
|     reason: reasonValue | ||||
|     status: statusValue | ||||
|   uid: uidValue | ||||
|   warnings: | ||||
|   - warningsValue | ||||
							
								
								
									
										113
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/admission.k8s.io.v1beta1.AdmissionReview.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										113
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/admission.k8s.io.v1beta1.AdmissionReview.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,113 @@ | ||||
| { | ||||
|   "kind": "AdmissionReview", | ||||
|   "apiVersion": "admission.k8s.io/v1beta1", | ||||
|   "request": { | ||||
|     "uid": "uidValue", | ||||
|     "kind": { | ||||
|       "group": "groupValue", | ||||
|       "version": "versionValue", | ||||
|       "kind": "kindValue" | ||||
|     }, | ||||
|     "resource": { | ||||
|       "group": "groupValue", | ||||
|       "version": "versionValue", | ||||
|       "resource": "resourceValue" | ||||
|     }, | ||||
|     "subResource": "subResourceValue", | ||||
|     "requestKind": { | ||||
|       "group": "groupValue", | ||||
|       "version": "versionValue", | ||||
|       "kind": "kindValue" | ||||
|     }, | ||||
|     "requestResource": { | ||||
|       "group": "groupValue", | ||||
|       "version": "versionValue", | ||||
|       "resource": "resourceValue" | ||||
|     }, | ||||
|     "requestSubResource": "requestSubResourceValue", | ||||
|     "name": "nameValue", | ||||
|     "namespace": "namespaceValue", | ||||
|     "operation": "operationValue", | ||||
|     "userInfo": { | ||||
|       "username": "usernameValue", | ||||
|       "uid": "uidValue", | ||||
|       "groups": [ | ||||
|         "groupsValue" | ||||
|       ], | ||||
|       "extra": { | ||||
|         "extraKey": [ | ||||
|           "extraValue" | ||||
|         ] | ||||
|       } | ||||
|     }, | ||||
|     "object": { | ||||
|       "apiVersion": "example.com/v1", | ||||
|       "kind": "CustomType", | ||||
|       "spec": { | ||||
|         "replicas": 1 | ||||
|       }, | ||||
|       "status": { | ||||
|         "available": 1 | ||||
|       } | ||||
|     }, | ||||
|     "oldObject": { | ||||
|       "apiVersion": "example.com/v1", | ||||
|       "kind": "CustomType", | ||||
|       "spec": { | ||||
|         "replicas": 1 | ||||
|       }, | ||||
|       "status": { | ||||
|         "available": 1 | ||||
|       } | ||||
|     }, | ||||
|     "dryRun": true, | ||||
|     "options": { | ||||
|       "apiVersion": "example.com/v1", | ||||
|       "kind": "CustomType", | ||||
|       "spec": { | ||||
|         "replicas": 1 | ||||
|       }, | ||||
|       "status": { | ||||
|         "available": 1 | ||||
|       } | ||||
|     } | ||||
|   }, | ||||
|   "response": { | ||||
|     "uid": "uidValue", | ||||
|     "allowed": true, | ||||
|     "status": { | ||||
|       "metadata": { | ||||
|         "selfLink": "selfLinkValue", | ||||
|         "resourceVersion": "resourceVersionValue", | ||||
|         "continue": "continueValue", | ||||
|         "remainingItemCount": 4 | ||||
|       }, | ||||
|       "status": "statusValue", | ||||
|       "message": "messageValue", | ||||
|       "reason": "reasonValue", | ||||
|       "details": { | ||||
|         "name": "nameValue", | ||||
|         "group": "groupValue", | ||||
|         "kind": "kindValue", | ||||
|         "uid": "uidValue", | ||||
|         "causes": [ | ||||
|           { | ||||
|             "reason": "reasonValue", | ||||
|             "message": "messageValue", | ||||
|             "field": "fieldValue" | ||||
|           } | ||||
|         ], | ||||
|         "retryAfterSeconds": 5 | ||||
|       }, | ||||
|       "code": 6 | ||||
|     }, | ||||
|     "patch": "BA==", | ||||
|     "patchType": "patchTypeValue", | ||||
|     "auditAnnotations": { | ||||
|       "auditAnnotationsKey": "auditAnnotationsValue" | ||||
|     }, | ||||
|     "warnings": [ | ||||
|       "warningsValue" | ||||
|     ] | ||||
|   } | ||||
| } | ||||
							
								
								
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/admission.k8s.io.v1beta1.AdmissionReview.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/admission.k8s.io.v1beta1.AdmissionReview.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										84
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/admission.k8s.io.v1beta1.AdmissionReview.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										84
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/admission.k8s.io.v1beta1.AdmissionReview.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,84 @@ | ||||
| apiVersion: admission.k8s.io/v1beta1 | ||||
| kind: AdmissionReview | ||||
| request: | ||||
|   dryRun: true | ||||
|   kind: | ||||
|     group: groupValue | ||||
|     kind: kindValue | ||||
|     version: versionValue | ||||
|   name: nameValue | ||||
|   namespace: namespaceValue | ||||
|   object: | ||||
|     apiVersion: example.com/v1 | ||||
|     kind: CustomType | ||||
|     spec: | ||||
|       replicas: 1 | ||||
|     status: | ||||
|       available: 1 | ||||
|   oldObject: | ||||
|     apiVersion: example.com/v1 | ||||
|     kind: CustomType | ||||
|     spec: | ||||
|       replicas: 1 | ||||
|     status: | ||||
|       available: 1 | ||||
|   operation: operationValue | ||||
|   options: | ||||
|     apiVersion: example.com/v1 | ||||
|     kind: CustomType | ||||
|     spec: | ||||
|       replicas: 1 | ||||
|     status: | ||||
|       available: 1 | ||||
|   requestKind: | ||||
|     group: groupValue | ||||
|     kind: kindValue | ||||
|     version: versionValue | ||||
|   requestResource: | ||||
|     group: groupValue | ||||
|     resource: resourceValue | ||||
|     version: versionValue | ||||
|   requestSubResource: requestSubResourceValue | ||||
|   resource: | ||||
|     group: groupValue | ||||
|     resource: resourceValue | ||||
|     version: versionValue | ||||
|   subResource: subResourceValue | ||||
|   uid: uidValue | ||||
|   userInfo: | ||||
|     extra: | ||||
|       extraKey: | ||||
|       - extraValue | ||||
|     groups: | ||||
|     - groupsValue | ||||
|     uid: uidValue | ||||
|     username: usernameValue | ||||
| response: | ||||
|   allowed: true | ||||
|   auditAnnotations: | ||||
|     auditAnnotationsKey: auditAnnotationsValue | ||||
|   patch: BA== | ||||
|   patchType: patchTypeValue | ||||
|   status: | ||||
|     code: 6 | ||||
|     details: | ||||
|       causes: | ||||
|       - field: fieldValue | ||||
|         message: messageValue | ||||
|         reason: reasonValue | ||||
|       group: groupValue | ||||
|       kind: kindValue | ||||
|       name: nameValue | ||||
|       retryAfterSeconds: 5 | ||||
|       uid: uidValue | ||||
|     message: messageValue | ||||
|     metadata: | ||||
|       continue: continueValue | ||||
|       remainingItemCount: 4 | ||||
|       resourceVersion: resourceVersionValue | ||||
|       selfLink: selfLinkValue | ||||
|     reason: reasonValue | ||||
|     status: statusValue | ||||
|   uid: uidValue | ||||
|   warnings: | ||||
|   - warningsValue | ||||
| @@ -0,0 +1,120 @@ | ||||
| { | ||||
|   "kind": "MutatingWebhookConfiguration", | ||||
|   "apiVersion": "admissionregistration.k8s.io/v1", | ||||
|   "metadata": { | ||||
|     "name": "nameValue", | ||||
|     "generateName": "generateNameValue", | ||||
|     "namespace": "namespaceValue", | ||||
|     "selfLink": "selfLinkValue", | ||||
|     "uid": "uidValue", | ||||
|     "resourceVersion": "resourceVersionValue", | ||||
|     "generation": 7, | ||||
|     "creationTimestamp": "2008-01-01T01:01:01Z", | ||||
|     "deletionTimestamp": "2009-01-01T01:01:01Z", | ||||
|     "deletionGracePeriodSeconds": 10, | ||||
|     "labels": { | ||||
|       "labelsKey": "labelsValue" | ||||
|     }, | ||||
|     "annotations": { | ||||
|       "annotationsKey": "annotationsValue" | ||||
|     }, | ||||
|     "ownerReferences": [ | ||||
|       { | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "kind": "kindValue", | ||||
|         "name": "nameValue", | ||||
|         "uid": "uidValue", | ||||
|         "controller": true, | ||||
|         "blockOwnerDeletion": true | ||||
|       } | ||||
|     ], | ||||
|     "finalizers": [ | ||||
|       "finalizersValue" | ||||
|     ], | ||||
|     "managedFields": [ | ||||
|       { | ||||
|         "manager": "managerValue", | ||||
|         "operation": "operationValue", | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "time": "2004-01-01T01:01:01Z", | ||||
|         "fieldsType": "fieldsTypeValue", | ||||
|         "fieldsV1": {}, | ||||
|         "subresource": "subresourceValue" | ||||
|       } | ||||
|     ] | ||||
|   }, | ||||
|   "webhooks": [ | ||||
|     { | ||||
|       "name": "nameValue", | ||||
|       "clientConfig": { | ||||
|         "url": "urlValue", | ||||
|         "service": { | ||||
|           "namespace": "namespaceValue", | ||||
|           "name": "nameValue", | ||||
|           "path": "pathValue", | ||||
|           "port": 4 | ||||
|         }, | ||||
|         "caBundle": "Ag==" | ||||
|       }, | ||||
|       "rules": [ | ||||
|         { | ||||
|           "operations": [ | ||||
|             "operationsValue" | ||||
|           ], | ||||
|           "apiGroups": [ | ||||
|             "apiGroupsValue" | ||||
|           ], | ||||
|           "apiVersions": [ | ||||
|             "apiVersionsValue" | ||||
|           ], | ||||
|           "resources": [ | ||||
|             "resourcesValue" | ||||
|           ], | ||||
|           "scope": "scopeValue" | ||||
|         } | ||||
|       ], | ||||
|       "failurePolicy": "failurePolicyValue", | ||||
|       "matchPolicy": "matchPolicyValue", | ||||
|       "namespaceSelector": { | ||||
|         "matchLabels": { | ||||
|           "matchLabelsKey": "matchLabelsValue" | ||||
|         }, | ||||
|         "matchExpressions": [ | ||||
|           { | ||||
|             "key": "keyValue", | ||||
|             "operator": "operatorValue", | ||||
|             "values": [ | ||||
|               "valuesValue" | ||||
|             ] | ||||
|           } | ||||
|         ] | ||||
|       }, | ||||
|       "objectSelector": { | ||||
|         "matchLabels": { | ||||
|           "matchLabelsKey": "matchLabelsValue" | ||||
|         }, | ||||
|         "matchExpressions": [ | ||||
|           { | ||||
|             "key": "keyValue", | ||||
|             "operator": "operatorValue", | ||||
|             "values": [ | ||||
|               "valuesValue" | ||||
|             ] | ||||
|           } | ||||
|         ] | ||||
|       }, | ||||
|       "sideEffects": "sideEffectsValue", | ||||
|       "timeoutSeconds": 7, | ||||
|       "admissionReviewVersions": [ | ||||
|         "admissionReviewVersionsValue" | ||||
|       ], | ||||
|       "reinvocationPolicy": "reinvocationPolicyValue", | ||||
|       "matchConditions": [ | ||||
|         { | ||||
|           "name": "nameValue", | ||||
|           "expression": "expressionValue" | ||||
|         } | ||||
|       ] | ||||
|     } | ||||
|   ] | ||||
| } | ||||
										
											Binary file not shown.
										
									
								
							| @@ -0,0 +1,80 @@ | ||||
| apiVersion: admissionregistration.k8s.io/v1 | ||||
| kind: MutatingWebhookConfiguration | ||||
| metadata: | ||||
|   annotations: | ||||
|     annotationsKey: annotationsValue | ||||
|   creationTimestamp: "2008-01-01T01:01:01Z" | ||||
|   deletionGracePeriodSeconds: 10 | ||||
|   deletionTimestamp: "2009-01-01T01:01:01Z" | ||||
|   finalizers: | ||||
|   - finalizersValue | ||||
|   generateName: generateNameValue | ||||
|   generation: 7 | ||||
|   labels: | ||||
|     labelsKey: labelsValue | ||||
|   managedFields: | ||||
|   - apiVersion: apiVersionValue | ||||
|     fieldsType: fieldsTypeValue | ||||
|     fieldsV1: {} | ||||
|     manager: managerValue | ||||
|     operation: operationValue | ||||
|     subresource: subresourceValue | ||||
|     time: "2004-01-01T01:01:01Z" | ||||
|   name: nameValue | ||||
|   namespace: namespaceValue | ||||
|   ownerReferences: | ||||
|   - apiVersion: apiVersionValue | ||||
|     blockOwnerDeletion: true | ||||
|     controller: true | ||||
|     kind: kindValue | ||||
|     name: nameValue | ||||
|     uid: uidValue | ||||
|   resourceVersion: resourceVersionValue | ||||
|   selfLink: selfLinkValue | ||||
|   uid: uidValue | ||||
| webhooks: | ||||
| - admissionReviewVersions: | ||||
|   - admissionReviewVersionsValue | ||||
|   clientConfig: | ||||
|     caBundle: Ag== | ||||
|     service: | ||||
|       name: nameValue | ||||
|       namespace: namespaceValue | ||||
|       path: pathValue | ||||
|       port: 4 | ||||
|     url: urlValue | ||||
|   failurePolicy: failurePolicyValue | ||||
|   matchConditions: | ||||
|   - expression: expressionValue | ||||
|     name: nameValue | ||||
|   matchPolicy: matchPolicyValue | ||||
|   name: nameValue | ||||
|   namespaceSelector: | ||||
|     matchExpressions: | ||||
|     - key: keyValue | ||||
|       operator: operatorValue | ||||
|       values: | ||||
|       - valuesValue | ||||
|     matchLabels: | ||||
|       matchLabelsKey: matchLabelsValue | ||||
|   objectSelector: | ||||
|     matchExpressions: | ||||
|     - key: keyValue | ||||
|       operator: operatorValue | ||||
|       values: | ||||
|       - valuesValue | ||||
|     matchLabels: | ||||
|       matchLabelsKey: matchLabelsValue | ||||
|   reinvocationPolicy: reinvocationPolicyValue | ||||
|   rules: | ||||
|   - apiGroups: | ||||
|     - apiGroupsValue | ||||
|     apiVersions: | ||||
|     - apiVersionsValue | ||||
|     operations: | ||||
|     - operationsValue | ||||
|     resources: | ||||
|     - resourcesValue | ||||
|     scope: scopeValue | ||||
|   sideEffects: sideEffectsValue | ||||
|   timeoutSeconds: 7 | ||||
| @@ -0,0 +1,119 @@ | ||||
| { | ||||
|   "kind": "ValidatingWebhookConfiguration", | ||||
|   "apiVersion": "admissionregistration.k8s.io/v1", | ||||
|   "metadata": { | ||||
|     "name": "nameValue", | ||||
|     "generateName": "generateNameValue", | ||||
|     "namespace": "namespaceValue", | ||||
|     "selfLink": "selfLinkValue", | ||||
|     "uid": "uidValue", | ||||
|     "resourceVersion": "resourceVersionValue", | ||||
|     "generation": 7, | ||||
|     "creationTimestamp": "2008-01-01T01:01:01Z", | ||||
|     "deletionTimestamp": "2009-01-01T01:01:01Z", | ||||
|     "deletionGracePeriodSeconds": 10, | ||||
|     "labels": { | ||||
|       "labelsKey": "labelsValue" | ||||
|     }, | ||||
|     "annotations": { | ||||
|       "annotationsKey": "annotationsValue" | ||||
|     }, | ||||
|     "ownerReferences": [ | ||||
|       { | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "kind": "kindValue", | ||||
|         "name": "nameValue", | ||||
|         "uid": "uidValue", | ||||
|         "controller": true, | ||||
|         "blockOwnerDeletion": true | ||||
|       } | ||||
|     ], | ||||
|     "finalizers": [ | ||||
|       "finalizersValue" | ||||
|     ], | ||||
|     "managedFields": [ | ||||
|       { | ||||
|         "manager": "managerValue", | ||||
|         "operation": "operationValue", | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "time": "2004-01-01T01:01:01Z", | ||||
|         "fieldsType": "fieldsTypeValue", | ||||
|         "fieldsV1": {}, | ||||
|         "subresource": "subresourceValue" | ||||
|       } | ||||
|     ] | ||||
|   }, | ||||
|   "webhooks": [ | ||||
|     { | ||||
|       "name": "nameValue", | ||||
|       "clientConfig": { | ||||
|         "url": "urlValue", | ||||
|         "service": { | ||||
|           "namespace": "namespaceValue", | ||||
|           "name": "nameValue", | ||||
|           "path": "pathValue", | ||||
|           "port": 4 | ||||
|         }, | ||||
|         "caBundle": "Ag==" | ||||
|       }, | ||||
|       "rules": [ | ||||
|         { | ||||
|           "operations": [ | ||||
|             "operationsValue" | ||||
|           ], | ||||
|           "apiGroups": [ | ||||
|             "apiGroupsValue" | ||||
|           ], | ||||
|           "apiVersions": [ | ||||
|             "apiVersionsValue" | ||||
|           ], | ||||
|           "resources": [ | ||||
|             "resourcesValue" | ||||
|           ], | ||||
|           "scope": "scopeValue" | ||||
|         } | ||||
|       ], | ||||
|       "failurePolicy": "failurePolicyValue", | ||||
|       "matchPolicy": "matchPolicyValue", | ||||
|       "namespaceSelector": { | ||||
|         "matchLabels": { | ||||
|           "matchLabelsKey": "matchLabelsValue" | ||||
|         }, | ||||
|         "matchExpressions": [ | ||||
|           { | ||||
|             "key": "keyValue", | ||||
|             "operator": "operatorValue", | ||||
|             "values": [ | ||||
|               "valuesValue" | ||||
|             ] | ||||
|           } | ||||
|         ] | ||||
|       }, | ||||
|       "objectSelector": { | ||||
|         "matchLabels": { | ||||
|           "matchLabelsKey": "matchLabelsValue" | ||||
|         }, | ||||
|         "matchExpressions": [ | ||||
|           { | ||||
|             "key": "keyValue", | ||||
|             "operator": "operatorValue", | ||||
|             "values": [ | ||||
|               "valuesValue" | ||||
|             ] | ||||
|           } | ||||
|         ] | ||||
|       }, | ||||
|       "sideEffects": "sideEffectsValue", | ||||
|       "timeoutSeconds": 7, | ||||
|       "admissionReviewVersions": [ | ||||
|         "admissionReviewVersionsValue" | ||||
|       ], | ||||
|       "matchConditions": [ | ||||
|         { | ||||
|           "name": "nameValue", | ||||
|           "expression": "expressionValue" | ||||
|         } | ||||
|       ] | ||||
|     } | ||||
|   ] | ||||
| } | ||||
										
											Binary file not shown.
										
									
								
							| @@ -0,0 +1,79 @@ | ||||
| apiVersion: admissionregistration.k8s.io/v1 | ||||
| kind: ValidatingWebhookConfiguration | ||||
| metadata: | ||||
|   annotations: | ||||
|     annotationsKey: annotationsValue | ||||
|   creationTimestamp: "2008-01-01T01:01:01Z" | ||||
|   deletionGracePeriodSeconds: 10 | ||||
|   deletionTimestamp: "2009-01-01T01:01:01Z" | ||||
|   finalizers: | ||||
|   - finalizersValue | ||||
|   generateName: generateNameValue | ||||
|   generation: 7 | ||||
|   labels: | ||||
|     labelsKey: labelsValue | ||||
|   managedFields: | ||||
|   - apiVersion: apiVersionValue | ||||
|     fieldsType: fieldsTypeValue | ||||
|     fieldsV1: {} | ||||
|     manager: managerValue | ||||
|     operation: operationValue | ||||
|     subresource: subresourceValue | ||||
|     time: "2004-01-01T01:01:01Z" | ||||
|   name: nameValue | ||||
|   namespace: namespaceValue | ||||
|   ownerReferences: | ||||
|   - apiVersion: apiVersionValue | ||||
|     blockOwnerDeletion: true | ||||
|     controller: true | ||||
|     kind: kindValue | ||||
|     name: nameValue | ||||
|     uid: uidValue | ||||
|   resourceVersion: resourceVersionValue | ||||
|   selfLink: selfLinkValue | ||||
|   uid: uidValue | ||||
| webhooks: | ||||
| - admissionReviewVersions: | ||||
|   - admissionReviewVersionsValue | ||||
|   clientConfig: | ||||
|     caBundle: Ag== | ||||
|     service: | ||||
|       name: nameValue | ||||
|       namespace: namespaceValue | ||||
|       path: pathValue | ||||
|       port: 4 | ||||
|     url: urlValue | ||||
|   failurePolicy: failurePolicyValue | ||||
|   matchConditions: | ||||
|   - expression: expressionValue | ||||
|     name: nameValue | ||||
|   matchPolicy: matchPolicyValue | ||||
|   name: nameValue | ||||
|   namespaceSelector: | ||||
|     matchExpressions: | ||||
|     - key: keyValue | ||||
|       operator: operatorValue | ||||
|       values: | ||||
|       - valuesValue | ||||
|     matchLabels: | ||||
|       matchLabelsKey: matchLabelsValue | ||||
|   objectSelector: | ||||
|     matchExpressions: | ||||
|     - key: keyValue | ||||
|       operator: operatorValue | ||||
|       values: | ||||
|       - valuesValue | ||||
|     matchLabels: | ||||
|       matchLabelsKey: matchLabelsValue | ||||
|   rules: | ||||
|   - apiGroups: | ||||
|     - apiGroupsValue | ||||
|     apiVersions: | ||||
|     - apiVersionsValue | ||||
|     operations: | ||||
|     - operationsValue | ||||
|     resources: | ||||
|     - resourcesValue | ||||
|     scope: scopeValue | ||||
|   sideEffects: sideEffectsValue | ||||
|   timeoutSeconds: 7 | ||||
| @@ -0,0 +1,171 @@ | ||||
| { | ||||
|   "kind": "ValidatingAdmissionPolicy", | ||||
|   "apiVersion": "admissionregistration.k8s.io/v1alpha1", | ||||
|   "metadata": { | ||||
|     "name": "nameValue", | ||||
|     "generateName": "generateNameValue", | ||||
|     "namespace": "namespaceValue", | ||||
|     "selfLink": "selfLinkValue", | ||||
|     "uid": "uidValue", | ||||
|     "resourceVersion": "resourceVersionValue", | ||||
|     "generation": 7, | ||||
|     "creationTimestamp": "2008-01-01T01:01:01Z", | ||||
|     "deletionTimestamp": "2009-01-01T01:01:01Z", | ||||
|     "deletionGracePeriodSeconds": 10, | ||||
|     "labels": { | ||||
|       "labelsKey": "labelsValue" | ||||
|     }, | ||||
|     "annotations": { | ||||
|       "annotationsKey": "annotationsValue" | ||||
|     }, | ||||
|     "ownerReferences": [ | ||||
|       { | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "kind": "kindValue", | ||||
|         "name": "nameValue", | ||||
|         "uid": "uidValue", | ||||
|         "controller": true, | ||||
|         "blockOwnerDeletion": true | ||||
|       } | ||||
|     ], | ||||
|     "finalizers": [ | ||||
|       "finalizersValue" | ||||
|     ], | ||||
|     "managedFields": [ | ||||
|       { | ||||
|         "manager": "managerValue", | ||||
|         "operation": "operationValue", | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "time": "2004-01-01T01:01:01Z", | ||||
|         "fieldsType": "fieldsTypeValue", | ||||
|         "fieldsV1": {}, | ||||
|         "subresource": "subresourceValue" | ||||
|       } | ||||
|     ] | ||||
|   }, | ||||
|   "spec": { | ||||
|     "paramKind": { | ||||
|       "apiVersion": "apiVersionValue", | ||||
|       "kind": "kindValue" | ||||
|     }, | ||||
|     "matchConstraints": { | ||||
|       "namespaceSelector": { | ||||
|         "matchLabels": { | ||||
|           "matchLabelsKey": "matchLabelsValue" | ||||
|         }, | ||||
|         "matchExpressions": [ | ||||
|           { | ||||
|             "key": "keyValue", | ||||
|             "operator": "operatorValue", | ||||
|             "values": [ | ||||
|               "valuesValue" | ||||
|             ] | ||||
|           } | ||||
|         ] | ||||
|       }, | ||||
|       "objectSelector": { | ||||
|         "matchLabels": { | ||||
|           "matchLabelsKey": "matchLabelsValue" | ||||
|         }, | ||||
|         "matchExpressions": [ | ||||
|           { | ||||
|             "key": "keyValue", | ||||
|             "operator": "operatorValue", | ||||
|             "values": [ | ||||
|               "valuesValue" | ||||
|             ] | ||||
|           } | ||||
|         ] | ||||
|       }, | ||||
|       "resourceRules": [ | ||||
|         { | ||||
|           "resourceNames": [ | ||||
|             "resourceNamesValue" | ||||
|           ], | ||||
|           "operations": [ | ||||
|             "operationsValue" | ||||
|           ], | ||||
|           "apiGroups": [ | ||||
|             "apiGroupsValue" | ||||
|           ], | ||||
|           "apiVersions": [ | ||||
|             "apiVersionsValue" | ||||
|           ], | ||||
|           "resources": [ | ||||
|             "resourcesValue" | ||||
|           ], | ||||
|           "scope": "scopeValue" | ||||
|         } | ||||
|       ], | ||||
|       "excludeResourceRules": [ | ||||
|         { | ||||
|           "resourceNames": [ | ||||
|             "resourceNamesValue" | ||||
|           ], | ||||
|           "operations": [ | ||||
|             "operationsValue" | ||||
|           ], | ||||
|           "apiGroups": [ | ||||
|             "apiGroupsValue" | ||||
|           ], | ||||
|           "apiVersions": [ | ||||
|             "apiVersionsValue" | ||||
|           ], | ||||
|           "resources": [ | ||||
|             "resourcesValue" | ||||
|           ], | ||||
|           "scope": "scopeValue" | ||||
|         } | ||||
|       ], | ||||
|       "matchPolicy": "matchPolicyValue" | ||||
|     }, | ||||
|     "validations": [ | ||||
|       { | ||||
|         "expression": "expressionValue", | ||||
|         "message": "messageValue", | ||||
|         "reason": "reasonValue", | ||||
|         "messageExpression": "messageExpressionValue" | ||||
|       } | ||||
|     ], | ||||
|     "failurePolicy": "failurePolicyValue", | ||||
|     "auditAnnotations": [ | ||||
|       { | ||||
|         "key": "keyValue", | ||||
|         "valueExpression": "valueExpressionValue" | ||||
|       } | ||||
|     ], | ||||
|     "matchConditions": [ | ||||
|       { | ||||
|         "name": "nameValue", | ||||
|         "expression": "expressionValue" | ||||
|       } | ||||
|     ], | ||||
|     "variables": [ | ||||
|       { | ||||
|         "name": "nameValue", | ||||
|         "expression": "expressionValue" | ||||
|       } | ||||
|     ] | ||||
|   }, | ||||
|   "status": { | ||||
|     "observedGeneration": 1, | ||||
|     "typeChecking": { | ||||
|       "expressionWarnings": [ | ||||
|         { | ||||
|           "fieldRef": "fieldRefValue", | ||||
|           "warning": "warningValue" | ||||
|         } | ||||
|       ] | ||||
|     }, | ||||
|     "conditions": [ | ||||
|       { | ||||
|         "type": "typeValue", | ||||
|         "status": "statusValue", | ||||
|         "observedGeneration": 3, | ||||
|         "lastTransitionTime": "2004-01-01T01:01:01Z", | ||||
|         "reason": "reasonValue", | ||||
|         "message": "messageValue" | ||||
|       } | ||||
|     ] | ||||
|   } | ||||
| } | ||||
										
											Binary file not shown.
										
									
								
							| @@ -0,0 +1,108 @@ | ||||
| apiVersion: admissionregistration.k8s.io/v1alpha1 | ||||
| kind: ValidatingAdmissionPolicy | ||||
| metadata: | ||||
|   annotations: | ||||
|     annotationsKey: annotationsValue | ||||
|   creationTimestamp: "2008-01-01T01:01:01Z" | ||||
|   deletionGracePeriodSeconds: 10 | ||||
|   deletionTimestamp: "2009-01-01T01:01:01Z" | ||||
|   finalizers: | ||||
|   - finalizersValue | ||||
|   generateName: generateNameValue | ||||
|   generation: 7 | ||||
|   labels: | ||||
|     labelsKey: labelsValue | ||||
|   managedFields: | ||||
|   - apiVersion: apiVersionValue | ||||
|     fieldsType: fieldsTypeValue | ||||
|     fieldsV1: {} | ||||
|     manager: managerValue | ||||
|     operation: operationValue | ||||
|     subresource: subresourceValue | ||||
|     time: "2004-01-01T01:01:01Z" | ||||
|   name: nameValue | ||||
|   namespace: namespaceValue | ||||
|   ownerReferences: | ||||
|   - apiVersion: apiVersionValue | ||||
|     blockOwnerDeletion: true | ||||
|     controller: true | ||||
|     kind: kindValue | ||||
|     name: nameValue | ||||
|     uid: uidValue | ||||
|   resourceVersion: resourceVersionValue | ||||
|   selfLink: selfLinkValue | ||||
|   uid: uidValue | ||||
| spec: | ||||
|   auditAnnotations: | ||||
|   - key: keyValue | ||||
|     valueExpression: valueExpressionValue | ||||
|   failurePolicy: failurePolicyValue | ||||
|   matchConditions: | ||||
|   - expression: expressionValue | ||||
|     name: nameValue | ||||
|   matchConstraints: | ||||
|     excludeResourceRules: | ||||
|     - apiGroups: | ||||
|       - apiGroupsValue | ||||
|       apiVersions: | ||||
|       - apiVersionsValue | ||||
|       operations: | ||||
|       - operationsValue | ||||
|       resourceNames: | ||||
|       - resourceNamesValue | ||||
|       resources: | ||||
|       - resourcesValue | ||||
|       scope: scopeValue | ||||
|     matchPolicy: matchPolicyValue | ||||
|     namespaceSelector: | ||||
|       matchExpressions: | ||||
|       - key: keyValue | ||||
|         operator: operatorValue | ||||
|         values: | ||||
|         - valuesValue | ||||
|       matchLabels: | ||||
|         matchLabelsKey: matchLabelsValue | ||||
|     objectSelector: | ||||
|       matchExpressions: | ||||
|       - key: keyValue | ||||
|         operator: operatorValue | ||||
|         values: | ||||
|         - valuesValue | ||||
|       matchLabels: | ||||
|         matchLabelsKey: matchLabelsValue | ||||
|     resourceRules: | ||||
|     - apiGroups: | ||||
|       - apiGroupsValue | ||||
|       apiVersions: | ||||
|       - apiVersionsValue | ||||
|       operations: | ||||
|       - operationsValue | ||||
|       resourceNames: | ||||
|       - resourceNamesValue | ||||
|       resources: | ||||
|       - resourcesValue | ||||
|       scope: scopeValue | ||||
|   paramKind: | ||||
|     apiVersion: apiVersionValue | ||||
|     kind: kindValue | ||||
|   validations: | ||||
|   - expression: expressionValue | ||||
|     message: messageValue | ||||
|     messageExpression: messageExpressionValue | ||||
|     reason: reasonValue | ||||
|   variables: | ||||
|   - expression: expressionValue | ||||
|     name: nameValue | ||||
| status: | ||||
|   conditions: | ||||
|   - lastTransitionTime: "2004-01-01T01:01:01Z" | ||||
|     message: messageValue | ||||
|     observedGeneration: 3 | ||||
|     reason: reasonValue | ||||
|     status: statusValue | ||||
|     type: typeValue | ||||
|   observedGeneration: 1 | ||||
|   typeChecking: | ||||
|     expressionWarnings: | ||||
|     - fieldRef: fieldRefValue | ||||
|       warning: warningValue | ||||
| @@ -0,0 +1,142 @@ | ||||
| { | ||||
|   "kind": "ValidatingAdmissionPolicyBinding", | ||||
|   "apiVersion": "admissionregistration.k8s.io/v1alpha1", | ||||
|   "metadata": { | ||||
|     "name": "nameValue", | ||||
|     "generateName": "generateNameValue", | ||||
|     "namespace": "namespaceValue", | ||||
|     "selfLink": "selfLinkValue", | ||||
|     "uid": "uidValue", | ||||
|     "resourceVersion": "resourceVersionValue", | ||||
|     "generation": 7, | ||||
|     "creationTimestamp": "2008-01-01T01:01:01Z", | ||||
|     "deletionTimestamp": "2009-01-01T01:01:01Z", | ||||
|     "deletionGracePeriodSeconds": 10, | ||||
|     "labels": { | ||||
|       "labelsKey": "labelsValue" | ||||
|     }, | ||||
|     "annotations": { | ||||
|       "annotationsKey": "annotationsValue" | ||||
|     }, | ||||
|     "ownerReferences": [ | ||||
|       { | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "kind": "kindValue", | ||||
|         "name": "nameValue", | ||||
|         "uid": "uidValue", | ||||
|         "controller": true, | ||||
|         "blockOwnerDeletion": true | ||||
|       } | ||||
|     ], | ||||
|     "finalizers": [ | ||||
|       "finalizersValue" | ||||
|     ], | ||||
|     "managedFields": [ | ||||
|       { | ||||
|         "manager": "managerValue", | ||||
|         "operation": "operationValue", | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "time": "2004-01-01T01:01:01Z", | ||||
|         "fieldsType": "fieldsTypeValue", | ||||
|         "fieldsV1": {}, | ||||
|         "subresource": "subresourceValue" | ||||
|       } | ||||
|     ] | ||||
|   }, | ||||
|   "spec": { | ||||
|     "policyName": "policyNameValue", | ||||
|     "paramRef": { | ||||
|       "name": "nameValue", | ||||
|       "namespace": "namespaceValue", | ||||
|       "selector": { | ||||
|         "matchLabels": { | ||||
|           "matchLabelsKey": "matchLabelsValue" | ||||
|         }, | ||||
|         "matchExpressions": [ | ||||
|           { | ||||
|             "key": "keyValue", | ||||
|             "operator": "operatorValue", | ||||
|             "values": [ | ||||
|               "valuesValue" | ||||
|             ] | ||||
|           } | ||||
|         ] | ||||
|       }, | ||||
|       "parameterNotFoundAction": "parameterNotFoundActionValue" | ||||
|     }, | ||||
|     "matchResources": { | ||||
|       "namespaceSelector": { | ||||
|         "matchLabels": { | ||||
|           "matchLabelsKey": "matchLabelsValue" | ||||
|         }, | ||||
|         "matchExpressions": [ | ||||
|           { | ||||
|             "key": "keyValue", | ||||
|             "operator": "operatorValue", | ||||
|             "values": [ | ||||
|               "valuesValue" | ||||
|             ] | ||||
|           } | ||||
|         ] | ||||
|       }, | ||||
|       "objectSelector": { | ||||
|         "matchLabels": { | ||||
|           "matchLabelsKey": "matchLabelsValue" | ||||
|         }, | ||||
|         "matchExpressions": [ | ||||
|           { | ||||
|             "key": "keyValue", | ||||
|             "operator": "operatorValue", | ||||
|             "values": [ | ||||
|               "valuesValue" | ||||
|             ] | ||||
|           } | ||||
|         ] | ||||
|       }, | ||||
|       "resourceRules": [ | ||||
|         { | ||||
|           "resourceNames": [ | ||||
|             "resourceNamesValue" | ||||
|           ], | ||||
|           "operations": [ | ||||
|             "operationsValue" | ||||
|           ], | ||||
|           "apiGroups": [ | ||||
|             "apiGroupsValue" | ||||
|           ], | ||||
|           "apiVersions": [ | ||||
|             "apiVersionsValue" | ||||
|           ], | ||||
|           "resources": [ | ||||
|             "resourcesValue" | ||||
|           ], | ||||
|           "scope": "scopeValue" | ||||
|         } | ||||
|       ], | ||||
|       "excludeResourceRules": [ | ||||
|         { | ||||
|           "resourceNames": [ | ||||
|             "resourceNamesValue" | ||||
|           ], | ||||
|           "operations": [ | ||||
|             "operationsValue" | ||||
|           ], | ||||
|           "apiGroups": [ | ||||
|             "apiGroupsValue" | ||||
|           ], | ||||
|           "apiVersions": [ | ||||
|             "apiVersionsValue" | ||||
|           ], | ||||
|           "resources": [ | ||||
|             "resourcesValue" | ||||
|           ], | ||||
|           "scope": "scopeValue" | ||||
|         } | ||||
|       ], | ||||
|       "matchPolicy": "matchPolicyValue" | ||||
|     }, | ||||
|     "validationActions": [ | ||||
|       "validationActionsValue" | ||||
|     ] | ||||
|   } | ||||
| } | ||||
										
											Binary file not shown.
										
									
								
							| @@ -0,0 +1,92 @@ | ||||
| apiVersion: admissionregistration.k8s.io/v1alpha1 | ||||
| kind: ValidatingAdmissionPolicyBinding | ||||
| metadata: | ||||
|   annotations: | ||||
|     annotationsKey: annotationsValue | ||||
|   creationTimestamp: "2008-01-01T01:01:01Z" | ||||
|   deletionGracePeriodSeconds: 10 | ||||
|   deletionTimestamp: "2009-01-01T01:01:01Z" | ||||
|   finalizers: | ||||
|   - finalizersValue | ||||
|   generateName: generateNameValue | ||||
|   generation: 7 | ||||
|   labels: | ||||
|     labelsKey: labelsValue | ||||
|   managedFields: | ||||
|   - apiVersion: apiVersionValue | ||||
|     fieldsType: fieldsTypeValue | ||||
|     fieldsV1: {} | ||||
|     manager: managerValue | ||||
|     operation: operationValue | ||||
|     subresource: subresourceValue | ||||
|     time: "2004-01-01T01:01:01Z" | ||||
|   name: nameValue | ||||
|   namespace: namespaceValue | ||||
|   ownerReferences: | ||||
|   - apiVersion: apiVersionValue | ||||
|     blockOwnerDeletion: true | ||||
|     controller: true | ||||
|     kind: kindValue | ||||
|     name: nameValue | ||||
|     uid: uidValue | ||||
|   resourceVersion: resourceVersionValue | ||||
|   selfLink: selfLinkValue | ||||
|   uid: uidValue | ||||
| spec: | ||||
|   matchResources: | ||||
|     excludeResourceRules: | ||||
|     - apiGroups: | ||||
|       - apiGroupsValue | ||||
|       apiVersions: | ||||
|       - apiVersionsValue | ||||
|       operations: | ||||
|       - operationsValue | ||||
|       resourceNames: | ||||
|       - resourceNamesValue | ||||
|       resources: | ||||
|       - resourcesValue | ||||
|       scope: scopeValue | ||||
|     matchPolicy: matchPolicyValue | ||||
|     namespaceSelector: | ||||
|       matchExpressions: | ||||
|       - key: keyValue | ||||
|         operator: operatorValue | ||||
|         values: | ||||
|         - valuesValue | ||||
|       matchLabels: | ||||
|         matchLabelsKey: matchLabelsValue | ||||
|     objectSelector: | ||||
|       matchExpressions: | ||||
|       - key: keyValue | ||||
|         operator: operatorValue | ||||
|         values: | ||||
|         - valuesValue | ||||
|       matchLabels: | ||||
|         matchLabelsKey: matchLabelsValue | ||||
|     resourceRules: | ||||
|     - apiGroups: | ||||
|       - apiGroupsValue | ||||
|       apiVersions: | ||||
|       - apiVersionsValue | ||||
|       operations: | ||||
|       - operationsValue | ||||
|       resourceNames: | ||||
|       - resourceNamesValue | ||||
|       resources: | ||||
|       - resourcesValue | ||||
|       scope: scopeValue | ||||
|   paramRef: | ||||
|     name: nameValue | ||||
|     namespace: namespaceValue | ||||
|     parameterNotFoundAction: parameterNotFoundActionValue | ||||
|     selector: | ||||
|       matchExpressions: | ||||
|       - key: keyValue | ||||
|         operator: operatorValue | ||||
|         values: | ||||
|         - valuesValue | ||||
|       matchLabels: | ||||
|         matchLabelsKey: matchLabelsValue | ||||
|   policyName: policyNameValue | ||||
|   validationActions: | ||||
|   - validationActionsValue | ||||
| @@ -0,0 +1,120 @@ | ||||
| { | ||||
|   "kind": "MutatingWebhookConfiguration", | ||||
|   "apiVersion": "admissionregistration.k8s.io/v1beta1", | ||||
|   "metadata": { | ||||
|     "name": "nameValue", | ||||
|     "generateName": "generateNameValue", | ||||
|     "namespace": "namespaceValue", | ||||
|     "selfLink": "selfLinkValue", | ||||
|     "uid": "uidValue", | ||||
|     "resourceVersion": "resourceVersionValue", | ||||
|     "generation": 7, | ||||
|     "creationTimestamp": "2008-01-01T01:01:01Z", | ||||
|     "deletionTimestamp": "2009-01-01T01:01:01Z", | ||||
|     "deletionGracePeriodSeconds": 10, | ||||
|     "labels": { | ||||
|       "labelsKey": "labelsValue" | ||||
|     }, | ||||
|     "annotations": { | ||||
|       "annotationsKey": "annotationsValue" | ||||
|     }, | ||||
|     "ownerReferences": [ | ||||
|       { | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "kind": "kindValue", | ||||
|         "name": "nameValue", | ||||
|         "uid": "uidValue", | ||||
|         "controller": true, | ||||
|         "blockOwnerDeletion": true | ||||
|       } | ||||
|     ], | ||||
|     "finalizers": [ | ||||
|       "finalizersValue" | ||||
|     ], | ||||
|     "managedFields": [ | ||||
|       { | ||||
|         "manager": "managerValue", | ||||
|         "operation": "operationValue", | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "time": "2004-01-01T01:01:01Z", | ||||
|         "fieldsType": "fieldsTypeValue", | ||||
|         "fieldsV1": {}, | ||||
|         "subresource": "subresourceValue" | ||||
|       } | ||||
|     ] | ||||
|   }, | ||||
|   "webhooks": [ | ||||
|     { | ||||
|       "name": "nameValue", | ||||
|       "clientConfig": { | ||||
|         "url": "urlValue", | ||||
|         "service": { | ||||
|           "namespace": "namespaceValue", | ||||
|           "name": "nameValue", | ||||
|           "path": "pathValue", | ||||
|           "port": 4 | ||||
|         }, | ||||
|         "caBundle": "Ag==" | ||||
|       }, | ||||
|       "rules": [ | ||||
|         { | ||||
|           "operations": [ | ||||
|             "operationsValue" | ||||
|           ], | ||||
|           "apiGroups": [ | ||||
|             "apiGroupsValue" | ||||
|           ], | ||||
|           "apiVersions": [ | ||||
|             "apiVersionsValue" | ||||
|           ], | ||||
|           "resources": [ | ||||
|             "resourcesValue" | ||||
|           ], | ||||
|           "scope": "scopeValue" | ||||
|         } | ||||
|       ], | ||||
|       "failurePolicy": "failurePolicyValue", | ||||
|       "matchPolicy": "matchPolicyValue", | ||||
|       "namespaceSelector": { | ||||
|         "matchLabels": { | ||||
|           "matchLabelsKey": "matchLabelsValue" | ||||
|         }, | ||||
|         "matchExpressions": [ | ||||
|           { | ||||
|             "key": "keyValue", | ||||
|             "operator": "operatorValue", | ||||
|             "values": [ | ||||
|               "valuesValue" | ||||
|             ] | ||||
|           } | ||||
|         ] | ||||
|       }, | ||||
|       "objectSelector": { | ||||
|         "matchLabels": { | ||||
|           "matchLabelsKey": "matchLabelsValue" | ||||
|         }, | ||||
|         "matchExpressions": [ | ||||
|           { | ||||
|             "key": "keyValue", | ||||
|             "operator": "operatorValue", | ||||
|             "values": [ | ||||
|               "valuesValue" | ||||
|             ] | ||||
|           } | ||||
|         ] | ||||
|       }, | ||||
|       "sideEffects": "sideEffectsValue", | ||||
|       "timeoutSeconds": 7, | ||||
|       "admissionReviewVersions": [ | ||||
|         "admissionReviewVersionsValue" | ||||
|       ], | ||||
|       "reinvocationPolicy": "reinvocationPolicyValue", | ||||
|       "matchConditions": [ | ||||
|         { | ||||
|           "name": "nameValue", | ||||
|           "expression": "expressionValue" | ||||
|         } | ||||
|       ] | ||||
|     } | ||||
|   ] | ||||
| } | ||||
										
											Binary file not shown.
										
									
								
							| @@ -0,0 +1,80 @@ | ||||
| apiVersion: admissionregistration.k8s.io/v1beta1 | ||||
| kind: MutatingWebhookConfiguration | ||||
| metadata: | ||||
|   annotations: | ||||
|     annotationsKey: annotationsValue | ||||
|   creationTimestamp: "2008-01-01T01:01:01Z" | ||||
|   deletionGracePeriodSeconds: 10 | ||||
|   deletionTimestamp: "2009-01-01T01:01:01Z" | ||||
|   finalizers: | ||||
|   - finalizersValue | ||||
|   generateName: generateNameValue | ||||
|   generation: 7 | ||||
|   labels: | ||||
|     labelsKey: labelsValue | ||||
|   managedFields: | ||||
|   - apiVersion: apiVersionValue | ||||
|     fieldsType: fieldsTypeValue | ||||
|     fieldsV1: {} | ||||
|     manager: managerValue | ||||
|     operation: operationValue | ||||
|     subresource: subresourceValue | ||||
|     time: "2004-01-01T01:01:01Z" | ||||
|   name: nameValue | ||||
|   namespace: namespaceValue | ||||
|   ownerReferences: | ||||
|   - apiVersion: apiVersionValue | ||||
|     blockOwnerDeletion: true | ||||
|     controller: true | ||||
|     kind: kindValue | ||||
|     name: nameValue | ||||
|     uid: uidValue | ||||
|   resourceVersion: resourceVersionValue | ||||
|   selfLink: selfLinkValue | ||||
|   uid: uidValue | ||||
| webhooks: | ||||
| - admissionReviewVersions: | ||||
|   - admissionReviewVersionsValue | ||||
|   clientConfig: | ||||
|     caBundle: Ag== | ||||
|     service: | ||||
|       name: nameValue | ||||
|       namespace: namespaceValue | ||||
|       path: pathValue | ||||
|       port: 4 | ||||
|     url: urlValue | ||||
|   failurePolicy: failurePolicyValue | ||||
|   matchConditions: | ||||
|   - expression: expressionValue | ||||
|     name: nameValue | ||||
|   matchPolicy: matchPolicyValue | ||||
|   name: nameValue | ||||
|   namespaceSelector: | ||||
|     matchExpressions: | ||||
|     - key: keyValue | ||||
|       operator: operatorValue | ||||
|       values: | ||||
|       - valuesValue | ||||
|     matchLabels: | ||||
|       matchLabelsKey: matchLabelsValue | ||||
|   objectSelector: | ||||
|     matchExpressions: | ||||
|     - key: keyValue | ||||
|       operator: operatorValue | ||||
|       values: | ||||
|       - valuesValue | ||||
|     matchLabels: | ||||
|       matchLabelsKey: matchLabelsValue | ||||
|   reinvocationPolicy: reinvocationPolicyValue | ||||
|   rules: | ||||
|   - apiGroups: | ||||
|     - apiGroupsValue | ||||
|     apiVersions: | ||||
|     - apiVersionsValue | ||||
|     operations: | ||||
|     - operationsValue | ||||
|     resources: | ||||
|     - resourcesValue | ||||
|     scope: scopeValue | ||||
|   sideEffects: sideEffectsValue | ||||
|   timeoutSeconds: 7 | ||||
| @@ -0,0 +1,171 @@ | ||||
| { | ||||
|   "kind": "ValidatingAdmissionPolicy", | ||||
|   "apiVersion": "admissionregistration.k8s.io/v1beta1", | ||||
|   "metadata": { | ||||
|     "name": "nameValue", | ||||
|     "generateName": "generateNameValue", | ||||
|     "namespace": "namespaceValue", | ||||
|     "selfLink": "selfLinkValue", | ||||
|     "uid": "uidValue", | ||||
|     "resourceVersion": "resourceVersionValue", | ||||
|     "generation": 7, | ||||
|     "creationTimestamp": "2008-01-01T01:01:01Z", | ||||
|     "deletionTimestamp": "2009-01-01T01:01:01Z", | ||||
|     "deletionGracePeriodSeconds": 10, | ||||
|     "labels": { | ||||
|       "labelsKey": "labelsValue" | ||||
|     }, | ||||
|     "annotations": { | ||||
|       "annotationsKey": "annotationsValue" | ||||
|     }, | ||||
|     "ownerReferences": [ | ||||
|       { | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "kind": "kindValue", | ||||
|         "name": "nameValue", | ||||
|         "uid": "uidValue", | ||||
|         "controller": true, | ||||
|         "blockOwnerDeletion": true | ||||
|       } | ||||
|     ], | ||||
|     "finalizers": [ | ||||
|       "finalizersValue" | ||||
|     ], | ||||
|     "managedFields": [ | ||||
|       { | ||||
|         "manager": "managerValue", | ||||
|         "operation": "operationValue", | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "time": "2004-01-01T01:01:01Z", | ||||
|         "fieldsType": "fieldsTypeValue", | ||||
|         "fieldsV1": {}, | ||||
|         "subresource": "subresourceValue" | ||||
|       } | ||||
|     ] | ||||
|   }, | ||||
|   "spec": { | ||||
|     "paramKind": { | ||||
|       "apiVersion": "apiVersionValue", | ||||
|       "kind": "kindValue" | ||||
|     }, | ||||
|     "matchConstraints": { | ||||
|       "namespaceSelector": { | ||||
|         "matchLabels": { | ||||
|           "matchLabelsKey": "matchLabelsValue" | ||||
|         }, | ||||
|         "matchExpressions": [ | ||||
|           { | ||||
|             "key": "keyValue", | ||||
|             "operator": "operatorValue", | ||||
|             "values": [ | ||||
|               "valuesValue" | ||||
|             ] | ||||
|           } | ||||
|         ] | ||||
|       }, | ||||
|       "objectSelector": { | ||||
|         "matchLabels": { | ||||
|           "matchLabelsKey": "matchLabelsValue" | ||||
|         }, | ||||
|         "matchExpressions": [ | ||||
|           { | ||||
|             "key": "keyValue", | ||||
|             "operator": "operatorValue", | ||||
|             "values": [ | ||||
|               "valuesValue" | ||||
|             ] | ||||
|           } | ||||
|         ] | ||||
|       }, | ||||
|       "resourceRules": [ | ||||
|         { | ||||
|           "resourceNames": [ | ||||
|             "resourceNamesValue" | ||||
|           ], | ||||
|           "operations": [ | ||||
|             "operationsValue" | ||||
|           ], | ||||
|           "apiGroups": [ | ||||
|             "apiGroupsValue" | ||||
|           ], | ||||
|           "apiVersions": [ | ||||
|             "apiVersionsValue" | ||||
|           ], | ||||
|           "resources": [ | ||||
|             "resourcesValue" | ||||
|           ], | ||||
|           "scope": "scopeValue" | ||||
|         } | ||||
|       ], | ||||
|       "excludeResourceRules": [ | ||||
|         { | ||||
|           "resourceNames": [ | ||||
|             "resourceNamesValue" | ||||
|           ], | ||||
|           "operations": [ | ||||
|             "operationsValue" | ||||
|           ], | ||||
|           "apiGroups": [ | ||||
|             "apiGroupsValue" | ||||
|           ], | ||||
|           "apiVersions": [ | ||||
|             "apiVersionsValue" | ||||
|           ], | ||||
|           "resources": [ | ||||
|             "resourcesValue" | ||||
|           ], | ||||
|           "scope": "scopeValue" | ||||
|         } | ||||
|       ], | ||||
|       "matchPolicy": "matchPolicyValue" | ||||
|     }, | ||||
|     "validations": [ | ||||
|       { | ||||
|         "expression": "expressionValue", | ||||
|         "message": "messageValue", | ||||
|         "reason": "reasonValue", | ||||
|         "messageExpression": "messageExpressionValue" | ||||
|       } | ||||
|     ], | ||||
|     "failurePolicy": "failurePolicyValue", | ||||
|     "auditAnnotations": [ | ||||
|       { | ||||
|         "key": "keyValue", | ||||
|         "valueExpression": "valueExpressionValue" | ||||
|       } | ||||
|     ], | ||||
|     "matchConditions": [ | ||||
|       { | ||||
|         "name": "nameValue", | ||||
|         "expression": "expressionValue" | ||||
|       } | ||||
|     ], | ||||
|     "variables": [ | ||||
|       { | ||||
|         "name": "nameValue", | ||||
|         "expression": "expressionValue" | ||||
|       } | ||||
|     ] | ||||
|   }, | ||||
|   "status": { | ||||
|     "observedGeneration": 1, | ||||
|     "typeChecking": { | ||||
|       "expressionWarnings": [ | ||||
|         { | ||||
|           "fieldRef": "fieldRefValue", | ||||
|           "warning": "warningValue" | ||||
|         } | ||||
|       ] | ||||
|     }, | ||||
|     "conditions": [ | ||||
|       { | ||||
|         "type": "typeValue", | ||||
|         "status": "statusValue", | ||||
|         "observedGeneration": 3, | ||||
|         "lastTransitionTime": "2004-01-01T01:01:01Z", | ||||
|         "reason": "reasonValue", | ||||
|         "message": "messageValue" | ||||
|       } | ||||
|     ] | ||||
|   } | ||||
| } | ||||
										
											Binary file not shown.
										
									
								
							| @@ -0,0 +1,108 @@ | ||||
| apiVersion: admissionregistration.k8s.io/v1beta1 | ||||
| kind: ValidatingAdmissionPolicy | ||||
| metadata: | ||||
|   annotations: | ||||
|     annotationsKey: annotationsValue | ||||
|   creationTimestamp: "2008-01-01T01:01:01Z" | ||||
|   deletionGracePeriodSeconds: 10 | ||||
|   deletionTimestamp: "2009-01-01T01:01:01Z" | ||||
|   finalizers: | ||||
|   - finalizersValue | ||||
|   generateName: generateNameValue | ||||
|   generation: 7 | ||||
|   labels: | ||||
|     labelsKey: labelsValue | ||||
|   managedFields: | ||||
|   - apiVersion: apiVersionValue | ||||
|     fieldsType: fieldsTypeValue | ||||
|     fieldsV1: {} | ||||
|     manager: managerValue | ||||
|     operation: operationValue | ||||
|     subresource: subresourceValue | ||||
|     time: "2004-01-01T01:01:01Z" | ||||
|   name: nameValue | ||||
|   namespace: namespaceValue | ||||
|   ownerReferences: | ||||
|   - apiVersion: apiVersionValue | ||||
|     blockOwnerDeletion: true | ||||
|     controller: true | ||||
|     kind: kindValue | ||||
|     name: nameValue | ||||
|     uid: uidValue | ||||
|   resourceVersion: resourceVersionValue | ||||
|   selfLink: selfLinkValue | ||||
|   uid: uidValue | ||||
| spec: | ||||
|   auditAnnotations: | ||||
|   - key: keyValue | ||||
|     valueExpression: valueExpressionValue | ||||
|   failurePolicy: failurePolicyValue | ||||
|   matchConditions: | ||||
|   - expression: expressionValue | ||||
|     name: nameValue | ||||
|   matchConstraints: | ||||
|     excludeResourceRules: | ||||
|     - apiGroups: | ||||
|       - apiGroupsValue | ||||
|       apiVersions: | ||||
|       - apiVersionsValue | ||||
|       operations: | ||||
|       - operationsValue | ||||
|       resourceNames: | ||||
|       - resourceNamesValue | ||||
|       resources: | ||||
|       - resourcesValue | ||||
|       scope: scopeValue | ||||
|     matchPolicy: matchPolicyValue | ||||
|     namespaceSelector: | ||||
|       matchExpressions: | ||||
|       - key: keyValue | ||||
|         operator: operatorValue | ||||
|         values: | ||||
|         - valuesValue | ||||
|       matchLabels: | ||||
|         matchLabelsKey: matchLabelsValue | ||||
|     objectSelector: | ||||
|       matchExpressions: | ||||
|       - key: keyValue | ||||
|         operator: operatorValue | ||||
|         values: | ||||
|         - valuesValue | ||||
|       matchLabels: | ||||
|         matchLabelsKey: matchLabelsValue | ||||
|     resourceRules: | ||||
|     - apiGroups: | ||||
|       - apiGroupsValue | ||||
|       apiVersions: | ||||
|       - apiVersionsValue | ||||
|       operations: | ||||
|       - operationsValue | ||||
|       resourceNames: | ||||
|       - resourceNamesValue | ||||
|       resources: | ||||
|       - resourcesValue | ||||
|       scope: scopeValue | ||||
|   paramKind: | ||||
|     apiVersion: apiVersionValue | ||||
|     kind: kindValue | ||||
|   validations: | ||||
|   - expression: expressionValue | ||||
|     message: messageValue | ||||
|     messageExpression: messageExpressionValue | ||||
|     reason: reasonValue | ||||
|   variables: | ||||
|   - expression: expressionValue | ||||
|     name: nameValue | ||||
| status: | ||||
|   conditions: | ||||
|   - lastTransitionTime: "2004-01-01T01:01:01Z" | ||||
|     message: messageValue | ||||
|     observedGeneration: 3 | ||||
|     reason: reasonValue | ||||
|     status: statusValue | ||||
|     type: typeValue | ||||
|   observedGeneration: 1 | ||||
|   typeChecking: | ||||
|     expressionWarnings: | ||||
|     - fieldRef: fieldRefValue | ||||
|       warning: warningValue | ||||
| @@ -0,0 +1,142 @@ | ||||
| { | ||||
|   "kind": "ValidatingAdmissionPolicyBinding", | ||||
|   "apiVersion": "admissionregistration.k8s.io/v1beta1", | ||||
|   "metadata": { | ||||
|     "name": "nameValue", | ||||
|     "generateName": "generateNameValue", | ||||
|     "namespace": "namespaceValue", | ||||
|     "selfLink": "selfLinkValue", | ||||
|     "uid": "uidValue", | ||||
|     "resourceVersion": "resourceVersionValue", | ||||
|     "generation": 7, | ||||
|     "creationTimestamp": "2008-01-01T01:01:01Z", | ||||
|     "deletionTimestamp": "2009-01-01T01:01:01Z", | ||||
|     "deletionGracePeriodSeconds": 10, | ||||
|     "labels": { | ||||
|       "labelsKey": "labelsValue" | ||||
|     }, | ||||
|     "annotations": { | ||||
|       "annotationsKey": "annotationsValue" | ||||
|     }, | ||||
|     "ownerReferences": [ | ||||
|       { | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "kind": "kindValue", | ||||
|         "name": "nameValue", | ||||
|         "uid": "uidValue", | ||||
|         "controller": true, | ||||
|         "blockOwnerDeletion": true | ||||
|       } | ||||
|     ], | ||||
|     "finalizers": [ | ||||
|       "finalizersValue" | ||||
|     ], | ||||
|     "managedFields": [ | ||||
|       { | ||||
|         "manager": "managerValue", | ||||
|         "operation": "operationValue", | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "time": "2004-01-01T01:01:01Z", | ||||
|         "fieldsType": "fieldsTypeValue", | ||||
|         "fieldsV1": {}, | ||||
|         "subresource": "subresourceValue" | ||||
|       } | ||||
|     ] | ||||
|   }, | ||||
|   "spec": { | ||||
|     "policyName": "policyNameValue", | ||||
|     "paramRef": { | ||||
|       "name": "nameValue", | ||||
|       "namespace": "namespaceValue", | ||||
|       "selector": { | ||||
|         "matchLabels": { | ||||
|           "matchLabelsKey": "matchLabelsValue" | ||||
|         }, | ||||
|         "matchExpressions": [ | ||||
|           { | ||||
|             "key": "keyValue", | ||||
|             "operator": "operatorValue", | ||||
|             "values": [ | ||||
|               "valuesValue" | ||||
|             ] | ||||
|           } | ||||
|         ] | ||||
|       }, | ||||
|       "parameterNotFoundAction": "parameterNotFoundActionValue" | ||||
|     }, | ||||
|     "matchResources": { | ||||
|       "namespaceSelector": { | ||||
|         "matchLabels": { | ||||
|           "matchLabelsKey": "matchLabelsValue" | ||||
|         }, | ||||
|         "matchExpressions": [ | ||||
|           { | ||||
|             "key": "keyValue", | ||||
|             "operator": "operatorValue", | ||||
|             "values": [ | ||||
|               "valuesValue" | ||||
|             ] | ||||
|           } | ||||
|         ] | ||||
|       }, | ||||
|       "objectSelector": { | ||||
|         "matchLabels": { | ||||
|           "matchLabelsKey": "matchLabelsValue" | ||||
|         }, | ||||
|         "matchExpressions": [ | ||||
|           { | ||||
|             "key": "keyValue", | ||||
|             "operator": "operatorValue", | ||||
|             "values": [ | ||||
|               "valuesValue" | ||||
|             ] | ||||
|           } | ||||
|         ] | ||||
|       }, | ||||
|       "resourceRules": [ | ||||
|         { | ||||
|           "resourceNames": [ | ||||
|             "resourceNamesValue" | ||||
|           ], | ||||
|           "operations": [ | ||||
|             "operationsValue" | ||||
|           ], | ||||
|           "apiGroups": [ | ||||
|             "apiGroupsValue" | ||||
|           ], | ||||
|           "apiVersions": [ | ||||
|             "apiVersionsValue" | ||||
|           ], | ||||
|           "resources": [ | ||||
|             "resourcesValue" | ||||
|           ], | ||||
|           "scope": "scopeValue" | ||||
|         } | ||||
|       ], | ||||
|       "excludeResourceRules": [ | ||||
|         { | ||||
|           "resourceNames": [ | ||||
|             "resourceNamesValue" | ||||
|           ], | ||||
|           "operations": [ | ||||
|             "operationsValue" | ||||
|           ], | ||||
|           "apiGroups": [ | ||||
|             "apiGroupsValue" | ||||
|           ], | ||||
|           "apiVersions": [ | ||||
|             "apiVersionsValue" | ||||
|           ], | ||||
|           "resources": [ | ||||
|             "resourcesValue" | ||||
|           ], | ||||
|           "scope": "scopeValue" | ||||
|         } | ||||
|       ], | ||||
|       "matchPolicy": "matchPolicyValue" | ||||
|     }, | ||||
|     "validationActions": [ | ||||
|       "validationActionsValue" | ||||
|     ] | ||||
|   } | ||||
| } | ||||
										
											Binary file not shown.
										
									
								
							| @@ -0,0 +1,92 @@ | ||||
| apiVersion: admissionregistration.k8s.io/v1beta1 | ||||
| kind: ValidatingAdmissionPolicyBinding | ||||
| metadata: | ||||
|   annotations: | ||||
|     annotationsKey: annotationsValue | ||||
|   creationTimestamp: "2008-01-01T01:01:01Z" | ||||
|   deletionGracePeriodSeconds: 10 | ||||
|   deletionTimestamp: "2009-01-01T01:01:01Z" | ||||
|   finalizers: | ||||
|   - finalizersValue | ||||
|   generateName: generateNameValue | ||||
|   generation: 7 | ||||
|   labels: | ||||
|     labelsKey: labelsValue | ||||
|   managedFields: | ||||
|   - apiVersion: apiVersionValue | ||||
|     fieldsType: fieldsTypeValue | ||||
|     fieldsV1: {} | ||||
|     manager: managerValue | ||||
|     operation: operationValue | ||||
|     subresource: subresourceValue | ||||
|     time: "2004-01-01T01:01:01Z" | ||||
|   name: nameValue | ||||
|   namespace: namespaceValue | ||||
|   ownerReferences: | ||||
|   - apiVersion: apiVersionValue | ||||
|     blockOwnerDeletion: true | ||||
|     controller: true | ||||
|     kind: kindValue | ||||
|     name: nameValue | ||||
|     uid: uidValue | ||||
|   resourceVersion: resourceVersionValue | ||||
|   selfLink: selfLinkValue | ||||
|   uid: uidValue | ||||
| spec: | ||||
|   matchResources: | ||||
|     excludeResourceRules: | ||||
|     - apiGroups: | ||||
|       - apiGroupsValue | ||||
|       apiVersions: | ||||
|       - apiVersionsValue | ||||
|       operations: | ||||
|       - operationsValue | ||||
|       resourceNames: | ||||
|       - resourceNamesValue | ||||
|       resources: | ||||
|       - resourcesValue | ||||
|       scope: scopeValue | ||||
|     matchPolicy: matchPolicyValue | ||||
|     namespaceSelector: | ||||
|       matchExpressions: | ||||
|       - key: keyValue | ||||
|         operator: operatorValue | ||||
|         values: | ||||
|         - valuesValue | ||||
|       matchLabels: | ||||
|         matchLabelsKey: matchLabelsValue | ||||
|     objectSelector: | ||||
|       matchExpressions: | ||||
|       - key: keyValue | ||||
|         operator: operatorValue | ||||
|         values: | ||||
|         - valuesValue | ||||
|       matchLabels: | ||||
|         matchLabelsKey: matchLabelsValue | ||||
|     resourceRules: | ||||
|     - apiGroups: | ||||
|       - apiGroupsValue | ||||
|       apiVersions: | ||||
|       - apiVersionsValue | ||||
|       operations: | ||||
|       - operationsValue | ||||
|       resourceNames: | ||||
|       - resourceNamesValue | ||||
|       resources: | ||||
|       - resourcesValue | ||||
|       scope: scopeValue | ||||
|   paramRef: | ||||
|     name: nameValue | ||||
|     namespace: namespaceValue | ||||
|     parameterNotFoundAction: parameterNotFoundActionValue | ||||
|     selector: | ||||
|       matchExpressions: | ||||
|       - key: keyValue | ||||
|         operator: operatorValue | ||||
|         values: | ||||
|         - valuesValue | ||||
|       matchLabels: | ||||
|         matchLabelsKey: matchLabelsValue | ||||
|   policyName: policyNameValue | ||||
|   validationActions: | ||||
|   - validationActionsValue | ||||
| @@ -0,0 +1,119 @@ | ||||
| { | ||||
|   "kind": "ValidatingWebhookConfiguration", | ||||
|   "apiVersion": "admissionregistration.k8s.io/v1beta1", | ||||
|   "metadata": { | ||||
|     "name": "nameValue", | ||||
|     "generateName": "generateNameValue", | ||||
|     "namespace": "namespaceValue", | ||||
|     "selfLink": "selfLinkValue", | ||||
|     "uid": "uidValue", | ||||
|     "resourceVersion": "resourceVersionValue", | ||||
|     "generation": 7, | ||||
|     "creationTimestamp": "2008-01-01T01:01:01Z", | ||||
|     "deletionTimestamp": "2009-01-01T01:01:01Z", | ||||
|     "deletionGracePeriodSeconds": 10, | ||||
|     "labels": { | ||||
|       "labelsKey": "labelsValue" | ||||
|     }, | ||||
|     "annotations": { | ||||
|       "annotationsKey": "annotationsValue" | ||||
|     }, | ||||
|     "ownerReferences": [ | ||||
|       { | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "kind": "kindValue", | ||||
|         "name": "nameValue", | ||||
|         "uid": "uidValue", | ||||
|         "controller": true, | ||||
|         "blockOwnerDeletion": true | ||||
|       } | ||||
|     ], | ||||
|     "finalizers": [ | ||||
|       "finalizersValue" | ||||
|     ], | ||||
|     "managedFields": [ | ||||
|       { | ||||
|         "manager": "managerValue", | ||||
|         "operation": "operationValue", | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "time": "2004-01-01T01:01:01Z", | ||||
|         "fieldsType": "fieldsTypeValue", | ||||
|         "fieldsV1": {}, | ||||
|         "subresource": "subresourceValue" | ||||
|       } | ||||
|     ] | ||||
|   }, | ||||
|   "webhooks": [ | ||||
|     { | ||||
|       "name": "nameValue", | ||||
|       "clientConfig": { | ||||
|         "url": "urlValue", | ||||
|         "service": { | ||||
|           "namespace": "namespaceValue", | ||||
|           "name": "nameValue", | ||||
|           "path": "pathValue", | ||||
|           "port": 4 | ||||
|         }, | ||||
|         "caBundle": "Ag==" | ||||
|       }, | ||||
|       "rules": [ | ||||
|         { | ||||
|           "operations": [ | ||||
|             "operationsValue" | ||||
|           ], | ||||
|           "apiGroups": [ | ||||
|             "apiGroupsValue" | ||||
|           ], | ||||
|           "apiVersions": [ | ||||
|             "apiVersionsValue" | ||||
|           ], | ||||
|           "resources": [ | ||||
|             "resourcesValue" | ||||
|           ], | ||||
|           "scope": "scopeValue" | ||||
|         } | ||||
|       ], | ||||
|       "failurePolicy": "failurePolicyValue", | ||||
|       "matchPolicy": "matchPolicyValue", | ||||
|       "namespaceSelector": { | ||||
|         "matchLabels": { | ||||
|           "matchLabelsKey": "matchLabelsValue" | ||||
|         }, | ||||
|         "matchExpressions": [ | ||||
|           { | ||||
|             "key": "keyValue", | ||||
|             "operator": "operatorValue", | ||||
|             "values": [ | ||||
|               "valuesValue" | ||||
|             ] | ||||
|           } | ||||
|         ] | ||||
|       }, | ||||
|       "objectSelector": { | ||||
|         "matchLabels": { | ||||
|           "matchLabelsKey": "matchLabelsValue" | ||||
|         }, | ||||
|         "matchExpressions": [ | ||||
|           { | ||||
|             "key": "keyValue", | ||||
|             "operator": "operatorValue", | ||||
|             "values": [ | ||||
|               "valuesValue" | ||||
|             ] | ||||
|           } | ||||
|         ] | ||||
|       }, | ||||
|       "sideEffects": "sideEffectsValue", | ||||
|       "timeoutSeconds": 7, | ||||
|       "admissionReviewVersions": [ | ||||
|         "admissionReviewVersionsValue" | ||||
|       ], | ||||
|       "matchConditions": [ | ||||
|         { | ||||
|           "name": "nameValue", | ||||
|           "expression": "expressionValue" | ||||
|         } | ||||
|       ] | ||||
|     } | ||||
|   ] | ||||
| } | ||||
										
											Binary file not shown.
										
									
								
							| @@ -0,0 +1,79 @@ | ||||
| apiVersion: admissionregistration.k8s.io/v1beta1 | ||||
| kind: ValidatingWebhookConfiguration | ||||
| metadata: | ||||
|   annotations: | ||||
|     annotationsKey: annotationsValue | ||||
|   creationTimestamp: "2008-01-01T01:01:01Z" | ||||
|   deletionGracePeriodSeconds: 10 | ||||
|   deletionTimestamp: "2009-01-01T01:01:01Z" | ||||
|   finalizers: | ||||
|   - finalizersValue | ||||
|   generateName: generateNameValue | ||||
|   generation: 7 | ||||
|   labels: | ||||
|     labelsKey: labelsValue | ||||
|   managedFields: | ||||
|   - apiVersion: apiVersionValue | ||||
|     fieldsType: fieldsTypeValue | ||||
|     fieldsV1: {} | ||||
|     manager: managerValue | ||||
|     operation: operationValue | ||||
|     subresource: subresourceValue | ||||
|     time: "2004-01-01T01:01:01Z" | ||||
|   name: nameValue | ||||
|   namespace: namespaceValue | ||||
|   ownerReferences: | ||||
|   - apiVersion: apiVersionValue | ||||
|     blockOwnerDeletion: true | ||||
|     controller: true | ||||
|     kind: kindValue | ||||
|     name: nameValue | ||||
|     uid: uidValue | ||||
|   resourceVersion: resourceVersionValue | ||||
|   selfLink: selfLinkValue | ||||
|   uid: uidValue | ||||
| webhooks: | ||||
| - admissionReviewVersions: | ||||
|   - admissionReviewVersionsValue | ||||
|   clientConfig: | ||||
|     caBundle: Ag== | ||||
|     service: | ||||
|       name: nameValue | ||||
|       namespace: namespaceValue | ||||
|       path: pathValue | ||||
|       port: 4 | ||||
|     url: urlValue | ||||
|   failurePolicy: failurePolicyValue | ||||
|   matchConditions: | ||||
|   - expression: expressionValue | ||||
|     name: nameValue | ||||
|   matchPolicy: matchPolicyValue | ||||
|   name: nameValue | ||||
|   namespaceSelector: | ||||
|     matchExpressions: | ||||
|     - key: keyValue | ||||
|       operator: operatorValue | ||||
|       values: | ||||
|       - valuesValue | ||||
|     matchLabels: | ||||
|       matchLabelsKey: matchLabelsValue | ||||
|   objectSelector: | ||||
|     matchExpressions: | ||||
|     - key: keyValue | ||||
|       operator: operatorValue | ||||
|       values: | ||||
|       - valuesValue | ||||
|     matchLabels: | ||||
|       matchLabelsKey: matchLabelsValue | ||||
|   rules: | ||||
|   - apiGroups: | ||||
|     - apiGroupsValue | ||||
|     apiVersions: | ||||
|     - apiVersionsValue | ||||
|     operations: | ||||
|     - operationsValue | ||||
|     resources: | ||||
|     - resourcesValue | ||||
|     scope: scopeValue | ||||
|   sideEffects: sideEffectsValue | ||||
|   timeoutSeconds: 7 | ||||
							
								
								
									
										93
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apidiscovery.k8s.io.v2beta1.APIGroupDiscovery.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										93
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apidiscovery.k8s.io.v2beta1.APIGroupDiscovery.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,93 @@ | ||||
| { | ||||
|   "kind": "APIGroupDiscovery", | ||||
|   "apiVersion": "apidiscovery.k8s.io/v2beta1", | ||||
|   "metadata": { | ||||
|     "name": "nameValue", | ||||
|     "generateName": "generateNameValue", | ||||
|     "namespace": "namespaceValue", | ||||
|     "selfLink": "selfLinkValue", | ||||
|     "uid": "uidValue", | ||||
|     "resourceVersion": "resourceVersionValue", | ||||
|     "generation": 7, | ||||
|     "creationTimestamp": "2008-01-01T01:01:01Z", | ||||
|     "deletionTimestamp": "2009-01-01T01:01:01Z", | ||||
|     "deletionGracePeriodSeconds": 10, | ||||
|     "labels": { | ||||
|       "labelsKey": "labelsValue" | ||||
|     }, | ||||
|     "annotations": { | ||||
|       "annotationsKey": "annotationsValue" | ||||
|     }, | ||||
|     "ownerReferences": [ | ||||
|       { | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "kind": "kindValue", | ||||
|         "name": "nameValue", | ||||
|         "uid": "uidValue", | ||||
|         "controller": true, | ||||
|         "blockOwnerDeletion": true | ||||
|       } | ||||
|     ], | ||||
|     "finalizers": [ | ||||
|       "finalizersValue" | ||||
|     ], | ||||
|     "managedFields": [ | ||||
|       { | ||||
|         "manager": "managerValue", | ||||
|         "operation": "operationValue", | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "time": "2004-01-01T01:01:01Z", | ||||
|         "fieldsType": "fieldsTypeValue", | ||||
|         "fieldsV1": {}, | ||||
|         "subresource": "subresourceValue" | ||||
|       } | ||||
|     ] | ||||
|   }, | ||||
|   "versions": [ | ||||
|     { | ||||
|       "version": "versionValue", | ||||
|       "resources": [ | ||||
|         { | ||||
|           "resource": "resourceValue", | ||||
|           "responseKind": { | ||||
|             "group": "groupValue", | ||||
|             "version": "versionValue", | ||||
|             "kind": "kindValue" | ||||
|           }, | ||||
|           "scope": "scopeValue", | ||||
|           "singularResource": "singularResourceValue", | ||||
|           "verbs": [ | ||||
|             "verbsValue" | ||||
|           ], | ||||
|           "shortNames": [ | ||||
|             "shortNamesValue" | ||||
|           ], | ||||
|           "categories": [ | ||||
|             "categoriesValue" | ||||
|           ], | ||||
|           "subresources": [ | ||||
|             { | ||||
|               "subresource": "subresourceValue", | ||||
|               "responseKind": { | ||||
|                 "group": "groupValue", | ||||
|                 "version": "versionValue", | ||||
|                 "kind": "kindValue" | ||||
|               }, | ||||
|               "acceptedTypes": [ | ||||
|                 { | ||||
|                   "group": "groupValue", | ||||
|                   "version": "versionValue", | ||||
|                   "kind": "kindValue" | ||||
|                 } | ||||
|               ], | ||||
|               "verbs": [ | ||||
|                 "verbsValue" | ||||
|               ] | ||||
|             } | ||||
|           ] | ||||
|         } | ||||
|       ], | ||||
|       "freshness": "freshnessValue" | ||||
|     } | ||||
|   ] | ||||
| } | ||||
							
								
								
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apidiscovery.k8s.io.v2beta1.APIGroupDiscovery.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apidiscovery.k8s.io.v2beta1.APIGroupDiscovery.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										63
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apidiscovery.k8s.io.v2beta1.APIGroupDiscovery.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										63
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apidiscovery.k8s.io.v2beta1.APIGroupDiscovery.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,63 @@ | ||||
| apiVersion: apidiscovery.k8s.io/v2beta1 | ||||
| kind: APIGroupDiscovery | ||||
| metadata: | ||||
|   annotations: | ||||
|     annotationsKey: annotationsValue | ||||
|   creationTimestamp: "2008-01-01T01:01:01Z" | ||||
|   deletionGracePeriodSeconds: 10 | ||||
|   deletionTimestamp: "2009-01-01T01:01:01Z" | ||||
|   finalizers: | ||||
|   - finalizersValue | ||||
|   generateName: generateNameValue | ||||
|   generation: 7 | ||||
|   labels: | ||||
|     labelsKey: labelsValue | ||||
|   managedFields: | ||||
|   - apiVersion: apiVersionValue | ||||
|     fieldsType: fieldsTypeValue | ||||
|     fieldsV1: {} | ||||
|     manager: managerValue | ||||
|     operation: operationValue | ||||
|     subresource: subresourceValue | ||||
|     time: "2004-01-01T01:01:01Z" | ||||
|   name: nameValue | ||||
|   namespace: namespaceValue | ||||
|   ownerReferences: | ||||
|   - apiVersion: apiVersionValue | ||||
|     blockOwnerDeletion: true | ||||
|     controller: true | ||||
|     kind: kindValue | ||||
|     name: nameValue | ||||
|     uid: uidValue | ||||
|   resourceVersion: resourceVersionValue | ||||
|   selfLink: selfLinkValue | ||||
|   uid: uidValue | ||||
| versions: | ||||
| - freshness: freshnessValue | ||||
|   resources: | ||||
|   - categories: | ||||
|     - categoriesValue | ||||
|     resource: resourceValue | ||||
|     responseKind: | ||||
|       group: groupValue | ||||
|       kind: kindValue | ||||
|       version: versionValue | ||||
|     scope: scopeValue | ||||
|     shortNames: | ||||
|     - shortNamesValue | ||||
|     singularResource: singularResourceValue | ||||
|     subresources: | ||||
|     - acceptedTypes: | ||||
|       - group: groupValue | ||||
|         kind: kindValue | ||||
|         version: versionValue | ||||
|       responseKind: | ||||
|         group: groupValue | ||||
|         kind: kindValue | ||||
|         version: versionValue | ||||
|       subresource: subresourceValue | ||||
|       verbs: | ||||
|       - verbsValue | ||||
|     verbs: | ||||
|     - verbsValue | ||||
|   version: versionValue | ||||
							
								
								
									
										57
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1.ControllerRevision.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										57
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1.ControllerRevision.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,57 @@ | ||||
| { | ||||
|   "kind": "ControllerRevision", | ||||
|   "apiVersion": "apps/v1", | ||||
|   "metadata": { | ||||
|     "name": "nameValue", | ||||
|     "generateName": "generateNameValue", | ||||
|     "namespace": "namespaceValue", | ||||
|     "selfLink": "selfLinkValue", | ||||
|     "uid": "uidValue", | ||||
|     "resourceVersion": "resourceVersionValue", | ||||
|     "generation": 7, | ||||
|     "creationTimestamp": "2008-01-01T01:01:01Z", | ||||
|     "deletionTimestamp": "2009-01-01T01:01:01Z", | ||||
|     "deletionGracePeriodSeconds": 10, | ||||
|     "labels": { | ||||
|       "labelsKey": "labelsValue" | ||||
|     }, | ||||
|     "annotations": { | ||||
|       "annotationsKey": "annotationsValue" | ||||
|     }, | ||||
|     "ownerReferences": [ | ||||
|       { | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "kind": "kindValue", | ||||
|         "name": "nameValue", | ||||
|         "uid": "uidValue", | ||||
|         "controller": true, | ||||
|         "blockOwnerDeletion": true | ||||
|       } | ||||
|     ], | ||||
|     "finalizers": [ | ||||
|       "finalizersValue" | ||||
|     ], | ||||
|     "managedFields": [ | ||||
|       { | ||||
|         "manager": "managerValue", | ||||
|         "operation": "operationValue", | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "time": "2004-01-01T01:01:01Z", | ||||
|         "fieldsType": "fieldsTypeValue", | ||||
|         "fieldsV1": {}, | ||||
|         "subresource": "subresourceValue" | ||||
|       } | ||||
|     ] | ||||
|   }, | ||||
|   "data": { | ||||
|     "apiVersion": "example.com/v1", | ||||
|     "kind": "CustomType", | ||||
|     "spec": { | ||||
|       "replicas": 1 | ||||
|     }, | ||||
|     "status": { | ||||
|       "available": 1 | ||||
|     } | ||||
|   }, | ||||
|   "revision": 3 | ||||
| } | ||||
							
								
								
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1.ControllerRevision.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1.ControllerRevision.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										42
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1.ControllerRevision.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										42
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1.ControllerRevision.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,42 @@ | ||||
| apiVersion: apps/v1 | ||||
| data: | ||||
|   apiVersion: example.com/v1 | ||||
|   kind: CustomType | ||||
|   spec: | ||||
|     replicas: 1 | ||||
|   status: | ||||
|     available: 1 | ||||
| kind: ControllerRevision | ||||
| metadata: | ||||
|   annotations: | ||||
|     annotationsKey: annotationsValue | ||||
|   creationTimestamp: "2008-01-01T01:01:01Z" | ||||
|   deletionGracePeriodSeconds: 10 | ||||
|   deletionTimestamp: "2009-01-01T01:01:01Z" | ||||
|   finalizers: | ||||
|   - finalizersValue | ||||
|   generateName: generateNameValue | ||||
|   generation: 7 | ||||
|   labels: | ||||
|     labelsKey: labelsValue | ||||
|   managedFields: | ||||
|   - apiVersion: apiVersionValue | ||||
|     fieldsType: fieldsTypeValue | ||||
|     fieldsV1: {} | ||||
|     manager: managerValue | ||||
|     operation: operationValue | ||||
|     subresource: subresourceValue | ||||
|     time: "2004-01-01T01:01:01Z" | ||||
|   name: nameValue | ||||
|   namespace: namespaceValue | ||||
|   ownerReferences: | ||||
|   - apiVersion: apiVersionValue | ||||
|     blockOwnerDeletion: true | ||||
|     controller: true | ||||
|     kind: kindValue | ||||
|     name: nameValue | ||||
|     uid: uidValue | ||||
|   resourceVersion: resourceVersionValue | ||||
|   selfLink: selfLinkValue | ||||
|   uid: uidValue | ||||
| revision: 3 | ||||
							
								
								
									
										1718
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1.DaemonSet.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1718
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1.DaemonSet.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1.DaemonSet.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1.DaemonSet.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										1176
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1.DaemonSet.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1176
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1.DaemonSet.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										1720
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1.Deployment.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1720
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1.Deployment.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1.Deployment.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1.Deployment.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										1178
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1.Deployment.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1178
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1.Deployment.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										1707
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1.ReplicaSet.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1707
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1.ReplicaSet.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1.ReplicaSet.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1.ReplicaSet.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										1167
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1.ReplicaSet.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1167
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1.ReplicaSet.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										1845
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1.StatefulSet.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1845
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1.StatefulSet.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1.StatefulSet.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1.StatefulSet.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										1264
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1.StatefulSet.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1264
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1.StatefulSet.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										57
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta1.ControllerRevision.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										57
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta1.ControllerRevision.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,57 @@ | ||||
| { | ||||
|   "kind": "ControllerRevision", | ||||
|   "apiVersion": "apps/v1beta1", | ||||
|   "metadata": { | ||||
|     "name": "nameValue", | ||||
|     "generateName": "generateNameValue", | ||||
|     "namespace": "namespaceValue", | ||||
|     "selfLink": "selfLinkValue", | ||||
|     "uid": "uidValue", | ||||
|     "resourceVersion": "resourceVersionValue", | ||||
|     "generation": 7, | ||||
|     "creationTimestamp": "2008-01-01T01:01:01Z", | ||||
|     "deletionTimestamp": "2009-01-01T01:01:01Z", | ||||
|     "deletionGracePeriodSeconds": 10, | ||||
|     "labels": { | ||||
|       "labelsKey": "labelsValue" | ||||
|     }, | ||||
|     "annotations": { | ||||
|       "annotationsKey": "annotationsValue" | ||||
|     }, | ||||
|     "ownerReferences": [ | ||||
|       { | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "kind": "kindValue", | ||||
|         "name": "nameValue", | ||||
|         "uid": "uidValue", | ||||
|         "controller": true, | ||||
|         "blockOwnerDeletion": true | ||||
|       } | ||||
|     ], | ||||
|     "finalizers": [ | ||||
|       "finalizersValue" | ||||
|     ], | ||||
|     "managedFields": [ | ||||
|       { | ||||
|         "manager": "managerValue", | ||||
|         "operation": "operationValue", | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "time": "2004-01-01T01:01:01Z", | ||||
|         "fieldsType": "fieldsTypeValue", | ||||
|         "fieldsV1": {}, | ||||
|         "subresource": "subresourceValue" | ||||
|       } | ||||
|     ] | ||||
|   }, | ||||
|   "data": { | ||||
|     "apiVersion": "example.com/v1", | ||||
|     "kind": "CustomType", | ||||
|     "spec": { | ||||
|       "replicas": 1 | ||||
|     }, | ||||
|     "status": { | ||||
|       "available": 1 | ||||
|     } | ||||
|   }, | ||||
|   "revision": 3 | ||||
| } | ||||
							
								
								
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta1.ControllerRevision.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta1.ControllerRevision.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										42
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta1.ControllerRevision.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										42
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta1.ControllerRevision.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,42 @@ | ||||
| apiVersion: apps/v1beta1 | ||||
| data: | ||||
|   apiVersion: example.com/v1 | ||||
|   kind: CustomType | ||||
|   spec: | ||||
|     replicas: 1 | ||||
|   status: | ||||
|     available: 1 | ||||
| kind: ControllerRevision | ||||
| metadata: | ||||
|   annotations: | ||||
|     annotationsKey: annotationsValue | ||||
|   creationTimestamp: "2008-01-01T01:01:01Z" | ||||
|   deletionGracePeriodSeconds: 10 | ||||
|   deletionTimestamp: "2009-01-01T01:01:01Z" | ||||
|   finalizers: | ||||
|   - finalizersValue | ||||
|   generateName: generateNameValue | ||||
|   generation: 7 | ||||
|   labels: | ||||
|     labelsKey: labelsValue | ||||
|   managedFields: | ||||
|   - apiVersion: apiVersionValue | ||||
|     fieldsType: fieldsTypeValue | ||||
|     fieldsV1: {} | ||||
|     manager: managerValue | ||||
|     operation: operationValue | ||||
|     subresource: subresourceValue | ||||
|     time: "2004-01-01T01:01:01Z" | ||||
|   name: nameValue | ||||
|   namespace: namespaceValue | ||||
|   ownerReferences: | ||||
|   - apiVersion: apiVersionValue | ||||
|     blockOwnerDeletion: true | ||||
|     controller: true | ||||
|     kind: kindValue | ||||
|     name: nameValue | ||||
|     uid: uidValue | ||||
|   resourceVersion: resourceVersionValue | ||||
|   selfLink: selfLinkValue | ||||
|   uid: uidValue | ||||
| revision: 3 | ||||
							
								
								
									
										1723
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta1.Deployment.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1723
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta1.Deployment.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta1.Deployment.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta1.Deployment.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										1180
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta1.Deployment.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1180
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta1.Deployment.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										11
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta1.DeploymentRollback.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta1.DeploymentRollback.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| { | ||||
|   "kind": "DeploymentRollback", | ||||
|   "apiVersion": "apps/v1beta1", | ||||
|   "name": "nameValue", | ||||
|   "updatedAnnotations": { | ||||
|     "updatedAnnotationsKey": "updatedAnnotationsValue" | ||||
|   }, | ||||
|   "rollbackTo": { | ||||
|     "revision": 1 | ||||
|   } | ||||
| } | ||||
							
								
								
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta1.DeploymentRollback.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta1.DeploymentRollback.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										7
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta1.DeploymentRollback.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta1.DeploymentRollback.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,7 @@ | ||||
| apiVersion: apps/v1beta1 | ||||
| kind: DeploymentRollback | ||||
| name: nameValue | ||||
| rollbackTo: | ||||
|   revision: 1 | ||||
| updatedAnnotations: | ||||
|   updatedAnnotationsKey: updatedAnnotationsValue | ||||
							
								
								
									
										56
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta1.Scale.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										56
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta1.Scale.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,56 @@ | ||||
| { | ||||
|   "kind": "Scale", | ||||
|   "apiVersion": "apps/v1beta1", | ||||
|   "metadata": { | ||||
|     "name": "nameValue", | ||||
|     "generateName": "generateNameValue", | ||||
|     "namespace": "namespaceValue", | ||||
|     "selfLink": "selfLinkValue", | ||||
|     "uid": "uidValue", | ||||
|     "resourceVersion": "resourceVersionValue", | ||||
|     "generation": 7, | ||||
|     "creationTimestamp": "2008-01-01T01:01:01Z", | ||||
|     "deletionTimestamp": "2009-01-01T01:01:01Z", | ||||
|     "deletionGracePeriodSeconds": 10, | ||||
|     "labels": { | ||||
|       "labelsKey": "labelsValue" | ||||
|     }, | ||||
|     "annotations": { | ||||
|       "annotationsKey": "annotationsValue" | ||||
|     }, | ||||
|     "ownerReferences": [ | ||||
|       { | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "kind": "kindValue", | ||||
|         "name": "nameValue", | ||||
|         "uid": "uidValue", | ||||
|         "controller": true, | ||||
|         "blockOwnerDeletion": true | ||||
|       } | ||||
|     ], | ||||
|     "finalizers": [ | ||||
|       "finalizersValue" | ||||
|     ], | ||||
|     "managedFields": [ | ||||
|       { | ||||
|         "manager": "managerValue", | ||||
|         "operation": "operationValue", | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "time": "2004-01-01T01:01:01Z", | ||||
|         "fieldsType": "fieldsTypeValue", | ||||
|         "fieldsV1": {}, | ||||
|         "subresource": "subresourceValue" | ||||
|       } | ||||
|     ] | ||||
|   }, | ||||
|   "spec": { | ||||
|     "replicas": 1 | ||||
|   }, | ||||
|   "status": { | ||||
|     "replicas": 1, | ||||
|     "selector": { | ||||
|       "selectorKey": "selectorValue" | ||||
|     }, | ||||
|     "targetSelector": "targetSelectorValue" | ||||
|   } | ||||
| } | ||||
							
								
								
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta1.Scale.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta1.Scale.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										41
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta1.Scale.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										41
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta1.Scale.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,41 @@ | ||||
| apiVersion: apps/v1beta1 | ||||
| kind: Scale | ||||
| metadata: | ||||
|   annotations: | ||||
|     annotationsKey: annotationsValue | ||||
|   creationTimestamp: "2008-01-01T01:01:01Z" | ||||
|   deletionGracePeriodSeconds: 10 | ||||
|   deletionTimestamp: "2009-01-01T01:01:01Z" | ||||
|   finalizers: | ||||
|   - finalizersValue | ||||
|   generateName: generateNameValue | ||||
|   generation: 7 | ||||
|   labels: | ||||
|     labelsKey: labelsValue | ||||
|   managedFields: | ||||
|   - apiVersion: apiVersionValue | ||||
|     fieldsType: fieldsTypeValue | ||||
|     fieldsV1: {} | ||||
|     manager: managerValue | ||||
|     operation: operationValue | ||||
|     subresource: subresourceValue | ||||
|     time: "2004-01-01T01:01:01Z" | ||||
|   name: nameValue | ||||
|   namespace: namespaceValue | ||||
|   ownerReferences: | ||||
|   - apiVersion: apiVersionValue | ||||
|     blockOwnerDeletion: true | ||||
|     controller: true | ||||
|     kind: kindValue | ||||
|     name: nameValue | ||||
|     uid: uidValue | ||||
|   resourceVersion: resourceVersionValue | ||||
|   selfLink: selfLinkValue | ||||
|   uid: uidValue | ||||
| spec: | ||||
|   replicas: 1 | ||||
| status: | ||||
|   replicas: 1 | ||||
|   selector: | ||||
|     selectorKey: selectorValue | ||||
|   targetSelector: targetSelectorValue | ||||
							
								
								
									
										1845
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta1.StatefulSet.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1845
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta1.StatefulSet.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta1.StatefulSet.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta1.StatefulSet.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										1264
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta1.StatefulSet.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1264
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta1.StatefulSet.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										57
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta2.ControllerRevision.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										57
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta2.ControllerRevision.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,57 @@ | ||||
| { | ||||
|   "kind": "ControllerRevision", | ||||
|   "apiVersion": "apps/v1beta2", | ||||
|   "metadata": { | ||||
|     "name": "nameValue", | ||||
|     "generateName": "generateNameValue", | ||||
|     "namespace": "namespaceValue", | ||||
|     "selfLink": "selfLinkValue", | ||||
|     "uid": "uidValue", | ||||
|     "resourceVersion": "resourceVersionValue", | ||||
|     "generation": 7, | ||||
|     "creationTimestamp": "2008-01-01T01:01:01Z", | ||||
|     "deletionTimestamp": "2009-01-01T01:01:01Z", | ||||
|     "deletionGracePeriodSeconds": 10, | ||||
|     "labels": { | ||||
|       "labelsKey": "labelsValue" | ||||
|     }, | ||||
|     "annotations": { | ||||
|       "annotationsKey": "annotationsValue" | ||||
|     }, | ||||
|     "ownerReferences": [ | ||||
|       { | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "kind": "kindValue", | ||||
|         "name": "nameValue", | ||||
|         "uid": "uidValue", | ||||
|         "controller": true, | ||||
|         "blockOwnerDeletion": true | ||||
|       } | ||||
|     ], | ||||
|     "finalizers": [ | ||||
|       "finalizersValue" | ||||
|     ], | ||||
|     "managedFields": [ | ||||
|       { | ||||
|         "manager": "managerValue", | ||||
|         "operation": "operationValue", | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "time": "2004-01-01T01:01:01Z", | ||||
|         "fieldsType": "fieldsTypeValue", | ||||
|         "fieldsV1": {}, | ||||
|         "subresource": "subresourceValue" | ||||
|       } | ||||
|     ] | ||||
|   }, | ||||
|   "data": { | ||||
|     "apiVersion": "example.com/v1", | ||||
|     "kind": "CustomType", | ||||
|     "spec": { | ||||
|       "replicas": 1 | ||||
|     }, | ||||
|     "status": { | ||||
|       "available": 1 | ||||
|     } | ||||
|   }, | ||||
|   "revision": 3 | ||||
| } | ||||
							
								
								
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta2.ControllerRevision.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta2.ControllerRevision.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										42
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta2.ControllerRevision.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										42
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta2.ControllerRevision.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,42 @@ | ||||
| apiVersion: apps/v1beta2 | ||||
| data: | ||||
|   apiVersion: example.com/v1 | ||||
|   kind: CustomType | ||||
|   spec: | ||||
|     replicas: 1 | ||||
|   status: | ||||
|     available: 1 | ||||
| kind: ControllerRevision | ||||
| metadata: | ||||
|   annotations: | ||||
|     annotationsKey: annotationsValue | ||||
|   creationTimestamp: "2008-01-01T01:01:01Z" | ||||
|   deletionGracePeriodSeconds: 10 | ||||
|   deletionTimestamp: "2009-01-01T01:01:01Z" | ||||
|   finalizers: | ||||
|   - finalizersValue | ||||
|   generateName: generateNameValue | ||||
|   generation: 7 | ||||
|   labels: | ||||
|     labelsKey: labelsValue | ||||
|   managedFields: | ||||
|   - apiVersion: apiVersionValue | ||||
|     fieldsType: fieldsTypeValue | ||||
|     fieldsV1: {} | ||||
|     manager: managerValue | ||||
|     operation: operationValue | ||||
|     subresource: subresourceValue | ||||
|     time: "2004-01-01T01:01:01Z" | ||||
|   name: nameValue | ||||
|   namespace: namespaceValue | ||||
|   ownerReferences: | ||||
|   - apiVersion: apiVersionValue | ||||
|     blockOwnerDeletion: true | ||||
|     controller: true | ||||
|     kind: kindValue | ||||
|     name: nameValue | ||||
|     uid: uidValue | ||||
|   resourceVersion: resourceVersionValue | ||||
|   selfLink: selfLinkValue | ||||
|   uid: uidValue | ||||
| revision: 3 | ||||
							
								
								
									
										1718
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta2.DaemonSet.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1718
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta2.DaemonSet.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta2.DaemonSet.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta2.DaemonSet.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										1176
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta2.DaemonSet.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1176
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta2.DaemonSet.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										1720
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta2.Deployment.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1720
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta2.Deployment.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta2.Deployment.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta2.Deployment.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										1178
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta2.Deployment.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1178
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta2.Deployment.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										1707
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta2.ReplicaSet.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1707
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta2.ReplicaSet.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta2.ReplicaSet.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta2.ReplicaSet.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										1167
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta2.ReplicaSet.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1167
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta2.ReplicaSet.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										56
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta2.Scale.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										56
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta2.Scale.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,56 @@ | ||||
| { | ||||
|   "kind": "Scale", | ||||
|   "apiVersion": "apps/v1beta2", | ||||
|   "metadata": { | ||||
|     "name": "nameValue", | ||||
|     "generateName": "generateNameValue", | ||||
|     "namespace": "namespaceValue", | ||||
|     "selfLink": "selfLinkValue", | ||||
|     "uid": "uidValue", | ||||
|     "resourceVersion": "resourceVersionValue", | ||||
|     "generation": 7, | ||||
|     "creationTimestamp": "2008-01-01T01:01:01Z", | ||||
|     "deletionTimestamp": "2009-01-01T01:01:01Z", | ||||
|     "deletionGracePeriodSeconds": 10, | ||||
|     "labels": { | ||||
|       "labelsKey": "labelsValue" | ||||
|     }, | ||||
|     "annotations": { | ||||
|       "annotationsKey": "annotationsValue" | ||||
|     }, | ||||
|     "ownerReferences": [ | ||||
|       { | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "kind": "kindValue", | ||||
|         "name": "nameValue", | ||||
|         "uid": "uidValue", | ||||
|         "controller": true, | ||||
|         "blockOwnerDeletion": true | ||||
|       } | ||||
|     ], | ||||
|     "finalizers": [ | ||||
|       "finalizersValue" | ||||
|     ], | ||||
|     "managedFields": [ | ||||
|       { | ||||
|         "manager": "managerValue", | ||||
|         "operation": "operationValue", | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "time": "2004-01-01T01:01:01Z", | ||||
|         "fieldsType": "fieldsTypeValue", | ||||
|         "fieldsV1": {}, | ||||
|         "subresource": "subresourceValue" | ||||
|       } | ||||
|     ] | ||||
|   }, | ||||
|   "spec": { | ||||
|     "replicas": 1 | ||||
|   }, | ||||
|   "status": { | ||||
|     "replicas": 1, | ||||
|     "selector": { | ||||
|       "selectorKey": "selectorValue" | ||||
|     }, | ||||
|     "targetSelector": "targetSelectorValue" | ||||
|   } | ||||
| } | ||||
							
								
								
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta2.Scale.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta2.Scale.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										41
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta2.Scale.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										41
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta2.Scale.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,41 @@ | ||||
| apiVersion: apps/v1beta2 | ||||
| kind: Scale | ||||
| metadata: | ||||
|   annotations: | ||||
|     annotationsKey: annotationsValue | ||||
|   creationTimestamp: "2008-01-01T01:01:01Z" | ||||
|   deletionGracePeriodSeconds: 10 | ||||
|   deletionTimestamp: "2009-01-01T01:01:01Z" | ||||
|   finalizers: | ||||
|   - finalizersValue | ||||
|   generateName: generateNameValue | ||||
|   generation: 7 | ||||
|   labels: | ||||
|     labelsKey: labelsValue | ||||
|   managedFields: | ||||
|   - apiVersion: apiVersionValue | ||||
|     fieldsType: fieldsTypeValue | ||||
|     fieldsV1: {} | ||||
|     manager: managerValue | ||||
|     operation: operationValue | ||||
|     subresource: subresourceValue | ||||
|     time: "2004-01-01T01:01:01Z" | ||||
|   name: nameValue | ||||
|   namespace: namespaceValue | ||||
|   ownerReferences: | ||||
|   - apiVersion: apiVersionValue | ||||
|     blockOwnerDeletion: true | ||||
|     controller: true | ||||
|     kind: kindValue | ||||
|     name: nameValue | ||||
|     uid: uidValue | ||||
|   resourceVersion: resourceVersionValue | ||||
|   selfLink: selfLinkValue | ||||
|   uid: uidValue | ||||
| spec: | ||||
|   replicas: 1 | ||||
| status: | ||||
|   replicas: 1 | ||||
|   selector: | ||||
|     selectorKey: selectorValue | ||||
|   targetSelector: targetSelectorValue | ||||
							
								
								
									
										1845
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta2.StatefulSet.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1845
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta2.StatefulSet.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta2.StatefulSet.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta2.StatefulSet.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										1264
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta2.StatefulSet.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1264
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/apps.v1beta2.StatefulSet.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										60
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/authentication.k8s.io.v1.SelfSubjectReview.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										60
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/authentication.k8s.io.v1.SelfSubjectReview.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,60 @@ | ||||
| { | ||||
|   "kind": "SelfSubjectReview", | ||||
|   "apiVersion": "authentication.k8s.io/v1", | ||||
|   "metadata": { | ||||
|     "name": "nameValue", | ||||
|     "generateName": "generateNameValue", | ||||
|     "namespace": "namespaceValue", | ||||
|     "selfLink": "selfLinkValue", | ||||
|     "uid": "uidValue", | ||||
|     "resourceVersion": "resourceVersionValue", | ||||
|     "generation": 7, | ||||
|     "creationTimestamp": "2008-01-01T01:01:01Z", | ||||
|     "deletionTimestamp": "2009-01-01T01:01:01Z", | ||||
|     "deletionGracePeriodSeconds": 10, | ||||
|     "labels": { | ||||
|       "labelsKey": "labelsValue" | ||||
|     }, | ||||
|     "annotations": { | ||||
|       "annotationsKey": "annotationsValue" | ||||
|     }, | ||||
|     "ownerReferences": [ | ||||
|       { | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "kind": "kindValue", | ||||
|         "name": "nameValue", | ||||
|         "uid": "uidValue", | ||||
|         "controller": true, | ||||
|         "blockOwnerDeletion": true | ||||
|       } | ||||
|     ], | ||||
|     "finalizers": [ | ||||
|       "finalizersValue" | ||||
|     ], | ||||
|     "managedFields": [ | ||||
|       { | ||||
|         "manager": "managerValue", | ||||
|         "operation": "operationValue", | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "time": "2004-01-01T01:01:01Z", | ||||
|         "fieldsType": "fieldsTypeValue", | ||||
|         "fieldsV1": {}, | ||||
|         "subresource": "subresourceValue" | ||||
|       } | ||||
|     ] | ||||
|   }, | ||||
|   "status": { | ||||
|     "userInfo": { | ||||
|       "username": "usernameValue", | ||||
|       "uid": "uidValue", | ||||
|       "groups": [ | ||||
|         "groupsValue" | ||||
|       ], | ||||
|       "extra": { | ||||
|         "extraKey": [ | ||||
|           "extraValue" | ||||
|         ] | ||||
|       } | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/authentication.k8s.io.v1.SelfSubjectReview.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/authentication.k8s.io.v1.SelfSubjectReview.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										43
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/authentication.k8s.io.v1.SelfSubjectReview.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										43
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/authentication.k8s.io.v1.SelfSubjectReview.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,43 @@ | ||||
| apiVersion: authentication.k8s.io/v1 | ||||
| kind: SelfSubjectReview | ||||
| metadata: | ||||
|   annotations: | ||||
|     annotationsKey: annotationsValue | ||||
|   creationTimestamp: "2008-01-01T01:01:01Z" | ||||
|   deletionGracePeriodSeconds: 10 | ||||
|   deletionTimestamp: "2009-01-01T01:01:01Z" | ||||
|   finalizers: | ||||
|   - finalizersValue | ||||
|   generateName: generateNameValue | ||||
|   generation: 7 | ||||
|   labels: | ||||
|     labelsKey: labelsValue | ||||
|   managedFields: | ||||
|   - apiVersion: apiVersionValue | ||||
|     fieldsType: fieldsTypeValue | ||||
|     fieldsV1: {} | ||||
|     manager: managerValue | ||||
|     operation: operationValue | ||||
|     subresource: subresourceValue | ||||
|     time: "2004-01-01T01:01:01Z" | ||||
|   name: nameValue | ||||
|   namespace: namespaceValue | ||||
|   ownerReferences: | ||||
|   - apiVersion: apiVersionValue | ||||
|     blockOwnerDeletion: true | ||||
|     controller: true | ||||
|     kind: kindValue | ||||
|     name: nameValue | ||||
|     uid: uidValue | ||||
|   resourceVersion: resourceVersionValue | ||||
|   selfLink: selfLinkValue | ||||
|   uid: uidValue | ||||
| status: | ||||
|   userInfo: | ||||
|     extra: | ||||
|       extraKey: | ||||
|       - extraValue | ||||
|     groups: | ||||
|     - groupsValue | ||||
|     uid: uidValue | ||||
|     username: usernameValue | ||||
							
								
								
									
										62
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/authentication.k8s.io.v1.TokenRequest.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										62
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/authentication.k8s.io.v1.TokenRequest.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,62 @@ | ||||
| { | ||||
|   "kind": "TokenRequest", | ||||
|   "apiVersion": "authentication.k8s.io/v1", | ||||
|   "metadata": { | ||||
|     "name": "nameValue", | ||||
|     "generateName": "generateNameValue", | ||||
|     "namespace": "namespaceValue", | ||||
|     "selfLink": "selfLinkValue", | ||||
|     "uid": "uidValue", | ||||
|     "resourceVersion": "resourceVersionValue", | ||||
|     "generation": 7, | ||||
|     "creationTimestamp": "2008-01-01T01:01:01Z", | ||||
|     "deletionTimestamp": "2009-01-01T01:01:01Z", | ||||
|     "deletionGracePeriodSeconds": 10, | ||||
|     "labels": { | ||||
|       "labelsKey": "labelsValue" | ||||
|     }, | ||||
|     "annotations": { | ||||
|       "annotationsKey": "annotationsValue" | ||||
|     }, | ||||
|     "ownerReferences": [ | ||||
|       { | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "kind": "kindValue", | ||||
|         "name": "nameValue", | ||||
|         "uid": "uidValue", | ||||
|         "controller": true, | ||||
|         "blockOwnerDeletion": true | ||||
|       } | ||||
|     ], | ||||
|     "finalizers": [ | ||||
|       "finalizersValue" | ||||
|     ], | ||||
|     "managedFields": [ | ||||
|       { | ||||
|         "manager": "managerValue", | ||||
|         "operation": "operationValue", | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "time": "2004-01-01T01:01:01Z", | ||||
|         "fieldsType": "fieldsTypeValue", | ||||
|         "fieldsV1": {}, | ||||
|         "subresource": "subresourceValue" | ||||
|       } | ||||
|     ] | ||||
|   }, | ||||
|   "spec": { | ||||
|     "audiences": [ | ||||
|       "audiencesValue" | ||||
|     ], | ||||
|     "expirationSeconds": 4, | ||||
|     "boundObjectRef": { | ||||
|       "kind": "kindValue", | ||||
|       "apiVersion": "apiVersionValue", | ||||
|       "name": "nameValue", | ||||
|       "uid": "uidValue" | ||||
|     } | ||||
|   }, | ||||
|   "status": { | ||||
|     "token": "tokenValue", | ||||
|     "expirationTimestamp": "2002-01-01T01:01:01Z" | ||||
|   } | ||||
| } | ||||
							
								
								
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/authentication.k8s.io.v1.TokenRequest.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/authentication.k8s.io.v1.TokenRequest.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										46
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/authentication.k8s.io.v1.TokenRequest.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										46
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/authentication.k8s.io.v1.TokenRequest.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,46 @@ | ||||
| apiVersion: authentication.k8s.io/v1 | ||||
| kind: TokenRequest | ||||
| metadata: | ||||
|   annotations: | ||||
|     annotationsKey: annotationsValue | ||||
|   creationTimestamp: "2008-01-01T01:01:01Z" | ||||
|   deletionGracePeriodSeconds: 10 | ||||
|   deletionTimestamp: "2009-01-01T01:01:01Z" | ||||
|   finalizers: | ||||
|   - finalizersValue | ||||
|   generateName: generateNameValue | ||||
|   generation: 7 | ||||
|   labels: | ||||
|     labelsKey: labelsValue | ||||
|   managedFields: | ||||
|   - apiVersion: apiVersionValue | ||||
|     fieldsType: fieldsTypeValue | ||||
|     fieldsV1: {} | ||||
|     manager: managerValue | ||||
|     operation: operationValue | ||||
|     subresource: subresourceValue | ||||
|     time: "2004-01-01T01:01:01Z" | ||||
|   name: nameValue | ||||
|   namespace: namespaceValue | ||||
|   ownerReferences: | ||||
|   - apiVersion: apiVersionValue | ||||
|     blockOwnerDeletion: true | ||||
|     controller: true | ||||
|     kind: kindValue | ||||
|     name: nameValue | ||||
|     uid: uidValue | ||||
|   resourceVersion: resourceVersionValue | ||||
|   selfLink: selfLinkValue | ||||
|   uid: uidValue | ||||
| spec: | ||||
|   audiences: | ||||
|   - audiencesValue | ||||
|   boundObjectRef: | ||||
|     apiVersion: apiVersionValue | ||||
|     kind: kindValue | ||||
|     name: nameValue | ||||
|     uid: uidValue | ||||
|   expirationSeconds: 4 | ||||
| status: | ||||
|   expirationTimestamp: "2002-01-01T01:01:01Z" | ||||
|   token: tokenValue | ||||
							
								
								
									
										71
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/authentication.k8s.io.v1.TokenReview.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										71
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/authentication.k8s.io.v1.TokenReview.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,71 @@ | ||||
| { | ||||
|   "kind": "TokenReview", | ||||
|   "apiVersion": "authentication.k8s.io/v1", | ||||
|   "metadata": { | ||||
|     "name": "nameValue", | ||||
|     "generateName": "generateNameValue", | ||||
|     "namespace": "namespaceValue", | ||||
|     "selfLink": "selfLinkValue", | ||||
|     "uid": "uidValue", | ||||
|     "resourceVersion": "resourceVersionValue", | ||||
|     "generation": 7, | ||||
|     "creationTimestamp": "2008-01-01T01:01:01Z", | ||||
|     "deletionTimestamp": "2009-01-01T01:01:01Z", | ||||
|     "deletionGracePeriodSeconds": 10, | ||||
|     "labels": { | ||||
|       "labelsKey": "labelsValue" | ||||
|     }, | ||||
|     "annotations": { | ||||
|       "annotationsKey": "annotationsValue" | ||||
|     }, | ||||
|     "ownerReferences": [ | ||||
|       { | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "kind": "kindValue", | ||||
|         "name": "nameValue", | ||||
|         "uid": "uidValue", | ||||
|         "controller": true, | ||||
|         "blockOwnerDeletion": true | ||||
|       } | ||||
|     ], | ||||
|     "finalizers": [ | ||||
|       "finalizersValue" | ||||
|     ], | ||||
|     "managedFields": [ | ||||
|       { | ||||
|         "manager": "managerValue", | ||||
|         "operation": "operationValue", | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "time": "2004-01-01T01:01:01Z", | ||||
|         "fieldsType": "fieldsTypeValue", | ||||
|         "fieldsV1": {}, | ||||
|         "subresource": "subresourceValue" | ||||
|       } | ||||
|     ] | ||||
|   }, | ||||
|   "spec": { | ||||
|     "token": "tokenValue", | ||||
|     "audiences": [ | ||||
|       "audiencesValue" | ||||
|     ] | ||||
|   }, | ||||
|   "status": { | ||||
|     "authenticated": true, | ||||
|     "user": { | ||||
|       "username": "usernameValue", | ||||
|       "uid": "uidValue", | ||||
|       "groups": [ | ||||
|         "groupsValue" | ||||
|       ], | ||||
|       "extra": { | ||||
|         "extraKey": [ | ||||
|           "extraValue" | ||||
|         ] | ||||
|       } | ||||
|     }, | ||||
|     "audiences": [ | ||||
|       "audiencesValue" | ||||
|     ], | ||||
|     "error": "errorValue" | ||||
|   } | ||||
| } | ||||
							
								
								
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/authentication.k8s.io.v1.TokenReview.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/authentication.k8s.io.v1.TokenReview.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										51
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/authentication.k8s.io.v1.TokenReview.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										51
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/authentication.k8s.io.v1.TokenReview.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,51 @@ | ||||
| apiVersion: authentication.k8s.io/v1 | ||||
| kind: TokenReview | ||||
| metadata: | ||||
|   annotations: | ||||
|     annotationsKey: annotationsValue | ||||
|   creationTimestamp: "2008-01-01T01:01:01Z" | ||||
|   deletionGracePeriodSeconds: 10 | ||||
|   deletionTimestamp: "2009-01-01T01:01:01Z" | ||||
|   finalizers: | ||||
|   - finalizersValue | ||||
|   generateName: generateNameValue | ||||
|   generation: 7 | ||||
|   labels: | ||||
|     labelsKey: labelsValue | ||||
|   managedFields: | ||||
|   - apiVersion: apiVersionValue | ||||
|     fieldsType: fieldsTypeValue | ||||
|     fieldsV1: {} | ||||
|     manager: managerValue | ||||
|     operation: operationValue | ||||
|     subresource: subresourceValue | ||||
|     time: "2004-01-01T01:01:01Z" | ||||
|   name: nameValue | ||||
|   namespace: namespaceValue | ||||
|   ownerReferences: | ||||
|   - apiVersion: apiVersionValue | ||||
|     blockOwnerDeletion: true | ||||
|     controller: true | ||||
|     kind: kindValue | ||||
|     name: nameValue | ||||
|     uid: uidValue | ||||
|   resourceVersion: resourceVersionValue | ||||
|   selfLink: selfLinkValue | ||||
|   uid: uidValue | ||||
| spec: | ||||
|   audiences: | ||||
|   - audiencesValue | ||||
|   token: tokenValue | ||||
| status: | ||||
|   audiences: | ||||
|   - audiencesValue | ||||
|   authenticated: true | ||||
|   error: errorValue | ||||
|   user: | ||||
|     extra: | ||||
|       extraKey: | ||||
|       - extraValue | ||||
|     groups: | ||||
|     - groupsValue | ||||
|     uid: uidValue | ||||
|     username: usernameValue | ||||
							
								
								
									
										60
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/authentication.k8s.io.v1beta1.SelfSubjectReview.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										60
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/authentication.k8s.io.v1beta1.SelfSubjectReview.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,60 @@ | ||||
| { | ||||
|   "kind": "SelfSubjectReview", | ||||
|   "apiVersion": "authentication.k8s.io/v1beta1", | ||||
|   "metadata": { | ||||
|     "name": "nameValue", | ||||
|     "generateName": "generateNameValue", | ||||
|     "namespace": "namespaceValue", | ||||
|     "selfLink": "selfLinkValue", | ||||
|     "uid": "uidValue", | ||||
|     "resourceVersion": "resourceVersionValue", | ||||
|     "generation": 7, | ||||
|     "creationTimestamp": "2008-01-01T01:01:01Z", | ||||
|     "deletionTimestamp": "2009-01-01T01:01:01Z", | ||||
|     "deletionGracePeriodSeconds": 10, | ||||
|     "labels": { | ||||
|       "labelsKey": "labelsValue" | ||||
|     }, | ||||
|     "annotations": { | ||||
|       "annotationsKey": "annotationsValue" | ||||
|     }, | ||||
|     "ownerReferences": [ | ||||
|       { | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "kind": "kindValue", | ||||
|         "name": "nameValue", | ||||
|         "uid": "uidValue", | ||||
|         "controller": true, | ||||
|         "blockOwnerDeletion": true | ||||
|       } | ||||
|     ], | ||||
|     "finalizers": [ | ||||
|       "finalizersValue" | ||||
|     ], | ||||
|     "managedFields": [ | ||||
|       { | ||||
|         "manager": "managerValue", | ||||
|         "operation": "operationValue", | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "time": "2004-01-01T01:01:01Z", | ||||
|         "fieldsType": "fieldsTypeValue", | ||||
|         "fieldsV1": {}, | ||||
|         "subresource": "subresourceValue" | ||||
|       } | ||||
|     ] | ||||
|   }, | ||||
|   "status": { | ||||
|     "userInfo": { | ||||
|       "username": "usernameValue", | ||||
|       "uid": "uidValue", | ||||
|       "groups": [ | ||||
|         "groupsValue" | ||||
|       ], | ||||
|       "extra": { | ||||
|         "extraKey": [ | ||||
|           "extraValue" | ||||
|         ] | ||||
|       } | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/authentication.k8s.io.v1beta1.SelfSubjectReview.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/authentication.k8s.io.v1beta1.SelfSubjectReview.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										43
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/authentication.k8s.io.v1beta1.SelfSubjectReview.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										43
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/authentication.k8s.io.v1beta1.SelfSubjectReview.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,43 @@ | ||||
| apiVersion: authentication.k8s.io/v1beta1 | ||||
| kind: SelfSubjectReview | ||||
| metadata: | ||||
|   annotations: | ||||
|     annotationsKey: annotationsValue | ||||
|   creationTimestamp: "2008-01-01T01:01:01Z" | ||||
|   deletionGracePeriodSeconds: 10 | ||||
|   deletionTimestamp: "2009-01-01T01:01:01Z" | ||||
|   finalizers: | ||||
|   - finalizersValue | ||||
|   generateName: generateNameValue | ||||
|   generation: 7 | ||||
|   labels: | ||||
|     labelsKey: labelsValue | ||||
|   managedFields: | ||||
|   - apiVersion: apiVersionValue | ||||
|     fieldsType: fieldsTypeValue | ||||
|     fieldsV1: {} | ||||
|     manager: managerValue | ||||
|     operation: operationValue | ||||
|     subresource: subresourceValue | ||||
|     time: "2004-01-01T01:01:01Z" | ||||
|   name: nameValue | ||||
|   namespace: namespaceValue | ||||
|   ownerReferences: | ||||
|   - apiVersion: apiVersionValue | ||||
|     blockOwnerDeletion: true | ||||
|     controller: true | ||||
|     kind: kindValue | ||||
|     name: nameValue | ||||
|     uid: uidValue | ||||
|   resourceVersion: resourceVersionValue | ||||
|   selfLink: selfLinkValue | ||||
|   uid: uidValue | ||||
| status: | ||||
|   userInfo: | ||||
|     extra: | ||||
|       extraKey: | ||||
|       - extraValue | ||||
|     groups: | ||||
|     - groupsValue | ||||
|     uid: uidValue | ||||
|     username: usernameValue | ||||
							
								
								
									
										71
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/authentication.k8s.io.v1beta1.TokenReview.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										71
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/authentication.k8s.io.v1beta1.TokenReview.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,71 @@ | ||||
| { | ||||
|   "kind": "TokenReview", | ||||
|   "apiVersion": "authentication.k8s.io/v1beta1", | ||||
|   "metadata": { | ||||
|     "name": "nameValue", | ||||
|     "generateName": "generateNameValue", | ||||
|     "namespace": "namespaceValue", | ||||
|     "selfLink": "selfLinkValue", | ||||
|     "uid": "uidValue", | ||||
|     "resourceVersion": "resourceVersionValue", | ||||
|     "generation": 7, | ||||
|     "creationTimestamp": "2008-01-01T01:01:01Z", | ||||
|     "deletionTimestamp": "2009-01-01T01:01:01Z", | ||||
|     "deletionGracePeriodSeconds": 10, | ||||
|     "labels": { | ||||
|       "labelsKey": "labelsValue" | ||||
|     }, | ||||
|     "annotations": { | ||||
|       "annotationsKey": "annotationsValue" | ||||
|     }, | ||||
|     "ownerReferences": [ | ||||
|       { | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "kind": "kindValue", | ||||
|         "name": "nameValue", | ||||
|         "uid": "uidValue", | ||||
|         "controller": true, | ||||
|         "blockOwnerDeletion": true | ||||
|       } | ||||
|     ], | ||||
|     "finalizers": [ | ||||
|       "finalizersValue" | ||||
|     ], | ||||
|     "managedFields": [ | ||||
|       { | ||||
|         "manager": "managerValue", | ||||
|         "operation": "operationValue", | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "time": "2004-01-01T01:01:01Z", | ||||
|         "fieldsType": "fieldsTypeValue", | ||||
|         "fieldsV1": {}, | ||||
|         "subresource": "subresourceValue" | ||||
|       } | ||||
|     ] | ||||
|   }, | ||||
|   "spec": { | ||||
|     "token": "tokenValue", | ||||
|     "audiences": [ | ||||
|       "audiencesValue" | ||||
|     ] | ||||
|   }, | ||||
|   "status": { | ||||
|     "authenticated": true, | ||||
|     "user": { | ||||
|       "username": "usernameValue", | ||||
|       "uid": "uidValue", | ||||
|       "groups": [ | ||||
|         "groupsValue" | ||||
|       ], | ||||
|       "extra": { | ||||
|         "extraKey": [ | ||||
|           "extraValue" | ||||
|         ] | ||||
|       } | ||||
|     }, | ||||
|     "audiences": [ | ||||
|       "audiencesValue" | ||||
|     ], | ||||
|     "error": "errorValue" | ||||
|   } | ||||
| } | ||||
							
								
								
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/authentication.k8s.io.v1beta1.TokenReview.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/authentication.k8s.io.v1beta1.TokenReview.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										51
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/authentication.k8s.io.v1beta1.TokenReview.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										51
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/authentication.k8s.io.v1beta1.TokenReview.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,51 @@ | ||||
| apiVersion: authentication.k8s.io/v1beta1 | ||||
| kind: TokenReview | ||||
| metadata: | ||||
|   annotations: | ||||
|     annotationsKey: annotationsValue | ||||
|   creationTimestamp: "2008-01-01T01:01:01Z" | ||||
|   deletionGracePeriodSeconds: 10 | ||||
|   deletionTimestamp: "2009-01-01T01:01:01Z" | ||||
|   finalizers: | ||||
|   - finalizersValue | ||||
|   generateName: generateNameValue | ||||
|   generation: 7 | ||||
|   labels: | ||||
|     labelsKey: labelsValue | ||||
|   managedFields: | ||||
|   - apiVersion: apiVersionValue | ||||
|     fieldsType: fieldsTypeValue | ||||
|     fieldsV1: {} | ||||
|     manager: managerValue | ||||
|     operation: operationValue | ||||
|     subresource: subresourceValue | ||||
|     time: "2004-01-01T01:01:01Z" | ||||
|   name: nameValue | ||||
|   namespace: namespaceValue | ||||
|   ownerReferences: | ||||
|   - apiVersion: apiVersionValue | ||||
|     blockOwnerDeletion: true | ||||
|     controller: true | ||||
|     kind: kindValue | ||||
|     name: nameValue | ||||
|     uid: uidValue | ||||
|   resourceVersion: resourceVersionValue | ||||
|   selfLink: selfLinkValue | ||||
|   uid: uidValue | ||||
| spec: | ||||
|   audiences: | ||||
|   - audiencesValue | ||||
|   token: tokenValue | ||||
| status: | ||||
|   audiences: | ||||
|   - audiencesValue | ||||
|   authenticated: true | ||||
|   error: errorValue | ||||
|   user: | ||||
|     extra: | ||||
|       extraKey: | ||||
|       - extraValue | ||||
|     groups: | ||||
|     - groupsValue | ||||
|     uid: uidValue | ||||
|     username: usernameValue | ||||
							
								
								
									
										77
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/authorization.k8s.io.v1.LocalSubjectAccessReview.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										77
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/authorization.k8s.io.v1.LocalSubjectAccessReview.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,77 @@ | ||||
| { | ||||
|   "kind": "LocalSubjectAccessReview", | ||||
|   "apiVersion": "authorization.k8s.io/v1", | ||||
|   "metadata": { | ||||
|     "name": "nameValue", | ||||
|     "generateName": "generateNameValue", | ||||
|     "namespace": "namespaceValue", | ||||
|     "selfLink": "selfLinkValue", | ||||
|     "uid": "uidValue", | ||||
|     "resourceVersion": "resourceVersionValue", | ||||
|     "generation": 7, | ||||
|     "creationTimestamp": "2008-01-01T01:01:01Z", | ||||
|     "deletionTimestamp": "2009-01-01T01:01:01Z", | ||||
|     "deletionGracePeriodSeconds": 10, | ||||
|     "labels": { | ||||
|       "labelsKey": "labelsValue" | ||||
|     }, | ||||
|     "annotations": { | ||||
|       "annotationsKey": "annotationsValue" | ||||
|     }, | ||||
|     "ownerReferences": [ | ||||
|       { | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "kind": "kindValue", | ||||
|         "name": "nameValue", | ||||
|         "uid": "uidValue", | ||||
|         "controller": true, | ||||
|         "blockOwnerDeletion": true | ||||
|       } | ||||
|     ], | ||||
|     "finalizers": [ | ||||
|       "finalizersValue" | ||||
|     ], | ||||
|     "managedFields": [ | ||||
|       { | ||||
|         "manager": "managerValue", | ||||
|         "operation": "operationValue", | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "time": "2004-01-01T01:01:01Z", | ||||
|         "fieldsType": "fieldsTypeValue", | ||||
|         "fieldsV1": {}, | ||||
|         "subresource": "subresourceValue" | ||||
|       } | ||||
|     ] | ||||
|   }, | ||||
|   "spec": { | ||||
|     "resourceAttributes": { | ||||
|       "namespace": "namespaceValue", | ||||
|       "verb": "verbValue", | ||||
|       "group": "groupValue", | ||||
|       "version": "versionValue", | ||||
|       "resource": "resourceValue", | ||||
|       "subresource": "subresourceValue", | ||||
|       "name": "nameValue" | ||||
|     }, | ||||
|     "nonResourceAttributes": { | ||||
|       "path": "pathValue", | ||||
|       "verb": "verbValue" | ||||
|     }, | ||||
|     "user": "userValue", | ||||
|     "groups": [ | ||||
|       "groupsValue" | ||||
|     ], | ||||
|     "extra": { | ||||
|       "extraKey": [ | ||||
|         "extraValue" | ||||
|       ] | ||||
|     }, | ||||
|     "uid": "uidValue" | ||||
|   }, | ||||
|   "status": { | ||||
|     "allowed": true, | ||||
|     "denied": true, | ||||
|     "reason": "reasonValue", | ||||
|     "evaluationError": "evaluationErrorValue" | ||||
|   } | ||||
| } | ||||
							
								
								
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/authorization.k8s.io.v1.LocalSubjectAccessReview.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/authorization.k8s.io.v1.LocalSubjectAccessReview.pb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										58
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/authorization.k8s.io.v1.LocalSubjectAccessReview.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										58
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/authorization.k8s.io.v1.LocalSubjectAccessReview.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,58 @@ | ||||
| apiVersion: authorization.k8s.io/v1 | ||||
| kind: LocalSubjectAccessReview | ||||
| metadata: | ||||
|   annotations: | ||||
|     annotationsKey: annotationsValue | ||||
|   creationTimestamp: "2008-01-01T01:01:01Z" | ||||
|   deletionGracePeriodSeconds: 10 | ||||
|   deletionTimestamp: "2009-01-01T01:01:01Z" | ||||
|   finalizers: | ||||
|   - finalizersValue | ||||
|   generateName: generateNameValue | ||||
|   generation: 7 | ||||
|   labels: | ||||
|     labelsKey: labelsValue | ||||
|   managedFields: | ||||
|   - apiVersion: apiVersionValue | ||||
|     fieldsType: fieldsTypeValue | ||||
|     fieldsV1: {} | ||||
|     manager: managerValue | ||||
|     operation: operationValue | ||||
|     subresource: subresourceValue | ||||
|     time: "2004-01-01T01:01:01Z" | ||||
|   name: nameValue | ||||
|   namespace: namespaceValue | ||||
|   ownerReferences: | ||||
|   - apiVersion: apiVersionValue | ||||
|     blockOwnerDeletion: true | ||||
|     controller: true | ||||
|     kind: kindValue | ||||
|     name: nameValue | ||||
|     uid: uidValue | ||||
|   resourceVersion: resourceVersionValue | ||||
|   selfLink: selfLinkValue | ||||
|   uid: uidValue | ||||
| spec: | ||||
|   extra: | ||||
|     extraKey: | ||||
|     - extraValue | ||||
|   groups: | ||||
|   - groupsValue | ||||
|   nonResourceAttributes: | ||||
|     path: pathValue | ||||
|     verb: verbValue | ||||
|   resourceAttributes: | ||||
|     group: groupValue | ||||
|     name: nameValue | ||||
|     namespace: namespaceValue | ||||
|     resource: resourceValue | ||||
|     subresource: subresourceValue | ||||
|     verb: verbValue | ||||
|     version: versionValue | ||||
|   uid: uidValue | ||||
|   user: userValue | ||||
| status: | ||||
|   allowed: true | ||||
|   denied: true | ||||
|   evaluationError: evaluationErrorValue | ||||
|   reason: reasonValue | ||||
							
								
								
									
										67
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/authorization.k8s.io.v1.SelfSubjectAccessReview.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										67
									
								
								staging/src/k8s.io/api/testdata/v1.28.0/authorization.k8s.io.v1.SelfSubjectAccessReview.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,67 @@ | ||||
| { | ||||
|   "kind": "SelfSubjectAccessReview", | ||||
|   "apiVersion": "authorization.k8s.io/v1", | ||||
|   "metadata": { | ||||
|     "name": "nameValue", | ||||
|     "generateName": "generateNameValue", | ||||
|     "namespace": "namespaceValue", | ||||
|     "selfLink": "selfLinkValue", | ||||
|     "uid": "uidValue", | ||||
|     "resourceVersion": "resourceVersionValue", | ||||
|     "generation": 7, | ||||
|     "creationTimestamp": "2008-01-01T01:01:01Z", | ||||
|     "deletionTimestamp": "2009-01-01T01:01:01Z", | ||||
|     "deletionGracePeriodSeconds": 10, | ||||
|     "labels": { | ||||
|       "labelsKey": "labelsValue" | ||||
|     }, | ||||
|     "annotations": { | ||||
|       "annotationsKey": "annotationsValue" | ||||
|     }, | ||||
|     "ownerReferences": [ | ||||
|       { | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "kind": "kindValue", | ||||
|         "name": "nameValue", | ||||
|         "uid": "uidValue", | ||||
|         "controller": true, | ||||
|         "blockOwnerDeletion": true | ||||
|       } | ||||
|     ], | ||||
|     "finalizers": [ | ||||
|       "finalizersValue" | ||||
|     ], | ||||
|     "managedFields": [ | ||||
|       { | ||||
|         "manager": "managerValue", | ||||
|         "operation": "operationValue", | ||||
|         "apiVersion": "apiVersionValue", | ||||
|         "time": "2004-01-01T01:01:01Z", | ||||
|         "fieldsType": "fieldsTypeValue", | ||||
|         "fieldsV1": {}, | ||||
|         "subresource": "subresourceValue" | ||||
|       } | ||||
|     ] | ||||
|   }, | ||||
|   "spec": { | ||||
|     "resourceAttributes": { | ||||
|       "namespace": "namespaceValue", | ||||
|       "verb": "verbValue", | ||||
|       "group": "groupValue", | ||||
|       "version": "versionValue", | ||||
|       "resource": "resourceValue", | ||||
|       "subresource": "subresourceValue", | ||||
|       "name": "nameValue" | ||||
|     }, | ||||
|     "nonResourceAttributes": { | ||||
|       "path": "pathValue", | ||||
|       "verb": "verbValue" | ||||
|     } | ||||
|   }, | ||||
|   "status": { | ||||
|     "allowed": true, | ||||
|     "denied": true, | ||||
|     "reason": "reasonValue", | ||||
|     "evaluationError": "evaluationErrorValue" | ||||
|   } | ||||
| } | ||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user
	 Kubernetes Prow Robot
					Kubernetes Prow Robot