package
3.4.2+incompatible
Repository: https://github.com/contiv/vpp.git
Documentation: pkg.go.dev

# Functions

IPNet is helper function for parsing IP network address string into IP adddress, IP network and their combination.
NewFixture inits and composes together plugins needed for proper rendering unit testing.

# Constants

MainVrfID is id of main vrf table.
MasterID is node ID of master.
MasterLabel is node label of master.
Namespace1 is first testing namespace.
Namespace2 is second testing namespace.
PodVrfID is id of pod vrf table.
WorkerID is node ID of worker.
WorkerLabel is node label of worker.

# Variables

Pod1 is first testing pod.
Pod1If is name of interface leading to pod 1.
Pod2 is second testing pod.
Pod2If is name of interface leading to pod 2.
Pod3 is third testing pod.

# Structs

Fixture contain everything what is needed (plugins/configs/etc...) to test any kind of k8s service renderer (it doesn't contain the renderer plugin itself and plugins depending on it).
Txn is mock of ongoing transaction.