Documentation ¶
Index ¶
- Constants
- func CreateJobFlow(ctx context.Context) error
- func DeleteJobFlow(ctx context.Context) error
- func DescribeJobFlow(ctx context.Context) error
- func GetJobFlow(ctx context.Context) error
- func InitCreateFlags(cmd *cobra.Command)
- func InitDeleteFlags(cmd *cobra.Command)
- func InitDescribeFlags(cmd *cobra.Command)
- func InitGetFlags(cmd *cobra.Command)
- func InitListFlags(cmd *cobra.Command)
- func ListJobFlow(ctx context.Context) error
- func PrintJobFlow(jobFlow *v1alpha1.JobFlow, writer io.Writer)
- func PrintJobFlowDetail(jobFlow *v1alpha1.JobFlow, format string)
- func PrintJobFlows(jobFlows *v1alpha1.JobFlowList, writer io.Writer)
Constants ¶
View Source
const ( // Name jobflow name Name string = "Name" // Namespace jobflow namespace Namespace string = "Namespace" // Phase jobflow phase Phase string = "Phase" // Age jobflow age Age string = "Age" )
Variables ¶
This section is empty.
Functions ¶
func DeleteJobFlow ¶
DeleteJobFlow is used to delete a jobflow.
func DescribeJobFlow ¶
DescribeJobFlow is used to get the particular jobflow details.
func InitCreateFlags ¶
InitCreateFlags is used to init all flags during queue creating.
func InitDeleteFlags ¶
InitDeleteFlags is used to init all flags during jobflow deleting.
func InitDescribeFlags ¶
InitDescribeFlags is used to init all flags.
func PrintJobFlow ¶
PrintJobFlow prints the jobflow details.
func PrintJobFlowDetail ¶
PrintJobFlowDetail print jobflow details
func PrintJobFlows ¶
func PrintJobFlows(jobFlows *v1alpha1.JobFlowList, writer io.Writer)
PrintJobFlows prints all the jobflows.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.