Documentation
¶
Index ¶
- Constants
- func Command(p cli.Params) *cobra.Command
- func GetAllCustomRuns(gr schema.GroupVersionResource, opts metav1.ListOptions, c *cli.Clients, ...) ([]string, error)
- func GetCustomRun(gr schema.GroupVersionResource, c *cli.Clients, crName, ns string) (*v1beta1.CustomRun, error)
- func PrintCustomRunDescription(out io.Writer, c *cli.Clients, ns string, crName string, time clockwork.Clock) error
- type ListOptions
Constants ¶
View Source
const ListTemplate = `` /* 749-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
func GetAllCustomRuns ¶ added in v0.45.0
func GetAllCustomRuns(gr schema.GroupVersionResource, opts metav1.ListOptions, c *cli.Clients, ns string, limit int, time clockwork.Clock) ([]string, error)
GetAllCustomRuns returns all CustomRuns as a formatted string slice
func GetCustomRun ¶ added in v0.45.0
func GetCustomRun(gr schema.GroupVersionResource, c *cli.Clients, crName, ns string) (*v1beta1.CustomRun, error)
GetCustomRun retrieves a CustomRun by name
Types ¶
Click to show internal directories.
Click to hide internal directories.