Get desktop application:
View/edit binary Protocol Buffers messages
CNIClient is the API between cni-plugin and enforcerd
ContainerEvent will be invoked by the CNI plugin on the following events at this point: - ‘cmdADD start’ - 'cmdDEL delete'
RunCClient is the API between runc-proxy and enforcerd
ContainerEvent will be invoked by the runc proxy on the following events at this point: - ‘runc start’ - 'runc delete'
the full commandline of the runc command incl. flags, etc. - this is expected to come from `os.Args`
RuncProxyStarted is called by the PCC agent once the runc proxy has been started
Used in:
Used as response type in: CNI.CNIContainerEvent, RunC.RunCContainerEvent
errorMessage will be empty on success, and have an error message set only on an error