Uses of Class
org.apache.camel.component.kubernetes.KubernetesConfiguration
-
-
Uses of KubernetesConfiguration in org.apache.camel.component.kubernetes
Methods in org.apache.camel.component.kubernetes that return KubernetesConfiguration Modifier and Type Method Description KubernetesConfiguration
KubernetesConfiguration. copy()
KubernetesConfiguration
AbstractKubernetesEndpoint. getConfiguration()
KubernetesConfiguration
AbstractKubernetesEndpoint. getKubernetesConfiguration()
The kubernetes ConfigurationMethods in org.apache.camel.component.kubernetes with parameters of type KubernetesConfiguration Modifier and Type Method Description protected abstract AbstractKubernetesEndpoint
AbstractKubernetesComponent. doCreateEndpoint(String uri, String remaining, KubernetesConfiguration config)
static io.fabric8.kubernetes.client.KubernetesClient
KubernetesHelper. getKubernetesClient(KubernetesConfiguration configuration)
Constructors in org.apache.camel.component.kubernetes with parameters of type KubernetesConfiguration Constructor Description AbstractKubernetesEndpoint(String uri, AbstractKubernetesComponent component, KubernetesConfiguration config)
-
Uses of KubernetesConfiguration in org.apache.camel.component.kubernetes.cloud
Methods in org.apache.camel.component.kubernetes.cloud that return KubernetesConfiguration Modifier and Type Method Description protected KubernetesConfiguration
KubernetesServiceDiscovery. getConfiguration()
Constructors in org.apache.camel.component.kubernetes.cloud with parameters of type KubernetesConfiguration Constructor Description KubernetesClientServiceDiscovery(KubernetesConfiguration configuration)
KubernetesDnsServiceDiscovery(KubernetesConfiguration configuration)
KubernetesDnsSrvServiceDiscovery(KubernetesConfiguration configuration)
KubernetesEnvServiceDiscovery(KubernetesConfiguration configuration)
KubernetesServiceDiscovery(KubernetesConfiguration configuration)
KubernetesServiceDiscoveryFactory(KubernetesConfiguration configuration)
-
Uses of KubernetesConfiguration in org.apache.camel.component.kubernetes.cluster
Fields in org.apache.camel.component.kubernetes.cluster declared as KubernetesConfiguration Modifier and Type Field Description protected KubernetesConfiguration
KubernetesClusterService. configuration
Methods in org.apache.camel.component.kubernetes.cluster that return KubernetesConfiguration Modifier and Type Method Description protected KubernetesConfiguration
KubernetesClusterService. setConfigDefaults(KubernetesConfiguration configuration, KubernetesLockConfiguration lockConfiguration)
Methods in org.apache.camel.component.kubernetes.cluster with parameters of type KubernetesConfiguration Modifier and Type Method Description protected KubernetesConfiguration
KubernetesClusterService. setConfigDefaults(KubernetesConfiguration configuration, KubernetesLockConfiguration lockConfiguration)
Constructors in org.apache.camel.component.kubernetes.cluster with parameters of type KubernetesConfiguration Constructor Description KubernetesClusterService(org.apache.camel.CamelContext camelContext, KubernetesConfiguration configuration)
KubernetesClusterService(KubernetesConfiguration configuration)
KubernetesClusterView(org.apache.camel.CamelContext camelContext, KubernetesClusterService cluster, KubernetesConfiguration configuration, KubernetesLockConfiguration lockConfiguration)
-
Uses of KubernetesConfiguration in org.apache.camel.component.kubernetes.config_maps
Methods in org.apache.camel.component.kubernetes.config_maps with parameters of type KubernetesConfiguration Modifier and Type Method Description protected KubernetesConfigMapsEndpoint
KubernetesConfigMapsComponent. doCreateEndpoint(String uri, String remaining, KubernetesConfiguration config)
Constructors in org.apache.camel.component.kubernetes.config_maps with parameters of type KubernetesConfiguration Constructor Description KubernetesConfigMapsEndpoint(String uri, KubernetesConfigMapsComponent component, KubernetesConfiguration config)
-
Uses of KubernetesConfiguration in org.apache.camel.component.kubernetes.customresources
Methods in org.apache.camel.component.kubernetes.customresources with parameters of type KubernetesConfiguration Modifier and Type Method Description protected KubernetesCustomResourcesEndpoint
KubernetesCustomResourcesComponent. doCreateEndpoint(String uri, String remaining, KubernetesConfiguration config)
Constructors in org.apache.camel.component.kubernetes.customresources with parameters of type KubernetesConfiguration Constructor Description KubernetesCustomResourcesEndpoint(String uri, KubernetesCustomResourcesComponent component, KubernetesConfiguration config)
-
Uses of KubernetesConfiguration in org.apache.camel.component.kubernetes.deployments
Methods in org.apache.camel.component.kubernetes.deployments with parameters of type KubernetesConfiguration Modifier and Type Method Description protected KubernetesDeploymentsEndpoint
KubernetesDeploymentsComponent. doCreateEndpoint(String uri, String remaining, KubernetesConfiguration config)
Constructors in org.apache.camel.component.kubernetes.deployments with parameters of type KubernetesConfiguration Constructor Description KubernetesDeploymentsEndpoint(String uri, KubernetesDeploymentsComponent component, KubernetesConfiguration config)
-
Uses of KubernetesConfiguration in org.apache.camel.component.kubernetes.events
Methods in org.apache.camel.component.kubernetes.events with parameters of type KubernetesConfiguration Modifier and Type Method Description protected KubernetesEventsEndpoint
KubernetesEventsComponent. doCreateEndpoint(String uri, String remaining, KubernetesConfiguration config)
Constructors in org.apache.camel.component.kubernetes.events with parameters of type KubernetesConfiguration Constructor Description KubernetesEventsEndpoint(String uri, KubernetesEventsComponent component, KubernetesConfiguration config)
-
Uses of KubernetesConfiguration in org.apache.camel.component.kubernetes.hpa
Methods in org.apache.camel.component.kubernetes.hpa with parameters of type KubernetesConfiguration Modifier and Type Method Description protected KubernetesHPAEndpoint
KubernetesHPAComponent. doCreateEndpoint(String uri, String remaining, KubernetesConfiguration config)
Constructors in org.apache.camel.component.kubernetes.hpa with parameters of type KubernetesConfiguration Constructor Description KubernetesHPAEndpoint(String uri, KubernetesHPAComponent component, KubernetesConfiguration config)
-
Uses of KubernetesConfiguration in org.apache.camel.component.kubernetes.job
Methods in org.apache.camel.component.kubernetes.job with parameters of type KubernetesConfiguration Modifier and Type Method Description protected KubernetesJobEndpoint
KubernetesJobComponent. doCreateEndpoint(String uri, String remaining, KubernetesConfiguration config)
Constructors in org.apache.camel.component.kubernetes.job with parameters of type KubernetesConfiguration Constructor Description KubernetesJobEndpoint(String uri, KubernetesJobComponent component, KubernetesConfiguration config)
-
Uses of KubernetesConfiguration in org.apache.camel.component.kubernetes.namespaces
Methods in org.apache.camel.component.kubernetes.namespaces with parameters of type KubernetesConfiguration Modifier and Type Method Description protected KubernetesNamespacesEndpoint
KubernetesNamespacesComponent. doCreateEndpoint(String uri, String remaining, KubernetesConfiguration config)
Constructors in org.apache.camel.component.kubernetes.namespaces with parameters of type KubernetesConfiguration Constructor Description KubernetesNamespacesEndpoint(String uri, KubernetesNamespacesComponent component, KubernetesConfiguration config)
-
Uses of KubernetesConfiguration in org.apache.camel.component.kubernetes.nodes
Methods in org.apache.camel.component.kubernetes.nodes with parameters of type KubernetesConfiguration Modifier and Type Method Description protected KubernetesNodesEndpoint
KubernetesNodesComponent. doCreateEndpoint(String uri, String remaining, KubernetesConfiguration config)
Constructors in org.apache.camel.component.kubernetes.nodes with parameters of type KubernetesConfiguration Constructor Description KubernetesNodesEndpoint(String uri, KubernetesNodesComponent component, KubernetesConfiguration config)
-
Uses of KubernetesConfiguration in org.apache.camel.component.kubernetes.persistent_volumes
Methods in org.apache.camel.component.kubernetes.persistent_volumes with parameters of type KubernetesConfiguration Modifier and Type Method Description protected KubernetesPersistentVolumesEndpoint
KubernetesPersistentVolumesComponent. doCreateEndpoint(String uri, String remaining, KubernetesConfiguration config)
Constructors in org.apache.camel.component.kubernetes.persistent_volumes with parameters of type KubernetesConfiguration Constructor Description KubernetesPersistentVolumesEndpoint(String uri, KubernetesPersistentVolumesComponent component, KubernetesConfiguration config)
-
Uses of KubernetesConfiguration in org.apache.camel.component.kubernetes.persistent_volumes_claims
Methods in org.apache.camel.component.kubernetes.persistent_volumes_claims with parameters of type KubernetesConfiguration Modifier and Type Method Description protected KubernetesPersistentVolumesClaimsEndpoint
KubernetesPersistentVolumesClaimsComponent. doCreateEndpoint(String uri, String remaining, KubernetesConfiguration config)
Constructors in org.apache.camel.component.kubernetes.persistent_volumes_claims with parameters of type KubernetesConfiguration Constructor Description KubernetesPersistentVolumesClaimsEndpoint(String uri, KubernetesPersistentVolumesClaimsComponent component, KubernetesConfiguration config)
-
Uses of KubernetesConfiguration in org.apache.camel.component.kubernetes.pods
Methods in org.apache.camel.component.kubernetes.pods with parameters of type KubernetesConfiguration Modifier and Type Method Description protected KubernetesPodsEndpoint
KubernetesPodsComponent. doCreateEndpoint(String uri, String remaining, KubernetesConfiguration config)
Constructors in org.apache.camel.component.kubernetes.pods with parameters of type KubernetesConfiguration Constructor Description KubernetesPodsEndpoint(String uri, KubernetesPodsComponent component, KubernetesConfiguration config)
-
Uses of KubernetesConfiguration in org.apache.camel.component.kubernetes.replication_controllers
Methods in org.apache.camel.component.kubernetes.replication_controllers with parameters of type KubernetesConfiguration Modifier and Type Method Description protected KubernetesReplicationControllersEndpoint
KubernetesReplicationControllersComponent. doCreateEndpoint(String uri, String remaining, KubernetesConfiguration config)
Constructors in org.apache.camel.component.kubernetes.replication_controllers with parameters of type KubernetesConfiguration Constructor Description KubernetesReplicationControllersEndpoint(String uri, KubernetesReplicationControllersComponent component, KubernetesConfiguration config)
-
Uses of KubernetesConfiguration in org.apache.camel.component.kubernetes.resources_quota
Methods in org.apache.camel.component.kubernetes.resources_quota with parameters of type KubernetesConfiguration Modifier and Type Method Description protected KubernetesResourcesQuotaEndpoint
KubernetesResourcesQuotaComponent. doCreateEndpoint(String uri, String remaining, KubernetesConfiguration config)
Constructors in org.apache.camel.component.kubernetes.resources_quota with parameters of type KubernetesConfiguration Constructor Description KubernetesResourcesQuotaEndpoint(String uri, KubernetesResourcesQuotaComponent component, KubernetesConfiguration config)
-
Uses of KubernetesConfiguration in org.apache.camel.component.kubernetes.secrets
Methods in org.apache.camel.component.kubernetes.secrets with parameters of type KubernetesConfiguration Modifier and Type Method Description protected KubernetesSecretsEndpoint
KubernetesSecretsComponent. doCreateEndpoint(String uri, String remaining, KubernetesConfiguration config)
Constructors in org.apache.camel.component.kubernetes.secrets with parameters of type KubernetesConfiguration Constructor Description KubernetesSecretsEndpoint(String uri, KubernetesSecretsComponent component, KubernetesConfiguration config)
-
Uses of KubernetesConfiguration in org.apache.camel.component.kubernetes.service_accounts
Methods in org.apache.camel.component.kubernetes.service_accounts with parameters of type KubernetesConfiguration Modifier and Type Method Description protected KubernetesServiceAccountsEndpoint
KubernetesServiceAccountsComponent. doCreateEndpoint(String uri, String remaining, KubernetesConfiguration config)
Constructors in org.apache.camel.component.kubernetes.service_accounts with parameters of type KubernetesConfiguration Constructor Description KubernetesServiceAccountsEndpoint(String uri, KubernetesServiceAccountsComponent component, KubernetesConfiguration config)
-
Uses of KubernetesConfiguration in org.apache.camel.component.kubernetes.services
Methods in org.apache.camel.component.kubernetes.services with parameters of type KubernetesConfiguration Modifier and Type Method Description protected KubernetesServicesEndpoint
KubernetesServicesComponent. doCreateEndpoint(String uri, String remaining, KubernetesConfiguration config)
Constructors in org.apache.camel.component.kubernetes.services with parameters of type KubernetesConfiguration Constructor Description KubernetesServicesEndpoint(String uri, KubernetesServicesComponent component, KubernetesConfiguration config)
-
Uses of KubernetesConfiguration in org.apache.camel.component.openshift.build_configs
Methods in org.apache.camel.component.openshift.build_configs with parameters of type KubernetesConfiguration Modifier and Type Method Description protected OpenshiftBuildConfigsEndpoint
OpenshiftBuildConfigsComponent. doCreateEndpoint(String uri, String remaining, KubernetesConfiguration config)
Constructors in org.apache.camel.component.openshift.build_configs with parameters of type KubernetesConfiguration Constructor Description OpenshiftBuildConfigsEndpoint(String uri, OpenshiftBuildConfigsComponent component, KubernetesConfiguration config)
-
Uses of KubernetesConfiguration in org.apache.camel.component.openshift.builds
Methods in org.apache.camel.component.openshift.builds with parameters of type KubernetesConfiguration Modifier and Type Method Description protected AbstractKubernetesEndpoint
OpenshiftBuildsComponent. doCreateEndpoint(String uri, String remaining, KubernetesConfiguration config)
Constructors in org.apache.camel.component.openshift.builds with parameters of type KubernetesConfiguration Constructor Description OpenshiftBuildsEndpoint(String uri, OpenshiftBuildsComponent component, KubernetesConfiguration config)
-
Uses of KubernetesConfiguration in org.apache.camel.component.openshift.deploymentconfigs
Methods in org.apache.camel.component.openshift.deploymentconfigs with parameters of type KubernetesConfiguration Modifier and Type Method Description protected OpenshiftDeploymentConfigsEndpoint
OpenshiftDeploymentConfigsComponent. doCreateEndpoint(String uri, String remaining, KubernetesConfiguration config)
Constructors in org.apache.camel.component.openshift.deploymentconfigs with parameters of type KubernetesConfiguration Constructor Description OpenshiftDeploymentConfigsEndpoint(String uri, OpenshiftDeploymentConfigsComponent component, KubernetesConfiguration config)
-