Documentation
¶
Index ¶
- func NewCmdCreate(f *factory.Factory, runF func(*CreateOptions) error) *cobra.Command
- func NewCmdDelete(f *factory.Factory, runF func(*DeleteOptions) error) *cobra.Command
- func NewCmdList(f *factory.Factory, runF func(*ListOptions) error) *cobra.Command
- type CreateOptions
- type DeleteOptions
- type ListOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdCreate ¶
NewCmdCreate builds the `pipeline schedule create` cobra command.
func NewCmdDelete ¶
NewCmdDelete builds the `pipeline schedule delete` cobra command.
func NewCmdList ¶
NewCmdList builds the `pipeline schedule list` cobra command.
Types ¶
type CreateOptions ¶
CreateOptions holds parsed flags for `pipeline schedule create`.
type DeleteOptions ¶
DeleteOptions holds parsed flags for `pipeline schedule delete`.
type ListOptions ¶
ListOptions holds parsed flags for `pipeline schedule list`.
Click to show internal directories.
Click to hide internal directories.