Interface StorkLoadBalancerConfiguration


public interface StorkLoadBalancerConfiguration
  • Method Summary

    Modifier and Type
    Method
    Description
    Load Balancer parameters.
    Configures load balancer type, e.g.
  • Method Details

    • type

      @WithDefault("round-robin") String type()
      Configures load balancer type, e.g. "round-robin". A LoadBalancerProvider for the type has to be available
    • parameters

      @WithParentName Map<String,String> parameters()
      Load Balancer parameters. Check the documentation of the selected load balancer type for available parameters