skyhook-io/Submit Job

Submits/triggers Kubernetes CronJobs or Argo Workflows

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
job_typeType of job (kubernetes-cronjob, argo-workflow, argo-cronworkflow)yes
resource_nameName of the resource to trigger (CronJob/WorkflowTemplate/CronWorkflow)yes
namespaceKubernetes namespaceyes
parametersJSON object of parameters for Argo workflows (e.g., {"key1":"value1","key2":"value2"})no""
argo_versionArgo CLI version to install (only for Argo workflows)no3.5.3
namedescription
created_nameName of the created Job or Workflow
created_kindKind of the created resource (job or workflow)
github_run_idGitHub Actions run ID (added as label to the created resource for traceability)