KubernetesPodsEndpointBuilderFactory.KubernetesPodsEndpointConsumerBuilder.apiVersion(String apiVersion)
The Kubernetes API Version to use.
KubernetesPodsEndpointBuilderFactory.AdvancedKubernetesPodsEndpointConsumerBuilder.basic()
KubernetesPodsEndpointBuilderFactory.KubernetesPodsEndpointConsumerBuilder.caCertData(String caCertData)
KubernetesPodsEndpointBuilderFactory.KubernetesPodsEndpointConsumerBuilder.caCertFile(String caCertFile)
KubernetesPodsEndpointBuilderFactory.KubernetesPodsEndpointConsumerBuilder.clientCertData(String clientCertData)
KubernetesPodsEndpointBuilderFactory.KubernetesPodsEndpointConsumerBuilder.clientCertFile(String clientCertFile)
KubernetesPodsEndpointBuilderFactory.KubernetesPodsEndpointConsumerBuilder.clientKeyAlgo(String clientKeyAlgo)
The Key Algorithm used by the client.
KubernetesPodsEndpointBuilderFactory.KubernetesPodsEndpointConsumerBuilder.clientKeyData(String clientKeyData)
KubernetesPodsEndpointBuilderFactory.KubernetesPodsEndpointConsumerBuilder.clientKeyFile(String clientKeyFile)
The Client Key Passphrase.
KubernetesPodsEndpointBuilderFactory.KubernetesPodsEndpointConsumerBuilder.crdGroup(String crdGroup)
The Consumer CRD Resource Group we would like to watch.
KubernetesPodsEndpointBuilderFactory.KubernetesPodsEndpointConsumerBuilder.crdName(String crdName)
The Consumer CRD Resource name we would like to watch.
KubernetesPodsEndpointBuilderFactory.KubernetesPodsEndpointConsumerBuilder.crdPlural(String crdPlural)
The Consumer CRD Resource Plural we would like to watch.
KubernetesPodsEndpointBuilderFactory.KubernetesPodsEndpointConsumerBuilder.crdScope(String crdScope)
The Consumer CRD Resource Scope we would like to watch.
KubernetesPodsEndpointBuilderFactory.KubernetesPodsEndpointConsumerBuilder.crdVersion(String crdVersion)
The Consumer CRD Resource Version we would like to watch.
KubernetesPodsEndpointBuilderFactory.KubernetesPodsEndpointConsumerBuilder.dnsDomain(String dnsDomain)
The dns domain, used for ServiceCall EIP.
KubernetesPodsEndpointBuilderFactory.KubernetesPodsEndpointConsumerBuilder.kubernetesClient(io.fabric8.kubernetes.client.KubernetesClient kubernetesClient)
Default KubernetesClient to use if provided.
KubernetesPodsEndpointBuilderFactory.KubernetesPodsEndpointConsumerBuilder.kubernetesClient(String kubernetesClient)
Default KubernetesClient to use if provided.
KubernetesPodsEndpointBuilderFactory.KubernetesPodsEndpointConsumerBuilder.labelKey(String labelKey)
The Consumer Label key when watching at some resources.
KubernetesPodsEndpointBuilderFactory.KubernetesPodsEndpointConsumerBuilder.labelValue(String labelValue)
The Consumer Label value when watching at some resources.
KubernetesPodsEndpointBuilderFactory.KubernetesPodsEndpointConsumerBuilder.namespace(String namespace)
KubernetesPodsEndpointBuilderFactory.KubernetesPodsEndpointConsumerBuilder.oauthToken(String oauthToken)
KubernetesPodsEndpointBuilderFactory.KubernetesPodsEndpointConsumerBuilder.password(String password)
Password to connect to Kubernetes.
KubernetesPodsEndpointBuilderFactory.KubernetesPodsEndpointConsumerBuilder.poolSize(int poolSize)
KubernetesPodsEndpointBuilderFactory.KubernetesPodsEndpointConsumerBuilder.poolSize(String poolSize)
KubernetesPodsEndpointBuilderFactory.KubernetesPodsEndpointConsumerBuilder.portName(String portName)
The port name, used for ServiceCall EIP.
KubernetesPodsEndpointBuilderFactory.KubernetesPodsEndpointConsumerBuilder.portProtocol(String portProtocol)
The port protocol, used for ServiceCall EIP.
KubernetesPodsEndpointBuilderFactory.KubernetesPodsEndpointConsumerBuilder.resourceName(String resourceName)
The Consumer Resource Name we would like to watch.
KubernetesPodsEndpointBuilderFactory.KubernetesPodsEndpointConsumerBuilder.trustCerts(Boolean trustCerts)
Define if the certs we used are trusted anyway or not.
KubernetesPodsEndpointBuilderFactory.KubernetesPodsEndpointConsumerBuilder.trustCerts(String trustCerts)
Define if the certs we used are trusted anyway or not.
KubernetesPodsEndpointBuilderFactory.KubernetesPodsEndpointConsumerBuilder.username(String username)
Username to connect to Kubernetes.