Class KubernetesPodsEndpointBuilderFactory.KubernetesPodsHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.KubernetesPodsEndpointBuilderFactory.KubernetesPodsHeaderNameBuilder
- Enclosing interface:
- KubernetesPodsEndpointBuilderFactory
public static class KubernetesPodsEndpointBuilderFactory.KubernetesPodsHeaderNameBuilder
extends Object
The builder of headers' name for the Kubernetes Pods component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAction watched by the consumer.Timestamp of the action watched by the consumer.The namespace name.The Producer operation.The pod name.The pod labels.The spec for a pod.
-
Constructor Details
-
KubernetesPodsHeaderNameBuilder
public KubernetesPodsHeaderNameBuilder()
-
-
Method Details
-
kubernetesOperation
The Producer operation. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
KubernetesOperation.
-
kubernetesNamespaceName
The namespace name. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
KubernetesNamespaceName.
-
kubernetesPodsLabels
The pod labels. The option is a:Map<String, String>type. Group: producer- Returns:
- the name of the header
KubernetesPodsLabels.
-
kubernetesPodName
The pod name. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
KubernetesPodName.
-
kubernetesPodSpec
The spec for a pod. The option is a:io.fabric8.kubernetes.api.model.PodSpectype. Group: producer- Returns:
- the name of the header
KubernetesPodSpec.
-
kubernetesEventAction
Action watched by the consumer. The option is a:io.fabric8.kubernetes.client.Watcher.Actiontype. Group: consumer- Returns:
- the name of the header
KubernetesEventAction.
-
kubernetesEventTimestamp
Timestamp of the action watched by the consumer. The option is a:longtype. Group: consumer- Returns:
- the name of the header
KubernetesEventTimestamp.
-