Merge pull request #9965 from stevekuznetsov/skuznets/allow-https

Allowing for HTTPS Probes
This commit is contained in:
Robert Bailey
2015-06-26 10:43:37 -07:00
25 changed files with 162 additions and 97 deletions

View File

@@ -12722,6 +12722,10 @@
"host": {
"type": "string",
"description": "hostname to connect to; defaults to pod IP"
},
"scheme": {
"type": "string",
"description": "scheme to connect with, must be HTTP or HTTPS, defaults to HTTP"
}
}
},

View File

@@ -12724,6 +12724,10 @@
"host": {
"type": "string",
"description": "hostname to connect to; defaults to pod IP"
},
"scheme": {
"type": "string",
"description": "scheme to connect with, must be HTTP or HTTPS, defaults to HTTP"
}
}
},