Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KubeAttachment ¶
type KubeAttachment struct { Namespace string `json:"namespace"` Pod string `json:"pod"` Container string `json:"container"` }
func DebugAttachmentToKubeAttachment ¶ added in v0.4.0
func DebugAttachmentToKubeAttachment(da *v1.DebugAttachment) (*KubeAttachment, error)
TODO - refactor this because it should never error
func GenericToKubeAttachment ¶
func GenericToKubeAttachment(attachment interface{}) (*KubeAttachment, error)
Click to show internal directories.
Click to hide internal directories.