mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 11:18:16 +00:00
Portforward API
This commit is contained in:
@@ -2953,6 +2953,15 @@ type PodExecOptions struct {
|
||||
Command []string
|
||||
}
|
||||
|
||||
// PodPortForwardOptions is the query options to a Pod's port forward call
|
||||
type PodPortForwardOptions struct {
|
||||
metav1.TypeMeta
|
||||
|
||||
// The list of ports to forward
|
||||
// +optional
|
||||
Ports []int32
|
||||
}
|
||||
|
||||
// PodProxyOptions is the query options to a Pod's proxy call
|
||||
type PodProxyOptions struct {
|
||||
metav1.TypeMeta
|
||||
|
||||
Reference in New Issue
Block a user