Uses of Class
org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
Packages that use KubernetesServiceCallServiceDiscoveryConfiguration
-
Uses of KubernetesServiceCallServiceDiscoveryConfiguration in org.apache.camel.model.cloud
Methods in org.apache.camel.model.cloud that return KubernetesServiceCallServiceDiscoveryConfigurationModifier and TypeMethodDescriptionKubernetesServiceCallServiceDiscoveryConfiguration.apiVersion(String apiVersion) Deprecated.Sets the API version when using client lookupKubernetesServiceCallServiceDiscoveryConfiguration.caCertData(String caCertData) Deprecated.Sets the Certificate Authority data when using client lookupKubernetesServiceCallServiceDiscoveryConfiguration.caCertFile(String caCertFile) Deprecated.Sets the Certificate Authority data that are loaded from the file when using client lookupKubernetesServiceCallServiceDiscoveryConfiguration.clientCertData(String clientCertData) Deprecated.Sets the Client Certificate data when using client lookupKubernetesServiceCallServiceDiscoveryConfiguration.clientCertFile(String clientCertFile) Deprecated.Sets the Client Certificate data that are loaded from the file when using client lookupKubernetesServiceCallServiceDiscoveryConfiguration.clientKeyAlgo(String clientKeyAlgo) Deprecated.Sets the Client Keystore algorithm, such as RSA when using client lookupKubernetesServiceCallServiceDiscoveryConfiguration.clientKeyData(String clientKeyData) Deprecated.Sets the Client Keystore data when using client lookupKubernetesServiceCallServiceDiscoveryConfiguration.clientKeyFile(String clientKeyFile) Deprecated.Sets the Client Keystore data that are loaded from the file when using client lookupKubernetesServiceCallServiceDiscoveryConfiguration.clientKeyPassphrase(String clientKeyPassphrase) Deprecated.Sets the Client Keystore passphrase when using client lookupDeprecated.Sets the DNS domain to use for DNS/SNDSRV lookup.ServiceCallConfigurationDefinition.kubernetesClientServiceDiscovery()Deprecated.ServiceCallDefinition.kubernetesClientServiceDiscovery()Deprecated.CachingServiceCallServiceDiscoveryConfiguration.kubernetesServiceDiscovery()Deprecated.CombinedServiceCallServiceDiscoveryConfiguration.kubernetesServiceDiscovery()Deprecated.ServiceCallConfigurationDefinition.kubernetesServiceDiscovery()Deprecated.ServiceCallDefinition.kubernetesServiceDiscovery()Deprecated.Deprecated.How to perform service lookup, @seesetLookup(String).Deprecated.Sets the URL to the master when using client lookupDeprecated.Sets the namespace to use.KubernetesServiceCallServiceDiscoveryConfiguration.oauthToken(String oauthToken) Deprecated.Sets the OAUTH token for authentication (instead of username/password) when using client lookupDeprecated.Sets the password for authentication when using client lookupDeprecated.Sets Port Name to use for DNS/SNDSRV lookup.KubernetesServiceCallServiceDiscoveryConfiguration.portProtocol(String portProtocol) Deprecated.Sets Port Protocol to use for DNS/SNDSRV lookup.KubernetesServiceCallServiceDiscoveryConfiguration.trustCerts(boolean trustCerts) Deprecated.Sets whether to turn on trust certificate check when using client lookupKubernetesServiceCallServiceDiscoveryConfiguration.trustCerts(String trustCerts) Deprecated.Sets whether to turn on trust certificate check when using client lookupDeprecated.Sets the username for authentication when using client lookup