Documentation ¶
Index ¶
Constants ¶
View Source
const PrLabel = "tekton.dev/pipeline"
Variables ¶
View Source
var (
PipelineResource = schema.GroupVersionResource{
Group: "tekton.dev",
Version: "v1beta1",
Resource: "PipelineRun",
}
)
Functions ¶
Types ¶
type Options ¶
type Options struct { DryRun bool ReleaseHistoryLimit int PullRequestHistoryLimit int ReleaseAgeLimit time.Duration PullRequestAgeLimit time.Duration PipelineRunAgeLimit time.Duration ProwJobAgeLimit time.Duration Namespace string JXClient jxc.Interface LHClient lhclient.Interface DynamicClient dynamic.Interface }
Options command line arguments and flags
func NewCmdGCActivities ¶
NewCmd s a command object for the "step" command
Click to show internal directories.
Click to hide internal directories.