Remove optional from core docs for 'Type' (#88029)

* Remove optional from core docs for 'Type'

* Regenerate protobuf and openapi docs

* Regenerate protobuf and openapi docs
This commit is contained in:
Bismita Guha
2020-02-14 10:40:31 +05:30
committed by GitHub
parent 498b58eff1
commit a20ae3953b
3 changed files with 4 additions and 3 deletions

View File

@@ -6955,6 +6955,9 @@
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
},
"io.k8s.api.core.v1.LimitRangeList": {