EFCFuseSpec is a description of the EFC Fuse
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] |