Interface MilvusBuildConfig.MilvusDevServicesBuildTimeConfig
- Enclosing interface:
- MilvusBuildConfig
public static interface MilvusBuildConfig.MilvusDevServicesBuildTimeConfig
-
Method Summary
Modifier and TypeMethodDescriptionbooleanenabled()Whether Dev Services for Milvus are enabled or not.Container image for Milvus.port()Optional fixed port the Milvus dev service will listen to.Service label to apply to created Dev Services containers.booleanshared()Indicates if the Dev Service containers managed by Quarkus for Milvus are shared.
-
Method Details
-
enabled
@WithDefault("true") boolean enabled()Whether Dev Services for Milvus are enabled or not. -
milvusImageName
Container image for Milvus. -
port
OptionalInt port()Optional fixed port the Milvus dev service will listen to. If not defined, the port will be chosen randomly. -
serviceName
Service label to apply to created Dev Services containers.
-