Package io.micronaut.kubernetes.client
Interface ApiClientConfiguration
@ConfigurationProperties("kubernetes.client")
public interface ApiClientConfiguration
ApiClient
configuration.- Since:
- 2.2
- Author:
- Pavol Gressa
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Discovery
configuration. -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Field Details
-
PREFIX
- See Also:
-
-
Method Details
-
getBasePath
- Returns:
- kubernetes api base path
-
getCaPath
- Returns:
- kubernetes ca file path
-
getTokenPath
- Returns:
- kubernetes auth token file path
-
getKubeConfigPath
- Returns:
- kubernetes kube config path
-
getNamespace
- Returns:
- kubernetes client namespace
-
getVerifySsl
@Bindable(defaultValue="true") boolean getVerifySsl()- Returns:
- should verify ssl
-