- 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
-