mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 02:41:25 +00:00
Add v1.26.0 API testdata
This commit is contained in:
parent
a864583905
commit
62a2c10c68
113
staging/src/k8s.io/api/testdata/v1.26.0/admission.k8s.io.v1.AdmissionReview.json
vendored
Normal file
113
staging/src/k8s.io/api/testdata/v1.26.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.26.0/admission.k8s.io.v1.AdmissionReview.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.26.0/admission.k8s.io.v1.AdmissionReview.pb
vendored
Normal file
Binary file not shown.
84
staging/src/k8s.io/api/testdata/v1.26.0/admission.k8s.io.v1.AdmissionReview.yaml
vendored
Normal file
84
staging/src/k8s.io/api/testdata/v1.26.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.26.0/admission.k8s.io.v1beta1.AdmissionReview.json
vendored
Normal file
113
staging/src/k8s.io/api/testdata/v1.26.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.26.0/admission.k8s.io.v1beta1.AdmissionReview.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.26.0/admission.k8s.io.v1beta1.AdmissionReview.pb
vendored
Normal file
Binary file not shown.
84
staging/src/k8s.io/api/testdata/v1.26.0/admission.k8s.io.v1beta1.AdmissionReview.yaml
vendored
Normal file
84
staging/src/k8s.io/api/testdata/v1.26.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,114 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Binary file not shown.
@ -0,0 +1,77 @@
|
|||||||
|
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
|
||||||
|
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,113 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Binary file not shown.
@ -0,0 +1,76 @@
|
|||||||
|
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
|
||||||
|
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,131 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"failurePolicy": "failurePolicyValue"
|
||||||
|
}
|
||||||
|
}
|
Binary file not shown.
@ -0,0 +1,85 @@
|
|||||||
|
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:
|
||||||
|
failurePolicy: failurePolicyValue
|
||||||
|
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
|
||||||
|
reason: reasonValue
|
@ -0,0 +1,124 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Binary file not shown.
@ -0,0 +1,81 @@
|
|||||||
|
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
|
||||||
|
policyName: policyNameValue
|
@ -0,0 +1,114 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Binary file not shown.
@ -0,0 +1,77 @@
|
|||||||
|
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
|
||||||
|
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,113 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Binary file not shown.
@ -0,0 +1,76 @@
|
|||||||
|
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
|
||||||
|
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.26.0/apidiscovery.k8s.io.v2beta1.APIGroupDiscovery.json
vendored
Normal file
93
staging/src/k8s.io/api/testdata/v1.26.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.26.0/apidiscovery.k8s.io.v2beta1.APIGroupDiscovery.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.26.0/apidiscovery.k8s.io.v2beta1.APIGroupDiscovery.pb
vendored
Normal file
Binary file not shown.
63
staging/src/k8s.io/api/testdata/v1.26.0/apidiscovery.k8s.io.v2beta1.APIGroupDiscovery.yaml
vendored
Normal file
63
staging/src/k8s.io/api/testdata/v1.26.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.26.0/apps.v1.ControllerRevision.json
vendored
Normal file
57
staging/src/k8s.io/api/testdata/v1.26.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.26.0/apps.v1.ControllerRevision.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1.ControllerRevision.pb
vendored
Normal file
Binary file not shown.
42
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1.ControllerRevision.yaml
vendored
Normal file
42
staging/src/k8s.io/api/testdata/v1.26.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
|
1697
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1.DaemonSet.json
vendored
Normal file
1697
staging/src/k8s.io/api/testdata/v1.26.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.26.0/apps.v1.DaemonSet.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1.DaemonSet.pb
vendored
Normal file
Binary file not shown.
1164
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1.DaemonSet.yaml
vendored
Normal file
1164
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1.DaemonSet.yaml
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1699
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1.Deployment.json
vendored
Normal file
1699
staging/src/k8s.io/api/testdata/v1.26.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.26.0/apps.v1.Deployment.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1.Deployment.pb
vendored
Normal file
Binary file not shown.
1166
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1.Deployment.yaml
vendored
Normal file
1166
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1.Deployment.yaml
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1686
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1.ReplicaSet.json
vendored
Normal file
1686
staging/src/k8s.io/api/testdata/v1.26.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.26.0/apps.v1.ReplicaSet.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1.ReplicaSet.pb
vendored
Normal file
Binary file not shown.
1155
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1.ReplicaSet.yaml
vendored
Normal file
1155
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1.ReplicaSet.yaml
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1822
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1.StatefulSet.json
vendored
Normal file
1822
staging/src/k8s.io/api/testdata/v1.26.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.26.0/apps.v1.StatefulSet.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1.StatefulSet.pb
vendored
Normal file
Binary file not shown.
1251
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1.StatefulSet.yaml
vendored
Normal file
1251
staging/src/k8s.io/api/testdata/v1.26.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.26.0/apps.v1beta1.ControllerRevision.json
vendored
Normal file
57
staging/src/k8s.io/api/testdata/v1.26.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.26.0/apps.v1beta1.ControllerRevision.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta1.ControllerRevision.pb
vendored
Normal file
Binary file not shown.
42
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta1.ControllerRevision.yaml
vendored
Normal file
42
staging/src/k8s.io/api/testdata/v1.26.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
|
1702
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta1.Deployment.json
vendored
Normal file
1702
staging/src/k8s.io/api/testdata/v1.26.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.26.0/apps.v1beta1.Deployment.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta1.Deployment.pb
vendored
Normal file
Binary file not shown.
1168
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta1.Deployment.yaml
vendored
Normal file
1168
staging/src/k8s.io/api/testdata/v1.26.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.26.0/apps.v1beta1.DeploymentRollback.json
vendored
Normal file
11
staging/src/k8s.io/api/testdata/v1.26.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.26.0/apps.v1beta1.DeploymentRollback.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta1.DeploymentRollback.pb
vendored
Normal file
Binary file not shown.
7
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta1.DeploymentRollback.yaml
vendored
Normal file
7
staging/src/k8s.io/api/testdata/v1.26.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.26.0/apps.v1beta1.Scale.json
vendored
Normal file
56
staging/src/k8s.io/api/testdata/v1.26.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.26.0/apps.v1beta1.Scale.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta1.Scale.pb
vendored
Normal file
Binary file not shown.
41
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta1.Scale.yaml
vendored
Normal file
41
staging/src/k8s.io/api/testdata/v1.26.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
|
1822
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta1.StatefulSet.json
vendored
Normal file
1822
staging/src/k8s.io/api/testdata/v1.26.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.26.0/apps.v1beta1.StatefulSet.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta1.StatefulSet.pb
vendored
Normal file
Binary file not shown.
1251
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta1.StatefulSet.yaml
vendored
Normal file
1251
staging/src/k8s.io/api/testdata/v1.26.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.26.0/apps.v1beta2.ControllerRevision.json
vendored
Normal file
57
staging/src/k8s.io/api/testdata/v1.26.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.26.0/apps.v1beta2.ControllerRevision.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta2.ControllerRevision.pb
vendored
Normal file
Binary file not shown.
42
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta2.ControllerRevision.yaml
vendored
Normal file
42
staging/src/k8s.io/api/testdata/v1.26.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
|
1697
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta2.DaemonSet.json
vendored
Normal file
1697
staging/src/k8s.io/api/testdata/v1.26.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.26.0/apps.v1beta2.DaemonSet.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta2.DaemonSet.pb
vendored
Normal file
Binary file not shown.
1164
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta2.DaemonSet.yaml
vendored
Normal file
1164
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta2.DaemonSet.yaml
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1699
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta2.Deployment.json
vendored
Normal file
1699
staging/src/k8s.io/api/testdata/v1.26.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.26.0/apps.v1beta2.Deployment.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta2.Deployment.pb
vendored
Normal file
Binary file not shown.
1166
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta2.Deployment.yaml
vendored
Normal file
1166
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta2.Deployment.yaml
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1686
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta2.ReplicaSet.json
vendored
Normal file
1686
staging/src/k8s.io/api/testdata/v1.26.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.26.0/apps.v1beta2.ReplicaSet.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta2.ReplicaSet.pb
vendored
Normal file
Binary file not shown.
1155
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta2.ReplicaSet.yaml
vendored
Normal file
1155
staging/src/k8s.io/api/testdata/v1.26.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.26.0/apps.v1beta2.Scale.json
vendored
Normal file
56
staging/src/k8s.io/api/testdata/v1.26.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.26.0/apps.v1beta2.Scale.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta2.Scale.pb
vendored
Normal file
Binary file not shown.
41
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta2.Scale.yaml
vendored
Normal file
41
staging/src/k8s.io/api/testdata/v1.26.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
|
1822
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta2.StatefulSet.json
vendored
Normal file
1822
staging/src/k8s.io/api/testdata/v1.26.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.26.0/apps.v1beta2.StatefulSet.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta2.StatefulSet.pb
vendored
Normal file
Binary file not shown.
1251
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta2.StatefulSet.yaml
vendored
Normal file
1251
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta2.StatefulSet.yaml
vendored
Normal file
File diff suppressed because it is too large
Load Diff
62
staging/src/k8s.io/api/testdata/v1.26.0/authentication.k8s.io.v1.TokenRequest.json
vendored
Normal file
62
staging/src/k8s.io/api/testdata/v1.26.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.26.0/authentication.k8s.io.v1.TokenRequest.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.26.0/authentication.k8s.io.v1.TokenRequest.pb
vendored
Normal file
Binary file not shown.
46
staging/src/k8s.io/api/testdata/v1.26.0/authentication.k8s.io.v1.TokenRequest.yaml
vendored
Normal file
46
staging/src/k8s.io/api/testdata/v1.26.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.26.0/authentication.k8s.io.v1.TokenReview.json
vendored
Normal file
71
staging/src/k8s.io/api/testdata/v1.26.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.26.0/authentication.k8s.io.v1.TokenReview.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.26.0/authentication.k8s.io.v1.TokenReview.pb
vendored
Normal file
Binary file not shown.
51
staging/src/k8s.io/api/testdata/v1.26.0/authentication.k8s.io.v1.TokenReview.yaml
vendored
Normal file
51
staging/src/k8s.io/api/testdata/v1.26.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
|
71
staging/src/k8s.io/api/testdata/v1.26.0/authentication.k8s.io.v1beta1.TokenReview.json
vendored
Normal file
71
staging/src/k8s.io/api/testdata/v1.26.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.26.0/authentication.k8s.io.v1beta1.TokenReview.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.26.0/authentication.k8s.io.v1beta1.TokenReview.pb
vendored
Normal file
Binary file not shown.
51
staging/src/k8s.io/api/testdata/v1.26.0/authentication.k8s.io.v1beta1.TokenReview.yaml
vendored
Normal file
51
staging/src/k8s.io/api/testdata/v1.26.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.26.0/authorization.k8s.io.v1.LocalSubjectAccessReview.json
vendored
Normal file
77
staging/src/k8s.io/api/testdata/v1.26.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.26.0/authorization.k8s.io.v1.LocalSubjectAccessReview.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.26.0/authorization.k8s.io.v1.LocalSubjectAccessReview.pb
vendored
Normal file
Binary file not shown.
58
staging/src/k8s.io/api/testdata/v1.26.0/authorization.k8s.io.v1.LocalSubjectAccessReview.yaml
vendored
Normal file
58
staging/src/k8s.io/api/testdata/v1.26.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.26.0/authorization.k8s.io.v1.SelfSubjectAccessReview.json
vendored
Normal file
67
staging/src/k8s.io/api/testdata/v1.26.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"
|
||||||
|
}
|
||||||
|
}
|
BIN
staging/src/k8s.io/api/testdata/v1.26.0/authorization.k8s.io.v1.SelfSubjectAccessReview.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.26.0/authorization.k8s.io.v1.SelfSubjectAccessReview.pb
vendored
Normal file
Binary file not shown.
51
staging/src/k8s.io/api/testdata/v1.26.0/authorization.k8s.io.v1.SelfSubjectAccessReview.yaml
vendored
Normal file
51
staging/src/k8s.io/api/testdata/v1.26.0/authorization.k8s.io.v1.SelfSubjectAccessReview.yaml
vendored
Normal file
@ -0,0 +1,51 @@
|
|||||||
|
apiVersion: authorization.k8s.io/v1
|
||||||
|
kind: SelfSubjectAccessReview
|
||||||
|
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:
|
||||||
|
nonResourceAttributes:
|
||||||
|
path: pathValue
|
||||||
|
verb: verbValue
|
||||||
|
resourceAttributes:
|
||||||
|
group: groupValue
|
||||||
|
name: nameValue
|
||||||
|
namespace: namespaceValue
|
||||||
|
resource: resourceValue
|
||||||
|
subresource: subresourceValue
|
||||||
|
verb: verbValue
|
||||||
|
version: versionValue
|
||||||
|
status:
|
||||||
|
allowed: true
|
||||||
|
denied: true
|
||||||
|
evaluationError: evaluationErrorValue
|
||||||
|
reason: reasonValue
|
79
staging/src/k8s.io/api/testdata/v1.26.0/authorization.k8s.io.v1.SelfSubjectRulesReview.json
vendored
Normal file
79
staging/src/k8s.io/api/testdata/v1.26.0/authorization.k8s.io.v1.SelfSubjectRulesReview.json
vendored
Normal file
@ -0,0 +1,79 @@
|
|||||||
|
{
|
||||||
|
"kind": "SelfSubjectRulesReview",
|
||||||
|
"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": {
|
||||||
|
"namespace": "namespaceValue"
|
||||||
|
},
|
||||||
|
"status": {
|
||||||
|
"resourceRules": [
|
||||||
|
{
|
||||||
|
"verbs": [
|
||||||
|
"verbsValue"
|
||||||
|
],
|
||||||
|
"apiGroups": [
|
||||||
|
"apiGroupsValue"
|
||||||
|
],
|
||||||
|
"resources": [
|
||||||
|
"resourcesValue"
|
||||||
|
],
|
||||||
|
"resourceNames": [
|
||||||
|
"resourceNamesValue"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"nonResourceRules": [
|
||||||
|
{
|
||||||
|
"verbs": [
|
||||||
|
"verbsValue"
|
||||||
|
],
|
||||||
|
"nonResourceURLs": [
|
||||||
|
"nonResourceURLsValue"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"incomplete": true,
|
||||||
|
"evaluationError": "evaluationErrorValue"
|
||||||
|
}
|
||||||
|
}
|
BIN
staging/src/k8s.io/api/testdata/v1.26.0/authorization.k8s.io.v1.SelfSubjectRulesReview.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.26.0/authorization.k8s.io.v1.SelfSubjectRulesReview.pb
vendored
Normal file
Binary file not shown.
53
staging/src/k8s.io/api/testdata/v1.26.0/authorization.k8s.io.v1.SelfSubjectRulesReview.yaml
vendored
Normal file
53
staging/src/k8s.io/api/testdata/v1.26.0/authorization.k8s.io.v1.SelfSubjectRulesReview.yaml
vendored
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
apiVersion: authorization.k8s.io/v1
|
||||||
|
kind: SelfSubjectRulesReview
|
||||||
|
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:
|
||||||
|
namespace: namespaceValue
|
||||||
|
status:
|
||||||
|
evaluationError: evaluationErrorValue
|
||||||
|
incomplete: true
|
||||||
|
nonResourceRules:
|
||||||
|
- nonResourceURLs:
|
||||||
|
- nonResourceURLsValue
|
||||||
|
verbs:
|
||||||
|
- verbsValue
|
||||||
|
resourceRules:
|
||||||
|
- apiGroups:
|
||||||
|
- apiGroupsValue
|
||||||
|
resourceNames:
|
||||||
|
- resourceNamesValue
|
||||||
|
resources:
|
||||||
|
- resourcesValue
|
||||||
|
verbs:
|
||||||
|
- verbsValue
|
77
staging/src/k8s.io/api/testdata/v1.26.0/authorization.k8s.io.v1.SubjectAccessReview.json
vendored
Normal file
77
staging/src/k8s.io/api/testdata/v1.26.0/authorization.k8s.io.v1.SubjectAccessReview.json
vendored
Normal file
@ -0,0 +1,77 @@
|
|||||||
|
{
|
||||||
|
"kind": "SubjectAccessReview",
|
||||||
|
"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.26.0/authorization.k8s.io.v1.SubjectAccessReview.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.26.0/authorization.k8s.io.v1.SubjectAccessReview.pb
vendored
Normal file
Binary file not shown.
58
staging/src/k8s.io/api/testdata/v1.26.0/authorization.k8s.io.v1.SubjectAccessReview.yaml
vendored
Normal file
58
staging/src/k8s.io/api/testdata/v1.26.0/authorization.k8s.io.v1.SubjectAccessReview.yaml
vendored
Normal file
@ -0,0 +1,58 @@
|
|||||||
|
apiVersion: authorization.k8s.io/v1
|
||||||
|
kind: SubjectAccessReview
|
||||||
|
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
|
@ -0,0 +1,77 @@
|
|||||||
|
{
|
||||||
|
"kind": "LocalSubjectAccessReview",
|
||||||
|
"apiVersion": "authorization.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": {
|
||||||
|
"resourceAttributes": {
|
||||||
|
"namespace": "namespaceValue",
|
||||||
|
"verb": "verbValue",
|
||||||
|
"group": "groupValue",
|
||||||
|
"version": "versionValue",
|
||||||
|
"resource": "resourceValue",
|
||||||
|
"subresource": "subresourceValue",
|
||||||
|
"name": "nameValue"
|
||||||
|
},
|
||||||
|
"nonResourceAttributes": {
|
||||||
|
"path": "pathValue",
|
||||||
|
"verb": "verbValue"
|
||||||
|
},
|
||||||
|
"user": "userValue",
|
||||||
|
"group": [
|
||||||
|
"groupValue"
|
||||||
|
],
|
||||||
|
"extra": {
|
||||||
|
"extraKey": [
|
||||||
|
"extraValue"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"uid": "uidValue"
|
||||||
|
},
|
||||||
|
"status": {
|
||||||
|
"allowed": true,
|
||||||
|
"denied": true,
|
||||||
|
"reason": "reasonValue",
|
||||||
|
"evaluationError": "evaluationErrorValue"
|
||||||
|
}
|
||||||
|
}
|
BIN
staging/src/k8s.io/api/testdata/v1.26.0/authorization.k8s.io.v1beta1.LocalSubjectAccessReview.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.26.0/authorization.k8s.io.v1beta1.LocalSubjectAccessReview.pb
vendored
Normal file
Binary file not shown.
@ -0,0 +1,58 @@
|
|||||||
|
apiVersion: authorization.k8s.io/v1beta1
|
||||||
|
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
|
||||||
|
group:
|
||||||
|
- groupValue
|
||||||
|
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
|
@ -0,0 +1,67 @@
|
|||||||
|
{
|
||||||
|
"kind": "SelfSubjectAccessReview",
|
||||||
|
"apiVersion": "authorization.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": {
|
||||||
|
"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
Loading…
Reference in New Issue
Block a user