You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,35 @@ _Appears in:_
92
92
|`message`_string_| Message specifies the info explaining the current phase of the component |||
93
93
94
94
95
+
#### GPU
96
+
97
+
98
+
99
+
100
+
101
+
102
+
103
+
_Appears in:_
104
+
-[QdrantClusterSpec](#qdrantclusterspec)
105
+
106
+
| Field | Description | Default | Validation |
107
+
| --- | --- | --- | --- |
108
+
|`gpuType`_[GPUType](#gputype)_| GPUType specifies the type of the GPU to use. || Enum: [nvidia amd] <br /> |
109
+
110
+
111
+
#### GPUType
112
+
113
+
_Underlying type:__string_
114
+
115
+
116
+
117
+
118
+
119
+
_Appears in:_
120
+
-[GPU](#gpu)
121
+
122
+
123
+
95
124
#### HelmRelease
96
125
97
126
@@ -663,6 +692,7 @@ _Appears in:_
663
692
|`config`_[QdrantConfiguration](#qdrantconfiguration)_| Config specifies the Qdrant configuration setttings for the clusters. |||
664
693
|`ingress`_[Ingress](#ingress)_| Ingress specifies the ingress for the cluster. |||
665
694
|`service`_[KubernetesService](#kubernetesservice)_| Service specifies the configuration of the Qdrant Kubernetes Service. |||
695
+
|`gpu`_[GPU](#gpu)_| GPU specifies GPU configuration for the cluster. If this field is not set, no GPU will be used. |||
666
696
|`statefulSet`_[KubernetesStatefulSet](#kubernetesstatefulset)_| StatefulSet specifies the configuration of the Qdrant Kubernetes StatefulSet. |||
667
697
|`storageClassNames`_[StorageClassNames](#storageclassnames)_| StorageClassNames specifies the storage class names for db and snapshots. |||
668
698
|`topologySpreadConstraints`_[TopologySpreadConstraint](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#topologyspreadconstraint-v1-core)_| TopologySpreadConstraints specifies the topology spread constraints for the cluster. |||
0 commit comments