Interface QdrantBuildConfig.DevServicesConfig
- Enclosing interface:
- QdrantBuildConfig
public static interface QdrantBuildConfig.DevServicesConfig
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionThe Qdrant collection configuration.booleanenabled()Whether Dev Services for Qdrant are enabled or not.port()Optional fixed port the Qdrant dev service will listen to.Container image for Qdrant.Service label to apply to created Dev Services containers.booleanshared()Indicates if the Dev Service containers managed by Quarkus for Qdrant are shared.
-
Method Details
-
enabled
@WithDefault("true") boolean enabled()Whether Dev Services for Qdrant are enabled or not. -
qdrantImageName
Container image for Qdrant. -
port
OptionalInt port()Optional fixed port the Qdrant dev service will listen to. If not defined, the port will be chosen randomly. -
serviceName
Service label to apply to created Dev Services containers. -
collection
Optional<QdrantBuildConfig.DevServicesConfig.CollectionConfig> collection()The Qdrant collection configuration.
-