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 GenericToKubeAttachment ¶
func GenericToKubeAttachment(attachment interface{}) (*KubeAttachment, error)
Click to show internal directories.
Click to hide internal directories.