ThinCompTemplateSpec is a description of the thinRuntime components
Name | Type | Description | Notes |
---|---|---|---|
enabled | bool | Enabled or Disabled for the components. | [optional] |
env | list[V1EnvVar] | Environment variables that will be used by thinRuntime component. | [optional] |
image | str | Image for thinRuntime fuse | [optional] |
image_pull_policy | str | One of the three policies: `Always`, `IfNotPresent`, `Never` | [optional] |
image_pull_secrets | list[V1LocalObjectReference] | ImagePullSecrets that will be used to pull images | [optional] |
image_tag | str | Image for thinRuntime fuse | [optional] |
liveness_probe | V1Probe | [optional] | |
network_mode | str | Whether to use hostnetwork or not | [optional] |
node_selector | dict(str, str) | NodeSelector is a selector | [optional] |
ports | list[V1ContainerPort] | Ports used thinRuntime | [optional] |
readiness_probe | V1Probe | [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] |