kubectl/pkg/cmd/edit/testdata/testcase-list-errors/6.request
Sean Sullivan c6063dd846 Move pkg/kubectl/cmd/{command} to staging
Kubernetes-commit: 0e0ea523392f1121f61f99ac30a9bc2043eaed90
2019-08-01 11:01:40 -07:00

26 lines
No EOL
295 B
Text

{
"metadata": {
"labels": {
"newvalue": "modified"
}
},
"spec": {
"$setElementOrder/ports": [
{
"port": 83
}
],
"ports": [
{
"name": "80",
"port": 83,
"protocol": "VHF",
"targetPort": 81
},
{
"$patch": "delete",
"port": 82
}
]
}
}