Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 788 Bytes

InitUsersSpec.md

File metadata and controls

17 lines (10 loc) · 788 Bytes

InitUsersSpec

InitUsersSpec is a description of the initialize the users for runtime

Properties

Name Type Description Notes
env Map<String, String> Environment variables that will be used by initialize the users for runtime [optional]
image String Image for initialize the users for runtime(e.g. alluxio/alluxio-User init) [optional]
imagePullPolicy String One of the three policies: `Always`, `IfNotPresent`, `Never` [optional]
imageTag String Image Tag for initialize the users for runtime(e.g. 2.3.0-SNAPSHOT) [optional]
resources V1ResourceRequirements [optional]