Exception | Description |
---|---|
NamespaceResolutionFailedException |
Annotation Type | Description |
---|---|
ConditionalOnKubernetesAndConfigEnabled | |
ConditionalOnKubernetesConfigFailFastEnabled |
Provides a more succinct conditional
spring.cloud.kubernetes.config.fail-fast . |
ConditionalOnKubernetesConfigOrSecretsRetryEnabled |
@Conditional that matches when either or both of
@ConditionalOnKubernetesConfigRetryEnabled
and
@ConditionalOnKubernetesSecretsRetryEnabled . |
ConditionalOnKubernetesConfigRetryDisabled |
@Conditional that matches when at least one of Spring Cloud
Kubernetes, Kubernetes ConfigMap property sources or Kubernetes ConfigMap property
sources fail fast (thus retry) is disabled. |
ConditionalOnKubernetesConfigRetryEnabled |
@Conditional that only
matches when Spring Cloud Kubernetes, Kubernetes config, Kubernetes config fail-fast
and Kubernetes config retry are enabled. |
ConditionalOnKubernetesSecretsFailFastEnabled |
Provides a more succinct conditional
spring.cloud.kubernetes.secrets.fail-fast . |
ConditionalOnKubernetesSecretsRetryDisabled |
@Conditional that matches when at least one of Spring Cloud
Kubernetes, Kubernetes Secret property sources or Kubernetes Secret property sources
fail fast (thus retry) is disabled. |
ConditionalOnKubernetesSecretsRetryEnabled |
@Conditional that only
matches when Spring Cloud Kubernetes, Kubernetes secrets, Kubernetes secrets fail-fast
and Kubernetes secrets retry are enabled. |
Copyright © 2017–2022 Pivotal Software, Inc.. All rights reserved.