harbor-api 2.0.0

These APIs provide services for manipulating Harbor project.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Worker

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> | the id of the worker | [optional]
**pool_id** | Option<**String**> | the id of the worker pool | [optional]
**job_name** | Option<**String**> | the name of the running job in the worker | [optional]
**job_id** | Option<**String**> | the id of the running job in the worker | [optional]
**start_at** | Option<**String**> | The start time of the worker | [optional]
**check_in** | Option<**String**> | the checkin of the running job in the worker | [optional]
**checkin_at** | Option<**String**> | The checkin time of the worker | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)