@Configuration(proxyBeanMethods=false)
@ConditionalOnProperty(value="spring.cloud.istio.enabled",
matchIfMissing=true)
@EnableConfigurationProperties(value=IstioClientProperties.class)
public class IstioBootstrapConfiguration
extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
IstioBootstrapConfiguration.IstioDetectionConfiguration |
| Constructor and Description |
|---|
IstioBootstrapConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
MeshUtils |
istioMeshUtils(IstioClientProperties istioClientProperties) |
@Bean @ConditionalOnMissingBean public MeshUtils istioMeshUtils(IstioClientProperties istioClientProperties)
Copyright © 2017–2019 Pivotal Software, Inc.. All rights reserved.