AlluxioCompTemplateSpec is a description of the Alluxio commponents
Name | Type | Description | Notes |
---|---|---|---|
enabled | bool | Enabled or Disabled for the components. For now, only API Gateway is enabled or disabled. | [optional] |
env | dict(str, str) | Environment variables that will be used by Alluxio component. <br> | [optional] |
image_pull_secrets | list[V1LocalObjectReference] | ImagePullSecrets that will be used to pull images | [optional] |
jvm_options | list[str] | Options for JVM | [optional] |
network_mode | str | Whether to use hostnetwork or not | [optional] |
node_selector | dict(str, str) | NodeSelector is a selector which must be true for the master to fit on a node | [optional] |
pod_metadata | PodMetadata | [optional] | |
ports | dict(str, int) | Ports used by Alluxio(e.g. rpc: 19998 for master) | [optional] |
properties | dict(str, str) | Configurable properties for the Alluxio component. <br> Refer to <a href="https://docs.alluxio.io/os/user/stable/en/reference/Properties-List.html\">Alluxio Configuration Properties</a> for more info | [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 the alluxio runtime component's filesystem. | [optional] |