Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PodContainerLog ¶
type PodContainerLog struct {
// contains filtered or unexported fields
}
func NewPodContainerLog ¶
func NewPodContainerLog( pod corev1.Pod, container string, podsClient typedcorev1.PodInterface, tag string, opts PodLogOpts, ) PodContainerLog
type PodLog ¶
type PodLog struct {
// contains filtered or unexported fields
}
func NewPodLog ¶
func NewPodLog( pod corev1.Pod, podsClient typedcorev1.PodInterface, tagFunc func(corev1.Container) string, opts PodLogOpts, ) PodLog
type PodLogOpts ¶
type PodWatcher ¶
type View ¶
type View struct {
// contains filtered or unexported fields
}
func NewView ¶
func NewView( tailOpts PodLogOpts, podWatcher PodWatcher, coreClient kubernetes.Interface, ui ui.UI, ) View
Click to show internal directories.
Click to hide internal directories.