argo.models.v1alpha1_node_status

Argo

Argo # noqa: E501

The version of the OpenAPI document: v2.7.5 Generated by: https://openapi-generator.tech

Module Contents

class argo.models.v1alpha1_node_status.V1alpha1NodeStatus(boundary_id=None, children=None, daemoned=None, display_name=None, finished_at=None, id=None, inputs=None, message=None, name=None, outbound_nodes=None, outputs=None, phase=None, pod_ip=None, resources_duration=None, started_at=None, stored_template_id=None, template_name=None, template_ref=None, template_scope=None, type=None, workflow_template_name=None)

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

V1alpha1NodeStatus - a model defined in OpenAPI

openapi_types
attribute_map
property boundary_id(self)

Gets the boundary_id of this V1alpha1NodeStatus. # noqa: E501

Returns

The boundary_id of this V1alpha1NodeStatus. # noqa: E501

Return type

str

property children(self)

Gets the children of this V1alpha1NodeStatus. # noqa: E501

Returns

The children of this V1alpha1NodeStatus. # noqa: E501

Return type

list[str]

property daemoned(self)

Gets the daemoned of this V1alpha1NodeStatus. # noqa: E501

Returns

The daemoned of this V1alpha1NodeStatus. # noqa: E501

Return type

bool

property display_name(self)

Gets the display_name of this V1alpha1NodeStatus. # noqa: E501

Returns

The display_name of this V1alpha1NodeStatus. # noqa: E501

Return type

str

property finished_at(self)

Gets the finished_at of this V1alpha1NodeStatus. # noqa: E501

Returns

The finished_at of this V1alpha1NodeStatus. # noqa: E501

Return type

kubernetes.client.models.V1Time

property id(self)

Gets the id of this V1alpha1NodeStatus. # noqa: E501

Returns

The id of this V1alpha1NodeStatus. # noqa: E501

Return type

str

property inputs(self)

Gets the inputs of this V1alpha1NodeStatus. # noqa: E501

Returns

The inputs of this V1alpha1NodeStatus. # noqa: E501

Return type

V1alpha1Inputs

property message(self)

Gets the message of this V1alpha1NodeStatus. # noqa: E501

A human readable message indicating details about why the node is in this condition. # noqa: E501

Returns

The message of this V1alpha1NodeStatus. # noqa: E501

Return type

str

property name(self)

Gets the name of this V1alpha1NodeStatus. # noqa: E501

Returns

The name of this V1alpha1NodeStatus. # noqa: E501

Return type

str

property outbound_nodes(self)

Gets the outbound_nodes of this V1alpha1NodeStatus. # noqa: E501

OutboundNodes tracks the node IDs which are considered “outbound” nodes to a template invocation. For every invocation of a template, there are nodes which we considered as “outbound”. Essentially, these are last nodes in the execution sequence to run, before the template is considered completed. These nodes are then connected as parents to a following step. In the case of single pod steps (i.e. container, script, resource templates), this list will be nil since the pod itself is already considered the “outbound” node. In the case of DAGs, outbound nodes are the “target” tasks (tasks with no children). In the case of steps, outbound nodes are all the containers involved in the last step group. NOTE: since templates are composable, the list of outbound nodes are carried upwards when a DAG/steps template invokes another DAG/steps template. In other words, the outbound nodes of a template, will be a superset of the outbound nodes of its last children. # noqa: E501

Returns

The outbound_nodes of this V1alpha1NodeStatus. # noqa: E501

Return type

list[str]

property outputs(self)

Gets the outputs of this V1alpha1NodeStatus. # noqa: E501

Returns

The outputs of this V1alpha1NodeStatus. # noqa: E501

Return type

V1alpha1Outputs

property phase(self)

Gets the phase of this V1alpha1NodeStatus. # noqa: E501

Phase a simple, high-level summary of where the node is in its lifecycle. Can be used as a state machine. # noqa: E501

Returns

The phase of this V1alpha1NodeStatus. # noqa: E501

Return type

str

property pod_ip(self)

Gets the pod_ip of this V1alpha1NodeStatus. # noqa: E501

Returns

The pod_ip of this V1alpha1NodeStatus. # noqa: E501

Return type

str

property resources_duration(self)

Gets the resources_duration of this V1alpha1NodeStatus. # noqa: E501

ResourcesDuration is indicative, but not accurate, resource duration. This is populated when the nodes completes. # noqa: E501

Returns

The resources_duration of this V1alpha1NodeStatus. # noqa: E501

Return type

dict(str, str)

property started_at(self)

Gets the started_at of this V1alpha1NodeStatus. # noqa: E501

Returns

The started_at of this V1alpha1NodeStatus. # noqa: E501

Return type

kubernetes.client.models.V1Time

property stored_template_id(self)

Gets the stored_template_id of this V1alpha1NodeStatus. # noqa: E501

StoredTemplateID is the ID of stored template. DEPRECATED: This value is not used anymore. # noqa: E501

Returns

The stored_template_id of this V1alpha1NodeStatus. # noqa: E501

Return type

str

property template_name(self)

Gets the template_name of this V1alpha1NodeStatus. # noqa: E501

Returns

The template_name of this V1alpha1NodeStatus. # noqa: E501

Return type

str

property template_ref(self)

Gets the template_ref of this V1alpha1NodeStatus. # noqa: E501

Returns

The template_ref of this V1alpha1NodeStatus. # noqa: E501

Return type

V1alpha1TemplateRef

property template_scope(self)

Gets the template_scope of this V1alpha1NodeStatus. # noqa: E501

TemplateScope is the template scope in which the template of this node was retrieved. # noqa: E501

Returns

The template_scope of this V1alpha1NodeStatus. # noqa: E501

Return type

str

property type(self)

Gets the type of this V1alpha1NodeStatus. # noqa: E501

Returns

The type of this V1alpha1NodeStatus. # noqa: E501

Return type

str

property workflow_template_name(self)

Gets the workflow_template_name of this V1alpha1NodeStatus. # noqa: E501

WorkflowTemplateName is the WorkflowTemplate resource name on which the resolved template of this node is retrieved. DEPRECATED: This value is not used anymore. # noqa: E501

Returns

The workflow_template_name of this V1alpha1NodeStatus. # noqa: E501

Return type

str

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model