Documentation
¶
Index ¶
- type Builder
- func (b *Builder) Build() (*PortForwarder, error)
- func (b *Builder) WithErrorWriter(w io.Writer) *Builder
- func (b *Builder) WithKubeconfig(kubeconfig string) *Builder
- func (b *Builder) WithNamespace(ns string) *Builder
- func (b *Builder) WithOutputWriter(w io.Writer) *Builder
- func (b *Builder) WithPod(pod string) *Builder
- func (b *Builder) WithPorts(ports ...string) *Builder
- type PortForwarder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
func (*Builder) Build ¶
func (b *Builder) Build() (*PortForwarder, error)
func (*Builder) WithKubeconfig ¶
func (*Builder) WithNamespace ¶
type PortForwarder ¶
type PortForwarder struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.