Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPipelineRunLogReader ¶
func GetPipelineRunLogReader( workflow, pipeline, runID string, pipelineSpec *v1alpha1.PipelineSpec, pipelineStatus *v1alpha1.PipelineRunStatus) (io.Reader, int64, error)
GetPipelineRunLogReader returns a reader to read the logs for a particular pipeline run
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server is the GRPC server for agent running.
func NewServer ¶
func NewServer(host string, port uint32, address, certFile, keyFile, rootCACert, jwtSecret string, insecureMode bool) *Server
NewServer returns a new server for agent.
func (*Server) JoinAPIServer ¶
JoinAPIServer joins the agent to the pool of servers registered on the API server.
Click to show internal directories.
Click to hide internal directories.