Class KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesHeaderNameBuilder
-
- Enclosing interface:
- KubernetesNamespacesEndpointBuilderFactory
public static class KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesHeaderNameBuilder extends Object
The builder of headers' name for the Kubernetes Namespaces component.
-
-
Constructor Summary
Constructors Constructor Description KubernetesNamespacesHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringkubernetesEventAction()Action watched by the consumer.StringkubernetesEventTimestamp()Timestamp of the action watched by the consumer.StringkubernetesNamespaceLabels()The namespace labels.StringkubernetesNamespaceName()The namespace name.StringkubernetesOperation()The Producer operation.
-
-
-
Method Detail
-
kubernetesOperation
public String kubernetesOperation()
The Producer operation. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
KubernetesOperation.
-
kubernetesNamespaceName
public String kubernetesNamespaceName()
The namespace name. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
KubernetesNamespaceName.
-
kubernetesNamespaceLabels
public String kubernetesNamespaceLabels()
The namespace labels. The option is a:Map<String, String>type. Group: producer- Returns:
- the name of the header
KubernetesNamespaceLabels.
-
kubernetesEventAction
public String 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
public String kubernetesEventTimestamp()
Timestamp of the action watched by the consumer. The option is a:longtype. Group: consumer- Returns:
- the name of the header
KubernetesEventTimestamp.
-
-