mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +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