Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can append query options to the URI in the following format, ?option=value&option=value&...

From Camel 2.18: The secrets consumer doesn't exists anymore.

Options

Div
classconfluenceTableSmall

Name

Default Value

Description

masterUrl

null

Mandatory: The Kubernetes master URL

category

 

Mandatory: The category of producer/consumer. Possible values: namespaces, services, replicationControllers, pods, persistentVolumes, persistentVolumesClaims, secrets, resourcesQuota, serviceAccounts, nodes, configMaps, builds, buildConfigs

username

 

The username for login to Kubernetes cluster

password

 

The password for login to Kubernetes cluster

operation

 

Producer only: The operation that producer will do. Possible values:

listNamespaces,listNamespacesByLabels,getNamespace,createNamespace,deleteNamespace,listServices,listServicesByLabels,getService,createService,deleteService,listReplicationControllers, listReplicationControllersByLabels,getReplicationController,createReplicationController,deleteReplicationController,scaleReplicationController,listPods, listPodsByLabels,getPod,createPod,deletePod,listPersistentVolumes,listPersistentVolumesByLabels,getPersistentVolume,listPersistentVolumesClaims,listPersistentVolumesClaimsByLabels, getPersistentVolumeClaim,createPersistentVolumeClaim,deletePersistentVolumeClaim,listSecrets,listSecretsByLabels,getSecret,createSecret,deleteSecret,listResourcesQuota, listResourcesQuotaByLabels,getResourceQuota,createResourceQuota,deleteResourceQuota,listServiceAccounts,listServiceAccountsByLabels,getServiceAccount,createServiceAccount, deleteServiceAccount,listNodes,listNodesByLabels,getNode,listConfigMaps,listConfigMapsByLabels,getConfigMap,createConfigMap,deleteConfigMap,listBuilds,listBuildsByLabels,getBuild,listBuildConfigs,listBuildConfigsByLabels,getBuildConfig

apiVersion

 

The api Version to use

caCertFile

 

Path to CA cert file

caCertData

 

Path to CA cert data

clientCertFile

 

Path to client cert file

clientCertData

 

Path to client cert data

clientKeyAlgo

 

Key algorithm used by client

clientKeyFile

 

Path to client key file

clientKeyData

 

Path to client key data

clientKeyPassphrase

 

Client key passphrase

oauthToken

 

Authorization token

trustCerts

 

Define if the certs are trusted by default

namespaceName

 

Consumer only: The namespace the consumer will watch

poolSize

 

Consumer only: The Threadpool size for the Kubernetes consumer

namespace

 

Consumer only: The Namespace to watch for the consumer

labelKey

 

Consumer only: The label key to watch for the consumer

labelValue

 

Consumer only: The label value to watch for the consumer

resourceName

 

Consumer only: The resource name to watch for the consumer

...