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 Constructor Description KubernetesReplicationControllersHeaderNameBuilder()
-
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.StringkubernetesNamespaceName()The namespace name.StringkubernetesOperation()The Producer operation.StringkubernetesReplicationControllerName()The replication controller name.StringkubernetesReplicationControllerReplicas()The number of replicas for a replication controller during the Scale operation.StringkubernetesReplicationControllersLabels()The replication controller labels.StringkubernetesReplicationControllerSpec()The spec for a replication controller.
-
-
-
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.
-
kubernetesReplicationControllersLabels
public String kubernetesReplicationControllersLabels()
The replication controller labels. The option is a:Map<String, String>type. Group: producer- Returns:
- the name of the header
KubernetesReplicationControllersLabels.
-
kubernetesReplicationControllerName
public String kubernetesReplicationControllerName()
The replication controller name. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
KubernetesReplicationControllerName.
-
kubernetesReplicationControllerSpec
public String kubernetesReplicationControllerSpec()
The spec for a replication controller. The option is a:io.fabric8.kubernetes.api.model.ReplicationControllerSpectype. Group: producer- Returns:
- the name of the header
KubernetesReplicationControllerSpec.
-
kubernetesReplicationControllerReplicas
public String kubernetesReplicationControllerReplicas()
The number of replicas for a replication controller during the Scale operation. The option is a:Integertype. Group: producer- Returns:
- the name of the header
KubernetesReplicationControllerReplicas.
-
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.
-
-