Documentation
¶
Index ¶
- func GetPodLogs(pod *apiv1.Pod, handler EventHandler, ctx context.Context) (chan bool, error)
- func NewConnector() *connector
- func NewCreator() *creator
- func NewDeleter() *deleter
- func NewGetter() *getter
- func ToContainerId(containerName string, pod *apiv1.Pod) (string, error)
- type Connector
- type Creator
- type Deleter
- type EventHandler
- type Getter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPodLogs ¶
func NewConnector ¶
func NewConnector() *connector
NewConnector returns new implementation of Connector
Types ¶
type Connector ¶
type Connector interface {
Connect(clientGetter genericclioptions.RESTClientGetter) (string, error)
}
type EventHandler ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.