# Functions
GetForOptions creates all collectors for the provided bundle options.
GetKubernetesCollectors creates all kubernetes API related collectors.
GetTalosNodeCollectors creates all collectors that rely on using Talos API.
NewCollector creates new collector.
WithFolder appends path prefix to all collectors.
WithNode returns collectors which adds Talos node gRPC metadata to the context.
WithSource returns collectors which custom source name.
# Constants
Cluster is the const for the top level cluster collectors.
# Structs
Collector unifies implementation of a the data collector with it's path in the archive.
# Type aliases
Collect defines a single collect call which returns data blob to be written in the file.