kubernetes.aio.client.models.v1_cron_job_status module¶
Kubernetes
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: release-1.36 Generated by: https://openapi-generator.tech
- class kubernetes.aio.client.models.v1_cron_job_status.V1CronJobStatus(active=None, last_schedule_time=None, last_successful_time=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.
- property active¶
Gets the active of this V1CronJobStatus. # noqa: E501
A list of pointers to currently running jobs. # noqa: E501
- Returns:
The active of this V1CronJobStatus. # noqa: E501
- Return type:
list[V1ObjectReference]
- attribute_map = {'active': 'active', 'last_schedule_time': 'lastScheduleTime', 'last_successful_time': 'lastSuccessfulTime'}¶
- property last_schedule_time¶
Gets the last_schedule_time of this V1CronJobStatus. # noqa: E501
Information when was the last time the job was successfully scheduled. # noqa: E501
- Returns:
The last_schedule_time of this V1CronJobStatus. # noqa: E501
- Return type:
datetime
- property last_successful_time¶
Gets the last_successful_time of this V1CronJobStatus. # noqa: E501
Information when was the last time the job successfully completed. # noqa: E501
- Returns:
The last_successful_time of this V1CronJobStatus. # noqa: E501
- Return type:
datetime
- openapi_types = {'active': 'list[V1ObjectReference]', 'last_schedule_time': 'datetime', 'last_successful_time': 'datetime'}¶
- to_dict(serialize=False)¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model