Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { TailerDescriptorDelimiter rune TailerAnnotationDelimiter rune TailerDescriptorValidatorRegexPattern string }
Config .
type Handler ¶
type Handler struct { Config // contains filtered or unexported fields }
Handler .
func NewHandler ¶
NewHandler is a custom constructor which receives the available container names
func (*Handler) AddTailerAnnotation ¶
func (h *Handler) AddTailerAnnotation(tailerAnnotation TailerAnnotation)
AddTailerAnnotation .
func (*Handler) AllFilePaths ¶
AllFilePaths returns FilePaths for all containers
func (*Handler) FilePathsForContainer ¶
FilePathsForContainer returns FilePaths for given container
type TailerAnnotation ¶
type TailerAnnotation = TailerDescriptor
TailerAnnotation is a set of Descriptors separated by commas
type TailerDescriptor ¶
type TailerDescriptor = string
TailerDescriptor alias to string with the format of "containername:absolutepath" or "absolutepath"
Click to show internal directories.
Click to hide internal directories.