Annotation Type LoadBalancerType


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface LoadBalancerType
    The type of the load balancer. Use this annotation on your LoadBalancerProvider The type is used to determine load balancer for services. Use stork.<my-service>.load-balancer.type=my-load-balancer to use a LoadBalancerProvider annotated with @LoadBalancerType("my-load-balancer")
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value  
    • Element Detail

      • value

        String value
        Returns:
        the type of the load balance