Class KubernetesReplicationControllersEndpointBuilderFactory.KubernetesReplicationControllersHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.KubernetesReplicationControllersEndpointBuilderFactory.KubernetesReplicationControllersHeaderNameBuilder
- Enclosing interface:
KubernetesReplicationControllersEndpointBuilderFactory
public static class KubernetesReplicationControllersEndpointBuilderFactory.KubernetesReplicationControllersHeaderNameBuilder
extends Object
The builder of headers' name for the Kubernetes Replication Controller 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 replication controller name.The number of replicas for a replication controller during the Scale operation.The replication controller labels.The spec for a replication controller.
-
Constructor Details
-
KubernetesReplicationControllersHeaderNameBuilder
public KubernetesReplicationControllersHeaderNameBuilder()
-
-
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
.
-
kubernetesReplicationControllersLabels
The replication controller labels. The option is a:Map<String, String>
type. Group: producer- Returns:
- the name of the header
KubernetesReplicationControllersLabels
.
-
kubernetesReplicationControllerName
The replication controller name. The option is a:String
type. Group: producer- Returns:
- the name of the header
KubernetesReplicationControllerName
.
-
kubernetesReplicationControllerSpec
The spec for a replication controller. The option is a:io.fabric8.kubernetes.api.model.ReplicationControllerSpec
type. Group: producer- Returns:
- the name of the header
KubernetesReplicationControllerSpec
.
-
kubernetesReplicationControllerReplicas
The number of replicas for a replication controller during the Scale operation. The option is a:Integer
type. Group: producer- Returns:
- the name of the header
KubernetesReplicationControllerReplicas
.
-
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
.
-
kubernetesEventTimestamp
Timestamp of the action watched by the consumer. The option is a:long
type. Group: consumer- Returns:
- the name of the header
KubernetesEventTimestamp
.
-