VineyardSockSpec holds the configurations for vineyard client socket
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] |