Documentation ¶
Overview ¶
Package policy implements plugin that processes and applies K8s Network policies into various destination network stacks. Support for a new network stack can be easily added into the plugin via so-called renderers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deps ¶
type Deps struct { local.PluginInfraDeps Watcher datasync.KeyValProtoWatcher /* prefixed for KSR-published K8s state data */ Contiv contiv.API /* for GetIfName() */ PolicyCacheAPI cache.PolicyCacheAPI }
Deps defines dependencies of policy plugin.
Click to show internal directories.
Click to hide internal directories.