Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client object capable of interacting with Client.
func (*Client) PortForward ¶
func (c *Client) PortForward(r *entity.K8SPortForward) (entity.PortForwardControl, error)
PortForward port forward.
func (*Client) SetSettings ¶
SetSettings sets application settings.
type PortForwardControl ¶
type PortForwardControl struct {
// contains filtered or unexported fields
}
PortForwardControl port forwarding control.
func (*PortForwardControl) Error ¶
func (c *PortForwardControl) Error() *bytes.Buffer
Error returns a buffer containing error messages for port forwarding.
func (*PortForwardControl) Output ¶
func (c *PortForwardControl) Output() *bytes.Buffer
Output returns a buffer containing port forward messages.
Click to show internal directories.
Click to hide internal directories.