Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.21 KB

EFCFuseSpec.md

File metadata and controls

17 lines (13 loc) · 1.21 KB

EFCFuseSpec

EFCFuseSpec is a description of the EFC Fuse

Properties

Name Type Description Notes
clean_policy str CleanPolicy decides when to clean EFC 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]
network_mode str Whether to use hostnetwork or not [optional]
node_selector dict(str, str) NodeSelector is a selector which must be true for the fuse client to fit on a node, this option only effect when global is enabled [optional]
pod_metadata PodMetadata [optional]
properties dict(str, str) Configurable properties for EFC fuse [optional]
resources V1ResourceRequirements [optional]
version VersionSpec [optional]

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