argoflows

Crates.ioargoflows
lib.rsargoflows
version0.1.1
created_at2025-01-18 12:17:45.281032+00
updated_at2025-02-11 03:37:49.591272+00
descriptionArgoflows lets you seamlessly integrate and manage Argo Workflows directly from your Rust applications.
homepage
repositoryhttps://github.com/gauravgahlot/argoflows
max_upload_size
id1521570
size317,659
Gaurav Gahlot (gauravgahlot)

documentation

https://docs.rs/argoflows

README

argoflows

Argoflows lets you seamlessly integrate and manage Argo Workflows directly from your Rust applications.

build status Documentation Status

Supported API(s)

API Supported Endpoint Comment
ArchivedWorkflowService delete_archived_workflow
get_archived_workflow
list_archived_workflow_label_keys
list_archived_workflow_label_values
list_archived_workflows
resubmit_archived_workflow
retry_archived_workflow
ClusterWorkflowTemplateService create_cluster_workflow_template
delete_cluster_workflow_template
get_cluster_workflow_template
lint_cluster_workflow_template
list_cluster_workflow_templates
update_cluster_workflow_template
CronWorkflowService create_cron_workflow
delete_cron_workflow
get_cron_workflow
lint_cron_workflow
list_cron_workflows
resume_cron_workflow
suspend_cron_workflow
update_cron_workflow
EventSourceService create__event_source
delete_event_source
event_sources_logs
get_event_source
list_event_sources
update_event_source
watch_event_sources
EventService list_workflow_event_bindings
receive_event
InfoService collect_event
get_info
get_user_info
get_version
SensorService create_sensor
delete_sensor
get_sensor
list_sensors
sensors_logs
update_sensor
watch_sensors
WorkflowService create_workflow
delete_workflow
get_workflow
lint_workflow
list_workflows
pod_logs DEPRECATED
resubmit_workflow
resume_workflow
retry_workflow
set_workflow
stop_workflow
submit_workflow
suspend_workflow
terminate_workflow
watch_events
watch_workflows
workflow_logs
WorkflowTemplateService create_workflow_template
delete_workflow_template
get_workflow_template
lint_workflow_template
list_workflow_templates
update_workflow_template
ArtifactService get_artifact_file
get_input_artifact
get_input_artifact_by_uid
get_ouput_artifact
get_output_artifact_by_uid
Commit count: 90

cargo fmt