package
4.1.0+incompatible
Repository: https://github.com/openshift/origin.git
Documentation: pkg.go.dev
# Functions
Create and return a new CNIServer object which will listen on a socket in the given path.
# Constants
Config file contains server to plugin config data.
Default directory for CNIServer runtime files.
CNIServer socket name, and default full path.
# Structs
Request sent to the CNIServer by the OpenShift SDN CNI plugin.
CNI server object that listens for JSON-marshaled CNIRequest objects on a private root-only Unix domain socket.
Server-to-plugin config data.
Request structure built from CNIRequest which is passed to the handler function given to the CNIServer at creation time.
Result of a PodRequest sent through the PodRequest's Result channel.
# Type aliases
Explicit type for CNI commands the server handles.