Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.4 KB

JuiceFSCompTemplateSpec.md

File metadata and controls

20 lines (16 loc) · 1.4 KB

JuiceFSCompTemplateSpec

JuiceFSCompTemplateSpec is a description of the JuiceFS components

Properties

Name Type Description Notes
enabled bool Enabled or Disabled for the components. [optional]
env list[V1EnvVar] Environment variables that will be used by JuiceFS component. [optional]
network_mode str Whether to use hostnetwork or not [optional]
node_selector dict(str, str) NodeSelector is a selector [optional]
options dict(str, str) Options [optional]
pod_metadata PodMetadata [optional]
ports list[V1ContainerPort] Ports used by JuiceFS [optional]
replicas int Replicas is the desired number of replicas of the given template. If unspecified, defaults to 1. replicas is the min replicas of dataset in the cluster [optional]
resources V1ResourceRequirements [optional]
volume_mounts list[V1VolumeMount] VolumeMounts specifies the volumes listed in ".spec.volumes" to mount into runtime component's filesystem. [optional]

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