Bumping k8s dependencies to 1.13

This commit is contained in:
Cheng Xing
2018-11-16 14:08:25 -08:00
parent 305407125c
commit b4c0b68ec7
8002 changed files with 884099 additions and 276228 deletions

View File

@@ -102,10 +102,12 @@
"type": "string"
},
"url": {
"type": "string"
"type": "string",
"format": "uri"
},
"email": {
"type": "string"
"type": "string",
"format": "email"
}
}
},
@@ -692,11 +694,6 @@
}
}
},
"examples": {
"type": "object",
"description": "",
"additionalProperties": false
},
"reference": {
"type": "object",
"description": "A simple object to allow referencing other components in the specification, internally and externally. The Reference Object is defined by JSON Reference and follows the same structure, behavior and rules. For this specification, reference resolution is accomplished as defined by the JSON Reference specification and not by the JSON Schema specification.",