Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 3.4 KB

File metadata and controls

28 lines (24 loc) · 3.4 KB

ArgoWorkflowsClient.Model.IoArgoprojWorkflowV1alpha1WorkflowStatus

WorkflowStatus contains overall status information about a workflow

Properties

Name Type Description Notes
ArtifactGCStatus IoArgoprojWorkflowV1alpha1ArtGCStatus [optional]
ArtifactRepositoryRef IoArgoprojWorkflowV1alpha1ArtifactRepositoryRefStatus [optional]
CompressedNodes string Compressed and base64 decoded Nodes map [optional]
Conditions List<IoArgoprojWorkflowV1alpha1Condition> Conditions is a list of conditions the Workflow may have [optional]
EstimatedDuration int EstimatedDuration in seconds. [optional]
FinishedAt DateTime Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers. [optional]
Message string A human readable message indicating details about why the workflow is in this condition. [optional]
Nodes Dictionary<string, IoArgoprojWorkflowV1alpha1NodeStatus> Nodes is a mapping between a node ID and the node's status. [optional]
OffloadNodeStatusVersion string Whether on not node status has been offloaded to a database. If exists, then Nodes and CompressedNodes will be empty. This will actually be populated with a hash of the offloaded data. [optional]
Outputs IoArgoprojWorkflowV1alpha1Outputs [optional]
PersistentVolumeClaims List<IoK8sApiCoreV1Volume> PersistentVolumeClaims tracks all PVCs that were created as part of the io.argoproj.workflow.v1alpha1. The contents of this list are drained at the end of the workflow. [optional]
Phase string Phase a simple, high-level summary of where the workflow is in its lifecycle. Will be &quot;&quot; (Unknown), &quot;Pending&quot;, or &quot;Running&quot; before the workflow is completed, and &quot;Succeeded&quot;, &quot;Failed&quot; or &quot;Error&quot; once the workflow has completed. [optional]
Progress string Progress to completion [optional]
ResourcesDuration Dictionary<string, long> ResourcesDuration is the total for the workflow [optional]
StartedAt DateTime Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers. [optional]
StoredTemplates Dictionary<string, IoArgoprojWorkflowV1alpha1Template> StoredTemplates is a mapping between a template ref and the node's status. [optional]
StoredWorkflowTemplateSpec IoArgoprojWorkflowV1alpha1WorkflowSpec [optional]
Synchronization IoArgoprojWorkflowV1alpha1SynchronizationStatus [optional]

[Back to Model list] [Back to API list] [Back to README]