ThinRuntimeProfileSpec defines the desired state of ThinRuntimeProfile
| Name | Type | Description | Notes |
|---|---|---|---|
| file_system_type | str | file system of thinRuntime | [default to ''] |
| fuse | ThinFuseSpec | [optional] | |
| image_pull_secrets | list[V1LocalObjectReference] | ImagePullSecrets that will be used to pull images | [optional] |
| node_publish_secret_policy | str | NodePublishSecretPolicy describes the policy to decide which to do with node publish secret when mounting an existing persistent volume. | [optional] |
| volumes | list[V1Volume] | Volumes is the list of Kubernetes volumes that can be mounted by runtime components and/or fuses. | [optional] |
| worker | ThinCompTemplateSpec | [optional] |