Documentation ¶
Index ¶
- Constants
- func ConditionValue(x wfv1.Condition) string
- func ConditionsIndexFunc(obj interface{}) ([]string, error)
- func MetaNamespaceLabelIndex(namespace, label string) string
- func MetaNamespaceLabelIndexFunc(label string) cache.IndexFunc
- func MetaWorkflowIndexFunc(obj interface{}) ([]string, error)
- func MetaWorkflowPhaseIndexFunc() cache.IndexFunc
- func PodPhaseIndexFunc(obj interface{}) ([]string, error)
- func WorkflowIndexValue(namespace, name string) string
- func WorkflowSemaphoreKeysIndexFunc() cache.IndexFunc
Constants ¶
View Source
const ( ClusterWorkflowTemplateIndex = "clusterworkflowtemplate" CronWorkflowIndex = "cronworkflow" WorkflowIndex = "workflow" WorkflowTemplateIndex = "workflowtemplate" WorkflowPhaseIndex = "workflow.phase" PodPhaseIndex = "pod.phase" ConditionsIndex = "status.conditions" SemaphoreConfigIndexName = "bySemaphoreConfigMap" )
Variables ¶
This section is empty.
Functions ¶
func ConditionValue ¶
func ConditionsIndexFunc ¶
func MetaNamespaceLabelIndex ¶
func MetaWorkflowIndexFunc ¶
func PodPhaseIndexFunc ¶
func WorkflowIndexValue ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.