public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_COMPONENT_AUTOWIRED_ENABLED_CONF |
"camel.component.kubernetes-namespaces.autowiredEnabled" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_COMPONENT_AUTOWIRED_ENABLED_DOC |
"Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc." |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_COMPONENT_BRIDGE_ERROR_HANDLER_CONF |
"camel.component.kubernetes-namespaces.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_COMPONENT_BRIDGE_ERROR_HANDLER_DOC |
"Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored." |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_API_VERSION_CONF |
"camel.source.endpoint.apiVersion" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_API_VERSION_DOC |
"The Kubernetes API Version to use" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_BRIDGE_ERROR_HANDLER_CONF |
"camel.source.endpoint.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_BRIDGE_ERROR_HANDLER_DOC |
"Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored." |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_CA_CERT_DATA_CONF |
"camel.source.endpoint.caCertData" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_CA_CERT_DATA_DOC |
"The CA Cert Data" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_CA_CERT_FILE_CONF |
"camel.source.endpoint.caCertFile" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_CA_CERT_FILE_DOC |
"The CA Cert File" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_CLIENT_CERT_DATA_CONF |
"camel.source.endpoint.clientCertData" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_CLIENT_CERT_DATA_DOC |
"The Client Cert Data" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_CLIENT_CERT_FILE_CONF |
"camel.source.endpoint.clientCertFile" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_CLIENT_CERT_FILE_DOC |
"The Client Cert File" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_CLIENT_KEY_ALGO_CONF |
"camel.source.endpoint.clientKeyAlgo" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_CLIENT_KEY_ALGO_DOC |
"The Key Algorithm used by the client" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_CLIENT_KEY_DATA_CONF |
"camel.source.endpoint.clientKeyData" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_CLIENT_KEY_DATA_DOC |
"The Client Key data" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_CLIENT_KEY_FILE_CONF |
"camel.source.endpoint.clientKeyFile" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_CLIENT_KEY_FILE_DOC |
"The Client Key file" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_CLIENT_KEY_PASSPHRASE_CONF |
"camel.source.endpoint.clientKeyPassphrase" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_CLIENT_KEY_PASSPHRASE_DOC |
"The Client Key Passphrase" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_CONNECTION_TIMEOUT_CONF |
"camel.source.endpoint.connectionTimeout" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_CONNECTION_TIMEOUT_DOC |
"Connection timeout in milliseconds to use when making requests to the Kubernetes API server." |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_CRD_GROUP_CONF |
"camel.source.endpoint.crdGroup" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_CRD_GROUP_DOC |
"The Consumer CRD Resource Group we would like to watch" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_CRD_NAME_CONF |
"camel.source.endpoint.crdName" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_CRD_NAME_DOC |
"The Consumer CRD Resource name we would like to watch" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_CRD_PLURAL_CONF |
"camel.source.endpoint.crdPlural" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_CRD_PLURAL_DOC |
"The Consumer CRD Resource Plural we would like to watch" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_CRD_SCOPE_CONF |
"camel.source.endpoint.crdScope" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_CRD_SCOPE_DOC |
"The Consumer CRD Resource Scope we would like to watch" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_CRD_VERSION_CONF |
"camel.source.endpoint.crdVersion" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_CRD_VERSION_DOC |
"The Consumer CRD Resource Version we would like to watch" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_DNS_DOMAIN_CONF |
"camel.source.endpoint.dnsDomain" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_DNS_DOMAIN_DOC |
"The dns domain, used for ServiceCall EIP" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_EXCEPTION_HANDLER_CONF |
"camel.source.endpoint.exceptionHandler" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_EXCEPTION_HANDLER_DOC |
"To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this option is not in use. By default the consumer will deal with exceptions, that will be logged at WARN or ERROR level and ignored." |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_EXCHANGE_PATTERN_CONF |
"camel.source.endpoint.exchangePattern" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_EXCHANGE_PATTERN_DOC |
"Sets the exchange pattern when the consumer creates an exchange. One of: [InOnly] [InOut] [InOptionalOut]" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_KUBERNETES_CLIENT_CONF |
"camel.source.endpoint.kubernetesClient" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_KUBERNETES_CLIENT_DOC |
"Default KubernetesClient to use if provided" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_LABEL_KEY_CONF |
"camel.source.endpoint.labelKey" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_LABEL_KEY_DOC |
"The Consumer Label key when watching at some resources" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_LABEL_VALUE_CONF |
"camel.source.endpoint.labelValue" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_LABEL_VALUE_DOC |
"The Consumer Label value when watching at some resources" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_NAMESPACE_CONF |
"camel.source.endpoint.namespace" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_NAMESPACE_DOC |
"The namespace" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_OAUTH_TOKEN_CONF |
"camel.source.endpoint.oauthToken" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_OAUTH_TOKEN_DOC |
"The Auth Token" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_PASSWORD_CONF |
"camel.source.endpoint.password" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_PASSWORD_DOC |
"Password to connect to Kubernetes" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_POOL_SIZE_CONF |
"camel.source.endpoint.poolSize" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_POOL_SIZE_DOC |
"The Consumer pool size" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_PORT_NAME_CONF |
"camel.source.endpoint.portName" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_PORT_NAME_DOC |
"The port name, used for ServiceCall EIP" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_PORT_PROTOCOL_CONF |
"camel.source.endpoint.portProtocol" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_PORT_PROTOCOL_DEFAULT |
"tcp" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_PORT_PROTOCOL_DOC |
"The port protocol, used for ServiceCall EIP" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_RESOURCE_NAME_CONF |
"camel.source.endpoint.resourceName" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_RESOURCE_NAME_DOC |
"The Consumer Resource Name we would like to watch" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_SYNCHRONOUS_CONF |
"camel.source.endpoint.synchronous" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_SYNCHRONOUS_DOC |
"Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported)." |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_TRUST_CERTS_CONF |
"camel.source.endpoint.trustCerts" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_TRUST_CERTS_DOC |
"Define if the certs we used are trusted anyway or not" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_USERNAME_CONF |
"camel.source.endpoint.username" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_ENDPOINT_USERNAME_DOC |
"Username to connect to Kubernetes" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_PATH_MASTER_URL_CONF |
"camel.source.path.masterUrl" |
public static final String |
CAMEL_SOURCE_KUBERNETESNAMESPACES_PATH_MASTER_URL_DOC |
"Kubernetes Master url" |