kubernetes_asyncio.client.models.v1_daemon_set_spec module
Kubernetes
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: v1.34.3 Generated by: https://openapi-generator.tech
- class kubernetes_asyncio.client.models.v1_daemon_set_spec.V1DaemonSetSpec(min_ready_seconds=None, revision_history_limit=None, selector=None, template=None, update_strategy=None, local_vars_configuration=None)
Bases:
objectNOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'min_ready_seconds': 'minReadySeconds', 'revision_history_limit': 'revisionHistoryLimit', 'selector': 'selector', 'template': 'template', 'update_strategy': 'updateStrategy'}
- property min_ready_seconds
Gets the min_ready_seconds of this V1DaemonSetSpec. # noqa: E501
The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready). # noqa: E501
- Returns:
The min_ready_seconds of this V1DaemonSetSpec. # noqa: E501
- Return type:
int
- openapi_types = {'min_ready_seconds': 'int', 'revision_history_limit': 'int', 'selector': 'V1LabelSelector', 'template': 'V1PodTemplateSpec', 'update_strategy': 'V1DaemonSetUpdateStrategy'}
- property revision_history_limit
Gets the revision_history_limit of this V1DaemonSetSpec. # noqa: E501
The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10. # noqa: E501
- Returns:
The revision_history_limit of this V1DaemonSetSpec. # noqa: E501
- Return type:
int
- property selector
Gets the selector of this V1DaemonSetSpec. # noqa: E501
- Returns:
The selector of this V1DaemonSetSpec. # noqa: E501
- Return type:
- property template
Gets the template of this V1DaemonSetSpec. # noqa: E501
- Returns:
The template of this V1DaemonSetSpec. # noqa: E501
- Return type:
- to_dict(serialize=False)
Returns the model properties as a dict
- to_str()
Returns the string representation of the model
- property update_strategy
Gets the update_strategy of this V1DaemonSetSpec. # noqa: E501
- Returns:
The update_strategy of this V1DaemonSetSpec. # noqa: E501
- Return type: