Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 647 Bytes

VersionSpec.md

File metadata and controls

13 lines (9 loc) · 647 Bytes

VersionSpec

VersionSpec represents the settings for the version that fluid is orchestrating.

Properties

Name Type Description Notes
image str Image (e.g. alluxio/alluxio) [optional]
image_pull_policy str One of the three policies: `Always`, `IfNotPresent`, `Never` [optional]
image_tag str Image tag (e.g. 2.3.0-SNAPSHOT) [optional]

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