| Name | Type | Description | Notes |
|---|---|---|---|
| env | Map<String, String> | Environment variables that will be used by Jindo component. <br> | [optional] |
| nodeSelector | Map<String, String> | NodeSelector is a selector which must be true for the master to fit on a node | [optional] |
| ports | Map<String, Integer> | [optional] | |
| properties | Map<String, String> | Configurable properties for the Jindo component. <br> | [optional] |
| replicas | Integer | 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 | Resources that will be requested by the Jindo component. <br> <br> Resources are not allowed for ephemeral containers. Ephemeral containers use spare resources already allocated to the pod. | [optional] |