JuiceFSCompTemplateSpec is a description of the JuiceFS components
| 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] |