Add generated files

This commit is contained in:
Xing Yang
2018-09-12 17:26:23 -07:00
parent 6ec1ebd6ce
commit 897e3c8d11
16 changed files with 842 additions and 824 deletions

View File

@@ -84666,13 +84666,12 @@
"io.k8s.api.core.v1.TypedLocalObjectReference": {
"description": "TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace.",
"required": [
"apiGroup",
"kind",
"name"
],
"properties": {
"apiGroup": {
"description": "APIGroup is the group for the resource being referenced",
"description": "APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.",
"type": "string"
},
"kind": {