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 KubernetesConfigurationKubernetesConfiguration. copy()KubernetesConfigurationAbstractKubernetesEndpoint. getConfiguration()KubernetesConfigurationAbstractKubernetesEndpoint. getKubernetesConfiguration()The kubernetes ConfigurationMethods in org.apache.camel.component.kubernetes with parameters of type KubernetesConfiguration Modifier and Type Method Description protected abstract AbstractKubernetesEndpointAbstractKubernetesComponent. doCreateEndpoint(String uri, String remaining, KubernetesConfiguration config)static io.fabric8.kubernetes.client.KubernetesClientKubernetesHelper. 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 KubernetesConfigurationKubernetesServiceDiscovery. 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 KubernetesConfigurationKubernetesClusterService. configurationMethods in org.apache.camel.component.kubernetes.cluster that return KubernetesConfiguration Modifier and Type Method Description protected KubernetesConfigurationKubernetesClusterService. setConfigDefaults(KubernetesConfiguration configuration, KubernetesLockConfiguration lockConfiguration)Methods in org.apache.camel.component.kubernetes.cluster with parameters of type KubernetesConfiguration Modifier and Type Method Description protected KubernetesConfigurationKubernetesClusterService. 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 KubernetesConfigMapsEndpointKubernetesConfigMapsComponent. 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 KubernetesCustomResourcesEndpointKubernetesCustomResourcesComponent. 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 KubernetesDeploymentsEndpointKubernetesDeploymentsComponent. 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.hpa
Methods in org.apache.camel.component.kubernetes.hpa with parameters of type KubernetesConfiguration Modifier and Type Method Description protected KubernetesHPAEndpointKubernetesHPAComponent. 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 KubernetesJobEndpointKubernetesJobComponent. 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 KubernetesNamespacesEndpointKubernetesNamespacesComponent. 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 KubernetesNodesEndpointKubernetesNodesComponent. 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 KubernetesPersistentVolumesEndpointKubernetesPersistentVolumesComponent. 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 KubernetesPersistentVolumesClaimsEndpointKubernetesPersistentVolumesClaimsComponent. 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 KubernetesPodsEndpointKubernetesPodsComponent. 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 KubernetesReplicationControllersEndpointKubernetesReplicationControllersComponent. 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 KubernetesResourcesQuotaEndpointKubernetesResourcesQuotaComponent. 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 KubernetesSecretsEndpointKubernetesSecretsComponent. 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 KubernetesServiceAccountsEndpointKubernetesServiceAccountsComponent. 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 KubernetesServicesEndpointKubernetesServicesComponent. 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 OpenshiftBuildConfigsEndpointOpenshiftBuildConfigsComponent. 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 AbstractKubernetesEndpointOpenshiftBuildsComponent. 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 OpenshiftDeploymentConfigsEndpointOpenshiftDeploymentConfigsComponent. 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)
-