Versions in this module Expand all Collapse all v13 v13.1.0 Aug 31, 2026 Changes in this version + type Server struct + func New() *Server + func (s *Server) Capabilities(_ context.Context, _ *pluginv1alpha.CapabilitiesRequest) (*pluginv1alpha.CapabilitiesResponse, error) + func (s *Server) Cleanup() + func (s *Server) CopyIn(...) error + func (s *Server) CopyOut(req *pluginv1alpha.CopyOutRequest, ...) error + func (s *Server) Create(_ context.Context, req *pluginv1alpha.CreateRequest) (*pluginv1alpha.CreateResponse, error) + func (s *Server) Exec(req *pluginv1alpha.ExecRequest, ...) error + func (s *Server) Register(grpcServer *grpc.Server) + func (s *Server) Remove(_ context.Context, req *pluginv1alpha.RemoveRequest) (*pluginv1alpha.RemoveResponse, error) + func (s *Server) Start(req *pluginv1alpha.StartRequest, ...) error