Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Cmds ¶
func Cmds(mainCtx context.Context, pachCtx *config.Context, pachctlCfg *pachctl.Config) []*cobra.Command
Cmds returns a slice containing pps commands.
func ParseJobStates ¶
ParseJobStates parses a slice of state names into a jq filter suitable for ListJob
func ParsePipelineStates ¶
ParsePipelineStates parses a slice of state names into a jq filter suitable for ListPipeline
Types ¶
type ByCreationTime ¶
ByCreationTime is an implementation of sort.Interface which sorts pps job info by creation time, ascending.
func (ByCreationTime) Len ¶
func (arr ByCreationTime) Len() int
func (ByCreationTime) Less ¶
func (arr ByCreationTime) Less(i, j int) bool
func (ByCreationTime) Swap ¶
func (arr ByCreationTime) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.