package
Version:
v0.0.4
Opens a new window with list of versions in this module.
Published: Apr 8, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type MultiLogPrinter struct {
Out io.Writer
ErrOut io.Writer
In io.Reader
Args []string
}
func (m *MultiLogPrinter) PrintLogs(ctx context.Context, podclient typedcorev1.PodInterface, podNames []PodAndContainerName) error
Run lists all available namespaces on a user's KUBECONFIG or updates the
current context based on a provided namespace.
type PodAndContainerName struct {
PodName string
ContainerName string
}
func (*PodAndContainerName) String ¶
func (p *PodAndContainerName) String() string
Source Files
¶
Click to show internal directories.
Click to hide internal directories.