Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server implements the secrets-store-csi-driver provider gRPC service interface.
func NewServer ¶
func NewServer(logger hclog.Logger, flagsConfig config.FlagsConfig, k8sClient kubernetes.Interface) *Server
func (*Server) Mount ¶
func (s *Server) Mount(ctx context.Context, req *pb.MountRequest) (*pb.MountResponse, error)
func (*Server) Version ¶
func (s *Server) Version(context.Context, *pb.VersionRequest) (*pb.VersionResponse, error)
Click to show internal directories.
Click to hide internal directories.