JindoCompTemplateSpec is a description of the Jindo commponents
Name | Type | Description | Notes |
---|---|---|---|
disabled | bool | If disable JindoFS master or worker | [optional] |
env | dict(str, str) | Environment variables that will be used by Jindo component. <br> | [optional] |
image_pull_secrets | list[V1LocalObjectReference] | ImagePullSecrets that will be used to pull images | [optional] |
labels | dict(str, str) | Labels will be added on JindoFS Master or Worker pods. DEPRECATED: This is a deprecated field. Please use PodMetadata instead. Note: this field is set to be exclusive with PodMetadata.Labels | [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) | [optional] | |
properties | dict(str, str) | Configurable properties for the Jindo component. <br> | [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] | |
tolerations | list[V1Toleration] | If specified, the pod's tolerations. | [optional] |
volume_mounts | list[V1VolumeMount] | VolumeMounts specifies the volumes listed in ".spec.volumes" to mount into the jindo runtime component's filesystem. | [optional] |