Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.45 KB

File metadata and controls

18 lines (14 loc) · 1.45 KB

JindoFuseSpec

Properties

Name Type Description Notes
args list[str] Arguments that will be passed to Jindo Fuse [optional]
env dict(str, str) Environment variables that will be used by Jindo Fuse [optional]
_global bool If the fuse client should be deployed in global mode, otherwise the affinity should be considered [optional]
image str Image for Jindo Fuse(e.g. jindo/jindo-fuse) [optional]
image_pull_policy str One of the three policies: `Always`, `IfNotPresent`, `Never` [optional]
image_tag str Image Tag for Jindo Fuse(e.g. 2.3.0-SNAPSHOT) [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]
properties dict(str, str) Configurable properties for Jindo System. <br> [optional]
resources V1ResourceRequirements Resources that will be requested by Jindo Fuse. <br> <br> Resources are not allowed for ephemeral containers. Ephemeral containers use spare resources already allocated to the pod. [optional]

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