Changed HTTPGetAction to allow user-defined schemes
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user