Uses of Interface
org.apache.camel.builder.endpoint.dsl.KubernetesServiceAccountsEndpointBuilderFactory.KubernetesServiceAccountsEndpointBuilder
Packages that use KubernetesServiceAccountsEndpointBuilderFactory.KubernetesServiceAccountsEndpointBuilder
-
Uses of KubernetesServiceAccountsEndpointBuilderFactory.KubernetesServiceAccountsEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return KubernetesServiceAccountsEndpointBuilderFactory.KubernetesServiceAccountsEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.kubernetesServiceAccounts(String path) Kubernetes Service Account (camel-kubernetes) Perform operations on Kubernetes Service Accounts.StaticEndpointBuilders.kubernetesServiceAccounts(String componentName, String path) Kubernetes Service Account (camel-kubernetes) Perform operations on Kubernetes Service Accounts. -
Uses of KubernetesServiceAccountsEndpointBuilderFactory.KubernetesServiceAccountsEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return KubernetesServiceAccountsEndpointBuilderFactory.KubernetesServiceAccountsEndpointBuilderModifier and TypeMethodDescriptionKubernetesServiceAccountsEndpointBuilderFactory.KubernetesServiceAccountsEndpointBuilder.apiVersion(String apiVersion) The Kubernetes API Version to use.KubernetesServiceAccountsEndpointBuilderFactory.AdvancedKubernetesServiceAccountsEndpointBuilder.basic()KubernetesServiceAccountsEndpointBuilderFactory.KubernetesServiceAccountsEndpointBuilder.caCertData(String caCertData) The CA Cert Data.KubernetesServiceAccountsEndpointBuilderFactory.KubernetesServiceAccountsEndpointBuilder.caCertFile(String caCertFile) The CA Cert File.KubernetesServiceAccountsEndpointBuilderFactory.KubernetesServiceAccountsEndpointBuilder.clientCertData(String clientCertData) The Client Cert Data.KubernetesServiceAccountsEndpointBuilderFactory.KubernetesServiceAccountsEndpointBuilder.clientCertFile(String clientCertFile) The Client Cert File.KubernetesServiceAccountsEndpointBuilderFactory.KubernetesServiceAccountsEndpointBuilder.clientKeyAlgo(String clientKeyAlgo) The Key Algorithm used by the client.KubernetesServiceAccountsEndpointBuilderFactory.KubernetesServiceAccountsEndpointBuilder.clientKeyData(String clientKeyData) The Client Key data.KubernetesServiceAccountsEndpointBuilderFactory.KubernetesServiceAccountsEndpointBuilder.clientKeyFile(String clientKeyFile) The Client Key file.KubernetesServiceAccountsEndpointBuilderFactory.KubernetesServiceAccountsEndpointBuilder.clientKeyPassphrase(String clientKeyPassphrase) The Client Key Passphrase.KubernetesServiceAccountsEndpointBuilderFactory.KubernetesServiceAccountsEndpointBuilder.dnsDomain(String dnsDomain) The dns domain, used for ServiceCall EIP.KubernetesServiceAccountsEndpointBuilderFactory.endpointBuilder(String componentName, String path) KubernetesServiceAccountsEndpointBuilderFactory.KubernetesServiceAccountsEndpointBuilder.kubernetesClient(io.fabric8.kubernetes.client.KubernetesClient kubernetesClient) Default KubernetesClient to use if provided.KubernetesServiceAccountsEndpointBuilderFactory.KubernetesServiceAccountsEndpointBuilder.kubernetesClient(String kubernetesClient) Default KubernetesClient to use if provided.KubernetesServiceAccountsEndpointBuilderFactory.KubernetesServiceAccountsBuilders.kubernetesServiceAccounts(String path) Kubernetes Service Account (camel-kubernetes) Perform operations on Kubernetes Service Accounts.KubernetesServiceAccountsEndpointBuilderFactory.KubernetesServiceAccountsBuilders.kubernetesServiceAccounts(String componentName, String path) Kubernetes Service Account (camel-kubernetes) Perform operations on Kubernetes Service Accounts.KubernetesServiceAccountsEndpointBuilderFactory.KubernetesServiceAccountsEndpointBuilder.namespace(String namespace) The namespace.KubernetesServiceAccountsEndpointBuilderFactory.KubernetesServiceAccountsEndpointBuilder.oauthToken(String oauthToken) The Auth Token.KubernetesServiceAccountsEndpointBuilderFactory.KubernetesServiceAccountsEndpointBuilder.operation(String operation) Producer operation to do on Kubernetes.KubernetesServiceAccountsEndpointBuilderFactory.KubernetesServiceAccountsEndpointBuilder.password(String password) Password to connect to Kubernetes.KubernetesServiceAccountsEndpointBuilderFactory.KubernetesServiceAccountsEndpointBuilder.portName(String portName) The port name, used for ServiceCall EIP.KubernetesServiceAccountsEndpointBuilderFactory.KubernetesServiceAccountsEndpointBuilder.portProtocol(String portProtocol) The port protocol, used for ServiceCall EIP.KubernetesServiceAccountsEndpointBuilderFactory.KubernetesServiceAccountsEndpointBuilder.trustCerts(Boolean trustCerts) Define if the certs we used are trusted anyway or not.KubernetesServiceAccountsEndpointBuilderFactory.KubernetesServiceAccountsEndpointBuilder.trustCerts(String trustCerts) Define if the certs we used are trusted anyway or not.KubernetesServiceAccountsEndpointBuilderFactory.KubernetesServiceAccountsEndpointBuilder.username(String username) Username to connect to Kubernetes.