Skip to content

Commit 89dfc93

Browse files
committedApr 6, 2019
adding extended schemas for 1.8.11, 1.8.10, 1.8.9 and 1.8.8
1 parent 1426f2e commit 89dfc93

File tree

12,368 files changed

+4353313
-1400284
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

12,368 files changed

+4353313
-1400284
lines changed
 

‎v1.8.10-local/_definitions.json

+12,627-12,216
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"description": "AdmissionHookClientConfig contains the information to make a TLS connection with the webhook",
3+
"required": [
4+
"service",
5+
"caBundle"
6+
],
7+
"properties": {
8+
"caBundle": {
9+
"description": "CABundle is a PEM encoded CA bundle which will be used to validate webhook's server certificate. Required",
10+
"type": [
11+
"string",
12+
"null"
13+
],
14+
"format": "byte"
15+
},
16+
"service": {
17+
"description": "Service is a reference to the service for this webhook. If there is only one port open for the service, that port will be used. If there are multiple ports open, port 443 will be used if it is open, otherwise it is an error. Required",
18+
"$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ServiceReference"
19+
}
20+
},
21+
"$schema": "http://json-schema.org/schema#",
22+
"type": "object"
23+
}

0 commit comments

Comments
 (0)