Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collector ¶
type Collector struct {
Logger log.Logger
KubernetesClient kubernetes.Interface
KubernetesClientConfig *restclient.Config
}
type Interface ¶
type Interface interface {
CollectBundle(ctx context.Context, collect api.Collect, timeout time.Duration, pathname string) (os.FileInfo, error)
}
func New ¶
func New( logger log.Logger, kubernetesClient kubernetes.Interface, kubernetesClientConfig *restclient.Config, ) Interface
type MockCollector ¶
Click to show internal directories.
Click to hide internal directories.