Interface MilvusBuildConfig.MilvusDevServicesBuildTimeConfig

Enclosing interface:
MilvusBuildConfig

public static interface MilvusBuildConfig.MilvusDevServicesBuildTimeConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Whether Dev Services for Milvus are enabled or not.
    Container image for Milvus.
    Optional fixed port the Milvus dev service will listen to.
    Service label to apply to created Dev Services containers.
    boolean
    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

      @WithDefault("docker.io/milvusdb/milvus:v2.3.4") String 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.
    • shared

      @WithDefault("true") boolean shared()
      Indicates if the Dev Service containers managed by Quarkus for Milvus are shared.
    • serviceName

      @WithDefault("milvus") String serviceName()
      Service label to apply to created Dev Services containers.