argo.models.v1alpha1_cron_workflow_spec

Argo

Argo # noqa: E501

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

Module Contents

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