Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { ACLEnabled bool DefaultMode string Namespace string WatchNamespaces []string IgnoreNamespaces []string MinTCPPort int32 MaxTCPPort int32 MinUDPPort int32 MaxUDPPort int32 // contains filtered or unexported fields }
func (Config) Filter ¶
func (cfg Config) Filter() *k8s.ResourceFilter
func (*Config) Table ¶
func (c *Config) Table() *shadow.PortStateTable
type Handler ¶
type Handler func(*topology.TopologySpec) error
type Shadow ¶
Shadow implements reconciler loop that manages services/shadow services
Click to show internal directories.
Click to hide internal directories.