Class KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsHeaderNameBuilder
- Enclosing interface:
KubernetesDeploymentsEndpointBuilderFactory
public static class KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsHeaderNameBuilder
extends Object
The builder of headers' name for the Kubernetes Deployments component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe deployment name.The desired instance count.The deployment labels.The spec for a deployment.Action watched by the consumer.Timestamp of the action watched by the consumer.The namespace name.The Producer operation.
-
Constructor Details
-
KubernetesDeploymentsHeaderNameBuilder
public KubernetesDeploymentsHeaderNameBuilder()
-
-
Method Details
-
kubernetesOperation
The Producer operation. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
KubernetesOperation.
-
kubernetesNamespaceName
The namespace name. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
KubernetesNamespaceName.
-
kubernetesDeploymentsLabels
The deployment labels. The option is a:Map<String, String>type. Group: producer- Returns:
- the name of the header
KubernetesDeploymentsLabels.
-
kubernetesDeploymentName
The deployment name. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
KubernetesDeploymentName.
-
kubernetesDeploymentSpec
The spec for a deployment. The option is a:io.fabric8.kubernetes.api.model.apps.DeploymentSpectype. Group: producer- Returns:
- the name of the header
KubernetesDeploymentSpec.
-
kubernetesDeploymentReplicas
The desired instance count. The option is a:Integertype. Group: producer- Returns:
- the name of the header
KubernetesDeploymentReplicas.
-
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
Timestamp of the action watched by the consumer. The option is a:longtype. Group: consumer- Returns:
- the name of the header
KubernetesEventTimestamp.
-