@Configuration public static class SpringLoadBalancerExample.AppConfig extends Object
| Constructor and Description |
|---|
AppConfig() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.CommandLineRunner |
loadBalancerCommandLineRunner(io.kubernetes.client.informer.SharedInformerFactory sharedInformerFactory,
SpringLoadBalancerExample.MyService myService) |
SpringLoadBalancerExample.MyService |
myService(io.kubernetes.client.informer.SharedIndexInformer<io.kubernetes.client.openapi.models.V1Endpoints> lister) |
@Bean
public org.springframework.boot.CommandLineRunner loadBalancerCommandLineRunner(io.kubernetes.client.informer.SharedInformerFactory sharedInformerFactory,
SpringLoadBalancerExample.MyService myService)
@Bean public SpringLoadBalancerExample.MyService myService(io.kubernetes.client.informer.SharedIndexInformer<io.kubernetes.client.openapi.models.V1Endpoints> lister)
Copyright © 2022. All rights reserved.