Skip navigation links
A C E F G I K O P S T U 

A

Address() - Constructor for class org.spf4j.kube.client.Endpoints.Address
 

C

Client - Class in org.spf4j.kube.client
A mini kubernetes client that implements "discovery" and is meant to be used within a kubernetes pod.
Client(Supplier<String>, byte[]) - Constructor for class org.spf4j.kube.client.Client
 
Client(String, Supplier<String>, byte[]) - Constructor for class org.spf4j.kube.client.Client
 
ClusterState - Class in org.spf4j.kube.cluster
 
ClusterState(ClusterInfo) - Constructor for class org.spf4j.kube.cluster.ClusterState
 
ClusterState(long, ClusterInfo) - Constructor for class org.spf4j.kube.cluster.ClusterState
 

E

Endpoints - Class in org.spf4j.kube.client
kubernetes endpoints: { "kind": "Endpoints", "apiVersion": "v1", "metadata": { "name": "jaxrs-spf4j-demo", "namespace": "default", "selfLink": "/api/v1/namespaces/default/endpoints/jaxrs-spf4j-demo", "uid": "0f71954b-32d3-11e9-b289-ae4090695699", "resourceVersion": "28558", "creationTimestamp": "2019-02-17T16:42:49Z", "labels": { "app": "jaxrs-spf4j-demo", "version": "0.5-SNAPSHOT" } }, "subsets": [ { "addresses": [ { "ip": "10.244.2.5", "nodeName": "kube-node-1", "targetRef": { "kind": "Pod", "namespace": "default", "name": "jaxrs-spf4j-demo-567c44c4dd-wl4sx", "uid": "26226639-32d0-11e9-b289-ae4090695699", "resourceVersion": "26801" } }, { "ip": "10.244.3.6", "nodeName": "kube-node-2", "targetRef": { "kind": "Pod", "namespace": "default", "name": "jaxrs-spf4j-demo-567c44c4dd-hnb6t", "uid": "26210009-32d0-11e9-b289-ae4090695699", "resourceVersion": "26804" } } ], "ports": [ { "port": 8080, "protocol": "TCP" } ] } ] }
Endpoints() - Constructor for class org.spf4j.kube.client.Endpoints
 
Endpoints.Address - Class in org.spf4j.kube.client
 
Endpoints.Port - Class in org.spf4j.kube.client
 
Endpoints.SubSet - Class in org.spf4j.kube.client
 

F

filter(ContainerRequestContext) - Method in class org.spf4j.kube.jaxrs.security.providers.ServiceAccountAuthorizationFilter
 

G

getAddresses() - Method in class org.spf4j.kube.client.Endpoints.SubSet
 
getAsOfnanos() - Method in class org.spf4j.kube.cluster.ClusterState
 
getClusterInfo() - Method in class org.spf4j.kube.cluster.KubeCluster
 
getClusterInfoNow() - Method in class org.spf4j.kube.cluster.KubeCluster
 
getEndpoints(String, String) - Method in class org.spf4j.kube.client.Client
 
getError() - Method in class org.spf4j.kube.client.TokenReview.Status
 
getGroups() - Method in class org.spf4j.kube.client.TokenReview.User
 
getInfo() - Method in class org.spf4j.kube.cluster.ClusterState
 
getIp() - Method in class org.spf4j.kube.client.Endpoints.Address
 
getName() - Method in class org.spf4j.kube.client.Endpoints.Port
 
getNotReadyAddresses() - Method in class org.spf4j.kube.client.Endpoints.SubSet
 
getPort() - Method in class org.spf4j.kube.client.Endpoints.Port
 
getPorts() - Method in class org.spf4j.kube.client.Endpoints.SubSet
 
getProtocol() - Method in class org.spf4j.kube.client.Endpoints.Port
 
getSpec() - Method in class org.spf4j.kube.client.TokenReview
 
getStatus() - Method in class org.spf4j.kube.client.TokenReview
 
getSubsets() - Method in class org.spf4j.kube.client.Endpoints
 
getToken() - Method in class org.spf4j.kube.client.TokenReview.Token
 
getUid() - Method in class org.spf4j.kube.client.TokenReview.User
 
getUser() - Method in class org.spf4j.kube.client.TokenReview.Status
 
getUsername() - Method in class org.spf4j.kube.client.TokenReview.User
 

I

isAuthenticated() - Method in class org.spf4j.kube.client.TokenReview.Status
 

K

KubeCluster - Class in org.spf4j.kube.cluster
 
KubeCluster(Client, String, String) - Constructor for class org.spf4j.kube.cluster.KubeCluster
 
KubeCluster(Set<InetAddress>, Client, String, String) - Constructor for class org.spf4j.kube.cluster.KubeCluster
 

O

org.spf4j.kube.client - package org.spf4j.kube.client
 
org.spf4j.kube.cluster - package org.spf4j.kube.cluster
 
org.spf4j.kube.jaxrs.security.providers - package org.spf4j.kube.jaxrs.security.providers
 

P

Port() - Constructor for class org.spf4j.kube.client.Endpoints.Port
 

S

ServiceAccountAuthorizationFilter - Class in org.spf4j.kube.jaxrs.security.providers
 
ServiceAccountAuthorizationFilter(Client, long) - Constructor for class org.spf4j.kube.jaxrs.security.providers.ServiceAccountAuthorizationFilter
 
setAddresses(List<Endpoints.Address>) - Method in class org.spf4j.kube.client.Endpoints.SubSet
 
setAuthenticated(boolean) - Method in class org.spf4j.kube.client.TokenReview.Status
 
setError(String) - Method in class org.spf4j.kube.client.TokenReview.Status
 
setGroups(List<String>) - Method in class org.spf4j.kube.client.TokenReview.User
 
setIp(String) - Method in class org.spf4j.kube.client.Endpoints.Address
 
setName(String) - Method in class org.spf4j.kube.client.Endpoints.Port
 
setNotReadyAddresses(List<Endpoints.Address>) - Method in class org.spf4j.kube.client.Endpoints.SubSet
 
setPort(int) - Method in class org.spf4j.kube.client.Endpoints.Port
 
setPorts(List<Endpoints.Port>) - Method in class org.spf4j.kube.client.Endpoints.SubSet
 
setProtocol(NetworkProtocol) - Method in class org.spf4j.kube.client.Endpoints.Port
 
setSpec(TokenReview.Token) - Method in class org.spf4j.kube.client.TokenReview
 
setStatus(TokenReview.Status) - Method in class org.spf4j.kube.client.TokenReview
 
setSubsets(List<Endpoints.SubSet>) - Method in class org.spf4j.kube.client.Endpoints
 
setToken(String) - Method in class org.spf4j.kube.client.TokenReview.Token
 
setUid(String) - Method in class org.spf4j.kube.client.TokenReview.User
 
setUser(TokenReview.User) - Method in class org.spf4j.kube.client.TokenReview.Status
 
setUsername(String) - Method in class org.spf4j.kube.client.TokenReview.User
 
Status() - Constructor for class org.spf4j.kube.client.TokenReview.Status
 
SubSet() - Constructor for class org.spf4j.kube.client.Endpoints.SubSet
 

T

Token(String) - Constructor for class org.spf4j.kube.client.TokenReview.Token
 
Token() - Constructor for class org.spf4j.kube.client.TokenReview.Token
 
tokenReview(String) - Method in class org.spf4j.kube.client.Client
 
TokenReview - Class in org.spf4j.kube.client
A token review object.
TokenReview(String) - Constructor for class org.spf4j.kube.client.TokenReview
 
TokenReview() - Constructor for class org.spf4j.kube.client.TokenReview
 
TokenReview.Status - Class in org.spf4j.kube.client
 
TokenReview.Token - Class in org.spf4j.kube.client
 
TokenReview.User - Class in org.spf4j.kube.client
 
toString() - Method in class org.spf4j.kube.client.Client
 
toString() - Method in class org.spf4j.kube.client.Endpoints.Address
 
toString() - Method in class org.spf4j.kube.client.Endpoints.Port
 
toString() - Method in class org.spf4j.kube.client.Endpoints.SubSet
 
toString() - Method in class org.spf4j.kube.client.Endpoints
 
toString() - Method in class org.spf4j.kube.client.TokenReview.Status
 
toString() - Method in class org.spf4j.kube.client.TokenReview.Token
 
toString() - Method in class org.spf4j.kube.client.TokenReview
 
toString() - Method in class org.spf4j.kube.client.TokenReview.User
 
toString() - Method in class org.spf4j.kube.cluster.ClusterState
 
toString() - Method in class org.spf4j.kube.cluster.KubeCluster
 
toString() - Method in class org.spf4j.kube.jaxrs.security.providers.ServiceAccountAuthorizationFilter
 

U

User() - Constructor for class org.spf4j.kube.client.TokenReview.User
 
A C E F G I K O P S T U 
Skip navigation links

Copyright © 2019 SPF4J. All rights reserved.