Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateCollector ¶
type CreateCollector struct{}
func (CreateCollector) Dependencies ¶
func (c CreateCollector) Dependencies(config *steps.Config) []steps.Dependency
func (CreateCollector) Description ¶
func (c CreateCollector) Description() string
func (CreateCollector) Name ¶
func (c CreateCollector) Name() string
type DeleteCollector ¶
type DeleteCollector struct{}
func (DeleteCollector) Dependencies ¶
func (c DeleteCollector) Dependencies(config *steps.Config) []steps.Dependency
func (DeleteCollector) Description ¶
func (c DeleteCollector) Description() string
func (DeleteCollector) Name ¶
func (c DeleteCollector) Name() string
type PodWatcher ¶
type PodWatcher struct{}
func (PodWatcher) Dependencies ¶
func (p PodWatcher) Dependencies(config *steps.Config) []steps.Dependency
func (PodWatcher) Description ¶
func (p PodWatcher) Description() string
func (PodWatcher) Name ¶
func (p PodWatcher) Name() string
type QueryCollector ¶
type QueryCollector struct{}
func (QueryCollector) Dependencies ¶
func (c QueryCollector) Dependencies(config *steps.Config) []steps.Dependency
func (QueryCollector) Description ¶
func (c QueryCollector) Description() string
func (QueryCollector) Name ¶
func (c QueryCollector) Name() string
Click to show internal directories.
Click to hide internal directories.