argo.models.v1alpha1_retry_strategy¶
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_retry_strategy.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
-
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
-