mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 12:11:43 +00:00
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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user