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
# WorkerPool

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pid** | Option<**i32**> | the process id of jobservice | [optional]
**worker_pool_id** | Option<**String**> | the id of the worker pool | [optional]
**start_at** | Option<**String**> | The start time of the work pool | [optional]
**heartbeat_at** | Option<**String**> | The heartbeat time of the work pool | [optional]
**concurrency** | Option<**i32**> | The concurrency of the work pool | [optional]
**host** | Option<**String**> | The host of the work pool | [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)