# Functions
Serve starts serving the plugin over gRPC.
# Constants
MagicCookieKey is the the magic cookie key that will be used for negotiating between plugin host and client.
MagicCookieValue is the the magic cookie value that will be used for negotiating between plugin host and client.
ProtocolVersion is the current (latest) supported protocol version.
# Structs
AdmissionGRPCPlugin implements the GRPCPlugin interface from github.com/hashicorp/go-plugin.
ConversionGRPCPlugin implements the GRPCPlugin interface from github.com/hashicorp/go-plugin.
DataGRPCPlugin implements the GRPCPlugin interface from github.com/hashicorp/go-plugin.
DiagnosticsGRPCPlugin implements the GRPCPlugin interface from github.com/hashicorp/go-plugin.
ResourceGRPCPlugin implements the GRPCPlugin interface from github.com/hashicorp/go-plugin.
ServeOpts contains options for serving plugins.
StreamGRPCPlugin implements the GRPCPlugin interface from github.com/hashicorp/go-plugin.
# Interfaces
AdmissionClient represents an admission control client.
AdmissionServer represents an admission control server.
ConversionClient represents an resource conversion client.
ConversionServer represents an admission control server.
DataClient represents a data client.
DataServer represents a data server.
DiagnosticsClient is the client API for the Diagnostics service.
DiagnosticsServer is the server API for the Diagnostics service.
ResourceClient is the client API for the Resource service.
ResourceServer is the server API for the Resource service.
StreamClient represents a stream client.
StreamServer represents a stream server.