package
3.6.0-alpha.1+incompatible
Repository: https://github.com/tdawson/origin.git
Documentation: pkg.go.dev

# Functions

Create and return a new CNIServer object which will listen on the given socket path.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
Default CNIServer unix domain socket path which the OpenShift SDN CNI plugin uses to talk to the CNIServer.

# 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.
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.