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