Skip navigation links
A B C D E F G H I K L N O P R S T U V W 

A

AccessTokenAuthentication - Class in com.appscode.stash.client.util.credentials
Uses a Bearer Token to configure ApiClient authentication to the Kubernetes API.
AccessTokenAuthentication(String) - Constructor for class com.appscode.stash.client.util.credentials.AccessTokenAuthentication
 
Authentication - Interface in com.appscode.stash.client.util.credentials
Allows the implementation of different authentication mechanisms for the Kubernetes API.
Authenticator - Interface in com.appscode.stash.client.util.authenticators
The Authenticator interface represents a plugin that can handle a specific type of authentication information (e.g.
AzureActiveDirectoryAuthenticator - Class in com.appscode.stash.client.util.authenticators
The Authenticator interface represents a plugin that can handle a specific type of authentication information (e.g.
AzureActiveDirectoryAuthenticator() - Constructor for class com.appscode.stash.client.util.authenticators.AzureActiveDirectoryAuthenticator
 

B

build() - Method in class com.appscode.stash.client.util.ClientBuilder
 
bytesMessage(InputStream) - Method in interface com.appscode.stash.client.util.WebSockets.SocketListener
Called when a binary media type message is received
bytesMessage(InputStream) - Method in class com.appscode.stash.client.util.WebSocketStreamHandler
 

C

ClientBuilder - Class in com.appscode.stash.client.util
A Builder which allows the construction of ApiClients in a fluent fashion.
ClientBuilder() - Constructor for class com.appscode.stash.client.util.ClientBuilder
 
ClientCertificateAuthentication - Class in com.appscode.stash.client.util.credentials
Uses Client Certificates to configure ApiClient authentication to the Kubernetes API.
ClientCertificateAuthentication(byte[], byte[]) - Constructor for class com.appscode.stash.client.util.credentials.ClientCertificateAuthentication
 
close() - Method in class com.appscode.stash.client.util.Watch
 
close() - Method in interface com.appscode.stash.client.util.WebSockets.SocketListener
Called when the stream is closed.
close() - Method in class com.appscode.stash.client.util.WebSocketStreamHandler
 
cluster() - Static method in class com.appscode.stash.client.util.ClientBuilder
Creates a builder which is pre-configured from the cluster configuration.
com.appscode.stash.client.util - package com.appscode.stash.client.util
 
com.appscode.stash.client.util.authenticators - package com.appscode.stash.client.util.authenticators
 
com.appscode.stash.client.util.credentials - package com.appscode.stash.client.util.credentials
 
Config - Class in com.appscode.stash.client.util
 
Config() - Constructor for class com.appscode.stash.client.util.Config
 
createWatch(ApiClient, Call, Type) - Static method in class com.appscode.stash.client.util.Watch
Creates a watch on a TYPENAME (T) using an API Client and a Call object.

D

DEFAULT_FALLBACK_HOST - Static variable in class com.appscode.stash.client.util.Config
 
defaultClient() - Static method in class com.appscode.stash.client.util.ClientBuilder
defaultClient() - Static method in class com.appscode.stash.client.util.Config
Easy client creation, follows this plan If $KUBECONFIG is defined, use that config file.

E

ENV_HOME - Static variable in class com.appscode.stash.client.util.KubeConfig
 
ENV_KUBECONFIG - Static variable in class com.appscode.stash.client.util.Config
 
ENV_SERVICE_HOST - Static variable in class com.appscode.stash.client.util.Config
 
ENV_SERVICE_PORT - Static variable in class com.appscode.stash.client.util.Config
 

F

fromCluster() - Static method in class com.appscode.stash.client.util.Config
 
fromConfig(String) - Static method in class com.appscode.stash.client.util.Config
 
fromConfig(InputStream) - Static method in class com.appscode.stash.client.util.Config
 
fromConfig(Reader) - Static method in class com.appscode.stash.client.util.Config
 
fromConfig(KubeConfig) - Static method in class com.appscode.stash.client.util.Config
 
fromToken(String, String) - Static method in class com.appscode.stash.client.util.Config
 
fromToken(String, String, boolean) - Static method in class com.appscode.stash.client.util.Config
 
fromUrl(String) - Static method in class com.appscode.stash.client.util.Config
 
fromUrl(String, boolean) - Static method in class com.appscode.stash.client.util.Config
 
fromUserPassword(String, String, String) - Static method in class com.appscode.stash.client.util.Config
 
fromUserPassword(String, String, String, boolean) - Static method in class com.appscode.stash.client.util.Config
 

G

GCPAuthenticator - Class in com.appscode.stash.client.util.authenticators
The Authenticator interface represents a plugin that can handle a specific type of authentication information (e.g.
GCPAuthenticator() - Constructor for class com.appscode.stash.client.util.authenticators.GCPAuthenticator
 
getAccessToken() - Method in class com.appscode.stash.client.util.KubeConfig
 
getAuthentication() - Method in class com.appscode.stash.client.util.ClientBuilder
 
getBasePath() - Method in class com.appscode.stash.client.util.ClientBuilder
 
getCertificateAuthorityData() - Method in class com.appscode.stash.client.util.KubeConfig
 
getCertificateAuthorityFile() - Method in class com.appscode.stash.client.util.KubeConfig
 
getClientCertificateData() - Method in class com.appscode.stash.client.util.KubeConfig
 
getClientCertificateFile() - Method in class com.appscode.stash.client.util.KubeConfig
 
getClientKeyData() - Method in class com.appscode.stash.client.util.KubeConfig
 
getClientKeyFile() - Method in class com.appscode.stash.client.util.KubeConfig
 
getDataOrFile(String, String) - Static method in class com.appscode.stash.client.util.KubeConfig
 
getInputStream(int) - Method in class com.appscode.stash.client.util.WebSocketStreamHandler
Get a specific input stream using its identifier.
getName() - Method in interface com.appscode.stash.client.util.authenticators.Authenticator
Return the name of this authenticator, this should be the value that is also in a kubeconfig file.
getName() - Method in class com.appscode.stash.client.util.authenticators.AzureActiveDirectoryAuthenticator
 
getName() - Method in class com.appscode.stash.client.util.authenticators.GCPAuthenticator
 
getNamespace() - Method in class com.appscode.stash.client.util.KubeConfig
 
getOutputStream(int) - Method in class com.appscode.stash.client.util.WebSocketStreamHandler
Gets a specific output stream using it's identified
getPassword() - Method in class com.appscode.stash.client.util.KubeConfig
 
getServer() - Method in class com.appscode.stash.client.util.KubeConfig
 
getToken(Map<String, Object>) - Method in interface com.appscode.stash.client.util.authenticators.Authenticator
Get a token from this authenticator.
getToken(Map<String, Object>) - Method in class com.appscode.stash.client.util.authenticators.AzureActiveDirectoryAuthenticator
 
getToken(Map<String, Object>) - Method in class com.appscode.stash.client.util.authenticators.GCPAuthenticator
 
getUsername() - Method in class com.appscode.stash.client.util.KubeConfig
 

H

handleMessage(int, InputStream) - Method in class com.appscode.stash.client.util.WebSocketStreamHandler
 
hasNext() - Method in class com.appscode.stash.client.util.Watch
 

I

isExpired(Map<String, Object>) - Method in interface com.appscode.stash.client.util.authenticators.Authenticator
Determine if this config is expired
isExpired(Map<String, Object>) - Method in class com.appscode.stash.client.util.authenticators.AzureActiveDirectoryAuthenticator
 
isExpired(Map<String, Object>) - Method in class com.appscode.stash.client.util.authenticators.GCPAuthenticator
 
isVerifyingSsl() - Method in class com.appscode.stash.client.util.ClientBuilder
 
iterator() - Method in class com.appscode.stash.client.util.Watch
 

K

kubeconfig(KubeConfig) - Static method in class com.appscode.stash.client.util.ClientBuilder
Creates a builder which is pre-configured from a KubeConfig.
KubeConfig - Class in com.appscode.stash.client.util
KubeConfig represents a kubernetes client configuration
KubeConfig(ArrayList<Object>, ArrayList<Object>, ArrayList<Object>) - Constructor for class com.appscode.stash.client.util.KubeConfig
 
KUBECONFIG - Static variable in class com.appscode.stash.client.util.KubeConfig
 
KubeconfigAuthentication - Class in com.appscode.stash.client.util.credentials
Uses a KubeConfig to configure ApiClient authentication to the Kubernetes API.
KubeconfigAuthentication(KubeConfig) - Constructor for class com.appscode.stash.client.util.credentials.KubeconfigAuthentication
 
KUBEDIR - Static variable in class com.appscode.stash.client.util.KubeConfig
 

L

Listener(WebSockets.SocketListener) - Constructor for class com.appscode.stash.client.util.WebSockets.Listener
 
loadDefaultKubeConfig() - Static method in class com.appscode.stash.client.util.KubeConfig
Load a Kubernetes config from the default location
loadKubeConfig(Reader) - Static method in class com.appscode.stash.client.util.KubeConfig
Load a Kubernetes config from a Reader

N

next() - Method in class com.appscode.stash.client.util.Watch
 

O

object - Variable in class com.appscode.stash.client.util.Watch.Response
 
onClose(int, String) - Method in class com.appscode.stash.client.util.WebSockets.Listener
 
onFailure(IOException, Response) - Method in class com.appscode.stash.client.util.WebSockets.Listener
 
onMessage(ResponseBody) - Method in class com.appscode.stash.client.util.WebSockets.Listener
 
onOpen(WebSocket, Response) - Method in class com.appscode.stash.client.util.WebSockets.Listener
 
onPong(Buffer) - Method in class com.appscode.stash.client.util.WebSockets.Listener
 
open(String, WebSocket) - Method in interface com.appscode.stash.client.util.WebSockets.SocketListener
Called when the socket is opened
open(String, WebSocket) - Method in class com.appscode.stash.client.util.WebSocketStreamHandler
 

P

provide(ApiClient) - Method in class com.appscode.stash.client.util.credentials.AccessTokenAuthentication
 
provide(ApiClient) - Method in interface com.appscode.stash.client.util.credentials.Authentication
 
provide(ApiClient) - Method in class com.appscode.stash.client.util.credentials.ClientCertificateAuthentication
 
provide(ApiClient) - Method in class com.appscode.stash.client.util.credentials.KubeconfigAuthentication
 
provide(ApiClient) - Method in class com.appscode.stash.client.util.credentials.UsernamePasswordAuthentication
 

R

refresh(Map<String, Object>) - Method in interface com.appscode.stash.client.util.authenticators.Authenticator
Refresh an expired token with a new fresh one.
refresh(Map<String, Object>) - Method in class com.appscode.stash.client.util.authenticators.AzureActiveDirectoryAuthenticator
 
refresh(Map<String, Object>) - Method in class com.appscode.stash.client.util.authenticators.GCPAuthenticator
 
registerAuthenticator(Authenticator) - Static method in class com.appscode.stash.client.util.KubeConfig
 
remove() - Method in class com.appscode.stash.client.util.Watch
 

S

SERVICEACCOUNT_CA_PATH - Static variable in class com.appscode.stash.client.util.Config
 
SERVICEACCOUNT_ROOT - Static variable in class com.appscode.stash.client.util.Config
 
SERVICEACCOUNT_TOKEN_PATH - Static variable in class com.appscode.stash.client.util.Config
 
setAuthentication(Authentication) - Method in class com.appscode.stash.client.util.ClientBuilder
 
setBasePath(String) - Method in class com.appscode.stash.client.util.ClientBuilder
 
setCertificateAuthority(byte[]) - Method in class com.appscode.stash.client.util.ClientBuilder
 
setContext(String) - Method in class com.appscode.stash.client.util.KubeConfig
 
setVerifyingSsl(boolean) - Method in class com.appscode.stash.client.util.ClientBuilder
 
SPDY_3_1 - Static variable in class com.appscode.stash.client.util.WebSockets
 
standard() - Static method in class com.appscode.stash.client.util.ClientBuilder
Creates a builder which is pre-configured in the following way If $KUBECONFIG is defined, use that config file.
status - Variable in class com.appscode.stash.client.util.Watch.Response
 
stream(String, String, ApiClient, WebSockets.SocketListener) - Static method in class com.appscode.stash.client.util.WebSockets
Create a new WebSocket stream
stream(String, String, List<Pair>, ApiClient, WebSockets.SocketListener) - Static method in class com.appscode.stash.client.util.WebSockets
 
STREAM_PROTOCOL_HEADER - Static variable in class com.appscode.stash.client.util.WebSockets
 

T

textMessage(Reader) - Method in interface com.appscode.stash.client.util.WebSockets.SocketListener
Called when a text media type message is received
textMessage(Reader) - Method in class com.appscode.stash.client.util.WebSocketStreamHandler
 
type - Variable in class com.appscode.stash.client.util.Watch.Response
 

U

UsernamePasswordAuthentication - Class in com.appscode.stash.client.util.credentials
Uses Username and Password to configure ApiClient authentication to the Kubernetes API.
UsernamePasswordAuthentication(String, String) - Constructor for class com.appscode.stash.client.util.credentials.UsernamePasswordAuthentication
 

V

V4_STREAM_PROTOCOL - Static variable in class com.appscode.stash.client.util.WebSockets
 
verifySSL() - Method in class com.appscode.stash.client.util.KubeConfig
 

W

Watch<T> - Class in com.appscode.stash.client.util
Watch class implements watch mechansim of kubernetes.
Watch.Response<T> - Class in com.appscode.stash.client.util
Response class holds a watch response that has a `type` that can be ADDED, MODIFIED, DELETED and ERROR.
WebSockets - Class in com.appscode.stash.client.util
 
WebSockets() - Constructor for class com.appscode.stash.client.util.WebSockets
 
WebSockets.Listener - Class in com.appscode.stash.client.util
 
WebSockets.SocketListener - Interface in com.appscode.stash.client.util
A simple interface for a listener on a web socket
WebSocketStreamHandler - Class in com.appscode.stash.client.util
WebSocketStreamHandler understands the Kubernetes streaming protocol and separates a single WebSockets stream into a number of different streams using that protocol.
WebSocketStreamHandler() - Constructor for class com.appscode.stash.client.util.WebSocketStreamHandler
 
A B C D E F G H I K L N O P R S T U V W 
Skip navigation links

Copyright © 2018. All rights reserved.