Merge pull request #103003 from sschne/bugfix/fix-required-pathtype

remove omitempty tag from PathType
This commit is contained in:
Kubernetes Prow Robot
2021-06-27 23:17:25 -07:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -11159,6 +11159,7 @@
}
},
"required": [
"pathType",
"backend"
],
"type": "object"