python/kubernetes/docs/V1PreferredSchedulingTerm.md
2017-04-05 15:24:07 -07:00

12 lines
551 B
Markdown

# V1PreferredSchedulingTerm
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**preference** | [**V1NodeSelectorTerm**](V1NodeSelectorTerm.md) | A node selector term, associated with the corresponding weight. |
**weight** | **int** | Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)