Interface StorkLoadBalancerConfiguration


  • public interface StorkLoadBalancerConfiguration
    • Method Detail

      • 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