mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-20 01:23:48 +00:00
Merge pull request #66807 from caesarxuchao/remove-connectrequest
Automatic merge from submit-queue (batch tested with PRs 66196, 67016, 66807, 67023). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Make admission webhooks conversion convert CONNECT body correctly Fix #59759. 1. Make apiserver pass connectRequest.Options directly to the admission layer. All other information in rest.ConnectRequest is present in admission attributes. 2. Make the scope.Kind of pod/attach, pod/exec, pod/portforward, node/proxy, service/proxy to their respective options Kind, instead of the parent Kind. I've tested it locally, the conversion is working correctly for "kubectl attach". I'll add e2e tests. I'll keep this to myself until I add the tests, but cc @mikedanese @liggitt RE. https://github.com/kubernetes/kubernetes/pull/66633.
This commit is contained in:
114
api/openapi-spec/swagger.json
generated
114
api/openapi-spec/swagger.json
generated
@@ -4188,7 +4188,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Pod",
|
||||
"kind": "PodAttachOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -4221,7 +4221,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Pod",
|
||||
"kind": "PodAttachOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -4236,7 +4236,7 @@
|
||||
{
|
||||
"uniqueItems": true,
|
||||
"type": "string",
|
||||
"description": "name of the Pod",
|
||||
"description": "name of the PodAttachOptions",
|
||||
"name": "name",
|
||||
"in": "path",
|
||||
"required": true
|
||||
@@ -4477,7 +4477,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Pod",
|
||||
"kind": "PodExecOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -4510,7 +4510,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Pod",
|
||||
"kind": "PodExecOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -4532,7 +4532,7 @@
|
||||
{
|
||||
"uniqueItems": true,
|
||||
"type": "string",
|
||||
"description": "name of the Pod",
|
||||
"description": "name of the PodExecOptions",
|
||||
"name": "name",
|
||||
"in": "path",
|
||||
"required": true
|
||||
@@ -4717,7 +4717,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Pod",
|
||||
"kind": "PodPortForwardOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -4750,7 +4750,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Pod",
|
||||
"kind": "PodPortForwardOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -4758,7 +4758,7 @@
|
||||
{
|
||||
"uniqueItems": true,
|
||||
"type": "string",
|
||||
"description": "name of the Pod",
|
||||
"description": "name of the PodPortForwardOptions",
|
||||
"name": "name",
|
||||
"in": "path",
|
||||
"required": true
|
||||
@@ -4810,7 +4810,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Pod",
|
||||
"kind": "PodProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -4843,7 +4843,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Pod",
|
||||
"kind": "PodProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -4876,7 +4876,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Pod",
|
||||
"kind": "PodProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -4909,7 +4909,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Pod",
|
||||
"kind": "PodProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -4942,7 +4942,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Pod",
|
||||
"kind": "PodProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -4975,7 +4975,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Pod",
|
||||
"kind": "PodProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -5008,7 +5008,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Pod",
|
||||
"kind": "PodProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -5016,7 +5016,7 @@
|
||||
{
|
||||
"uniqueItems": true,
|
||||
"type": "string",
|
||||
"description": "name of the Pod",
|
||||
"description": "name of the PodProxyOptions",
|
||||
"name": "name",
|
||||
"in": "path",
|
||||
"required": true
|
||||
@@ -5068,7 +5068,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Pod",
|
||||
"kind": "PodProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -5101,7 +5101,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Pod",
|
||||
"kind": "PodProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -5134,7 +5134,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Pod",
|
||||
"kind": "PodProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -5167,7 +5167,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Pod",
|
||||
"kind": "PodProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -5200,7 +5200,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Pod",
|
||||
"kind": "PodProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -5233,7 +5233,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Pod",
|
||||
"kind": "PodProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -5266,7 +5266,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Pod",
|
||||
"kind": "PodProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -5274,7 +5274,7 @@
|
||||
{
|
||||
"uniqueItems": true,
|
||||
"type": "string",
|
||||
"description": "name of the Pod",
|
||||
"description": "name of the PodProxyOptions",
|
||||
"name": "name",
|
||||
"in": "path",
|
||||
"required": true
|
||||
@@ -8995,7 +8995,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Service",
|
||||
"kind": "ServiceProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -9028,7 +9028,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Service",
|
||||
"kind": "ServiceProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -9061,7 +9061,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Service",
|
||||
"kind": "ServiceProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -9094,7 +9094,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Service",
|
||||
"kind": "ServiceProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -9127,7 +9127,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Service",
|
||||
"kind": "ServiceProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -9160,7 +9160,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Service",
|
||||
"kind": "ServiceProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -9193,7 +9193,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Service",
|
||||
"kind": "ServiceProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -9201,7 +9201,7 @@
|
||||
{
|
||||
"uniqueItems": true,
|
||||
"type": "string",
|
||||
"description": "name of the Service",
|
||||
"description": "name of the ServiceProxyOptions",
|
||||
"name": "name",
|
||||
"in": "path",
|
||||
"required": true
|
||||
@@ -9253,7 +9253,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Service",
|
||||
"kind": "ServiceProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -9286,7 +9286,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Service",
|
||||
"kind": "ServiceProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -9319,7 +9319,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Service",
|
||||
"kind": "ServiceProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -9352,7 +9352,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Service",
|
||||
"kind": "ServiceProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -9385,7 +9385,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Service",
|
||||
"kind": "ServiceProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -9418,7 +9418,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Service",
|
||||
"kind": "ServiceProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -9451,7 +9451,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Service",
|
||||
"kind": "ServiceProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -9459,7 +9459,7 @@
|
||||
{
|
||||
"uniqueItems": true,
|
||||
"type": "string",
|
||||
"description": "name of the Service",
|
||||
"description": "name of the ServiceProxyOptions",
|
||||
"name": "name",
|
||||
"in": "path",
|
||||
"required": true
|
||||
@@ -10651,7 +10651,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Node",
|
||||
"kind": "NodeProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -10684,7 +10684,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Node",
|
||||
"kind": "NodeProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -10717,7 +10717,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Node",
|
||||
"kind": "NodeProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -10750,7 +10750,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Node",
|
||||
"kind": "NodeProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -10783,7 +10783,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Node",
|
||||
"kind": "NodeProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -10816,7 +10816,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Node",
|
||||
"kind": "NodeProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -10849,7 +10849,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Node",
|
||||
"kind": "NodeProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -10857,7 +10857,7 @@
|
||||
{
|
||||
"uniqueItems": true,
|
||||
"type": "string",
|
||||
"description": "name of the Node",
|
||||
"description": "name of the NodeProxyOptions",
|
||||
"name": "name",
|
||||
"in": "path",
|
||||
"required": true
|
||||
@@ -10901,7 +10901,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Node",
|
||||
"kind": "NodeProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -10934,7 +10934,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Node",
|
||||
"kind": "NodeProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -10967,7 +10967,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Node",
|
||||
"kind": "NodeProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -11000,7 +11000,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Node",
|
||||
"kind": "NodeProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -11033,7 +11033,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Node",
|
||||
"kind": "NodeProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -11066,7 +11066,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Node",
|
||||
"kind": "NodeProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -11099,7 +11099,7 @@
|
||||
"x-kubernetes-action": "connect",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "",
|
||||
"kind": "Node",
|
||||
"kind": "NodeProxyOptions",
|
||||
"version": "v1"
|
||||
}
|
||||
},
|
||||
@@ -11107,7 +11107,7 @@
|
||||
{
|
||||
"uniqueItems": true,
|
||||
"type": "string",
|
||||
"description": "name of the Node",
|
||||
"description": "name of the NodeProxyOptions",
|
||||
"name": "name",
|
||||
"in": "path",
|
||||
"required": true
|
||||
|
96
api/swagger-spec/v1.json
generated
96
api/swagger-spec/v1.json
generated
@@ -5704,7 +5704,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Node",
|
||||
"description": "name of the NodeProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
}
|
||||
@@ -5734,7 +5734,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Node",
|
||||
"description": "name of the NodeProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
}
|
||||
@@ -5764,7 +5764,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Node",
|
||||
"description": "name of the NodeProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
}
|
||||
@@ -5794,7 +5794,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Node",
|
||||
"description": "name of the NodeProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
}
|
||||
@@ -5824,7 +5824,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Node",
|
||||
"description": "name of the NodeProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
}
|
||||
@@ -5854,7 +5854,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Node",
|
||||
"description": "name of the NodeProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
}
|
||||
@@ -5884,7 +5884,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Node",
|
||||
"description": "name of the NodeProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
}
|
||||
@@ -5920,7 +5920,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Node",
|
||||
"description": "name of the NodeProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
},
|
||||
@@ -5958,7 +5958,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Node",
|
||||
"description": "name of the NodeProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
},
|
||||
@@ -5996,7 +5996,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Node",
|
||||
"description": "name of the NodeProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
},
|
||||
@@ -6034,7 +6034,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Node",
|
||||
"description": "name of the NodeProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
},
|
||||
@@ -6072,7 +6072,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Node",
|
||||
"description": "name of the NodeProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
},
|
||||
@@ -6110,7 +6110,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Node",
|
||||
"description": "name of the NodeProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
},
|
||||
@@ -6148,7 +6148,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Node",
|
||||
"description": "name of the NodeProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
},
|
||||
@@ -9371,7 +9371,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Pod",
|
||||
"description": "name of the PodAttachOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
}
|
||||
@@ -9441,7 +9441,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Pod",
|
||||
"description": "name of the PodAttachOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
}
|
||||
@@ -9667,7 +9667,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Pod",
|
||||
"description": "name of the PodExecOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
}
|
||||
@@ -9745,7 +9745,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Pod",
|
||||
"description": "name of the PodExecOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
}
|
||||
@@ -9899,7 +9899,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Pod",
|
||||
"description": "name of the PodPortForwardOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
}
|
||||
@@ -9937,7 +9937,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Pod",
|
||||
"description": "name of the PodPortForwardOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
}
|
||||
@@ -9981,7 +9981,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Pod",
|
||||
"description": "name of the PodProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
}
|
||||
@@ -10019,7 +10019,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Pod",
|
||||
"description": "name of the PodProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
}
|
||||
@@ -10057,7 +10057,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Pod",
|
||||
"description": "name of the PodProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
}
|
||||
@@ -10095,7 +10095,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Pod",
|
||||
"description": "name of the PodProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
}
|
||||
@@ -10133,7 +10133,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Pod",
|
||||
"description": "name of the PodProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
}
|
||||
@@ -10171,7 +10171,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Pod",
|
||||
"description": "name of the PodProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
}
|
||||
@@ -10209,7 +10209,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Pod",
|
||||
"description": "name of the PodProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
}
|
||||
@@ -10253,7 +10253,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Pod",
|
||||
"description": "name of the PodProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
},
|
||||
@@ -10299,7 +10299,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Pod",
|
||||
"description": "name of the PodProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
},
|
||||
@@ -10345,7 +10345,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Pod",
|
||||
"description": "name of the PodProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
},
|
||||
@@ -10391,7 +10391,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Pod",
|
||||
"description": "name of the PodProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
},
|
||||
@@ -10437,7 +10437,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Pod",
|
||||
"description": "name of the PodProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
},
|
||||
@@ -10483,7 +10483,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Pod",
|
||||
"description": "name of the PodProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
},
|
||||
@@ -10529,7 +10529,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Pod",
|
||||
"description": "name of the PodProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
},
|
||||
@@ -17068,7 +17068,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Service",
|
||||
"description": "name of the ServiceProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
}
|
||||
@@ -17106,7 +17106,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Service",
|
||||
"description": "name of the ServiceProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
}
|
||||
@@ -17144,7 +17144,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Service",
|
||||
"description": "name of the ServiceProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
}
|
||||
@@ -17182,7 +17182,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Service",
|
||||
"description": "name of the ServiceProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
}
|
||||
@@ -17220,7 +17220,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Service",
|
||||
"description": "name of the ServiceProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
}
|
||||
@@ -17258,7 +17258,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Service",
|
||||
"description": "name of the ServiceProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
}
|
||||
@@ -17296,7 +17296,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Service",
|
||||
"description": "name of the ServiceProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
}
|
||||
@@ -17340,7 +17340,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Service",
|
||||
"description": "name of the ServiceProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
},
|
||||
@@ -17386,7 +17386,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Service",
|
||||
"description": "name of the ServiceProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
},
|
||||
@@ -17432,7 +17432,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Service",
|
||||
"description": "name of the ServiceProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
},
|
||||
@@ -17478,7 +17478,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Service",
|
||||
"description": "name of the ServiceProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
},
|
||||
@@ -17524,7 +17524,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Service",
|
||||
"description": "name of the ServiceProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
},
|
||||
@@ -17570,7 +17570,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Service",
|
||||
"description": "name of the ServiceProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
},
|
||||
@@ -17616,7 +17616,7 @@
|
||||
"type": "string",
|
||||
"paramType": "path",
|
||||
"name": "name",
|
||||
"description": "name of the Service",
|
||||
"description": "name of the ServiceProxyOptions",
|
||||
"required": true,
|
||||
"allowMultiple": false
|
||||
},
|
||||
|
Reference in New Issue
Block a user