argo.models

Argo

Argo # noqa: E501

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

Submodules

Package Contents

class argo.models.Cronv1alpha1CreateCronWorkflowRequest(create_options=None, cron_workflow=None, namespace=None)

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

Do not edit the class manually.

Cronv1alpha1CreateCronWorkflowRequest - a model defined in OpenAPI

openapi_types
attribute_map
property create_options(self)

Gets the create_options of this Cronv1alpha1CreateCronWorkflowRequest. # noqa: E501

Returns

The create_options of this Cronv1alpha1CreateCronWorkflowRequest. # noqa: E501

Return type

kubernetes.client.models.V1CreateOptions

property cron_workflow(self)

Gets the cron_workflow of this Cronv1alpha1CreateCronWorkflowRequest. # noqa: E501

Returns

The cron_workflow of this Cronv1alpha1CreateCronWorkflowRequest. # noqa: E501

Return type

V1alpha1CronWorkflow

property namespace(self)

Gets the namespace of this Cronv1alpha1CreateCronWorkflowRequest. # noqa: E501

Returns

The namespace of this Cronv1alpha1CreateCronWorkflowRequest. # 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

class argo.models.Cronv1alpha1LintCronWorkflowRequest(cron_workflow=None, namespace=None)

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

Do not edit the class manually.

Cronv1alpha1LintCronWorkflowRequest - a model defined in OpenAPI

openapi_types
attribute_map
property cron_workflow(self)

Gets the cron_workflow of this Cronv1alpha1LintCronWorkflowRequest. # noqa: E501

Returns

The cron_workflow of this Cronv1alpha1LintCronWorkflowRequest. # noqa: E501

Return type

V1alpha1CronWorkflow

property namespace(self)

Gets the namespace of this Cronv1alpha1LintCronWorkflowRequest. # noqa: E501

Returns

The namespace of this Cronv1alpha1LintCronWorkflowRequest. # 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

class argo.models.Cronv1alpha1UpdateCronWorkflowRequest(cron_workflow=None, name=None, namespace=None)

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

Do not edit the class manually.

Cronv1alpha1UpdateCronWorkflowRequest - a model defined in OpenAPI

openapi_types
attribute_map
property cron_workflow(self)

Gets the cron_workflow of this Cronv1alpha1UpdateCronWorkflowRequest. # noqa: E501

Returns

The cron_workflow of this Cronv1alpha1UpdateCronWorkflowRequest. # noqa: E501

Return type

V1alpha1CronWorkflow

property name(self)

Gets the name of this Cronv1alpha1UpdateCronWorkflowRequest. # noqa: E501

Returns

The name of this Cronv1alpha1UpdateCronWorkflowRequest. # noqa: E501

Return type

str

property namespace(self)

Gets the namespace of this Cronv1alpha1UpdateCronWorkflowRequest. # noqa: E501

Returns

The namespace of this Cronv1alpha1UpdateCronWorkflowRequest. # 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

class argo.models.GoogleProtobufAny(type_url=None, value=None)

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

Do not edit the class manually.

GoogleProtobufAny - a model defined in OpenAPI

openapi_types
attribute_map
property type_url(self)

Gets the type_url of this GoogleProtobufAny. # noqa: E501

Returns

The type_url of this GoogleProtobufAny. # noqa: E501

Return type

str

property value(self)

Gets the value of this GoogleProtobufAny. # noqa: E501

Returns

The value of this GoogleProtobufAny. # 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

class argo.models.GrpcGatewayRuntimeStreamError(details=None, grpc_code=None, http_code=None, http_status=None, message=None)

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

Do not edit the class manually.

GrpcGatewayRuntimeStreamError - a model defined in OpenAPI

openapi_types
attribute_map
property details(self)

Gets the details of this GrpcGatewayRuntimeStreamError. # noqa: E501

Returns

The details of this GrpcGatewayRuntimeStreamError. # noqa: E501

Return type

list[GoogleProtobufAny]

property grpc_code(self)

Gets the grpc_code of this GrpcGatewayRuntimeStreamError. # noqa: E501

Returns

The grpc_code of this GrpcGatewayRuntimeStreamError. # noqa: E501

Return type

int

property http_code(self)

Gets the http_code of this GrpcGatewayRuntimeStreamError. # noqa: E501

Returns

The http_code of this GrpcGatewayRuntimeStreamError. # noqa: E501

Return type

int

property http_status(self)

Gets the http_status of this GrpcGatewayRuntimeStreamError. # noqa: E501

Returns

The http_status of this GrpcGatewayRuntimeStreamError. # noqa: E501

Return type

str

property message(self)

Gets the message of this GrpcGatewayRuntimeStreamError. # noqa: E501

Returns

The message of this GrpcGatewayRuntimeStreamError. # 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

class argo.models.V1alpha1ArchiveStrategy(_none=None, tar=None)

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

Do not edit the class manually.

V1alpha1ArchiveStrategy - a model defined in OpenAPI

openapi_types
attribute_map
property tar(self)

Gets the tar of this V1alpha1ArchiveStrategy. # noqa: E501

Returns

The tar of this V1alpha1ArchiveStrategy. # noqa: E501

Return type

object

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model

class argo.models.V1alpha1Arguments(artifacts=None, parameters=None)

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

Do not edit the class manually.

V1alpha1Arguments - a model defined in OpenAPI

openapi_types
attribute_map
property artifacts(self)

Gets the artifacts of this V1alpha1Arguments. # noqa: E501

Returns

The artifacts of this V1alpha1Arguments. # noqa: E501

Return type

list[V1alpha1Artifact]

property parameters(self)

Gets the parameters of this V1alpha1Arguments. # noqa: E501

Returns

The parameters of this V1alpha1Arguments. # noqa: E501

Return type

list[V1alpha1Parameter]

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model

class argo.models.V1alpha1Artifact(archive=None, artifact_location=None, _from=None, global_name=None, mode=None, name=None, optional=None, path=None)

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

Do not edit the class manually.

V1alpha1Artifact - a model defined in OpenAPI

openapi_types
attribute_map
property archive(self)

Gets the archive of this V1alpha1Artifact. # noqa: E501

Returns

The archive of this V1alpha1Artifact. # noqa: E501

Return type

V1alpha1ArchiveStrategy

property artifact_location(self)

Gets the artifact_location of this V1alpha1Artifact. # noqa: E501

Returns

The artifact_location of this V1alpha1Artifact. # noqa: E501

Return type

V1alpha1ArtifactLocation

property global_name(self)

Gets the global_name of this V1alpha1Artifact. # noqa: E501

Returns

The global_name of this V1alpha1Artifact. # noqa: E501

Return type

str

property mode(self)

Gets the mode of this V1alpha1Artifact. # noqa: E501

mode bits to use on this file, must be a value between 0 and 0777 set when loading input artifacts. # noqa: E501

Returns

The mode of this V1alpha1Artifact. # noqa: E501

Return type

int

property name(self)

Gets the name of this V1alpha1Artifact. # noqa: E501

name of the artifact. must be unique within a template’s inputs/outputs. # noqa: E501

Returns

The name of this V1alpha1Artifact. # noqa: E501

Return type

str

property optional(self)

Gets the optional of this V1alpha1Artifact. # noqa: E501

Returns

The optional of this V1alpha1Artifact. # noqa: E501

Return type

bool

property path(self)

Gets the path of this V1alpha1Artifact. # noqa: E501

Returns

The path of this V1alpha1Artifact. # 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

class argo.models.V1alpha1ArtifactLocation(archive_logs=None, artifactory=None, gcs=None, git=None, hdfs=None, http=None, oss=None, raw=None, s3=None)

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

Do not edit the class manually.

V1alpha1ArtifactLocation - a model defined in OpenAPI

openapi_types
attribute_map
property archive_logs(self)

Gets the archive_logs of this V1alpha1ArtifactLocation. # noqa: E501

Returns

The archive_logs of this V1alpha1ArtifactLocation. # noqa: E501

Return type

bool

property artifactory(self)

Gets the artifactory of this V1alpha1ArtifactLocation. # noqa: E501

Returns

The artifactory of this V1alpha1ArtifactLocation. # noqa: E501

Return type

V1alpha1ArtifactoryArtifact

property gcs(self)

Gets the gcs of this V1alpha1ArtifactLocation. # noqa: E501

Returns

The gcs of this V1alpha1ArtifactLocation. # noqa: E501

Return type

V1alpha1GCSArtifact

property git(self)

Gets the git of this V1alpha1ArtifactLocation. # noqa: E501

Returns

The git of this V1alpha1ArtifactLocation. # noqa: E501

Return type

V1alpha1GitArtifact

property hdfs(self)

Gets the hdfs of this V1alpha1ArtifactLocation. # noqa: E501

Returns

The hdfs of this V1alpha1ArtifactLocation. # noqa: E501

Return type

V1alpha1HDFSArtifact

property http(self)

Gets the http of this V1alpha1ArtifactLocation. # noqa: E501

Returns

The http of this V1alpha1ArtifactLocation. # noqa: E501

Return type

V1alpha1HTTPArtifact

property oss(self)

Gets the oss of this V1alpha1ArtifactLocation. # noqa: E501

Returns

The oss of this V1alpha1ArtifactLocation. # noqa: E501

Return type

V1alpha1OSSArtifact

property raw(self)

Gets the raw of this V1alpha1ArtifactLocation. # noqa: E501

Returns

The raw of this V1alpha1ArtifactLocation. # noqa: E501

Return type

V1alpha1RawArtifact

property s3(self)

Gets the s3 of this V1alpha1ArtifactLocation. # noqa: E501

Returns

The s3 of this V1alpha1ArtifactLocation. # noqa: E501

Return type

V1alpha1S3Artifact

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model

class argo.models.V1alpha1ArtifactRepositoryRef(config_map=None, key=None)

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

Do not edit the class manually.

V1alpha1ArtifactRepositoryRef - a model defined in OpenAPI

openapi_types
attribute_map
property config_map(self)

Gets the config_map of this V1alpha1ArtifactRepositoryRef. # noqa: E501

Returns

The config_map of this V1alpha1ArtifactRepositoryRef. # noqa: E501

Return type

str

property key(self)

Gets the key of this V1alpha1ArtifactRepositoryRef. # noqa: E501

Returns

The key of this V1alpha1ArtifactRepositoryRef. # 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

class argo.models.V1alpha1ArtifactoryArtifact(artifactory_auth=None, url=None)

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

Do not edit the class manually.

V1alpha1ArtifactoryArtifact - a model defined in OpenAPI

openapi_types
attribute_map
property artifactory_auth(self)

Gets the artifactory_auth of this V1alpha1ArtifactoryArtifact. # noqa: E501

Returns

The artifactory_auth of this V1alpha1ArtifactoryArtifact. # noqa: E501

Return type

V1alpha1ArtifactoryAuth

property url(self)

Gets the url of this V1alpha1ArtifactoryArtifact. # noqa: E501

Returns

The url of this V1alpha1ArtifactoryArtifact. # 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

class argo.models.V1alpha1ArtifactoryAuth(password_secret=None, username_secret=None)

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

Do not edit the class manually.

V1alpha1ArtifactoryAuth - a model defined in OpenAPI

openapi_types
attribute_map
property password_secret(self)

Gets the password_secret of this V1alpha1ArtifactoryAuth. # noqa: E501

Returns

The password_secret of this V1alpha1ArtifactoryAuth. # noqa: E501

Return type

kubernetes.client.models.V1SecretKeySelector

property username_secret(self)

Gets the username_secret of this V1alpha1ArtifactoryAuth. # noqa: E501

Returns

The username_secret of this V1alpha1ArtifactoryAuth. # noqa: E501

Return type

kubernetes.client.models.V1SecretKeySelector

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model

class argo.models.V1alpha1Backoff(duration=None, factor=None, max_duration=None)

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

Do not edit the class manually.

V1alpha1Backoff - a model defined in OpenAPI

openapi_types
attribute_map
property duration(self)

Gets the duration of this V1alpha1Backoff. # noqa: E501

Returns

The duration of this V1alpha1Backoff. # noqa: E501

Return type

str

property factor(self)

Gets the factor of this V1alpha1Backoff. # noqa: E501

Returns

The factor of this V1alpha1Backoff. # noqa: E501

Return type

int

property max_duration(self)

Gets the max_duration of this V1alpha1Backoff. # noqa: E501

Returns

The max_duration of this V1alpha1Backoff. # 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

class argo.models.V1alpha1ContinueOn(error=None, failed=None)

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

Do not edit the class manually.

V1alpha1ContinueOn - a model defined in OpenAPI

openapi_types
attribute_map
property error(self)

Gets the error of this V1alpha1ContinueOn. # noqa: E501

Returns

The error of this V1alpha1ContinueOn. # noqa: E501

Return type

bool

property failed(self)

Gets the failed of this V1alpha1ContinueOn. # noqa: E501

Returns

The failed of this V1alpha1ContinueOn. # noqa: E501

Return type

bool

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model

class argo.models.V1alpha1Counter(value=None)

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

Do not edit the class manually.

V1alpha1Counter - a model defined in OpenAPI

openapi_types
attribute_map
property value(self)

Gets the value of this V1alpha1Counter. # noqa: E501

Returns

The value of this V1alpha1Counter. # 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

class argo.models.V1alpha1CronWorkflow(metadata=None, spec=None, status=None)

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

Do not edit the class manually.

V1alpha1CronWorkflow - a model defined in OpenAPI

openapi_types
attribute_map
property metadata(self)

Gets the metadata of this V1alpha1CronWorkflow. # noqa: E501

Returns

The metadata of this V1alpha1CronWorkflow. # noqa: E501

Return type

kubernetes.client.models.V1ObjectMeta

property spec(self)

Gets the spec of this V1alpha1CronWorkflow. # noqa: E501

Returns

The spec of this V1alpha1CronWorkflow. # noqa: E501

Return type

V1alpha1CronWorkflowSpec

property status(self)

Gets the status of this V1alpha1CronWorkflow. # noqa: E501

Returns

The status of this V1alpha1CronWorkflow. # noqa: E501

Return type

V1alpha1CronWorkflowStatus

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model

class argo.models.V1alpha1CronWorkflowList(items=None, metadata=None)

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

Do not edit the class manually.

V1alpha1CronWorkflowList - a model defined in OpenAPI

openapi_types
attribute_map
property items(self)

Gets the items of this V1alpha1CronWorkflowList. # noqa: E501

Returns

The items of this V1alpha1CronWorkflowList. # noqa: E501

Return type

list[V1alpha1CronWorkflow]

property metadata(self)

Gets the metadata of this V1alpha1CronWorkflowList. # noqa: E501

Returns

The metadata of this V1alpha1CronWorkflowList. # noqa: E501

Return type

kubernetes.client.models.V1ListMeta

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model

class argo.models.V1alpha1CronWorkflowSpec(concurrency_policy=None, failed_jobs_history_limit=None, schedule=None, starting_deadline_seconds=None, successful_jobs_history_limit=None, suspend=None, timezone=None, workflow_meta=None, workflow_spec=None)

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

Do not edit the class manually.

V1alpha1CronWorkflowSpec - a model defined in OpenAPI

openapi_types
attribute_map
property concurrency_policy(self)

Gets the concurrency_policy of this V1alpha1CronWorkflowSpec. # noqa: E501

Returns

The concurrency_policy of this V1alpha1CronWorkflowSpec. # noqa: E501

Return type

str

property failed_jobs_history_limit(self)

Gets the failed_jobs_history_limit of this V1alpha1CronWorkflowSpec. # noqa: E501

Returns

The failed_jobs_history_limit of this V1alpha1CronWorkflowSpec. # noqa: E501

Return type

int

property schedule(self)

Gets the schedule of this V1alpha1CronWorkflowSpec. # noqa: E501

Returns

The schedule of this V1alpha1CronWorkflowSpec. # noqa: E501

Return type

str

property starting_deadline_seconds(self)

Gets the starting_deadline_seconds of this V1alpha1CronWorkflowSpec. # noqa: E501

StartingDeadlineSeconds is the K8s-style deadline that will limit the time a CronWorkflow will be run after its original scheduled time if it is missed. # noqa: E501

Returns

The starting_deadline_seconds of this V1alpha1CronWorkflowSpec. # noqa: E501

Return type

str

property successful_jobs_history_limit(self)

Gets the successful_jobs_history_limit of this V1alpha1CronWorkflowSpec. # noqa: E501

Returns

The successful_jobs_history_limit of this V1alpha1CronWorkflowSpec. # noqa: E501

Return type

int

property suspend(self)

Gets the suspend of this V1alpha1CronWorkflowSpec. # noqa: E501

Returns

The suspend of this V1alpha1CronWorkflowSpec. # noqa: E501

Return type

bool

property timezone(self)

Gets the timezone of this V1alpha1CronWorkflowSpec. # noqa: E501

Timezone is the timezone against which the cron schedule will be calculated, e.g. “Asia/Tokyo”. Default is machine’s local time. # noqa: E501

Returns

The timezone of this V1alpha1CronWorkflowSpec. # noqa: E501

Return type

str

property workflow_meta(self)

Gets the workflow_meta of this V1alpha1CronWorkflowSpec. # noqa: E501

Returns

The workflow_meta of this V1alpha1CronWorkflowSpec. # noqa: E501

Return type

kubernetes.client.models.V1ObjectMeta

property workflow_spec(self)

Gets the workflow_spec of this V1alpha1CronWorkflowSpec. # noqa: E501

Returns

The workflow_spec of this V1alpha1CronWorkflowSpec. # noqa: E501

Return type

V1alpha1WorkflowSpec

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model

class argo.models.V1alpha1CronWorkflowStatus(active=None, last_scheduled_time=None)

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

Do not edit the class manually.

V1alpha1CronWorkflowStatus - a model defined in OpenAPI

openapi_types
attribute_map
property active(self)

Gets the active of this V1alpha1CronWorkflowStatus. # noqa: E501

Returns

The active of this V1alpha1CronWorkflowStatus. # noqa: E501

Return type

list[kubernetes.client.models.V1ObjectReference]

property last_scheduled_time(self)

Gets the last_scheduled_time of this V1alpha1CronWorkflowStatus. # noqa: E501

Returns

The last_scheduled_time of this V1alpha1CronWorkflowStatus. # noqa: E501

Return type

kubernetes.client.models.V1Time

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model

class argo.models.V1alpha1DAGTask(arguments=None, continue_on=None, dependencies=None, name=None, on_exit=None, template=None, template_ref=None, when=None, with_items=None, with_param=None, with_sequence=None)

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

Do not edit the class manually.

V1alpha1DAGTask - a model defined in OpenAPI

openapi_types
attribute_map
property arguments(self)

Gets the arguments of this V1alpha1DAGTask. # noqa: E501

Returns

The arguments of this V1alpha1DAGTask. # noqa: E501

Return type

V1alpha1Arguments

property continue_on(self)

Gets the continue_on of this V1alpha1DAGTask. # noqa: E501

Returns

The continue_on of this V1alpha1DAGTask. # noqa: E501

Return type

V1alpha1ContinueOn

property dependencies(self)

Gets the dependencies of this V1alpha1DAGTask. # noqa: E501

Returns

The dependencies of this V1alpha1DAGTask. # noqa: E501

Return type

list[str]

property name(self)

Gets the name of this V1alpha1DAGTask. # noqa: E501

Returns

The name of this V1alpha1DAGTask. # noqa: E501

Return type

str

property on_exit(self)

Gets the on_exit of this V1alpha1DAGTask. # noqa: E501

OnExit is a template reference which is invoked at the end of the template, irrespective of the success, failure, or error of the primary template. # noqa: E501

Returns

The on_exit of this V1alpha1DAGTask. # noqa: E501

Return type

str

property template(self)

Gets the template of this V1alpha1DAGTask. # noqa: E501

Returns

The template of this V1alpha1DAGTask. # noqa: E501

Return type

str

property template_ref(self)

Gets the template_ref of this V1alpha1DAGTask. # noqa: E501

Returns

The template_ref of this V1alpha1DAGTask. # noqa: E501

Return type

V1alpha1TemplateRef

property when(self)

Gets the when of this V1alpha1DAGTask. # noqa: E501

Returns

The when of this V1alpha1DAGTask. # noqa: E501

Return type

str

property with_items(self)

Gets the with_items of this V1alpha1DAGTask. # noqa: E501

Returns

The with_items of this V1alpha1DAGTask. # noqa: E501

Return type

list[V1alpha1Item]

property with_param(self)

Gets the with_param of this V1alpha1DAGTask. # noqa: E501

WithParam expands a task into multiple parallel tasks from the value in the parameter, which is expected to be a JSON list. # noqa: E501

Returns

The with_param of this V1alpha1DAGTask. # noqa: E501

Return type

str

property with_sequence(self)

Gets the with_sequence of this V1alpha1DAGTask. # noqa: E501

Returns

The with_sequence of this V1alpha1DAGTask. # noqa: E501

Return type

V1alpha1Sequence

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model

class argo.models.V1alpha1DAGTemplate(fail_fast=None, target=None, tasks=None)

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

Do not edit the class manually.

V1alpha1DAGTemplate - a model defined in OpenAPI

openapi_types
attribute_map
property fail_fast(self)

Gets the fail_fast of this V1alpha1DAGTemplate. # noqa: E501

Returns

The fail_fast of this V1alpha1DAGTemplate. # noqa: E501

Return type

bool

property target(self)

Gets the target of this V1alpha1DAGTemplate. # noqa: E501

Returns

The target of this V1alpha1DAGTemplate. # noqa: E501

Return type

str

property tasks(self)

Gets the tasks of this V1alpha1DAGTemplate. # noqa: E501

Returns

The tasks of this V1alpha1DAGTemplate. # noqa: E501

Return type

list[V1alpha1DAGTask]

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model

class argo.models.V1alpha1ExecutorConfig(service_account_name=None)

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

Do not edit the class manually.

V1alpha1ExecutorConfig - a model defined in OpenAPI

openapi_types
attribute_map
property service_account_name(self)

Gets the service_account_name of this V1alpha1ExecutorConfig. # noqa: E501

ServiceAccountName specifies the service account name of the executor container. # noqa: E501

Returns

The service_account_name of this V1alpha1ExecutorConfig. # 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

class argo.models.V1alpha1GCSArtifact(g_cs_bucket=None, key=None)

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

Do not edit the class manually.

V1alpha1GCSArtifact - a model defined in OpenAPI

openapi_types
attribute_map
property g_cs_bucket(self)

Gets the g_cs_bucket of this V1alpha1GCSArtifact. # noqa: E501

Returns

The g_cs_bucket of this V1alpha1GCSArtifact. # noqa: E501

Return type

V1alpha1GCSBucket

property key(self)

Gets the key of this V1alpha1GCSArtifact. # noqa: E501

Returns

The key of this V1alpha1GCSArtifact. # 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

class argo.models.V1alpha1GCSBucket(bucket=None, service_account_key_secret=None)

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

Do not edit the class manually.

V1alpha1GCSBucket - a model defined in OpenAPI

openapi_types
attribute_map
property bucket(self)

Gets the bucket of this V1alpha1GCSBucket. # noqa: E501

Returns

The bucket of this V1alpha1GCSBucket. # noqa: E501

Return type

str

property service_account_key_secret(self)

Gets the service_account_key_secret of this V1alpha1GCSBucket. # noqa: E501

Returns

The service_account_key_secret of this V1alpha1GCSBucket. # noqa: E501

Return type

kubernetes.client.models.V1SecretKeySelector

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model

class argo.models.V1alpha1Gauge(realtime=None, value=None)

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

Do not edit the class manually.

V1alpha1Gauge - a model defined in OpenAPI

openapi_types
attribute_map
property realtime(self)

Gets the realtime of this V1alpha1Gauge. # noqa: E501

Returns

The realtime of this V1alpha1Gauge. # noqa: E501

Return type

bool

property value(self)

Gets the value of this V1alpha1Gauge. # noqa: E501

Returns

The value of this V1alpha1Gauge. # 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

class argo.models.V1alpha1GitArtifact(depth=None, fetch=None, insecure_ignore_host_key=None, password_secret=None, repo=None, revision=None, ssh_private_key_secret=None, username_secret=None)

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

Do not edit the class manually.

V1alpha1GitArtifact - a model defined in OpenAPI

openapi_types
attribute_map
property depth(self)

Gets the depth of this V1alpha1GitArtifact. # noqa: E501

Returns

The depth of this V1alpha1GitArtifact. # noqa: E501

Return type

str

property fetch(self)

Gets the fetch of this V1alpha1GitArtifact. # noqa: E501

Returns

The fetch of this V1alpha1GitArtifact. # noqa: E501

Return type

list[str]

property insecure_ignore_host_key(self)

Gets the insecure_ignore_host_key of this V1alpha1GitArtifact. # noqa: E501

Returns

The insecure_ignore_host_key of this V1alpha1GitArtifact. # noqa: E501

Return type

bool

property password_secret(self)

Gets the password_secret of this V1alpha1GitArtifact. # noqa: E501

Returns

The password_secret of this V1alpha1GitArtifact. # noqa: E501

Return type

kubernetes.client.models.V1SecretKeySelector

property repo(self)

Gets the repo of this V1alpha1GitArtifact. # noqa: E501

Returns

The repo of this V1alpha1GitArtifact. # noqa: E501

Return type

str

property revision(self)

Gets the revision of this V1alpha1GitArtifact. # noqa: E501

Returns

The revision of this V1alpha1GitArtifact. # noqa: E501

Return type

str

property ssh_private_key_secret(self)

Gets the ssh_private_key_secret of this V1alpha1GitArtifact. # noqa: E501

Returns

The ssh_private_key_secret of this V1alpha1GitArtifact. # noqa: E501

Return type

kubernetes.client.models.V1SecretKeySelector

property username_secret(self)

Gets the username_secret of this V1alpha1GitArtifact. # noqa: E501

Returns

The username_secret of this V1alpha1GitArtifact. # noqa: E501

Return type

kubernetes.client.models.V1SecretKeySelector

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model

class argo.models.V1alpha1HDFSArtifact(force=None, h_dfs_config=None, path=None)

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

Do not edit the class manually.

V1alpha1HDFSArtifact - a model defined in OpenAPI

openapi_types
attribute_map
property force(self)

Gets the force of this V1alpha1HDFSArtifact. # noqa: E501

Returns

The force of this V1alpha1HDFSArtifact. # noqa: E501

Return type

bool

property h_dfs_config(self)

Gets the h_dfs_config of this V1alpha1HDFSArtifact. # noqa: E501

Returns

The h_dfs_config of this V1alpha1HDFSArtifact. # noqa: E501

Return type

V1alpha1HDFSConfig

property path(self)

Gets the path of this V1alpha1HDFSArtifact. # noqa: E501

Returns

The path of this V1alpha1HDFSArtifact. # 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

class argo.models.V1alpha1HDFSConfig(addresses=None, h_dfs_krb_config=None, hdfs_user=None)

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

Do not edit the class manually.

V1alpha1HDFSConfig - a model defined in OpenAPI

openapi_types
attribute_map
property addresses(self)

Gets the addresses of this V1alpha1HDFSConfig. # noqa: E501

Returns

The addresses of this V1alpha1HDFSConfig. # noqa: E501

Return type

list[str]

property h_dfs_krb_config(self)

Gets the h_dfs_krb_config of this V1alpha1HDFSConfig. # noqa: E501

Returns

The h_dfs_krb_config of this V1alpha1HDFSConfig. # noqa: E501

Return type

V1alpha1HDFSKrbConfig

property hdfs_user(self)

Gets the hdfs_user of this V1alpha1HDFSConfig. # noqa: E501

HDFSUser is the user to access HDFS file system. It is ignored if either ccache or keytab is used. # noqa: E501

Returns

The hdfs_user of this V1alpha1HDFSConfig. # 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

class argo.models.V1alpha1HDFSKrbConfig(krb_c_cache_secret=None, krb_config_config_map=None, krb_keytab_secret=None, krb_realm=None, krb_service_principal_name=None, krb_username=None)

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

Do not edit the class manually.

V1alpha1HDFSKrbConfig - a model defined in OpenAPI

openapi_types
attribute_map
property krb_c_cache_secret(self)

Gets the krb_c_cache_secret of this V1alpha1HDFSKrbConfig. # noqa: E501

Returns

The krb_c_cache_secret of this V1alpha1HDFSKrbConfig. # noqa: E501

Return type

kubernetes.client.models.V1SecretKeySelector

property krb_config_config_map(self)

Gets the krb_config_config_map of this V1alpha1HDFSKrbConfig. # noqa: E501

Returns

The krb_config_config_map of this V1alpha1HDFSKrbConfig. # noqa: E501

Return type

kubernetes.client.models.V1ConfigMapKeySelector

property krb_keytab_secret(self)

Gets the krb_keytab_secret of this V1alpha1HDFSKrbConfig. # noqa: E501

Returns

The krb_keytab_secret of this V1alpha1HDFSKrbConfig. # noqa: E501

Return type

kubernetes.client.models.V1SecretKeySelector

property krb_realm(self)

Gets the krb_realm of this V1alpha1HDFSKrbConfig. # noqa: E501

KrbRealm is the Kerberos realm used with Kerberos keytab It must be set if keytab is used. # noqa: E501

Returns

The krb_realm of this V1alpha1HDFSKrbConfig. # noqa: E501

Return type

str

property krb_service_principal_name(self)

Gets the krb_service_principal_name of this V1alpha1HDFSKrbConfig. # noqa: E501

KrbServicePrincipalName is the principal name of Kerberos service It must be set if either ccache or keytab is used. # noqa: E501

Returns

The krb_service_principal_name of this V1alpha1HDFSKrbConfig. # noqa: E501

Return type

str

property krb_username(self)

Gets the krb_username of this V1alpha1HDFSKrbConfig. # noqa: E501

KrbUsername is the Kerberos username used with Kerberos keytab It must be set if keytab is used. # noqa: E501

Returns

The krb_username of this V1alpha1HDFSKrbConfig. # 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

class argo.models.V1alpha1HTTPArtifact(url=None)

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

Do not edit the class manually.

V1alpha1HTTPArtifact - a model defined in OpenAPI

openapi_types
attribute_map
property url(self)

Gets the url of this V1alpha1HTTPArtifact. # noqa: E501

Returns

The url of this V1alpha1HTTPArtifact. # 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

class argo.models.V1alpha1Histogram(buckets=None, value=None)

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

Do not edit the class manually.

V1alpha1Histogram - a model defined in OpenAPI

openapi_types
attribute_map
property buckets(self)

Gets the buckets of this V1alpha1Histogram. # noqa: E501

Returns

The buckets of this V1alpha1Histogram. # noqa: E501

Return type

list[float]

property value(self)

Gets the value of this V1alpha1Histogram. # noqa: E501

Returns

The value of this V1alpha1Histogram. # 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

class argo.models.V1alpha1InfoResponse(links=None, managed_namespace=None)

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

Do not edit the class manually.

V1alpha1InfoResponse - a model defined in OpenAPI

openapi_types
attribute_map

Gets the links of this V1alpha1InfoResponse. # noqa: E501

Returns

The links of this V1alpha1InfoResponse. # noqa: E501

Return type

list[V1alpha1Link]

property managed_namespace(self)

Gets the managed_namespace of this V1alpha1InfoResponse. # noqa: E501

Returns

The managed_namespace of this V1alpha1InfoResponse. # 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

class argo.models.V1alpha1Inputs(artifacts=None, parameters=None)

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

Do not edit the class manually.

V1alpha1Inputs - a model defined in OpenAPI

openapi_types
attribute_map
property artifacts(self)

Gets the artifacts of this V1alpha1Inputs. # noqa: E501

Returns

The artifacts of this V1alpha1Inputs. # noqa: E501

Return type

list[V1alpha1Artifact]

property parameters(self)

Gets the parameters of this V1alpha1Inputs. # noqa: E501

Returns

The parameters of this V1alpha1Inputs. # noqa: E501

Return type

list[V1alpha1Parameter]

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model

class argo.models.V1alpha1Item(bool_val=None, list_val=None, map_val=None, num_val=None, str_val=None, type=None)

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

Do not edit the class manually.

V1alpha1Item - a model defined in OpenAPI

openapi_types
attribute_map
property bool_val(self)

Gets the bool_val of this V1alpha1Item. # noqa: E501

Returns

The bool_val of this V1alpha1Item. # noqa: E501

Return type

bool

property list_val(self)

Gets the list_val of this V1alpha1Item. # noqa: E501

Returns

The list_val of this V1alpha1Item. # noqa: E501

Return type

list[V1alpha1ItemValue]

property map_val(self)

Gets the map_val of this V1alpha1Item. # noqa: E501

Returns

The map_val of this V1alpha1Item. # noqa: E501

Return type

dict(str, V1alpha1ItemValue)

property num_val(self)

Gets the num_val of this V1alpha1Item. # noqa: E501

Returns

The num_val of this V1alpha1Item. # noqa: E501

Return type

str

property str_val(self)

Gets the str_val of this V1alpha1Item. # noqa: E501

Returns

The str_val of this V1alpha1Item. # noqa: E501

Return type

str

property type(self)

Gets the type of this V1alpha1Item. # noqa: E501

Returns

The type of this V1alpha1Item. # 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

class argo.models.V1alpha1ItemValue(bool_val=None, list_val=None, map_val=None, num_val=None, str_val=None, type=None)

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

Do not edit the class manually.

V1alpha1ItemValue - a model defined in OpenAPI

openapi_types
attribute_map
property bool_val(self)

Gets the bool_val of this V1alpha1ItemValue. # noqa: E501

Returns

The bool_val of this V1alpha1ItemValue. # noqa: E501

Return type

bool

property list_val(self)

Gets the list_val of this V1alpha1ItemValue. # noqa: E501

Returns

The list_val of this V1alpha1ItemValue. # noqa: E501

Return type

list[str]

property map_val(self)

Gets the map_val of this V1alpha1ItemValue. # noqa: E501

Returns

The map_val of this V1alpha1ItemValue. # noqa: E501

Return type

dict(str, str)

property num_val(self)

Gets the num_val of this V1alpha1ItemValue. # noqa: E501

Returns

The num_val of this V1alpha1ItemValue. # noqa: E501

Return type

str

property str_val(self)

Gets the str_val of this V1alpha1ItemValue. # noqa: E501

Returns

The str_val of this V1alpha1ItemValue. # noqa: E501

Return type

str

property type(self)

Gets the type of this V1alpha1ItemValue. # noqa: E501

Returns

The type of this V1alpha1ItemValue. # 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

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

Do not edit the class manually.

V1alpha1Link - a model defined in OpenAPI

openapi_types
attribute_map
property name(self)

Gets the name of this V1alpha1Link. # noqa: E501

Returns

The name of this V1alpha1Link. # noqa: E501

Return type

str

property scope(self)

Gets the scope of this V1alpha1Link. # noqa: E501

Returns

The scope of this V1alpha1Link. # noqa: E501

Return type

str

property url(self)

Gets the url of this V1alpha1Link. # noqa: E501

The URL. May contain “${metadata.namespace}” and “${metadata.name}”. # noqa: E501

Returns

The url of this V1alpha1Link. # 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

class argo.models.V1alpha1LogEntry(content=None, pod_name=None)

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

Do not edit the class manually.

V1alpha1LogEntry - a model defined in OpenAPI

openapi_types
attribute_map
property content(self)

Gets the content of this V1alpha1LogEntry. # noqa: E501

Returns

The content of this V1alpha1LogEntry. # noqa: E501

Return type

str

property pod_name(self)

Gets the pod_name of this V1alpha1LogEntry. # noqa: E501

Returns

The pod_name of this V1alpha1LogEntry. # 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

class argo.models.V1alpha1Metadata(annotations=None, labels=None)

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

Do not edit the class manually.

V1alpha1Metadata - a model defined in OpenAPI

openapi_types
attribute_map
property annotations(self)

Gets the annotations of this V1alpha1Metadata. # noqa: E501

Returns

The annotations of this V1alpha1Metadata. # noqa: E501

Return type

dict(str, str)

property labels(self)

Gets the labels of this V1alpha1Metadata. # noqa: E501

Returns

The labels of this V1alpha1Metadata. # noqa: E501

Return type

dict(str, str)

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model

class argo.models.V1alpha1MetricLabel(key=None, value=None)

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

Do not edit the class manually.

V1alpha1MetricLabel - a model defined in OpenAPI

openapi_types
attribute_map
property key(self)

Gets the key of this V1alpha1MetricLabel. # noqa: E501

Returns

The key of this V1alpha1MetricLabel. # noqa: E501

Return type

str

property value(self)

Gets the value of this V1alpha1MetricLabel. # noqa: E501

Returns

The value of this V1alpha1MetricLabel. # 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

class argo.models.V1alpha1Metrics(prometheus=None)

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

Do not edit the class manually.

V1alpha1Metrics - a model defined in OpenAPI

openapi_types
attribute_map
property prometheus(self)

Gets the prometheus of this V1alpha1Metrics. # noqa: E501

Returns

The prometheus of this V1alpha1Metrics. # noqa: E501

Return type

list[V1alpha1Prometheus]

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model

class argo.models.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

class argo.models.V1alpha1OSSArtifact(key=None, o_ss_bucket=None)

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

Do not edit the class manually.

V1alpha1OSSArtifact - a model defined in OpenAPI

openapi_types
attribute_map
property key(self)

Gets the key of this V1alpha1OSSArtifact. # noqa: E501

Returns

The key of this V1alpha1OSSArtifact. # noqa: E501

Return type

str

property o_ss_bucket(self)

Gets the o_ss_bucket of this V1alpha1OSSArtifact. # noqa: E501

Returns

The o_ss_bucket of this V1alpha1OSSArtifact. # noqa: E501

Return type

V1alpha1OSSBucket

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model

class argo.models.V1alpha1OSSBucket(access_key_secret=None, bucket=None, endpoint=None, secret_key_secret=None)

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

Do not edit the class manually.

V1alpha1OSSBucket - a model defined in OpenAPI

openapi_types
attribute_map
property access_key_secret(self)

Gets the access_key_secret of this V1alpha1OSSBucket. # noqa: E501

Returns

The access_key_secret of this V1alpha1OSSBucket. # noqa: E501

Return type

kubernetes.client.models.V1SecretKeySelector

property bucket(self)

Gets the bucket of this V1alpha1OSSBucket. # noqa: E501

Returns

The bucket of this V1alpha1OSSBucket. # noqa: E501

Return type

str

property endpoint(self)

Gets the endpoint of this V1alpha1OSSBucket. # noqa: E501

Returns

The endpoint of this V1alpha1OSSBucket. # noqa: E501

Return type

str

property secret_key_secret(self)

Gets the secret_key_secret of this V1alpha1OSSBucket. # noqa: E501

Returns

The secret_key_secret of this V1alpha1OSSBucket. # noqa: E501

Return type

kubernetes.client.models.V1SecretKeySelector

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model

class argo.models.V1alpha1Outputs(artifacts=None, parameters=None, result=None)

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

Do not edit the class manually.

V1alpha1Outputs - a model defined in OpenAPI

openapi_types
attribute_map
property artifacts(self)

Gets the artifacts of this V1alpha1Outputs. # noqa: E501

Returns

The artifacts of this V1alpha1Outputs. # noqa: E501

Return type

list[V1alpha1Artifact]

property parameters(self)

Gets the parameters of this V1alpha1Outputs. # noqa: E501

Returns

The parameters of this V1alpha1Outputs. # noqa: E501

Return type

list[V1alpha1Parameter]

property result(self)

Gets the result of this V1alpha1Outputs. # noqa: E501

Returns

The result of this V1alpha1Outputs. # 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

class argo.models.V1alpha1Parameter(default=None, global_name=None, name=None, value=None, value_from=None)

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

Do not edit the class manually.

V1alpha1Parameter - a model defined in OpenAPI

openapi_types
attribute_map
property default(self)

Gets the default of this V1alpha1Parameter. # noqa: E501

Returns

The default of this V1alpha1Parameter. # noqa: E501

Return type

str

property global_name(self)

Gets the global_name of this V1alpha1Parameter. # noqa: E501

Returns

The global_name of this V1alpha1Parameter. # noqa: E501

Return type

str

property name(self)

Gets the name of this V1alpha1Parameter. # noqa: E501

Returns

The name of this V1alpha1Parameter. # noqa: E501

Return type

str

property value(self)

Gets the value of this V1alpha1Parameter. # noqa: E501

Returns

The value of this V1alpha1Parameter. # noqa: E501

Return type

str

property value_from(self)

Gets the value_from of this V1alpha1Parameter. # noqa: E501

Returns

The value_from of this V1alpha1Parameter. # noqa: E501

Return type

V1alpha1ValueFrom

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model

class argo.models.V1alpha1PodGC(strategy=None)

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

Do not edit the class manually.

V1alpha1PodGC - a model defined in OpenAPI

openapi_types
attribute_map
property strategy(self)

Gets the strategy of this V1alpha1PodGC. # noqa: E501

Returns

The strategy of this V1alpha1PodGC. # 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

class argo.models.V1alpha1Prometheus(counter=None, gauge=None, help=None, histogram=None, labels=None, name=None, when=None)

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

Do not edit the class manually.

V1alpha1Prometheus - a model defined in OpenAPI

openapi_types
attribute_map
property counter(self)

Gets the counter of this V1alpha1Prometheus. # noqa: E501

Returns

The counter of this V1alpha1Prometheus. # noqa: E501

Return type

V1alpha1Counter

property gauge(self)

Gets the gauge of this V1alpha1Prometheus. # noqa: E501

Returns

The gauge of this V1alpha1Prometheus. # noqa: E501

Return type

V1alpha1Gauge

property help(self)

Gets the help of this V1alpha1Prometheus. # noqa: E501

Returns

The help of this V1alpha1Prometheus. # noqa: E501

Return type

str

property histogram(self)

Gets the histogram of this V1alpha1Prometheus. # noqa: E501

Returns

The histogram of this V1alpha1Prometheus. # noqa: E501

Return type

V1alpha1Histogram

property labels(self)

Gets the labels of this V1alpha1Prometheus. # noqa: E501

Returns

The labels of this V1alpha1Prometheus. # noqa: E501

Return type

list[V1alpha1MetricLabel]

property name(self)

Gets the name of this V1alpha1Prometheus. # noqa: E501

Returns

The name of this V1alpha1Prometheus. # noqa: E501

Return type

str

property when(self)

Gets the when of this V1alpha1Prometheus. # noqa: E501

Returns

The when of this V1alpha1Prometheus. # 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

class argo.models.V1alpha1RawArtifact(data=None)

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

Do not edit the class manually.

V1alpha1RawArtifact - a model defined in OpenAPI

openapi_types
attribute_map
property data(self)

Gets the data of this V1alpha1RawArtifact. # noqa: E501

Returns

The data of this V1alpha1RawArtifact. # 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

class argo.models.V1alpha1ResourceTemplate(action=None, failure_condition=None, manifest=None, merge_strategy=None, set_owner_reference=None, success_condition=None)

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

Do not edit the class manually.

V1alpha1ResourceTemplate - a model defined in OpenAPI

openapi_types
attribute_map
property action(self)

Gets the action of this V1alpha1ResourceTemplate. # noqa: E501

Returns

The action of this V1alpha1ResourceTemplate. # noqa: E501

Return type

str

property failure_condition(self)

Gets the failure_condition of this V1alpha1ResourceTemplate. # noqa: E501

Returns

The failure_condition of this V1alpha1ResourceTemplate. # noqa: E501

Return type

str

property manifest(self)

Gets the manifest of this V1alpha1ResourceTemplate. # noqa: E501

Returns

The manifest of this V1alpha1ResourceTemplate. # noqa: E501

Return type

str

property merge_strategy(self)

Gets the merge_strategy of this V1alpha1ResourceTemplate. # noqa: E501

Returns

The merge_strategy of this V1alpha1ResourceTemplate. # noqa: E501

Return type

str

property set_owner_reference(self)

Gets the set_owner_reference of this V1alpha1ResourceTemplate. # noqa: E501

SetOwnerReference sets the reference to the workflow on the OwnerReference of generated resource. # noqa: E501

Returns

The set_owner_reference of this V1alpha1ResourceTemplate. # noqa: E501

Return type

bool

property success_condition(self)

Gets the success_condition of this V1alpha1ResourceTemplate. # noqa: E501

Returns

The success_condition of this V1alpha1ResourceTemplate. # 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

class argo.models.V1alpha1RetryStrategy(backoff=None, limit=None, retry_policy=None)

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

Do not edit the class manually.

V1alpha1RetryStrategy - a model defined in OpenAPI

openapi_types
attribute_map
property backoff(self)

Gets the backoff of this V1alpha1RetryStrategy. # noqa: E501

Returns

The backoff of this V1alpha1RetryStrategy. # noqa: E501

Return type

V1alpha1Backoff

property limit(self)

Gets the limit of this V1alpha1RetryStrategy. # noqa: E501

Returns

The limit of this V1alpha1RetryStrategy. # noqa: E501

Return type

int

property retry_policy(self)

Gets the retry_policy of this V1alpha1RetryStrategy. # noqa: E501

Returns

The retry_policy of this V1alpha1RetryStrategy. # 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

class argo.models.V1alpha1S3Artifact(key=None, s3_bucket=None)

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

Do not edit the class manually.

V1alpha1S3Artifact - a model defined in OpenAPI

openapi_types
attribute_map
property key(self)

Gets the key of this V1alpha1S3Artifact. # noqa: E501

Returns

The key of this V1alpha1S3Artifact. # noqa: E501

Return type

str

property s3_bucket(self)

Gets the s3_bucket of this V1alpha1S3Artifact. # noqa: E501

Returns

The s3_bucket of this V1alpha1S3Artifact. # noqa: E501

Return type

V1alpha1S3Bucket

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model

class argo.models.V1alpha1S3Bucket(access_key_secret=None, bucket=None, endpoint=None, insecure=None, region=None, role_arn=None, secret_key_secret=None, use_sdk_creds=None)

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

Do not edit the class manually.

V1alpha1S3Bucket - a model defined in OpenAPI

openapi_types
attribute_map
property access_key_secret(self)

Gets the access_key_secret of this V1alpha1S3Bucket. # noqa: E501

Returns

The access_key_secret of this V1alpha1S3Bucket. # noqa: E501

Return type

kubernetes.client.models.V1SecretKeySelector

property bucket(self)

Gets the bucket of this V1alpha1S3Bucket. # noqa: E501

Returns

The bucket of this V1alpha1S3Bucket. # noqa: E501

Return type

str

property endpoint(self)

Gets the endpoint of this V1alpha1S3Bucket. # noqa: E501

Returns

The endpoint of this V1alpha1S3Bucket. # noqa: E501

Return type

str

property insecure(self)

Gets the insecure of this V1alpha1S3Bucket. # noqa: E501

Returns

The insecure of this V1alpha1S3Bucket. # noqa: E501

Return type

bool

property region(self)

Gets the region of this V1alpha1S3Bucket. # noqa: E501

Returns

The region of this V1alpha1S3Bucket. # noqa: E501

Return type

str

property role_arn(self)

Gets the role_arn of this V1alpha1S3Bucket. # noqa: E501

RoleARN is the Amazon Resource Name (ARN) of the role to assume. # noqa: E501

Returns

The role_arn of this V1alpha1S3Bucket. # noqa: E501

Return type

str

property secret_key_secret(self)

Gets the secret_key_secret of this V1alpha1S3Bucket. # noqa: E501

Returns

The secret_key_secret of this V1alpha1S3Bucket. # noqa: E501

Return type

kubernetes.client.models.V1SecretKeySelector

property use_sdk_creds(self)

Gets the use_sdk_creds of this V1alpha1S3Bucket. # noqa: E501

UseSDKCreds tells the driver to figure out credentials based on sdk defaults. # noqa: E501

Returns

The use_sdk_creds of this V1alpha1S3Bucket. # noqa: E501

Return type

bool

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model

class argo.models.V1alpha1ScriptTemplate(container=None, source=None)

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

Do not edit the class manually.

V1alpha1ScriptTemplate - a model defined in OpenAPI

openapi_types
attribute_map
property container(self)

Gets the container of this V1alpha1ScriptTemplate. # noqa: E501

Returns

The container of this V1alpha1ScriptTemplate. # noqa: E501

Return type

kubernetes.client.models.V1Container

property source(self)

Gets the source of this V1alpha1ScriptTemplate. # noqa: E501

Returns

The source of this V1alpha1ScriptTemplate. # 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

class argo.models.V1alpha1Sequence(count=None, end=None, format=None, start=None)

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

Do not edit the class manually.

V1alpha1Sequence - a model defined in OpenAPI

openapi_types
attribute_map
property count(self)

Gets the count of this V1alpha1Sequence. # noqa: E501

Returns

The count of this V1alpha1Sequence. # noqa: E501

Return type

str

property end(self)

Gets the end of this V1alpha1Sequence. # noqa: E501

Returns

The end of this V1alpha1Sequence. # noqa: E501

Return type

str

property format(self)

Gets the format of this V1alpha1Sequence. # noqa: E501

Returns

The format of this V1alpha1Sequence. # noqa: E501

Return type

str

property start(self)

Gets the start of this V1alpha1Sequence. # noqa: E501

Returns

The start of this V1alpha1Sequence. # 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

class argo.models.V1alpha1SuspendTemplate(duration=None)

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

Do not edit the class manually.

V1alpha1SuspendTemplate - a model defined in OpenAPI

openapi_types
attribute_map
property duration(self)

Gets the duration of this V1alpha1SuspendTemplate. # noqa: E501

Returns

The duration of this V1alpha1SuspendTemplate. # 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

class argo.models.V1alpha1TTLStrategy(seconds_after_completion=None, seconds_after_failure=None, seconds_after_success=None)

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

Do not edit the class manually.

V1alpha1TTLStrategy - a model defined in OpenAPI

openapi_types
attribute_map
property seconds_after_completion(self)

Gets the seconds_after_completion of this V1alpha1TTLStrategy. # noqa: E501

Returns

The seconds_after_completion of this V1alpha1TTLStrategy. # noqa: E501

Return type

int

property seconds_after_failure(self)

Gets the seconds_after_failure of this V1alpha1TTLStrategy. # noqa: E501

Returns

The seconds_after_failure of this V1alpha1TTLStrategy. # noqa: E501

Return type

int

property seconds_after_success(self)

Gets the seconds_after_success of this V1alpha1TTLStrategy. # noqa: E501

Returns

The seconds_after_success of this V1alpha1TTLStrategy. # noqa: E501

Return type

int

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model

class argo.models.V1alpha1Template(active_deadline_seconds=None, affinity=None, archive_location=None, arguments=None, automount_service_account_token=None, container=None, daemon=None, dag=None, executor=None, host_aliases=None, init_containers=None, inputs=None, metadata=None, metrics=None, name=None, node_selector=None, outputs=None, parallelism=None, pod_spec_patch=None, priority=None, priority_class_name=None, resource=None, resubmit_pending_pods=None, retry_strategy=None, scheduler_name=None, script=None, security_context=None, service_account_name=None, sidecars=None, steps=None, suspend=None, template=None, template_ref=None, tolerations=None, volumes=None)

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

Do not edit the class manually.

V1alpha1Template - a model defined in OpenAPI

openapi_types
attribute_map
property active_deadline_seconds(self)

Gets the active_deadline_seconds of this V1alpha1Template. # noqa: E501

Optional duration in seconds relative to the StartTime that the pod may be active on a node before the system actively tries to terminate the pod; value must be positive integer This field is only applicable to container and script templates. # noqa: E501

Returns

The active_deadline_seconds of this V1alpha1Template. # noqa: E501

Return type

str

property affinity(self)

Gets the affinity of this V1alpha1Template. # noqa: E501

Returns

The affinity of this V1alpha1Template. # noqa: E501

Return type

kubernetes.client.models.V1Affinity

property archive_location(self)

Gets the archive_location of this V1alpha1Template. # noqa: E501

Returns

The archive_location of this V1alpha1Template. # noqa: E501

Return type

V1alpha1ArtifactLocation

property arguments(self)

Gets the arguments of this V1alpha1Template. # noqa: E501

Returns

The arguments of this V1alpha1Template. # noqa: E501

Return type

V1alpha1Arguments

property automount_service_account_token(self)

Gets the automount_service_account_token of this V1alpha1Template. # noqa: E501

AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in pods. ServiceAccountName of ExecutorConfig must be specified if this value is false. # noqa: E501

Returns

The automount_service_account_token of this V1alpha1Template. # noqa: E501

Return type

bool

property container(self)

Gets the container of this V1alpha1Template. # noqa: E501

Returns

The container of this V1alpha1Template. # noqa: E501

Return type

kubernetes.client.models.V1Container

property daemon(self)

Gets the daemon of this V1alpha1Template. # noqa: E501

Returns

The daemon of this V1alpha1Template. # noqa: E501

Return type

bool

property dag(self)

Gets the dag of this V1alpha1Template. # noqa: E501

Returns

The dag of this V1alpha1Template. # noqa: E501

Return type

V1alpha1DAGTemplate

property executor(self)

Gets the executor of this V1alpha1Template. # noqa: E501

Returns

The executor of this V1alpha1Template. # noqa: E501

Return type

V1alpha1ExecutorConfig

property host_aliases(self)

Gets the host_aliases of this V1alpha1Template. # noqa: E501

Returns

The host_aliases of this V1alpha1Template. # noqa: E501

Return type

list[kubernetes.client.models.V1HostAlias]

property init_containers(self)

Gets the init_containers of this V1alpha1Template. # noqa: E501

Returns

The init_containers of this V1alpha1Template. # noqa: E501

Return type

list[V1alpha1UserContainer]

property inputs(self)

Gets the inputs of this V1alpha1Template. # noqa: E501

Returns

The inputs of this V1alpha1Template. # noqa: E501

Return type

V1alpha1Inputs

property metadata(self)

Gets the metadata of this V1alpha1Template. # noqa: E501

Returns

The metadata of this V1alpha1Template. # noqa: E501

Return type

V1alpha1Metadata

property metrics(self)

Gets the metrics of this V1alpha1Template. # noqa: E501

Returns

The metrics of this V1alpha1Template. # noqa: E501

Return type

V1alpha1Metrics

property name(self)

Gets the name of this V1alpha1Template. # noqa: E501

Returns

The name of this V1alpha1Template. # noqa: E501

Return type

str

property node_selector(self)

Gets the node_selector of this V1alpha1Template. # noqa: E501

NodeSelector is a selector to schedule this step of the workflow to be run on the selected node(s). Overrides the selector set at the workflow level. # noqa: E501

Returns

The node_selector of this V1alpha1Template. # noqa: E501

Return type

dict(str, str)

property outputs(self)

Gets the outputs of this V1alpha1Template. # noqa: E501

Returns

The outputs of this V1alpha1Template. # noqa: E501

Return type

V1alpha1Outputs

property parallelism(self)

Gets the parallelism of this V1alpha1Template. # noqa: E501

Parallelism limits the max total parallel pods that can execute at the same time within the boundaries of this template invocation. If additional steps/dag templates are invoked, the pods created by those templates will not be counted towards this total. # noqa: E501

Returns

The parallelism of this V1alpha1Template. # noqa: E501

Return type

str

property pod_spec_patch(self)

Gets the pod_spec_patch of this V1alpha1Template. # noqa: E501

PodSpecPatch holds strategic merge patch to apply against the pod spec. Allows parameterization of container fields which are not strings (e.g. resource limits). # noqa: E501

Returns

The pod_spec_patch of this V1alpha1Template. # noqa: E501

Return type

str

property priority(self)

Gets the priority of this V1alpha1Template. # noqa: E501

Priority to apply to workflow pods. # noqa: E501

Returns

The priority of this V1alpha1Template. # noqa: E501

Return type

int

property priority_class_name(self)

Gets the priority_class_name of this V1alpha1Template. # noqa: E501

PriorityClassName to apply to workflow pods. # noqa: E501

Returns

The priority_class_name of this V1alpha1Template. # noqa: E501

Return type

str

property resource(self)

Gets the resource of this V1alpha1Template. # noqa: E501

Returns

The resource of this V1alpha1Template. # noqa: E501

Return type

V1alpha1ResourceTemplate

property resubmit_pending_pods(self)

Gets the resubmit_pending_pods of this V1alpha1Template. # noqa: E501

Returns

The resubmit_pending_pods of this V1alpha1Template. # noqa: E501

Return type

bool

property retry_strategy(self)

Gets the retry_strategy of this V1alpha1Template. # noqa: E501

Returns

The retry_strategy of this V1alpha1Template. # noqa: E501

Return type

V1alpha1RetryStrategy

property scheduler_name(self)

Gets the scheduler_name of this V1alpha1Template. # noqa: E501

Returns

The scheduler_name of this V1alpha1Template. # noqa: E501

Return type

str

property script(self)

Gets the script of this V1alpha1Template. # noqa: E501

Returns

The script of this V1alpha1Template. # noqa: E501

Return type

V1alpha1ScriptTemplate

property security_context(self)

Gets the security_context of this V1alpha1Template. # noqa: E501

Returns

The security_context of this V1alpha1Template. # noqa: E501

Return type

kubernetes.client.models.V1PodSecurityContext

property service_account_name(self)

Gets the service_account_name of this V1alpha1Template. # noqa: E501

Returns

The service_account_name of this V1alpha1Template. # noqa: E501

Return type

str

property sidecars(self)

Gets the sidecars of this V1alpha1Template. # noqa: E501

Returns

The sidecars of this V1alpha1Template. # noqa: E501

Return type

list[V1alpha1UserContainer]

property steps(self)

Gets the steps of this V1alpha1Template. # noqa: E501

Returns

The steps of this V1alpha1Template. # noqa: E501

Return type

list[list]

property suspend(self)

Gets the suspend of this V1alpha1Template. # noqa: E501

Returns

The suspend of this V1alpha1Template. # noqa: E501

Return type

V1alpha1SuspendTemplate

property template(self)

Gets the template of this V1alpha1Template. # noqa: E501

Template is the name of the template which is used as the base of this template. DEPRECATED: This field is not used. # noqa: E501

Returns

The template of this V1alpha1Template. # noqa: E501

Return type

str

property template_ref(self)

Gets the template_ref of this V1alpha1Template. # noqa: E501

Returns

The template_ref of this V1alpha1Template. # noqa: E501

Return type

V1alpha1TemplateRef

property tolerations(self)

Gets the tolerations of this V1alpha1Template. # noqa: E501

Returns

The tolerations of this V1alpha1Template. # noqa: E501

Return type

list[kubernetes.client.models.V1Toleration]

property volumes(self)

Gets the volumes of this V1alpha1Template. # noqa: E501

Returns

The volumes of this V1alpha1Template. # noqa: E501

Return type

list[kubernetes.client.models.V1Volume]

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model

class argo.models.V1alpha1TemplateRef(name=None, runtime_resolution=None, template=None)

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

Do not edit the class manually.

V1alpha1TemplateRef - a model defined in OpenAPI

openapi_types
attribute_map
property name(self)

Gets the name of this V1alpha1TemplateRef. # noqa: E501

Name is the resource name of the template. # noqa: E501

Returns

The name of this V1alpha1TemplateRef. # noqa: E501

Return type

str

property runtime_resolution(self)

Gets the runtime_resolution of this V1alpha1TemplateRef. # noqa: E501

RuntimeResolution skips validation at creation time. By enabling this option, you can create the referred workflow template before the actual runtime. # noqa: E501

Returns

The runtime_resolution of this V1alpha1TemplateRef. # noqa: E501

Return type

bool

property template(self)

Gets the template of this V1alpha1TemplateRef. # noqa: E501

Template is the name of referred template in the resource. # noqa: E501

Returns

The template of this V1alpha1TemplateRef. # 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

class argo.models.V1alpha1UserContainer(container=None, mirror_volume_mounts=None)

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

Do not edit the class manually.

V1alpha1UserContainer - a model defined in OpenAPI

openapi_types
attribute_map
property container(self)

Gets the container of this V1alpha1UserContainer. # noqa: E501

Returns

The container of this V1alpha1UserContainer. # noqa: E501

Return type

kubernetes.client.models.V1Container

property mirror_volume_mounts(self)

Gets the mirror_volume_mounts of this V1alpha1UserContainer. # noqa: E501

Returns

The mirror_volume_mounts of this V1alpha1UserContainer. # noqa: E501

Return type

bool

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model

class argo.models.V1alpha1ValueFrom(default=None, jq_filter=None, json_path=None, parameter=None, path=None)

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

Do not edit the class manually.

V1alpha1ValueFrom - a model defined in OpenAPI

openapi_types
attribute_map
property default(self)

Gets the default of this V1alpha1ValueFrom. # noqa: E501

Returns

The default of this V1alpha1ValueFrom. # noqa: E501

Return type

str

property jq_filter(self)

Gets the jq_filter of this V1alpha1ValueFrom. # noqa: E501

Returns

The jq_filter of this V1alpha1ValueFrom. # noqa: E501

Return type

str

property json_path(self)

Gets the json_path of this V1alpha1ValueFrom. # noqa: E501

Returns

The json_path of this V1alpha1ValueFrom. # noqa: E501

Return type

str

property parameter(self)

Gets the parameter of this V1alpha1ValueFrom. # noqa: E501

Returns

The parameter of this V1alpha1ValueFrom. # noqa: E501

Return type

str

property path(self)

Gets the path of this V1alpha1ValueFrom. # noqa: E501

Returns

The path of this V1alpha1ValueFrom. # 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

class argo.models.V1alpha1Workflow(metadata=None, spec=None, status=None)

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

Do not edit the class manually.

V1alpha1Workflow - a model defined in OpenAPI

openapi_types
attribute_map
property metadata(self)

Gets the metadata of this V1alpha1Workflow. # noqa: E501

Returns

The metadata of this V1alpha1Workflow. # noqa: E501

Return type

kubernetes.client.models.V1ObjectMeta

property spec(self)

Gets the spec of this V1alpha1Workflow. # noqa: E501

Returns

The spec of this V1alpha1Workflow. # noqa: E501

Return type

V1alpha1WorkflowSpec

property status(self)

Gets the status of this V1alpha1Workflow. # noqa: E501

Returns

The status of this V1alpha1Workflow. # noqa: E501

Return type

V1alpha1WorkflowStatus

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model

class argo.models.V1alpha1WorkflowCondition(message=None, status=None, type=None)

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

Do not edit the class manually.

V1alpha1WorkflowCondition - a model defined in OpenAPI

openapi_types
attribute_map
property message(self)

Gets the message of this V1alpha1WorkflowCondition. # noqa: E501

Returns

The message of this V1alpha1WorkflowCondition. # noqa: E501

Return type

str

property status(self)

Gets the status of this V1alpha1WorkflowCondition. # noqa: E501

Returns

The status of this V1alpha1WorkflowCondition. # noqa: E501

Return type

str

property type(self)

Gets the type of this V1alpha1WorkflowCondition. # noqa: E501

Returns

The type of this V1alpha1WorkflowCondition. # 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

class argo.models.V1alpha1WorkflowCreateRequest(create_options=None, instance_id=None, namespace=None, server_dry_run=None, workflow=None)

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

Do not edit the class manually.

V1alpha1WorkflowCreateRequest - a model defined in OpenAPI

openapi_types
attribute_map
property create_options(self)

Gets the create_options of this V1alpha1WorkflowCreateRequest. # noqa: E501

Returns

The create_options of this V1alpha1WorkflowCreateRequest. # noqa: E501

Return type

kubernetes.client.models.V1CreateOptions

property instance_id(self)

Gets the instance_id of this V1alpha1WorkflowCreateRequest. # noqa: E501

Returns

The instance_id of this V1alpha1WorkflowCreateRequest. # noqa: E501

Return type

str

property namespace(self)

Gets the namespace of this V1alpha1WorkflowCreateRequest. # noqa: E501

Returns

The namespace of this V1alpha1WorkflowCreateRequest. # noqa: E501

Return type

str

property server_dry_run(self)

Gets the server_dry_run of this V1alpha1WorkflowCreateRequest. # noqa: E501

Returns

The server_dry_run of this V1alpha1WorkflowCreateRequest. # noqa: E501

Return type

bool

property workflow(self)

Gets the workflow of this V1alpha1WorkflowCreateRequest. # noqa: E501

Returns

The workflow of this V1alpha1WorkflowCreateRequest. # noqa: E501

Return type

V1alpha1Workflow

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model

class argo.models.V1alpha1WorkflowLintRequest(namespace=None, workflow=None)

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

Do not edit the class manually.

V1alpha1WorkflowLintRequest - a model defined in OpenAPI

openapi_types
attribute_map
property namespace(self)

Gets the namespace of this V1alpha1WorkflowLintRequest. # noqa: E501

Returns

The namespace of this V1alpha1WorkflowLintRequest. # noqa: E501

Return type

str

property workflow(self)

Gets the workflow of this V1alpha1WorkflowLintRequest. # noqa: E501

Returns

The workflow of this V1alpha1WorkflowLintRequest. # noqa: E501

Return type

V1alpha1Workflow

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model

class argo.models.V1alpha1WorkflowList(items=None, metadata=None)

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

Do not edit the class manually.

V1alpha1WorkflowList - a model defined in OpenAPI

openapi_types
attribute_map
property items(self)

Gets the items of this V1alpha1WorkflowList. # noqa: E501

Returns

The items of this V1alpha1WorkflowList. # noqa: E501

Return type

list[V1alpha1Workflow]

property metadata(self)

Gets the metadata of this V1alpha1WorkflowList. # noqa: E501

Returns

The metadata of this V1alpha1WorkflowList. # noqa: E501

Return type

kubernetes.client.models.V1ListMeta

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model

class argo.models.V1alpha1WorkflowResubmitRequest(memoized=None, name=None, namespace=None)

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

Do not edit the class manually.

V1alpha1WorkflowResubmitRequest - a model defined in OpenAPI

openapi_types
attribute_map
property memoized(self)

Gets the memoized of this V1alpha1WorkflowResubmitRequest. # noqa: E501

Returns

The memoized of this V1alpha1WorkflowResubmitRequest. # noqa: E501

Return type

bool

property name(self)

Gets the name of this V1alpha1WorkflowResubmitRequest. # noqa: E501

Returns

The name of this V1alpha1WorkflowResubmitRequest. # noqa: E501

Return type

str

property namespace(self)

Gets the namespace of this V1alpha1WorkflowResubmitRequest. # noqa: E501

Returns

The namespace of this V1alpha1WorkflowResubmitRequest. # 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

class argo.models.V1alpha1WorkflowResumeRequest(name=None, namespace=None, node_field_selector=None)

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

Do not edit the class manually.

V1alpha1WorkflowResumeRequest - a model defined in OpenAPI

openapi_types
attribute_map
property name(self)

Gets the name of this V1alpha1WorkflowResumeRequest. # noqa: E501

Returns

The name of this V1alpha1WorkflowResumeRequest. # noqa: E501

Return type

str

property namespace(self)

Gets the namespace of this V1alpha1WorkflowResumeRequest. # noqa: E501

Returns

The namespace of this V1alpha1WorkflowResumeRequest. # noqa: E501

Return type

str

property node_field_selector(self)

Gets the node_field_selector of this V1alpha1WorkflowResumeRequest. # noqa: E501

Returns

The node_field_selector of this V1alpha1WorkflowResumeRequest. # 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

class argo.models.V1alpha1WorkflowRetryRequest(name=None, namespace=None)

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

Do not edit the class manually.

V1alpha1WorkflowRetryRequest - a model defined in OpenAPI

openapi_types
attribute_map
property name(self)

Gets the name of this V1alpha1WorkflowRetryRequest. # noqa: E501

Returns

The name of this V1alpha1WorkflowRetryRequest. # noqa: E501

Return type

str

property namespace(self)

Gets the namespace of this V1alpha1WorkflowRetryRequest. # noqa: E501

Returns

The namespace of this V1alpha1WorkflowRetryRequest. # 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

class argo.models.V1alpha1WorkflowSpec(active_deadline_seconds=None, affinity=None, arguments=None, artifact_repository_ref=None, automount_service_account_token=None, dns_config=None, dns_policy=None, entrypoint=None, executor=None, host_aliases=None, host_network=None, image_pull_secrets=None, metrics=None, node_selector=None, on_exit=None, parallelism=None, pod_disruption_budget=None, pod_gc=None, pod_priority=None, pod_priority_class_name=None, pod_spec_patch=None, priority=None, scheduler_name=None, security_context=None, service_account_name=None, shutdown=None, suspend=None, templates=None, tolerations=None, ttl_seconds_after_finished=None, ttl_strategy=None, volume_claim_templates=None, volumes=None)

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

Do not edit the class manually.

V1alpha1WorkflowSpec - a model defined in OpenAPI

openapi_types
attribute_map
property active_deadline_seconds(self)

Gets the active_deadline_seconds of this V1alpha1WorkflowSpec. # noqa: E501

Returns

The active_deadline_seconds of this V1alpha1WorkflowSpec. # noqa: E501

Return type

str

property affinity(self)

Gets the affinity of this V1alpha1WorkflowSpec. # noqa: E501

Returns

The affinity of this V1alpha1WorkflowSpec. # noqa: E501

Return type

kubernetes.client.models.V1Affinity

property arguments(self)

Gets the arguments of this V1alpha1WorkflowSpec. # noqa: E501

Returns

The arguments of this V1alpha1WorkflowSpec. # noqa: E501

Return type

V1alpha1Arguments

property artifact_repository_ref(self)

Gets the artifact_repository_ref of this V1alpha1WorkflowSpec. # noqa: E501

Returns

The artifact_repository_ref of this V1alpha1WorkflowSpec. # noqa: E501

Return type

V1alpha1ArtifactRepositoryRef

property automount_service_account_token(self)

Gets the automount_service_account_token of this V1alpha1WorkflowSpec. # noqa: E501

AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in pods. ServiceAccountName of ExecutorConfig must be specified if this value is false. # noqa: E501

Returns

The automount_service_account_token of this V1alpha1WorkflowSpec. # noqa: E501

Return type

bool

property dns_config(self)

Gets the dns_config of this V1alpha1WorkflowSpec. # noqa: E501

Returns

The dns_config of this V1alpha1WorkflowSpec. # noqa: E501

Return type

kubernetes.client.models.V1PodDNSConfig

property dns_policy(self)

Gets the dns_policy of this V1alpha1WorkflowSpec. # noqa: E501

Set DNS policy for the pod. Defaults to “ClusterFirst”. Valid values are ‘ClusterFirstWithHostNet’, ‘ClusterFirst’, ‘Default’ or ‘None’. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to ‘ClusterFirstWithHostNet’. # noqa: E501

Returns

The dns_policy of this V1alpha1WorkflowSpec. # noqa: E501

Return type

str

property entrypoint(self)

Gets the entrypoint of this V1alpha1WorkflowSpec. # noqa: E501

Entrypoint is a template reference to the starting point of the v1alpha1. # noqa: E501

Returns

The entrypoint of this V1alpha1WorkflowSpec. # noqa: E501

Return type

str

property executor(self)

Gets the executor of this V1alpha1WorkflowSpec. # noqa: E501

Returns

The executor of this V1alpha1WorkflowSpec. # noqa: E501

Return type

V1alpha1ExecutorConfig

property host_aliases(self)

Gets the host_aliases of this V1alpha1WorkflowSpec. # noqa: E501

Returns

The host_aliases of this V1alpha1WorkflowSpec. # noqa: E501

Return type

list[kubernetes.client.models.V1HostAlias]

property host_network(self)

Gets the host_network of this V1alpha1WorkflowSpec. # noqa: E501

Host networking requested for this workflow pod. Default to false. # noqa: E501

Returns

The host_network of this V1alpha1WorkflowSpec. # noqa: E501

Return type

bool

property image_pull_secrets(self)

Gets the image_pull_secrets of this V1alpha1WorkflowSpec. # noqa: E501

Returns

The image_pull_secrets of this V1alpha1WorkflowSpec. # noqa: E501

Return type

list[kubernetes.client.models.V1LocalObjectReference]

property metrics(self)

Gets the metrics of this V1alpha1WorkflowSpec. # noqa: E501

Returns

The metrics of this V1alpha1WorkflowSpec. # noqa: E501

Return type

V1alpha1Metrics

property node_selector(self)

Gets the node_selector of this V1alpha1WorkflowSpec. # noqa: E501

NodeSelector is a selector which will result in all pods of the workflow to be scheduled on the selected node(s). This is able to be overridden by a nodeSelector specified in the template. # noqa: E501

Returns

The node_selector of this V1alpha1WorkflowSpec. # noqa: E501

Return type

dict(str, str)

property on_exit(self)

Gets the on_exit of this V1alpha1WorkflowSpec. # noqa: E501

OnExit is a template reference which is invoked at the end of the workflow, irrespective of the success, failure, or error of the primary v1alpha1. # noqa: E501

Returns

The on_exit of this V1alpha1WorkflowSpec. # noqa: E501

Return type

str

property parallelism(self)

Gets the parallelism of this V1alpha1WorkflowSpec. # noqa: E501

Returns

The parallelism of this V1alpha1WorkflowSpec. # noqa: E501

Return type

str

property pod_disruption_budget(self)

Gets the pod_disruption_budget of this V1alpha1WorkflowSpec. # noqa: E501

Returns

The pod_disruption_budget of this V1alpha1WorkflowSpec. # noqa: E501

Return type

kubernetes.client.models.V1PodDisruptionBudgetSpec

property pod_gc(self)

Gets the pod_gc of this V1alpha1WorkflowSpec. # noqa: E501

Returns

The pod_gc of this V1alpha1WorkflowSpec. # noqa: E501

Return type

V1alpha1PodGC

property pod_priority(self)

Gets the pod_priority of this V1alpha1WorkflowSpec. # noqa: E501

Priority to apply to workflow pods. # noqa: E501

Returns

The pod_priority of this V1alpha1WorkflowSpec. # noqa: E501

Return type

int

property pod_priority_class_name(self)

Gets the pod_priority_class_name of this V1alpha1WorkflowSpec. # noqa: E501

PriorityClassName to apply to workflow pods. # noqa: E501

Returns

The pod_priority_class_name of this V1alpha1WorkflowSpec. # noqa: E501

Return type

str

property pod_spec_patch(self)

Gets the pod_spec_patch of this V1alpha1WorkflowSpec. # noqa: E501

PodSpecPatch holds strategic merge patch to apply against the pod spec. Allows parameterization of container fields which are not strings (e.g. resource limits). # noqa: E501

Returns

The pod_spec_patch of this V1alpha1WorkflowSpec. # noqa: E501

Return type

str

property priority(self)

Gets the priority of this V1alpha1WorkflowSpec. # noqa: E501

Priority is used if controller is configured to process limited number of workflows in parallel. Workflows with higher priority are processed first. # noqa: E501

Returns

The priority of this V1alpha1WorkflowSpec. # noqa: E501

Return type

int

property scheduler_name(self)

Gets the scheduler_name of this V1alpha1WorkflowSpec. # noqa: E501

Returns

The scheduler_name of this V1alpha1WorkflowSpec. # noqa: E501

Return type

str

property security_context(self)

Gets the security_context of this V1alpha1WorkflowSpec. # noqa: E501

Returns

The security_context of this V1alpha1WorkflowSpec. # noqa: E501

Return type

kubernetes.client.models.V1PodSecurityContext

property service_account_name(self)

Gets the service_account_name of this V1alpha1WorkflowSpec. # noqa: E501

ServiceAccountName is the name of the ServiceAccount to run all pods of the workflow as. # noqa: E501

Returns

The service_account_name of this V1alpha1WorkflowSpec. # noqa: E501

Return type

str

property shutdown(self)

Gets the shutdown of this V1alpha1WorkflowSpec. # noqa: E501

Returns

The shutdown of this V1alpha1WorkflowSpec. # noqa: E501

Return type

str

property suspend(self)

Gets the suspend of this V1alpha1WorkflowSpec. # noqa: E501

Returns

The suspend of this V1alpha1WorkflowSpec. # noqa: E501

Return type

bool

property templates(self)

Gets the templates of this V1alpha1WorkflowSpec. # noqa: E501

Returns

The templates of this V1alpha1WorkflowSpec. # noqa: E501

Return type

list[V1alpha1Template]

property tolerations(self)

Gets the tolerations of this V1alpha1WorkflowSpec. # noqa: E501

Returns

The tolerations of this V1alpha1WorkflowSpec. # noqa: E501

Return type

list[kubernetes.client.models.V1Toleration]

property ttl_seconds_after_finished(self)

Gets the ttl_seconds_after_finished of this V1alpha1WorkflowSpec. # noqa: E501

TTLSecondsAfterFinished limits the lifetime of a Workflow that has finished execution (Succeeded, Failed, Error). If this field is set, once the Workflow finishes, it will be deleted after ttlSecondsAfterFinished expires. If this field is unset, ttlSecondsAfterFinished will not expire. If this field is set to zero, ttlSecondsAfterFinished expires immediately after the Workflow finishes. DEPRECATED: Use TTLStrategy.SecondsAfterCompletion instead. # noqa: E501

Returns

The ttl_seconds_after_finished of this V1alpha1WorkflowSpec. # noqa: E501

Return type

int

property ttl_strategy(self)

Gets the ttl_strategy of this V1alpha1WorkflowSpec. # noqa: E501

Returns

The ttl_strategy of this V1alpha1WorkflowSpec. # noqa: E501

Return type

V1alpha1TTLStrategy

property volume_claim_templates(self)

Gets the volume_claim_templates of this V1alpha1WorkflowSpec. # noqa: E501

Returns

The volume_claim_templates of this V1alpha1WorkflowSpec. # noqa: E501

Return type

list[kubernetes.client.models.V1PersistentVolumeClaim]

property volumes(self)

Gets the volumes of this V1alpha1WorkflowSpec. # noqa: E501

Returns

The volumes of this V1alpha1WorkflowSpec. # noqa: E501

Return type

list[kubernetes.client.models.V1Volume]

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model

class argo.models.V1alpha1WorkflowStatus(compressed_nodes=None, conditions=None, finished_at=None, message=None, nodes=None, offload_node_status_version=None, outputs=None, persistent_volume_claims=None, phase=None, resources_duration=None, started_at=None, stored_templates=None)

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

Do not edit the class manually.

V1alpha1WorkflowStatus - a model defined in OpenAPI

openapi_types
attribute_map
property compressed_nodes(self)

Gets the compressed_nodes of this V1alpha1WorkflowStatus. # noqa: E501

Returns

The compressed_nodes of this V1alpha1WorkflowStatus. # noqa: E501

Return type

str

property conditions(self)

Gets the conditions of this V1alpha1WorkflowStatus. # noqa: E501

Returns

The conditions of this V1alpha1WorkflowStatus. # noqa: E501

Return type

list[V1alpha1WorkflowCondition]

property finished_at(self)

Gets the finished_at of this V1alpha1WorkflowStatus. # noqa: E501

Returns

The finished_at of this V1alpha1WorkflowStatus. # noqa: E501

Return type

kubernetes.client.models.V1Time

property message(self)

Gets the message of this V1alpha1WorkflowStatus. # noqa: E501

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

Returns

The message of this V1alpha1WorkflowStatus. # noqa: E501

Return type

str

property nodes(self)

Gets the nodes of this V1alpha1WorkflowStatus. # noqa: E501

Nodes is a mapping between a node ID and the node’s status. # noqa: E501

Returns

The nodes of this V1alpha1WorkflowStatus. # noqa: E501

Return type

dict(str, V1alpha1NodeStatus)

property offload_node_status_version(self)

Gets the offload_node_status_version of this V1alpha1WorkflowStatus. # noqa: E501

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. # noqa: E501

Returns

The offload_node_status_version of this V1alpha1WorkflowStatus. # noqa: E501

Return type

str

property outputs(self)

Gets the outputs of this V1alpha1WorkflowStatus. # noqa: E501

Returns

The outputs of this V1alpha1WorkflowStatus. # noqa: E501

Return type

V1alpha1Outputs

property persistent_volume_claims(self)

Gets the persistent_volume_claims of this V1alpha1WorkflowStatus. # noqa: E501

PersistentVolumeClaims tracks all PVCs that were created as part of the v1alpha1. The contents of this list are drained at the end of the workflow. # noqa: E501

Returns

The persistent_volume_claims of this V1alpha1WorkflowStatus. # noqa: E501

Return type

list[kubernetes.client.models.V1Volume]

property phase(self)

Gets the phase of this V1alpha1WorkflowStatus. # noqa: E501

Phase a simple, high-level summary of where the workflow is in its lifecycle. # noqa: E501

Returns

The phase of this V1alpha1WorkflowStatus. # noqa: E501

Return type

str

property resources_duration(self)

Gets the resources_duration of this V1alpha1WorkflowStatus. # noqa: E501

Returns

The resources_duration of this V1alpha1WorkflowStatus. # noqa: E501

Return type

dict(str, str)

property started_at(self)

Gets the started_at of this V1alpha1WorkflowStatus. # noqa: E501

Returns

The started_at of this V1alpha1WorkflowStatus. # noqa: E501

Return type

kubernetes.client.models.V1Time

property stored_templates(self)

Gets the stored_templates of this V1alpha1WorkflowStatus. # noqa: E501

StoredTemplates is a mapping between a template ref and the node’s status. # noqa: E501

Returns

The stored_templates of this V1alpha1WorkflowStatus. # noqa: E501

Return type

dict(str, V1alpha1Template)

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model

class argo.models.V1alpha1WorkflowStep(arguments=None, continue_on=None, name=None, on_exit=None, template=None, template_ref=None, when=None, with_items=None, with_param=None, with_sequence=None)

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

Do not edit the class manually.

V1alpha1WorkflowStep - a model defined in OpenAPI

openapi_types
attribute_map
property arguments(self)

Gets the arguments of this V1alpha1WorkflowStep. # noqa: E501

Returns

The arguments of this V1alpha1WorkflowStep. # noqa: E501

Return type

V1alpha1Arguments

property continue_on(self)

Gets the continue_on of this V1alpha1WorkflowStep. # noqa: E501

Returns

The continue_on of this V1alpha1WorkflowStep. # noqa: E501

Return type

V1alpha1ContinueOn

property name(self)

Gets the name of this V1alpha1WorkflowStep. # noqa: E501

Returns

The name of this V1alpha1WorkflowStep. # noqa: E501

Return type

str

property on_exit(self)

Gets the on_exit of this V1alpha1WorkflowStep. # noqa: E501

OnExit is a template reference which is invoked at the end of the template, irrespective of the success, failure, or error of the primary template. # noqa: E501

Returns

The on_exit of this V1alpha1WorkflowStep. # noqa: E501

Return type

str

property template(self)

Gets the template of this V1alpha1WorkflowStep. # noqa: E501

Returns

The template of this V1alpha1WorkflowStep. # noqa: E501

Return type

str

property template_ref(self)

Gets the template_ref of this V1alpha1WorkflowStep. # noqa: E501

Returns

The template_ref of this V1alpha1WorkflowStep. # noqa: E501

Return type

V1alpha1TemplateRef

property when(self)

Gets the when of this V1alpha1WorkflowStep. # noqa: E501

Returns

The when of this V1alpha1WorkflowStep. # noqa: E501

Return type

str

property with_items(self)

Gets the with_items of this V1alpha1WorkflowStep. # noqa: E501

Returns

The with_items of this V1alpha1WorkflowStep. # noqa: E501

Return type

list[V1alpha1Item]

property with_param(self)

Gets the with_param of this V1alpha1WorkflowStep. # noqa: E501

WithParam expands a step into multiple parallel steps from the value in the parameter, which is expected to be a JSON list. # noqa: E501

Returns

The with_param of this V1alpha1WorkflowStep. # noqa: E501

Return type

str

property with_sequence(self)

Gets the with_sequence of this V1alpha1WorkflowStep. # noqa: E501

Returns

The with_sequence of this V1alpha1WorkflowStep. # noqa: E501

Return type

V1alpha1Sequence

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model

class argo.models.V1alpha1WorkflowStopRequest(message=None, name=None, namespace=None, node_field_selector=None)

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

Do not edit the class manually.

V1alpha1WorkflowStopRequest - a model defined in OpenAPI

openapi_types
attribute_map
property message(self)

Gets the message of this V1alpha1WorkflowStopRequest. # noqa: E501

Returns

The message of this V1alpha1WorkflowStopRequest. # noqa: E501

Return type

str

property name(self)

Gets the name of this V1alpha1WorkflowStopRequest. # noqa: E501

Returns

The name of this V1alpha1WorkflowStopRequest. # noqa: E501

Return type

str

property namespace(self)

Gets the namespace of this V1alpha1WorkflowStopRequest. # noqa: E501

Returns

The namespace of this V1alpha1WorkflowStopRequest. # noqa: E501

Return type

str

property node_field_selector(self)

Gets the node_field_selector of this V1alpha1WorkflowStopRequest. # noqa: E501

Returns

The node_field_selector of this V1alpha1WorkflowStopRequest. # 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

class argo.models.V1alpha1WorkflowSuspendRequest(name=None, namespace=None)

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

Do not edit the class manually.

V1alpha1WorkflowSuspendRequest - a model defined in OpenAPI

openapi_types
attribute_map
property name(self)

Gets the name of this V1alpha1WorkflowSuspendRequest. # noqa: E501

Returns

The name of this V1alpha1WorkflowSuspendRequest. # noqa: E501

Return type

str

property namespace(self)

Gets the namespace of this V1alpha1WorkflowSuspendRequest. # noqa: E501

Returns

The namespace of this V1alpha1WorkflowSuspendRequest. # 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

class argo.models.V1alpha1WorkflowTemplate(metadata=None, spec=None)

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

Do not edit the class manually.

V1alpha1WorkflowTemplate - a model defined in OpenAPI

openapi_types
attribute_map
property metadata(self)

Gets the metadata of this V1alpha1WorkflowTemplate. # noqa: E501

Returns

The metadata of this V1alpha1WorkflowTemplate. # noqa: E501

Return type

kubernetes.client.models.V1ObjectMeta

property spec(self)

Gets the spec of this V1alpha1WorkflowTemplate. # noqa: E501

Returns

The spec of this V1alpha1WorkflowTemplate. # noqa: E501

Return type

V1alpha1WorkflowTemplateSpec

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model

class argo.models.V1alpha1WorkflowTemplateCreateRequest(create_options=None, namespace=None, template=None)

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

Do not edit the class manually.

V1alpha1WorkflowTemplateCreateRequest - a model defined in OpenAPI

openapi_types
attribute_map
property create_options(self)

Gets the create_options of this V1alpha1WorkflowTemplateCreateRequest. # noqa: E501

Returns

The create_options of this V1alpha1WorkflowTemplateCreateRequest. # noqa: E501

Return type

kubernetes.client.models.V1CreateOptions

property namespace(self)

Gets the namespace of this V1alpha1WorkflowTemplateCreateRequest. # noqa: E501

Returns

The namespace of this V1alpha1WorkflowTemplateCreateRequest. # noqa: E501

Return type

str

property template(self)

Gets the template of this V1alpha1WorkflowTemplateCreateRequest. # noqa: E501

Returns

The template of this V1alpha1WorkflowTemplateCreateRequest. # noqa: E501

Return type

V1alpha1WorkflowTemplate

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model

class argo.models.V1alpha1WorkflowTemplateLintRequest(create_options=None, namespace=None, template=None)

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

Do not edit the class manually.

V1alpha1WorkflowTemplateLintRequest - a model defined in OpenAPI

openapi_types
attribute_map
property create_options(self)

Gets the create_options of this V1alpha1WorkflowTemplateLintRequest. # noqa: E501

Returns

The create_options of this V1alpha1WorkflowTemplateLintRequest. # noqa: E501

Return type

kubernetes.client.models.V1CreateOptions

property namespace(self)

Gets the namespace of this V1alpha1WorkflowTemplateLintRequest. # noqa: E501

Returns

The namespace of this V1alpha1WorkflowTemplateLintRequest. # noqa: E501

Return type

str

property template(self)

Gets the template of this V1alpha1WorkflowTemplateLintRequest. # noqa: E501

Returns

The template of this V1alpha1WorkflowTemplateLintRequest. # noqa: E501

Return type

V1alpha1WorkflowTemplate

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model

class argo.models.V1alpha1WorkflowTemplateList(items=None, metadata=None)

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

Do not edit the class manually.

V1alpha1WorkflowTemplateList - a model defined in OpenAPI

openapi_types
attribute_map
property items(self)

Gets the items of this V1alpha1WorkflowTemplateList. # noqa: E501

Returns

The items of this V1alpha1WorkflowTemplateList. # noqa: E501

Return type

list[V1alpha1WorkflowTemplate]

property metadata(self)

Gets the metadata of this V1alpha1WorkflowTemplateList. # noqa: E501

Returns

The metadata of this V1alpha1WorkflowTemplateList. # noqa: E501

Return type

kubernetes.client.models.V1ListMeta

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model

class argo.models.V1alpha1WorkflowTemplateSpec(workflow_spec=None)

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

Do not edit the class manually.

V1alpha1WorkflowTemplateSpec - a model defined in OpenAPI

openapi_types
attribute_map
property workflow_spec(self)

Gets the workflow_spec of this V1alpha1WorkflowTemplateSpec. # noqa: E501

Returns

The workflow_spec of this V1alpha1WorkflowTemplateSpec. # noqa: E501

Return type

V1alpha1WorkflowSpec

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model

class argo.models.V1alpha1WorkflowTemplateUpdateRequest(name=None, namespace=None, template=None)

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

Do not edit the class manually.

V1alpha1WorkflowTemplateUpdateRequest - a model defined in OpenAPI

openapi_types
attribute_map
property name(self)

Gets the name of this V1alpha1WorkflowTemplateUpdateRequest. # noqa: E501

Returns

The name of this V1alpha1WorkflowTemplateUpdateRequest. # noqa: E501

Return type

str

property namespace(self)

Gets the namespace of this V1alpha1WorkflowTemplateUpdateRequest. # noqa: E501

Returns

The namespace of this V1alpha1WorkflowTemplateUpdateRequest. # noqa: E501

Return type

str

property template(self)

Gets the template of this V1alpha1WorkflowTemplateUpdateRequest. # noqa: E501

Returns

The template of this V1alpha1WorkflowTemplateUpdateRequest. # noqa: E501

Return type

V1alpha1WorkflowTemplate

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model

class argo.models.V1alpha1WorkflowTerminateRequest(name=None, namespace=None)

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

Do not edit the class manually.

V1alpha1WorkflowTerminateRequest - a model defined in OpenAPI

openapi_types
attribute_map
property name(self)

Gets the name of this V1alpha1WorkflowTerminateRequest. # noqa: E501

Returns

The name of this V1alpha1WorkflowTerminateRequest. # noqa: E501

Return type

str

property namespace(self)

Gets the namespace of this V1alpha1WorkflowTerminateRequest. # noqa: E501

Returns

The namespace of this V1alpha1WorkflowTerminateRequest. # 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

class argo.models.V1alpha1WorkflowWatchEvent(object=None, type=None)

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

Do not edit the class manually.

V1alpha1WorkflowWatchEvent - a model defined in OpenAPI

openapi_types
attribute_map
property type(self)

Gets the type of this V1alpha1WorkflowWatchEvent. # noqa: E501

Returns

The type of this V1alpha1WorkflowWatchEvent. # 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