argo.models.v1alpha1_retry_strategy

Argo

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501

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

Module Contents

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

Bases: object

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

Limit is the maximum number of attempts when retrying a container # 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

RetryPolicy is a policy of NodePhase statuses that will be retried # 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