Skip to content

Commit

Permalink
api: update testdata
Browse files Browse the repository at this point in the history
This is the result of

   cd staging/src/k8s.io/api && UPDATE_COMPATIBILITY_FIXTURE_DATA=true go test ./...
  • Loading branch information
pohly committed Nov 10, 2022
1 parent 5c5e060 commit ec06d2c
Show file tree
Hide file tree
Showing 78 changed files with 1,567 additions and 84 deletions.
37 changes: 33 additions & 4 deletions staging/src/k8s.io/api/testdata/HEAD/apps.v1.DaemonSet.json
Expand Up @@ -452,7 +452,12 @@
},
"requests": {
"requestsKey": "0"
}
},
"claims": [
{
"name": "nameValue"
}
]
},
"volumeName": "volumeNameValue",
"storageClassName": "storageClassNameValue",
Expand Down Expand Up @@ -539,7 +544,12 @@
},
"requests": {
"requestsKey": "0"
}
},
"claims": [
{
"name": "nameValue"
}
]
},
"volumeMounts": [
{
Expand Down Expand Up @@ -811,7 +821,12 @@
},
"requests": {
"requestsKey": "0"
}
},
"claims": [
{
"name": "nameValue"
}
]
},
"volumeMounts": [
{
Expand Down Expand Up @@ -1083,7 +1098,12 @@
},
"requests": {
"requestsKey": "0"
}
},
"claims": [
{
"name": "nameValue"
}
]
},
"volumeMounts": [
{
Expand Down Expand Up @@ -1632,6 +1652,15 @@
{
"name": "nameValue"
}
],
"resourceClaims": [
{
"name": "nameValue",
"source": {
"resourceClaimName": "resourceClaimNameValue",
"resourceClaimTemplateName": "resourceClaimTemplateNameValue"
}
}
]
}
},
Expand Down
Binary file modified staging/src/k8s.io/api/testdata/HEAD/apps.v1.DaemonSet.pb
Binary file not shown.
13 changes: 13 additions & 0 deletions staging/src/k8s.io/api/testdata/HEAD/apps.v1.DaemonSet.yaml
Expand Up @@ -313,6 +313,8 @@ spec:
terminationGracePeriodSeconds: 7
timeoutSeconds: 3
resources:
claims:
- name: nameValue
limits:
limitsKey: "0"
requests:
Expand Down Expand Up @@ -514,6 +516,8 @@ spec:
terminationGracePeriodSeconds: 7
timeoutSeconds: 3
resources:
claims:
- name: nameValue
limits:
limitsKey: "0"
requests:
Expand Down Expand Up @@ -717,6 +721,8 @@ spec:
terminationGracePeriodSeconds: 7
timeoutSeconds: 3
resources:
claims:
- name: nameValue
limits:
limitsKey: "0"
requests:
Expand Down Expand Up @@ -799,6 +805,11 @@ spec:
priorityClassName: priorityClassNameValue
readinessGates:
- conditionType: conditionTypeValue
resourceClaims:
- name: nameValue
source:
resourceClaimName: resourceClaimNameValue
resourceClaimTemplateName: resourceClaimTemplateNameValue
restartPolicy: restartPolicyValue
runtimeClassName: runtimeClassNameValue
schedulerName: schedulerNameValue
Expand Down Expand Up @@ -967,6 +978,8 @@ spec:
name: nameValue
namespace: namespaceValue
resources:
claims:
- name: nameValue
limits:
limitsKey: "0"
requests:
Expand Down
37 changes: 33 additions & 4 deletions staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.json
Expand Up @@ -453,7 +453,12 @@
},
"requests": {
"requestsKey": "0"
}
},
"claims": [
{
"name": "nameValue"
}
]
},
"volumeName": "volumeNameValue",
"storageClassName": "storageClassNameValue",
Expand Down Expand Up @@ -540,7 +545,12 @@
},
"requests": {
"requestsKey": "0"
}
},
"claims": [
{
"name": "nameValue"
}
]
},
"volumeMounts": [
{
Expand Down Expand Up @@ -812,7 +822,12 @@
},
"requests": {
"requestsKey": "0"
}
},
"claims": [
{
"name": "nameValue"
}
]
},
"volumeMounts": [
{
Expand Down Expand Up @@ -1084,7 +1099,12 @@
},
"requests": {
"requestsKey": "0"
}
},
"claims": [
{
"name": "nameValue"
}
]
},
"volumeMounts": [
{
Expand Down Expand Up @@ -1633,6 +1653,15 @@
{
"name": "nameValue"
}
],
"resourceClaims": [
{
"name": "nameValue",
"source": {
"resourceClaimName": "resourceClaimNameValue",
"resourceClaimTemplateName": "resourceClaimTemplateNameValue"
}
}
]
}
},
Expand Down
Binary file modified staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.pb
Binary file not shown.
13 changes: 13 additions & 0 deletions staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.yaml
Expand Up @@ -321,6 +321,8 @@ spec:
terminationGracePeriodSeconds: 7
timeoutSeconds: 3
resources:
claims:
- name: nameValue
limits:
limitsKey: "0"
requests:
Expand Down Expand Up @@ -522,6 +524,8 @@ spec:
terminationGracePeriodSeconds: 7
timeoutSeconds: 3
resources:
claims:
- name: nameValue
limits:
limitsKey: "0"
requests:
Expand Down Expand Up @@ -725,6 +729,8 @@ spec:
terminationGracePeriodSeconds: 7
timeoutSeconds: 3
resources:
claims:
- name: nameValue
limits:
limitsKey: "0"
requests:
Expand Down Expand Up @@ -807,6 +813,11 @@ spec:
priorityClassName: priorityClassNameValue
readinessGates:
- conditionType: conditionTypeValue
resourceClaims:
- name: nameValue
source:
resourceClaimName: resourceClaimNameValue
resourceClaimTemplateName: resourceClaimTemplateNameValue
restartPolicy: restartPolicyValue
runtimeClassName: runtimeClassNameValue
schedulerName: schedulerNameValue
Expand Down Expand Up @@ -975,6 +986,8 @@ spec:
name: nameValue
namespace: namespaceValue
resources:
claims:
- name: nameValue
limits:
limitsKey: "0"
requests:
Expand Down
37 changes: 33 additions & 4 deletions staging/src/k8s.io/api/testdata/HEAD/apps.v1.ReplicaSet.json
Expand Up @@ -454,7 +454,12 @@
},
"requests": {
"requestsKey": "0"
}
},
"claims": [
{
"name": "nameValue"
}
]
},
"volumeName": "volumeNameValue",
"storageClassName": "storageClassNameValue",
Expand Down Expand Up @@ -541,7 +546,12 @@
},
"requests": {
"requestsKey": "0"
}
},
"claims": [
{
"name": "nameValue"
}
]
},
"volumeMounts": [
{
Expand Down Expand Up @@ -813,7 +823,12 @@
},
"requests": {
"requestsKey": "0"
}
},
"claims": [
{
"name": "nameValue"
}
]
},
"volumeMounts": [
{
Expand Down Expand Up @@ -1085,7 +1100,12 @@
},
"requests": {
"requestsKey": "0"
}
},
"claims": [
{
"name": "nameValue"
}
]
},
"volumeMounts": [
{
Expand Down Expand Up @@ -1634,6 +1654,15 @@
{
"name": "nameValue"
}
],
"resourceClaims": [
{
"name": "nameValue",
"source": {
"resourceClaimName": "resourceClaimNameValue",
"resourceClaimTemplateName": "resourceClaimTemplateNameValue"
}
}
]
}
}
Expand Down
Binary file modified staging/src/k8s.io/api/testdata/HEAD/apps.v1.ReplicaSet.pb
Binary file not shown.
13 changes: 13 additions & 0 deletions staging/src/k8s.io/api/testdata/HEAD/apps.v1.ReplicaSet.yaml
Expand Up @@ -313,6 +313,8 @@ spec:
terminationGracePeriodSeconds: 7
timeoutSeconds: 3
resources:
claims:
- name: nameValue
limits:
limitsKey: "0"
requests:
Expand Down Expand Up @@ -514,6 +516,8 @@ spec:
terminationGracePeriodSeconds: 7
timeoutSeconds: 3
resources:
claims:
- name: nameValue
limits:
limitsKey: "0"
requests:
Expand Down Expand Up @@ -717,6 +721,8 @@ spec:
terminationGracePeriodSeconds: 7
timeoutSeconds: 3
resources:
claims:
- name: nameValue
limits:
limitsKey: "0"
requests:
Expand Down Expand Up @@ -799,6 +805,11 @@ spec:
priorityClassName: priorityClassNameValue
readinessGates:
- conditionType: conditionTypeValue
resourceClaims:
- name: nameValue
source:
resourceClaimName: resourceClaimNameValue
resourceClaimTemplateName: resourceClaimTemplateNameValue
restartPolicy: restartPolicyValue
runtimeClassName: runtimeClassNameValue
schedulerName: schedulerNameValue
Expand Down Expand Up @@ -967,6 +978,8 @@ spec:
name: nameValue
namespace: namespaceValue
resources:
claims:
- name: nameValue
limits:
limitsKey: "0"
requests:
Expand Down

0 comments on commit ec06d2c

Please sign in to comment.