mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 03:03:59 +00:00
Update test generated data for 1.26 branch
This commit is contained in:
parent
db8998265e
commit
c072e5b3a7
1821
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1.StatefulSet.after_roundtrip.json
vendored
Normal file
1821
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1.StatefulSet.after_roundtrip.json
vendored
Normal file
File diff suppressed because it is too large
Load Diff
BIN
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1.StatefulSet.after_roundtrip.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1.StatefulSet.after_roundtrip.pb
vendored
Normal file
Binary file not shown.
1250
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1.StatefulSet.after_roundtrip.yaml
vendored
Normal file
1250
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1.StatefulSet.after_roundtrip.yaml
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1821
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta1.StatefulSet.after_roundtrip.json
vendored
Normal file
1821
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta1.StatefulSet.after_roundtrip.json
vendored
Normal file
File diff suppressed because it is too large
Load Diff
BIN
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta1.StatefulSet.after_roundtrip.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta1.StatefulSet.after_roundtrip.pb
vendored
Normal file
Binary file not shown.
1250
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta1.StatefulSet.after_roundtrip.yaml
vendored
Normal file
1250
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta1.StatefulSet.after_roundtrip.yaml
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1821
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta2.StatefulSet.after_roundtrip.json
vendored
Normal file
1821
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta2.StatefulSet.after_roundtrip.json
vendored
Normal file
File diff suppressed because it is too large
Load Diff
BIN
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta2.StatefulSet.after_roundtrip.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta2.StatefulSet.after_roundtrip.pb
vendored
Normal file
Binary file not shown.
1250
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta2.StatefulSet.after_roundtrip.yaml
vendored
Normal file
1250
staging/src/k8s.io/api/testdata/v1.26.0/apps.v1beta2.StatefulSet.after_roundtrip.yaml
vendored
Normal file
File diff suppressed because it is too large
Load Diff
114
staging/src/k8s.io/api/testdata/v1.26.0/core.v1.PersistentVolumeClaim.after_roundtrip.json
vendored
Normal file
114
staging/src/k8s.io/api/testdata/v1.26.0/core.v1.PersistentVolumeClaim.after_roundtrip.json
vendored
Normal file
@ -0,0 +1,114 @@
|
|||||||
|
{
|
||||||
|
"kind": "PersistentVolumeClaim",
|
||||||
|
"apiVersion": "v1",
|
||||||
|
"metadata": {
|
||||||
|
"name": "nameValue",
|
||||||
|
"generateName": "generateNameValue",
|
||||||
|
"namespace": "namespaceValue",
|
||||||
|
"selfLink": "selfLinkValue",
|
||||||
|
"uid": "uidValue",
|
||||||
|
"resourceVersion": "resourceVersionValue",
|
||||||
|
"generation": 7,
|
||||||
|
"creationTimestamp": "2008-01-01T01:01:01Z",
|
||||||
|
"deletionTimestamp": "2009-01-01T01:01:01Z",
|
||||||
|
"deletionGracePeriodSeconds": 10,
|
||||||
|
"labels": {
|
||||||
|
"labelsKey": "labelsValue"
|
||||||
|
},
|
||||||
|
"annotations": {
|
||||||
|
"annotationsKey": "annotationsValue"
|
||||||
|
},
|
||||||
|
"ownerReferences": [
|
||||||
|
{
|
||||||
|
"apiVersion": "apiVersionValue",
|
||||||
|
"kind": "kindValue",
|
||||||
|
"name": "nameValue",
|
||||||
|
"uid": "uidValue",
|
||||||
|
"controller": true,
|
||||||
|
"blockOwnerDeletion": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"finalizers": [
|
||||||
|
"finalizersValue"
|
||||||
|
],
|
||||||
|
"managedFields": [
|
||||||
|
{
|
||||||
|
"manager": "managerValue",
|
||||||
|
"operation": "operationValue",
|
||||||
|
"apiVersion": "apiVersionValue",
|
||||||
|
"time": "2004-01-01T01:01:01Z",
|
||||||
|
"fieldsType": "fieldsTypeValue",
|
||||||
|
"fieldsV1": {},
|
||||||
|
"subresource": "subresourceValue"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"spec": {
|
||||||
|
"accessModes": [
|
||||||
|
"accessModesValue"
|
||||||
|
],
|
||||||
|
"selector": {
|
||||||
|
"matchLabels": {
|
||||||
|
"matchLabelsKey": "matchLabelsValue"
|
||||||
|
},
|
||||||
|
"matchExpressions": [
|
||||||
|
{
|
||||||
|
"key": "keyValue",
|
||||||
|
"operator": "operatorValue",
|
||||||
|
"values": [
|
||||||
|
"valuesValue"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"resources": {
|
||||||
|
"limits": {
|
||||||
|
"limitsKey": "0"
|
||||||
|
},
|
||||||
|
"requests": {
|
||||||
|
"requestsKey": "0"
|
||||||
|
},
|
||||||
|
"claims": [
|
||||||
|
{
|
||||||
|
"name": "nameValue"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"volumeName": "volumeNameValue",
|
||||||
|
"storageClassName": "storageClassNameValue",
|
||||||
|
"volumeMode": "volumeModeValue",
|
||||||
|
"dataSource": {
|
||||||
|
"apiGroup": "apiGroupValue",
|
||||||
|
"kind": "kindValue",
|
||||||
|
"name": "nameValue"
|
||||||
|
},
|
||||||
|
"dataSourceRef": {
|
||||||
|
"apiGroup": "apiGroupValue",
|
||||||
|
"kind": "kindValue",
|
||||||
|
"name": "nameValue",
|
||||||
|
"namespace": "namespaceValue"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"status": {
|
||||||
|
"phase": "phaseValue",
|
||||||
|
"accessModes": [
|
||||||
|
"accessModesValue"
|
||||||
|
],
|
||||||
|
"capacity": {
|
||||||
|
"capacityKey": "0"
|
||||||
|
},
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "typeValue",
|
||||||
|
"status": "statusValue",
|
||||||
|
"lastProbeTime": "2003-01-01T01:01:01Z",
|
||||||
|
"lastTransitionTime": "2004-01-01T01:01:01Z",
|
||||||
|
"reason": "reasonValue",
|
||||||
|
"message": "messageValue"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"allocatedResources": {
|
||||||
|
"allocatedResourcesKey": "0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
BIN
staging/src/k8s.io/api/testdata/v1.26.0/core.v1.PersistentVolumeClaim.after_roundtrip.pb
vendored
Normal file
BIN
staging/src/k8s.io/api/testdata/v1.26.0/core.v1.PersistentVolumeClaim.after_roundtrip.pb
vendored
Normal file
Binary file not shown.
79
staging/src/k8s.io/api/testdata/v1.26.0/core.v1.PersistentVolumeClaim.after_roundtrip.yaml
vendored
Normal file
79
staging/src/k8s.io/api/testdata/v1.26.0/core.v1.PersistentVolumeClaim.after_roundtrip.yaml
vendored
Normal file
@ -0,0 +1,79 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: PersistentVolumeClaim
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
annotationsKey: annotationsValue
|
||||||
|
creationTimestamp: "2008-01-01T01:01:01Z"
|
||||||
|
deletionGracePeriodSeconds: 10
|
||||||
|
deletionTimestamp: "2009-01-01T01:01:01Z"
|
||||||
|
finalizers:
|
||||||
|
- finalizersValue
|
||||||
|
generateName: generateNameValue
|
||||||
|
generation: 7
|
||||||
|
labels:
|
||||||
|
labelsKey: labelsValue
|
||||||
|
managedFields:
|
||||||
|
- apiVersion: apiVersionValue
|
||||||
|
fieldsType: fieldsTypeValue
|
||||||
|
fieldsV1: {}
|
||||||
|
manager: managerValue
|
||||||
|
operation: operationValue
|
||||||
|
subresource: subresourceValue
|
||||||
|
time: "2004-01-01T01:01:01Z"
|
||||||
|
name: nameValue
|
||||||
|
namespace: namespaceValue
|
||||||
|
ownerReferences:
|
||||||
|
- apiVersion: apiVersionValue
|
||||||
|
blockOwnerDeletion: true
|
||||||
|
controller: true
|
||||||
|
kind: kindValue
|
||||||
|
name: nameValue
|
||||||
|
uid: uidValue
|
||||||
|
resourceVersion: resourceVersionValue
|
||||||
|
selfLink: selfLinkValue
|
||||||
|
uid: uidValue
|
||||||
|
spec:
|
||||||
|
accessModes:
|
||||||
|
- accessModesValue
|
||||||
|
dataSource:
|
||||||
|
apiGroup: apiGroupValue
|
||||||
|
kind: kindValue
|
||||||
|
name: nameValue
|
||||||
|
dataSourceRef:
|
||||||
|
apiGroup: apiGroupValue
|
||||||
|
kind: kindValue
|
||||||
|
name: nameValue
|
||||||
|
namespace: namespaceValue
|
||||||
|
resources:
|
||||||
|
claims:
|
||||||
|
- name: nameValue
|
||||||
|
limits:
|
||||||
|
limitsKey: "0"
|
||||||
|
requests:
|
||||||
|
requestsKey: "0"
|
||||||
|
selector:
|
||||||
|
matchExpressions:
|
||||||
|
- key: keyValue
|
||||||
|
operator: operatorValue
|
||||||
|
values:
|
||||||
|
- valuesValue
|
||||||
|
matchLabels:
|
||||||
|
matchLabelsKey: matchLabelsValue
|
||||||
|
storageClassName: storageClassNameValue
|
||||||
|
volumeMode: volumeModeValue
|
||||||
|
volumeName: volumeNameValue
|
||||||
|
status:
|
||||||
|
accessModes:
|
||||||
|
- accessModesValue
|
||||||
|
allocatedResources:
|
||||||
|
allocatedResourcesKey: "0"
|
||||||
|
capacity:
|
||||||
|
capacityKey: "0"
|
||||||
|
conditions:
|
||||||
|
- lastProbeTime: "2003-01-01T01:01:01Z"
|
||||||
|
lastTransitionTime: "2004-01-01T01:01:01Z"
|
||||||
|
message: messageValue
|
||||||
|
reason: reasonValue
|
||||||
|
status: statusValue
|
||||||
|
type: typeValue
|
||||||
|
phase: phaseValue
|
Loading…
Reference in New Issue
Block a user