Versions in this module Expand all Collapse all v3 v3.3.0 Mar 6, 2025 Changes in this version + func NewGlobalRouter(id string) *params.PluginStore + type LabelRouter struct + DefaultRoute *string + DefaultTag *string + EmitMode *string + Routes []*Route + StickyTags *string + type Route struct + Id string + Label *string + RouteMatches []*RouteMatch + Tag *string + func NewRoute(id, namespace, name string, matches []*RouteMatch) (*Route, error) + func (r *Route) NewRoutePlugin() (*params.PluginStore, error) + type RouteMatch struct + ContainerNames []string + Hosts []string + Labels map[string]string + Namespaces []string + Negate *bool + type RouterCommon struct + Label string + Type string Other modules containing this package github.com/fluent/fluent-operator github.com/fluent/fluent-operator/v2