Uses of Enum
org.springframework.cloud.kubernetes.commons.loadbalancer.KubernetesLoadBalancerMode
Packages that use KubernetesLoadBalancerMode
-
Uses of KubernetesLoadBalancerMode in org.springframework.cloud.kubernetes.commons.loadbalancer
Methods in org.springframework.cloud.kubernetes.commons.loadbalancer that return KubernetesLoadBalancerModeModifier and TypeMethodDescriptionKubernetesLoadBalancerProperties.getMode()Gets mode.static KubernetesLoadBalancerModeReturns the enum constant of this type with the specified name.static KubernetesLoadBalancerMode[]KubernetesLoadBalancerMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.springframework.cloud.kubernetes.commons.loadbalancer with parameters of type KubernetesLoadBalancerModeModifier and TypeMethodDescriptionvoidKubernetesLoadBalancerProperties.setMode(KubernetesLoadBalancerMode mode) Sets mode.