Interface ApiClientConfiguration
@ConfigurationProperties("kubernetes.client")
public interface ApiClientConfiguration
ApiClient configuration.- Since:
- 2.2
- Author:
- Pavol Gressa
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDiscoveryconfiguration. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Field Details
-
PREFIX
- See Also:
-
-
Method Details
-
getBasePath
-
getCaPath
-
getTokenPath
-
getKubeConfigPath
-
getNamespace
-
getVerifySsl
@Bindable(defaultValue="true") boolean getVerifySsl()- Returns:
- should verify ssl
-