kubectl/pkg/cmd/edit/testdata/testcase-edit-error-reedit/4.request

21 lines
232 B
Text
Raw Permalink Normal View History

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