Skip navigation links
A B C F G H I J L R S V 

A

assertClientForReplicationController(String) - Method in class io.fabric8.kubernetes.jolokia.JolokiaClients
Returns a client for the first working pod for the given replication controller or throws an assertion error if one could not be found
assertClientForReplicationController(String, String) - Method in class io.fabric8.kubernetes.jolokia.JolokiaClients
Returns a client for the first working pod for the given replication controller or throws an assertion error if one could not be found
assertClientForService(String) - Method in class io.fabric8.kubernetes.jolokia.JolokiaClients
Returns a client for the first working pod for the given service or throws an assertion error if one could not be found
assertClientForService(String, String) - Method in class io.fabric8.kubernetes.jolokia.JolokiaClients
Returns a client for the first working pod for the given service or throws an assertion error if one could not be found
authenticate(HttpClientBuilder, String, String) - Method in class io.fabric8.kubernetes.jolokia.BearerTokenAuthenticator

B

BearerTokenAuthenticator - Class in io.fabric8.kubernetes.jolokia
Authenticator using the Bearer token.
BearerTokenAuthenticator() - Constructor for class io.fabric8.kubernetes.jolokia.BearerTokenAuthenticator
 

C

clientForContainer(String, Container, Pod) - Method in class io.fabric8.kubernetes.jolokia.JolokiaClients
Returns the jolokia client for the given container
clientForPod(Iterable<Pod>) - Method in class io.fabric8.kubernetes.jolokia.JolokiaClients
Returns a client for the first working pod in the collection
clientForPod(Pod) - Method in class io.fabric8.kubernetes.jolokia.JolokiaClients
Returns the Jolokia client for the first container in the pod which exposes the jolokia port
clientForReplicationController(ReplicationController) - Method in class io.fabric8.kubernetes.jolokia.JolokiaClients
Returns a client for the first working pod for the given replication controller
clientForReplicationController(String, String) - Method in class io.fabric8.kubernetes.jolokia.JolokiaClients
Returns a client for the first working pod for the given replication controller
clientForReplicationController(String) - Method in class io.fabric8.kubernetes.jolokia.JolokiaClients
Returns a client for the first working pod for the given replication controller
clientForService(String, String) - Method in class io.fabric8.kubernetes.jolokia.JolokiaClients
Returns a client for the first working pod for the given service
clientForService(String) - Method in class io.fabric8.kubernetes.jolokia.JolokiaClients
Returns a client for the first working pod for the given service
clientForService(Service) - Method in class io.fabric8.kubernetes.jolokia.JolokiaClients
Returns a client for the first working pod for the given service
clientsForPod(Iterable<Pod>) - Method in class io.fabric8.kubernetes.jolokia.JolokiaClients
Returns the clients for the running pods in the collection
clientsForReplicationController(ReplicationController) - Method in class io.fabric8.kubernetes.jolokia.JolokiaClients
Returns all the clients for the first working pod for the given replication controller
clientsForReplicationController(String, String) - Method in class io.fabric8.kubernetes.jolokia.JolokiaClients
Returns all the clients for the first working pod for the given replication controller
clientsForService(String, String) - Method in class io.fabric8.kubernetes.jolokia.JolokiaClients
Returns all the clients for the first working pod for the given service
clientsForService(String) - Method in class io.fabric8.kubernetes.jolokia.JolokiaClients
Returns all the clients for the first working pod for the given service
clientsForService(Service) - Method in class io.fabric8.kubernetes.jolokia.JolokiaClients
Returns all the clients the first working pod for the given service
createJolokiaClient(Container, String) - Method in class io.fabric8.kubernetes.jolokia.JolokiaClients
 
createJolokiaClientFromHostAndPort(Container, String, Integer) - Method in class io.fabric8.kubernetes.jolokia.JolokiaClients
 

F

filterPod(Pod) - Method in class io.fabric8.kubernetes.jolokia.JolokiaClients
Strategy method to filter pods before creating clients for them.

G

getAuthenticationMode() - Method in class io.fabric8.kubernetes.jolokia.JolokiaClients
 
getKubernetes() - Method in class io.fabric8.kubernetes.jolokia.JolokiaClients
 
getPassword() - Method in class io.fabric8.kubernetes.jolokia.JolokiaClients
 
getPodFilter() - Method in class io.fabric8.kubernetes.jolokia.JolokiaClients
 
getProtocol() - Method in class io.fabric8.kubernetes.jolokia.JolokiaClients
 
getUser() - Method in class io.fabric8.kubernetes.jolokia.JolokiaClients
 

H

hasDocker(Pod) - Method in class io.fabric8.kubernetes.jolokia.JolokiaClients
Returns true if we detect we are running inside docker

I

io.fabric8.kubernetes.jolokia - package io.fabric8.kubernetes.jolokia
 
isUseKubeProxy() - Method in class io.fabric8.kubernetes.jolokia.JolokiaClients
 

J

JolokiaClients - Class in io.fabric8.kubernetes.jolokia
Provides simple access to jolokia clients for a cluster
JolokiaClients() - Constructor for class io.fabric8.kubernetes.jolokia.JolokiaClients
 
JolokiaClients(KubernetesClient) - Constructor for class io.fabric8.kubernetes.jolokia.JolokiaClients
 
JolokiaClients.AuthenticationMode - Enum in io.fabric8.kubernetes.jolokia
 

L

locateAuthenticationMode() - Method in class io.fabric8.kubernetes.jolokia.JolokiaClients
 
locateJolokiaProtocol() - Method in class io.fabric8.kubernetes.jolokia.JolokiaClients
Returns the jolokia protocol or detects it from the environment.

R

requireReplicationController(String, String) - Method in class io.fabric8.kubernetes.jolokia.JolokiaClients
 
requireService(String) - Method in class io.fabric8.kubernetes.jolokia.JolokiaClients
 
requireService(String, String) - Method in class io.fabric8.kubernetes.jolokia.JolokiaClients
 

S

setAuthenticationMode(JolokiaClients.AuthenticationMode) - Method in class io.fabric8.kubernetes.jolokia.JolokiaClients
 
setPassword(String) - Method in class io.fabric8.kubernetes.jolokia.JolokiaClients
 
setPodFilter(Filter<Pod>) - Method in class io.fabric8.kubernetes.jolokia.JolokiaClients
 
setProtocol(String) - Method in class io.fabric8.kubernetes.jolokia.JolokiaClients
 
setUseKubeProxy(boolean) - Method in class io.fabric8.kubernetes.jolokia.JolokiaClients
 
setUser(String) - Method in class io.fabric8.kubernetes.jolokia.JolokiaClients
 

V

valueOf(String) - Static method in enum io.fabric8.kubernetes.jolokia.JolokiaClients.AuthenticationMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.fabric8.kubernetes.jolokia.JolokiaClients.AuthenticationMode
Returns an array containing the constants of this enum type, in the order they are declared.
A B C F G H I J L R S V 
Skip navigation links

Copyright © 2011–2018 Red Hat. All rights reserved.