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 Details

    • KubernetesReplicationControllersHeaderNameBuilder

      public KubernetesReplicationControllersHeaderNameBuilder()
  • Method Details

    • kubernetesOperation

      public String kubernetesOperation()
      The Producer operation. The option is a: String type. Group: producer
      Returns:
      the name of the header KubernetesOperation.
    • kubernetesNamespaceName

      public String kubernetesNamespaceName()
      The namespace name. The option is a: String type. 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: String type. 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.ReplicationControllerSpec type. 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: Integer type. 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.Action type. 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: long type. Group: consumer
      Returns:
      the name of the header KubernetesEventTimestamp.