Configuration Reference
Version:3.0.1
Kubernetes Client Config Properties
🔗Property | Type | Description |
---|---|---|
|
java.lang.String |
optional base path of kubernetes api |
|
java.lang.String |
optional ca path |
|
java.lang.String |
optional token path |
|
java.lang.String |
kubernetes config path other than default {@code $HOME/.kube/config} |
|
boolean |
sets verify ssl |
Kubernetes Discovery Client Config Properties
🔗Property | Type | Description |
---|---|---|
|
java.lang.String |
Sets the namespace. |
Property | Type | Description |
---|---|---|
|
java.lang.String |
Set service id. |
|
java.lang.String |
Set service name. |
|
java.lang.String |
Service namespace. |
|
java.lang.String |
Set service discovery mode. |
|
java.lang.String |
Sets port number. Required in case of multi-port resource. |
Property | Type | Description |
---|---|---|
|
the {@link KubernetesSecretsConfiguration}. |
|
|
java.util.Collection |
the names to include |
|
java.util.Collection |
the names to exclude |
|
java.util.Map |
labels to match |
|
java.util.List |
labels to match |
|
boolean |
enabled flag. |
|
java.util.Collection |
where secrets are mounted |
|
boolean |
whether to use the API to read secrets when {@link #paths} is used. |
Property | Type | Description |
---|---|---|
|
The config maps configuration properties |
|
|
boolean |
|
|
java.util.Collection |
the names to include |
|
java.util.Collection |
the names to exclude |
|
java.util.Map |
labels to match |
|
java.util.List |
labels to match |
Property | Type | Description |
---|---|---|
|
The discovery configuration |
|
|
boolean |
|
|
java.util.Collection |
the names to include |
|
java.util.Collection |
the names to exclude |
|
java.util.Map |
labels to match |
|
java.util.List |
labels to match |
|
java.lang.String |
default service discovery mode |