Uses of Interface
org.apache.camel.builder.endpoint.dsl.KubernetesNodesEndpointBuilderFactory.KubernetesNodesEndpointBuilder
Packages that use KubernetesNodesEndpointBuilderFactory.KubernetesNodesEndpointBuilder
-
Uses of KubernetesNodesEndpointBuilderFactory.KubernetesNodesEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return KubernetesNodesEndpointBuilderFactory.KubernetesNodesEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.kubernetesNodes(String path) Kubernetes Nodes (camel-kubernetes) Perform operations on Kubernetes Nodes and get notified on Node changes.StaticEndpointBuilders.kubernetesNodes(String componentName, String path) Kubernetes Nodes (camel-kubernetes) Perform operations on Kubernetes Nodes and get notified on Node changes. -
Uses of KubernetesNodesEndpointBuilderFactory.KubernetesNodesEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return KubernetesNodesEndpointBuilderFactory.KubernetesNodesEndpointBuilderModifier and TypeMethodDescriptionKubernetesNodesEndpointBuilderFactory.KubernetesNodesEndpointBuilder.apiVersion(String apiVersion) The Kubernetes API Version to use.KubernetesNodesEndpointBuilderFactory.AdvancedKubernetesNodesEndpointBuilder.basic()KubernetesNodesEndpointBuilderFactory.KubernetesNodesEndpointBuilder.caCertData(String caCertData) The CA Cert Data.KubernetesNodesEndpointBuilderFactory.KubernetesNodesEndpointBuilder.caCertFile(String caCertFile) The CA Cert File.KubernetesNodesEndpointBuilderFactory.KubernetesNodesEndpointBuilder.clientCertData(String clientCertData) The Client Cert Data.KubernetesNodesEndpointBuilderFactory.KubernetesNodesEndpointBuilder.clientCertFile(String clientCertFile) The Client Cert File.KubernetesNodesEndpointBuilderFactory.KubernetesNodesEndpointBuilder.clientKeyAlgo(String clientKeyAlgo) The Key Algorithm used by the client.KubernetesNodesEndpointBuilderFactory.KubernetesNodesEndpointBuilder.clientKeyData(String clientKeyData) The Client Key data.KubernetesNodesEndpointBuilderFactory.KubernetesNodesEndpointBuilder.clientKeyFile(String clientKeyFile) The Client Key file.KubernetesNodesEndpointBuilderFactory.KubernetesNodesEndpointBuilder.clientKeyPassphrase(String clientKeyPassphrase) The Client Key Passphrase.The dns domain, used for ServiceCall EIP.KubernetesNodesEndpointBuilderFactory.endpointBuilder(String componentName, String path) KubernetesNodesEndpointBuilderFactory.KubernetesNodesEndpointBuilder.kubernetesClient(io.fabric8.kubernetes.client.KubernetesClient kubernetesClient) Default KubernetesClient to use if provided.KubernetesNodesEndpointBuilderFactory.KubernetesNodesEndpointBuilder.kubernetesClient(String kubernetesClient) Default KubernetesClient to use if provided.KubernetesNodesEndpointBuilderFactory.KubernetesNodesBuilders.kubernetesNodes(String path) Kubernetes Nodes (camel-kubernetes) Perform operations on Kubernetes Nodes and get notified on Node changes.KubernetesNodesEndpointBuilderFactory.KubernetesNodesBuilders.kubernetesNodes(String componentName, String path) Kubernetes Nodes (camel-kubernetes) Perform operations on Kubernetes Nodes and get notified on Node changes.The namespace.KubernetesNodesEndpointBuilderFactory.KubernetesNodesEndpointBuilder.oauthToken(String oauthToken) The Auth Token.Password to connect to Kubernetes.The port name, used for ServiceCall EIP.KubernetesNodesEndpointBuilderFactory.KubernetesNodesEndpointBuilder.portProtocol(String portProtocol) The port protocol, used for ServiceCall EIP.KubernetesNodesEndpointBuilderFactory.KubernetesNodesEndpointBuilder.trustCerts(Boolean trustCerts) Define if the certs we used are trusted anyway or not.KubernetesNodesEndpointBuilderFactory.KubernetesNodesEndpointBuilder.trustCerts(String trustCerts) Define if the certs we used are trusted anyway or not.Username to connect to Kubernetes.