Skip to content

Commit a9b0211

Browse files
committed
add auto-generated files: make update
Signed-off-by: Itamar Holder <[email protected]>
1 parent ee4ac3d commit a9b0211

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

staging/src/k8s.io/api/testdata/HEAD/core.v1.Node.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,10 @@
108108
"kubeletVersion": "kubeletVersionValue",
109109
"kubeProxyVersion": "kubeProxyVersionValue",
110110
"operatingSystem": "operatingSystemValue",
111-
"architecture": "architectureValue"
111+
"architecture": "architectureValue",
112+
"swap": {
113+
"capacity": 1
114+
}
112115
},
113116
"images": [
114117
{
4 Bytes
Binary file not shown.

staging/src/k8s.io/api/testdata/HEAD/core.v1.Node.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ status:
108108
machineID: machineIDValue
109109
operatingSystem: operatingSystemValue
110110
osImage: osImageValue
111+
swap:
112+
capacity: 1
111113
systemUUID: systemUUIDValue
112114
phase: phaseValue
113115
runtimeHandlers:

0 commit comments

Comments
 (0)