Add v1.24.0 fixture data
This commit is contained in:
parent
889e60ab33
commit
b127b2735b
113
staging/src/k8s.io/api/testdata/v1.24.0/admission.k8s.io.v1.AdmissionReview.json
vendored
Normal file
113
staging/src/k8s.io/api/testdata/v1.24.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.24.0/admission.k8s.io.v1.AdmissionReview.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.24.0/admission.k8s.io.v1.AdmissionReview.pb
vendored
Normal file
Binary file not shown.
84
staging/src/k8s.io/api/testdata/v1.24.0/admission.k8s.io.v1.AdmissionReview.yaml
vendored
Normal file
84
staging/src/k8s.io/api/testdata/v1.24.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.24.0/admission.k8s.io.v1beta1.AdmissionReview.json
vendored
Normal file
113
staging/src/k8s.io/api/testdata/v1.24.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.24.0/admission.k8s.io.v1beta1.AdmissionReview.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.24.0/admission.k8s.io.v1beta1.AdmissionReview.pb
vendored
Normal file
Binary file not shown.
84
staging/src/k8s.io/api/testdata/v1.24.0/admission.k8s.io.v1beta1.AdmissionReview.yaml
vendored
Normal file
84
staging/src/k8s.io/api/testdata/v1.24.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,115 @@
|
||||
{
|
||||
"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"
|
||||
],
|
||||
"clusterName": "clusterNameValue",
|
||||
"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,78 @@
|
||||
apiVersion: admissionregistration.k8s.io/v1
|
||||
kind: MutatingWebhookConfiguration
|
||||
metadata:
|
||||
annotations:
|
||||
annotationsKey: annotationsValue
|
||||
clusterName: clusterNameValue
|
||||
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,114 @@
|
||||
{
|
||||
"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"
|
||||
],
|
||||
"clusterName": "clusterNameValue",
|
||||
"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,77 @@
|
||||
apiVersion: admissionregistration.k8s.io/v1
|
||||
kind: ValidatingWebhookConfiguration
|
||||
metadata:
|
||||
annotations:
|
||||
annotationsKey: annotationsValue
|
||||
clusterName: clusterNameValue
|
||||
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,115 @@
|
||||
{
|
||||
"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"
|
||||
],
|
||||
"clusterName": "clusterNameValue",
|
||||
"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,78 @@
|
||||
apiVersion: admissionregistration.k8s.io/v1beta1
|
||||
kind: MutatingWebhookConfiguration
|
||||
metadata:
|
||||
annotations:
|
||||
annotationsKey: annotationsValue
|
||||
clusterName: clusterNameValue
|
||||
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,114 @@
|
||||
{
|
||||
"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"
|
||||
],
|
||||
"clusterName": "clusterNameValue",
|
||||
"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,77 @@
|
||||
apiVersion: admissionregistration.k8s.io/v1beta1
|
||||
kind: ValidatingWebhookConfiguration
|
||||
metadata:
|
||||
annotations:
|
||||
annotationsKey: annotationsValue
|
||||
clusterName: clusterNameValue
|
||||
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
|
58
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1.ControllerRevision.json
vendored
Normal file
58
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1.ControllerRevision.json
vendored
Normal file
@ -0,0 +1,58 @@
|
||||
{
|
||||
"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"
|
||||
],
|
||||
"clusterName": "clusterNameValue",
|
||||
"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.24.0/apps.v1.ControllerRevision.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1.ControllerRevision.pb
vendored
Normal file
Binary file not shown.
43
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1.ControllerRevision.yaml
vendored
Normal file
43
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1.ControllerRevision.yaml
vendored
Normal file
@ -0,0 +1,43 @@
|
||||
apiVersion: apps/v1
|
||||
data:
|
||||
apiVersion: example.com/v1
|
||||
kind: CustomType
|
||||
spec:
|
||||
replicas: 1
|
||||
status:
|
||||
available: 1
|
||||
kind: ControllerRevision
|
||||
metadata:
|
||||
annotations:
|
||||
annotationsKey: annotationsValue
|
||||
clusterName: clusterNameValue
|
||||
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
|
1659
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1.DaemonSet.json
vendored
Normal file
1659
staging/src/k8s.io/api/testdata/v1.24.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.24.0/apps.v1.DaemonSet.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1.DaemonSet.pb
vendored
Normal file
Binary file not shown.
1146
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1.DaemonSet.yaml
vendored
Normal file
1146
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1.DaemonSet.yaml
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1661
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1.Deployment.json
vendored
Normal file
1661
staging/src/k8s.io/api/testdata/v1.24.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.24.0/apps.v1.Deployment.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1.Deployment.pb
vendored
Normal file
Binary file not shown.
1148
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1.Deployment.yaml
vendored
Normal file
1148
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1.Deployment.yaml
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1648
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1.ReplicaSet.json
vendored
Normal file
1648
staging/src/k8s.io/api/testdata/v1.24.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.24.0/apps.v1.ReplicaSet.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1.ReplicaSet.pb
vendored
Normal file
Binary file not shown.
1137
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1.ReplicaSet.yaml
vendored
Normal file
1137
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1.ReplicaSet.yaml
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1776
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1.StatefulSet.json
vendored
Normal file
1776
staging/src/k8s.io/api/testdata/v1.24.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.24.0/apps.v1.StatefulSet.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1.StatefulSet.pb
vendored
Normal file
Binary file not shown.
1229
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1.StatefulSet.yaml
vendored
Normal file
1229
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1.StatefulSet.yaml
vendored
Normal file
File diff suppressed because it is too large
Load Diff
58
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta1.ControllerRevision.json
vendored
Normal file
58
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta1.ControllerRevision.json
vendored
Normal file
@ -0,0 +1,58 @@
|
||||
{
|
||||
"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"
|
||||
],
|
||||
"clusterName": "clusterNameValue",
|
||||
"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.24.0/apps.v1beta1.ControllerRevision.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta1.ControllerRevision.pb
vendored
Normal file
Binary file not shown.
43
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta1.ControllerRevision.yaml
vendored
Normal file
43
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta1.ControllerRevision.yaml
vendored
Normal file
@ -0,0 +1,43 @@
|
||||
apiVersion: apps/v1beta1
|
||||
data:
|
||||
apiVersion: example.com/v1
|
||||
kind: CustomType
|
||||
spec:
|
||||
replicas: 1
|
||||
status:
|
||||
available: 1
|
||||
kind: ControllerRevision
|
||||
metadata:
|
||||
annotations:
|
||||
annotationsKey: annotationsValue
|
||||
clusterName: clusterNameValue
|
||||
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
|
1664
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta1.Deployment.json
vendored
Normal file
1664
staging/src/k8s.io/api/testdata/v1.24.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.24.0/apps.v1beta1.Deployment.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta1.Deployment.pb
vendored
Normal file
Binary file not shown.
1150
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta1.Deployment.yaml
vendored
Normal file
1150
staging/src/k8s.io/api/testdata/v1.24.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.24.0/apps.v1beta1.DeploymentRollback.json
vendored
Normal file
11
staging/src/k8s.io/api/testdata/v1.24.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.24.0/apps.v1beta1.DeploymentRollback.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta1.DeploymentRollback.pb
vendored
Normal file
Binary file not shown.
7
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta1.DeploymentRollback.yaml
vendored
Normal file
7
staging/src/k8s.io/api/testdata/v1.24.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
|
57
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta1.Scale.json
vendored
Normal file
57
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta1.Scale.json
vendored
Normal file
@ -0,0 +1,57 @@
|
||||
{
|
||||
"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"
|
||||
],
|
||||
"clusterName": "clusterNameValue",
|
||||
"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.24.0/apps.v1beta1.Scale.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta1.Scale.pb
vendored
Normal file
Binary file not shown.
42
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta1.Scale.yaml
vendored
Normal file
42
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta1.Scale.yaml
vendored
Normal file
@ -0,0 +1,42 @@
|
||||
apiVersion: apps/v1beta1
|
||||
kind: Scale
|
||||
metadata:
|
||||
annotations:
|
||||
annotationsKey: annotationsValue
|
||||
clusterName: clusterNameValue
|
||||
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
|
1776
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta1.StatefulSet.json
vendored
Normal file
1776
staging/src/k8s.io/api/testdata/v1.24.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.24.0/apps.v1beta1.StatefulSet.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta1.StatefulSet.pb
vendored
Normal file
Binary file not shown.
1229
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta1.StatefulSet.yaml
vendored
Normal file
1229
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta1.StatefulSet.yaml
vendored
Normal file
File diff suppressed because it is too large
Load Diff
58
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta2.ControllerRevision.json
vendored
Normal file
58
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta2.ControllerRevision.json
vendored
Normal file
@ -0,0 +1,58 @@
|
||||
{
|
||||
"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"
|
||||
],
|
||||
"clusterName": "clusterNameValue",
|
||||
"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.24.0/apps.v1beta2.ControllerRevision.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta2.ControllerRevision.pb
vendored
Normal file
Binary file not shown.
43
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta2.ControllerRevision.yaml
vendored
Normal file
43
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta2.ControllerRevision.yaml
vendored
Normal file
@ -0,0 +1,43 @@
|
||||
apiVersion: apps/v1beta2
|
||||
data:
|
||||
apiVersion: example.com/v1
|
||||
kind: CustomType
|
||||
spec:
|
||||
replicas: 1
|
||||
status:
|
||||
available: 1
|
||||
kind: ControllerRevision
|
||||
metadata:
|
||||
annotations:
|
||||
annotationsKey: annotationsValue
|
||||
clusterName: clusterNameValue
|
||||
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
|
1659
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta2.DaemonSet.json
vendored
Normal file
1659
staging/src/k8s.io/api/testdata/v1.24.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.24.0/apps.v1beta2.DaemonSet.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta2.DaemonSet.pb
vendored
Normal file
Binary file not shown.
1146
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta2.DaemonSet.yaml
vendored
Normal file
1146
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta2.DaemonSet.yaml
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1661
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta2.Deployment.json
vendored
Normal file
1661
staging/src/k8s.io/api/testdata/v1.24.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.24.0/apps.v1beta2.Deployment.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta2.Deployment.pb
vendored
Normal file
Binary file not shown.
1148
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta2.Deployment.yaml
vendored
Normal file
1148
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta2.Deployment.yaml
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1648
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta2.ReplicaSet.json
vendored
Normal file
1648
staging/src/k8s.io/api/testdata/v1.24.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.24.0/apps.v1beta2.ReplicaSet.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta2.ReplicaSet.pb
vendored
Normal file
Binary file not shown.
1137
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta2.ReplicaSet.yaml
vendored
Normal file
1137
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta2.ReplicaSet.yaml
vendored
Normal file
File diff suppressed because it is too large
Load Diff
57
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta2.Scale.json
vendored
Normal file
57
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta2.Scale.json
vendored
Normal file
@ -0,0 +1,57 @@
|
||||
{
|
||||
"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"
|
||||
],
|
||||
"clusterName": "clusterNameValue",
|
||||
"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.24.0/apps.v1beta2.Scale.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta2.Scale.pb
vendored
Normal file
Binary file not shown.
42
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta2.Scale.yaml
vendored
Normal file
42
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta2.Scale.yaml
vendored
Normal file
@ -0,0 +1,42 @@
|
||||
apiVersion: apps/v1beta2
|
||||
kind: Scale
|
||||
metadata:
|
||||
annotations:
|
||||
annotationsKey: annotationsValue
|
||||
clusterName: clusterNameValue
|
||||
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
|
1776
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta2.StatefulSet.json
vendored
Normal file
1776
staging/src/k8s.io/api/testdata/v1.24.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.24.0/apps.v1beta2.StatefulSet.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta2.StatefulSet.pb
vendored
Normal file
Binary file not shown.
1229
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta2.StatefulSet.yaml
vendored
Normal file
1229
staging/src/k8s.io/api/testdata/v1.24.0/apps.v1beta2.StatefulSet.yaml
vendored
Normal file
File diff suppressed because it is too large
Load Diff
63
staging/src/k8s.io/api/testdata/v1.24.0/authentication.k8s.io.v1.TokenRequest.json
vendored
Normal file
63
staging/src/k8s.io/api/testdata/v1.24.0/authentication.k8s.io.v1.TokenRequest.json
vendored
Normal file
@ -0,0 +1,63 @@
|
||||
{
|
||||
"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"
|
||||
],
|
||||
"clusterName": "clusterNameValue",
|
||||
"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.24.0/authentication.k8s.io.v1.TokenRequest.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.24.0/authentication.k8s.io.v1.TokenRequest.pb
vendored
Normal file
Binary file not shown.
47
staging/src/k8s.io/api/testdata/v1.24.0/authentication.k8s.io.v1.TokenRequest.yaml
vendored
Normal file
47
staging/src/k8s.io/api/testdata/v1.24.0/authentication.k8s.io.v1.TokenRequest.yaml
vendored
Normal file
@ -0,0 +1,47 @@
|
||||
apiVersion: authentication.k8s.io/v1
|
||||
kind: TokenRequest
|
||||
metadata:
|
||||
annotations:
|
||||
annotationsKey: annotationsValue
|
||||
clusterName: clusterNameValue
|
||||
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
|
72
staging/src/k8s.io/api/testdata/v1.24.0/authentication.k8s.io.v1.TokenReview.json
vendored
Normal file
72
staging/src/k8s.io/api/testdata/v1.24.0/authentication.k8s.io.v1.TokenReview.json
vendored
Normal file
@ -0,0 +1,72 @@
|
||||
{
|
||||
"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"
|
||||
],
|
||||
"clusterName": "clusterNameValue",
|
||||
"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.24.0/authentication.k8s.io.v1.TokenReview.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.24.0/authentication.k8s.io.v1.TokenReview.pb
vendored
Normal file
Binary file not shown.
52
staging/src/k8s.io/api/testdata/v1.24.0/authentication.k8s.io.v1.TokenReview.yaml
vendored
Normal file
52
staging/src/k8s.io/api/testdata/v1.24.0/authentication.k8s.io.v1.TokenReview.yaml
vendored
Normal file
@ -0,0 +1,52 @@
|
||||
apiVersion: authentication.k8s.io/v1
|
||||
kind: TokenReview
|
||||
metadata:
|
||||
annotations:
|
||||
annotationsKey: annotationsValue
|
||||
clusterName: clusterNameValue
|
||||
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
|
72
staging/src/k8s.io/api/testdata/v1.24.0/authentication.k8s.io.v1beta1.TokenReview.json
vendored
Normal file
72
staging/src/k8s.io/api/testdata/v1.24.0/authentication.k8s.io.v1beta1.TokenReview.json
vendored
Normal file
@ -0,0 +1,72 @@
|
||||
{
|
||||
"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"
|
||||
],
|
||||
"clusterName": "clusterNameValue",
|
||||
"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.24.0/authentication.k8s.io.v1beta1.TokenReview.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.24.0/authentication.k8s.io.v1beta1.TokenReview.pb
vendored
Normal file
Binary file not shown.
52
staging/src/k8s.io/api/testdata/v1.24.0/authentication.k8s.io.v1beta1.TokenReview.yaml
vendored
Normal file
52
staging/src/k8s.io/api/testdata/v1.24.0/authentication.k8s.io.v1beta1.TokenReview.yaml
vendored
Normal file
@ -0,0 +1,52 @@
|
||||
apiVersion: authentication.k8s.io/v1beta1
|
||||
kind: TokenReview
|
||||
metadata:
|
||||
annotations:
|
||||
annotationsKey: annotationsValue
|
||||
clusterName: clusterNameValue
|
||||
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
|
78
staging/src/k8s.io/api/testdata/v1.24.0/authorization.k8s.io.v1.LocalSubjectAccessReview.json
vendored
Normal file
78
staging/src/k8s.io/api/testdata/v1.24.0/authorization.k8s.io.v1.LocalSubjectAccessReview.json
vendored
Normal file
@ -0,0 +1,78 @@
|
||||
{
|
||||
"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"
|
||||
],
|
||||
"clusterName": "clusterNameValue",
|
||||
"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.24.0/authorization.k8s.io.v1.LocalSubjectAccessReview.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.24.0/authorization.k8s.io.v1.LocalSubjectAccessReview.pb
vendored
Normal file
Binary file not shown.
59
staging/src/k8s.io/api/testdata/v1.24.0/authorization.k8s.io.v1.LocalSubjectAccessReview.yaml
vendored
Normal file
59
staging/src/k8s.io/api/testdata/v1.24.0/authorization.k8s.io.v1.LocalSubjectAccessReview.yaml
vendored
Normal file
@ -0,0 +1,59 @@
|
||||
apiVersion: authorization.k8s.io/v1
|
||||
kind: LocalSubjectAccessReview
|
||||
metadata:
|
||||
annotations:
|
||||
annotationsKey: annotationsValue
|
||||
clusterName: clusterNameValue
|
||||
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
|
68
staging/src/k8s.io/api/testdata/v1.24.0/authorization.k8s.io.v1.SelfSubjectAccessReview.json
vendored
Normal file
68
staging/src/k8s.io/api/testdata/v1.24.0/authorization.k8s.io.v1.SelfSubjectAccessReview.json
vendored
Normal file
@ -0,0 +1,68 @@
|
||||
{
|
||||
"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"
|
||||
],
|
||||
"clusterName": "clusterNameValue",
|
||||
"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.24.0/authorization.k8s.io.v1.SelfSubjectAccessReview.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.24.0/authorization.k8s.io.v1.SelfSubjectAccessReview.pb
vendored
Normal file
Binary file not shown.
52
staging/src/k8s.io/api/testdata/v1.24.0/authorization.k8s.io.v1.SelfSubjectAccessReview.yaml
vendored
Normal file
52
staging/src/k8s.io/api/testdata/v1.24.0/authorization.k8s.io.v1.SelfSubjectAccessReview.yaml
vendored
Normal file
@ -0,0 +1,52 @@
|
||||
apiVersion: authorization.k8s.io/v1
|
||||
kind: SelfSubjectAccessReview
|
||||
metadata:
|
||||
annotations:
|
||||
annotationsKey: annotationsValue
|
||||
clusterName: clusterNameValue
|
||||
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
|
80
staging/src/k8s.io/api/testdata/v1.24.0/authorization.k8s.io.v1.SelfSubjectRulesReview.json
vendored
Normal file
80
staging/src/k8s.io/api/testdata/v1.24.0/authorization.k8s.io.v1.SelfSubjectRulesReview.json
vendored
Normal file
@ -0,0 +1,80 @@
|
||||
{
|
||||
"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"
|
||||
],
|
||||
"clusterName": "clusterNameValue",
|
||||
"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.24.0/authorization.k8s.io.v1.SelfSubjectRulesReview.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.24.0/authorization.k8s.io.v1.SelfSubjectRulesReview.pb
vendored
Normal file
Binary file not shown.
54
staging/src/k8s.io/api/testdata/v1.24.0/authorization.k8s.io.v1.SelfSubjectRulesReview.yaml
vendored
Normal file
54
staging/src/k8s.io/api/testdata/v1.24.0/authorization.k8s.io.v1.SelfSubjectRulesReview.yaml
vendored
Normal file
@ -0,0 +1,54 @@
|
||||
apiVersion: authorization.k8s.io/v1
|
||||
kind: SelfSubjectRulesReview
|
||||
metadata:
|
||||
annotations:
|
||||
annotationsKey: annotationsValue
|
||||
clusterName: clusterNameValue
|
||||
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
|
78
staging/src/k8s.io/api/testdata/v1.24.0/authorization.k8s.io.v1.SubjectAccessReview.json
vendored
Normal file
78
staging/src/k8s.io/api/testdata/v1.24.0/authorization.k8s.io.v1.SubjectAccessReview.json
vendored
Normal file
@ -0,0 +1,78 @@
|
||||
{
|
||||
"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"
|
||||
],
|
||||
"clusterName": "clusterNameValue",
|
||||
"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.24.0/authorization.k8s.io.v1.SubjectAccessReview.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.24.0/authorization.k8s.io.v1.SubjectAccessReview.pb
vendored
Normal file
Binary file not shown.
59
staging/src/k8s.io/api/testdata/v1.24.0/authorization.k8s.io.v1.SubjectAccessReview.yaml
vendored
Normal file
59
staging/src/k8s.io/api/testdata/v1.24.0/authorization.k8s.io.v1.SubjectAccessReview.yaml
vendored
Normal file
@ -0,0 +1,59 @@
|
||||
apiVersion: authorization.k8s.io/v1
|
||||
kind: SubjectAccessReview
|
||||
metadata:
|
||||
annotations:
|
||||
annotationsKey: annotationsValue
|
||||
clusterName: clusterNameValue
|
||||
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,78 @@
|
||||
{
|
||||
"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"
|
||||
],
|
||||
"clusterName": "clusterNameValue",
|
||||
"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.24.0/authorization.k8s.io.v1beta1.LocalSubjectAccessReview.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.24.0/authorization.k8s.io.v1beta1.LocalSubjectAccessReview.pb
vendored
Normal file
Binary file not shown.
@ -0,0 +1,59 @@
|
||||
apiVersion: authorization.k8s.io/v1beta1
|
||||
kind: LocalSubjectAccessReview
|
||||
metadata:
|
||||
annotations:
|
||||
annotationsKey: annotationsValue
|
||||
clusterName: clusterNameValue
|
||||
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,68 @@
|
||||
{
|
||||
"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"
|
||||
],
|
||||
"clusterName": "clusterNameValue",
|
||||
"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.24.0/authorization.k8s.io.v1beta1.SelfSubjectAccessReview.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.24.0/authorization.k8s.io.v1beta1.SelfSubjectAccessReview.pb
vendored
Normal file
Binary file not shown.
@ -0,0 +1,52 @@
|
||||
apiVersion: authorization.k8s.io/v1beta1
|
||||
kind: SelfSubjectAccessReview
|
||||
metadata:
|
||||
annotations:
|
||||
annotationsKey: annotationsValue
|
||||
clusterName: clusterNameValue
|
||||
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
|
80
staging/src/k8s.io/api/testdata/v1.24.0/authorization.k8s.io.v1beta1.SelfSubjectRulesReview.json
vendored
Normal file
80
staging/src/k8s.io/api/testdata/v1.24.0/authorization.k8s.io.v1beta1.SelfSubjectRulesReview.json
vendored
Normal file
@ -0,0 +1,80 @@
|
||||
{
|
||||
"kind": "SelfSubjectRulesReview",
|
||||
"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"
|
||||
],
|
||||
"clusterName": "clusterNameValue",
|
||||
"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.24.0/authorization.k8s.io.v1beta1.SelfSubjectRulesReview.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.24.0/authorization.k8s.io.v1beta1.SelfSubjectRulesReview.pb
vendored
Normal file
Binary file not shown.
54
staging/src/k8s.io/api/testdata/v1.24.0/authorization.k8s.io.v1beta1.SelfSubjectRulesReview.yaml
vendored
Normal file
54
staging/src/k8s.io/api/testdata/v1.24.0/authorization.k8s.io.v1beta1.SelfSubjectRulesReview.yaml
vendored
Normal file
@ -0,0 +1,54 @@
|
||||
apiVersion: authorization.k8s.io/v1beta1
|
||||
kind: SelfSubjectRulesReview
|
||||
metadata:
|
||||
annotations:
|
||||
annotationsKey: annotationsValue
|
||||
clusterName: clusterNameValue
|
||||
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
|
78
staging/src/k8s.io/api/testdata/v1.24.0/authorization.k8s.io.v1beta1.SubjectAccessReview.json
vendored
Normal file
78
staging/src/k8s.io/api/testdata/v1.24.0/authorization.k8s.io.v1beta1.SubjectAccessReview.json
vendored
Normal file
@ -0,0 +1,78 @@
|
||||
{
|
||||
"kind": "SubjectAccessReview",
|
||||
"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"
|
||||
],
|
||||
"clusterName": "clusterNameValue",
|
||||
"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.24.0/authorization.k8s.io.v1beta1.SubjectAccessReview.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.24.0/authorization.k8s.io.v1beta1.SubjectAccessReview.pb
vendored
Normal file
Binary file not shown.
59
staging/src/k8s.io/api/testdata/v1.24.0/authorization.k8s.io.v1beta1.SubjectAccessReview.yaml
vendored
Normal file
59
staging/src/k8s.io/api/testdata/v1.24.0/authorization.k8s.io.v1beta1.SubjectAccessReview.yaml
vendored
Normal file
@ -0,0 +1,59 @@
|
||||
apiVersion: authorization.k8s.io/v1beta1
|
||||
kind: SubjectAccessReview
|
||||
metadata:
|
||||
annotations:
|
||||
annotationsKey: annotationsValue
|
||||
clusterName: clusterNameValue
|
||||
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
|
64
staging/src/k8s.io/api/testdata/v1.24.0/autoscaling.v1.HorizontalPodAutoscaler.json
vendored
Normal file
64
staging/src/k8s.io/api/testdata/v1.24.0/autoscaling.v1.HorizontalPodAutoscaler.json
vendored
Normal file
@ -0,0 +1,64 @@
|
||||
{
|
||||
"kind": "HorizontalPodAutoscaler",
|
||||
"apiVersion": "autoscaling/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"
|
||||
],
|
||||
"clusterName": "clusterNameValue",
|
||||
"managedFields": [
|
||||
{
|
||||
"manager": "managerValue",
|
||||
"operation": "operationValue",
|
||||
"apiVersion": "apiVersionValue",
|
||||
"time": "2004-01-01T01:01:01Z",
|
||||
"fieldsType": "fieldsTypeValue",
|
||||
"fieldsV1": {},
|
||||
"subresource": "subresourceValue"
|
||||
}
|
||||
]
|
||||
},
|
||||
"spec": {
|
||||
"scaleTargetRef": {
|
||||
"kind": "kindValue",
|
||||
"name": "nameValue",
|
||||
"apiVersion": "apiVersionValue"
|
||||
},
|
||||
"minReplicas": 2,
|
||||
"maxReplicas": 3,
|
||||
"targetCPUUtilizationPercentage": 4
|
||||
},
|
||||
"status": {
|
||||
"observedGeneration": 1,
|
||||
"lastScaleTime": "2002-01-01T01:01:01Z",
|
||||
"currentReplicas": 3,
|
||||
"desiredReplicas": 4,
|
||||
"currentCPUUtilizationPercentage": 5
|
||||
}
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user