Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.19 KB

VineyardSockSpec.md

File metadata and controls

15 lines (11 loc) · 1.19 KB

VineyardSockSpec

VineyardSockSpec holds the configurations for vineyard client socket

Properties

Name Type Description Notes
clean_policy str CleanPolicy decides when to clean Vineyard Fuse pods. Currently Fluid supports two policies: OnDemand and OnRuntimeDeleted OnDemand cleans fuse pod once th fuse pod on some node is not needed OnRuntimeDeleted cleans fuse pod only when the cache runtime is deleted Defaults to OnRuntimeDeleted [optional]
image str Image for Vineyard Fuse Default is `vineyardcloudnative/vineyard-fluid-fuse` [optional]
image_pull_policy str Image pull policy for Vineyard Fuse Default is `IfNotPresent` Available values are `Always`, `IfNotPresent`, `Never` [optional]
image_tag str Image Tag for Vineyard Fuse Default is `latest` [optional]
resources V1ResourceRequirements [optional]

[Back to Model list] [Back to API list] [Back to README]