Documentation
¶
Index ¶
- func CheckDir(dir string) error
- type Bundler
- func (b *Bundler) CollectContainers(namespace, podName string, tail int) error
- func (b *Bundler) CollectIngresses(namespace string) error
- func (b *Bundler) CollectNamespace(namespace string, tail int, podNames ...string) error
- func (b *Bundler) CollectPods(namespace string, tail int) error
- func (b *Bundler) CollectServices(namespace string) error
- func (b *Bundler) Pack() error
- type File
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Bundler ¶
func NewBundler ¶
NewBundler returns a bundle helper
func (*Bundler) CollectContainers ¶
CollectContainers collects containers in specific namespace
func (*Bundler) CollectIngresses ¶
CollectIngresses collects ingresses in specific namespace
func (*Bundler) CollectNamespace ¶
CollectNamespace collects ingresses,services,deployments,pods, containers as well as their logs in specific namespace and pods into one file
func (*Bundler) CollectPods ¶
CollectPods collects pods in specific namespace
func (*Bundler) CollectServices ¶
CollectServices collects services in specific namespace
Click to show internal directories.
Click to hide internal directories.