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

21 lines
No EOL
232 B
Text

{
"spec": {
"$setElementOrder/ports": [
{
"port": 82
}
],
"ports": [
{
"name": "80",
"port": 82,
"protocol": "TCP",
"targetPort": 80
},
{
"$patch": "delete",
"port": 81
}
]
}
}