Class KubernetesEventsEndpointBuilderFactory.KubernetesEventsHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.KubernetesEventsEndpointBuilderFactory.KubernetesEventsHeaderNameBuilder
- Enclosing interface:
KubernetesEventsEndpointBuilderFactory
public static class KubernetesEventsEndpointBuilderFactory.KubernetesEventsHeaderNameBuilder
extends Object
The builder of headers' name for the Kubernetes Event component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAction watched by the consumer.The event name.The event note.The event reason.The event regarding.The event related.The event reporting controller.The event reporting instance.The event labels.The event time in ISO-8601 extended offset date-time format, such as '2011-12-03T10:15:3001:00'.Timestamp of the action watched by the consumer.The event type.The namespace name.The Producer operation.
-
Constructor Details
-
KubernetesEventsHeaderNameBuilder
public KubernetesEventsHeaderNameBuilder()
-
-
Method Details
-
kubernetesOperation
The Producer operation. The option is a:String
type. Group: producer- Returns:
- the name of the header
KubernetesOperation
.
-
kubernetesNamespaceName
The namespace name. The option is a:String
type. Group: producer- Returns:
- the name of the header
KubernetesNamespaceName
.
-
kubernetesEventsLabels
The event labels. The option is a:Map<String, String>
type. Group: producer- Returns:
- the name of the header
KubernetesEventsLabels
.
-
kubernetesEventTime
The event time in ISO-8601 extended offset date-time format, such as '2011-12-03T10:15:3001:00'. The option is a:String
type. Default: server time Group: producer- Returns:
- the name of the header
KubernetesEventTime
.
-
kubernetesEventAction
Action watched by the consumer. The option is a:io.fabric8.kubernetes.client.Watcher.Action
type. Group: consumer- Returns:
- the name of the header
KubernetesEventAction
.
-
kubernetesEventType
The event type. The option is a:String
type. Group: producer- Returns:
- the name of the header
KubernetesEventType
.
-
kubernetesEventReason
The event reason. The option is a:String
type. Group: producer- Returns:
- the name of the header
KubernetesEventReason
.
-
kubernetesEventNote
The event note. The option is a:String
type. Group: producer- Returns:
- the name of the header
KubernetesEventNote
.
-
kubernetesEventRegarding
The event regarding. The option is a:io.fabric8.kubernetes.api.model.ObjectReference
type. Group: producer- Returns:
- the name of the header
KubernetesEventRegarding
.
-
kubernetesEventRelated
The event related. The option is a:io.fabric8.kubernetes.api.model.ObjectReference
type. Group: producer- Returns:
- the name of the header
KubernetesEventRelated
.
-
kubernetesEventReportingController
The event reporting controller. The option is a:String
type. Group: producer- Returns:
- the name of the header
KubernetesEventReportingController
.
-
kubernetesEventReportingInstance
The event reporting instance. The option is a:String
type. Group: producer- Returns:
- the name of the header
KubernetesEventReportingInstance
.
-
kubernetesEventName
The event name. The option is a:String
type. Group: producer- Returns:
- the name of the header
KubernetesEventName
.
-
kubernetesEventTimestamp
Timestamp of the action watched by the consumer. The option is a:long
type. Group: consumer- Returns:
- the name of the header
KubernetesEventTimestamp
.
-