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

A

Attach - Class in io.kubernetes.client
 
Attach() - Constructor for class io.kubernetes.client.Attach
Simple Attach API constructor, uses default configuration
Attach(ApiClient) - Constructor for class io.kubernetes.client.Attach
Attach API Constructor
attach(String, String, boolean) - Method in class io.kubernetes.client.Attach
Attach to a running AttachResult in a container.
attach(V1Pod, boolean) - Method in class io.kubernetes.client.Attach
Attach to a running AttachResult in a container.
attach(V1Pod, boolean, boolean) - Method in class io.kubernetes.client.Attach
Attach to a running AttachResult in a container.
attach(V1Pod, String, boolean, boolean) - Method in class io.kubernetes.client.Attach
Attach to a running AttachResult in a container.
attach(String, String, String, boolean, boolean) - Method in class io.kubernetes.client.Attach
Attach to a running AttachResult in a container.
Attach.AttachResult - Class in io.kubernetes.client
AttachResult contains the result of an Attach call, it includes streams for stdout stderr and stdin.
AttachResult(WebSocketStreamHandler) - Constructor for class io.kubernetes.client.Attach.AttachResult
 
Authenticator - Interface in io.kubernetes.client.util.authenticators
The Authenticator interface represents a plugin that can handle a specific type of authentication information (e.g.

B

bytesMessage(InputStream) - Method in interface io.kubernetes.client.util.WebSockets.SocketListener
Callled when a binary media type message is received
bytesMessage(InputStream) - Method in class io.kubernetes.client.util.WebSocketStreamHandler
 

C

close() - Method in interface io.kubernetes.client.util.WebSockets.SocketListener
Called when the stream is closed.
close() - Method in class io.kubernetes.client.util.WebSocketStreamHandler
 
Config - Class in io.kubernetes.client.util
 
Config() - Constructor for class io.kubernetes.client.util.Config
 
createKeyStore(String, String, String, String, String, String, String, String) - Static method in class io.kubernetes.client.util.SSLUtils
 
createKeyStore(InputStream, InputStream, String, char[], String, char[]) - Static method in class io.kubernetes.client.util.SSLUtils
 
createWatch(ApiClient, Call, Type) - Static method in class io.kubernetes.client.util.Watch
Creates a watch on a TYPENAME (T) using an API Client and a Call object.

D

decodePKCS1(byte[]) - Static method in class io.kubernetes.client.util.SSLUtils
 
DEFAULT_FALLBACK_HOST - Static variable in class io.kubernetes.client.util.Config
 
defaultClient() - Static method in class io.kubernetes.client.util.Config
Easy client creation, follows this plan If $KUBECONFIG is defined, use that config file. If $HOME/.kube/confg can be found, use that. If the in-cluster service account can be found, assume in cluster config. Default to localhost:8080 as a last resort.

E

ENV_HOME - Static variable in class io.kubernetes.client.util.KubeConfig
 
ENV_KUBECONFIG - Static variable in class io.kubernetes.client.util.Config
 
ENV_SERVICE_HOST - Static variable in class io.kubernetes.client.util.Config
 
ENV_SERVICE_PORT - Static variable in class io.kubernetes.client.util.Config
 
Exec - Class in io.kubernetes.client
 
Exec() - Constructor for class io.kubernetes.client.Exec
Simple Exec API constructor, uses default configuration
Exec(ApiClient) - Constructor for class io.kubernetes.client.Exec
Exec API Constructor
exec(String, String, String[], boolean) - Method in class io.kubernetes.client.Exec
Execute a command in a container.
exec(V1Pod, String[], boolean) - Method in class io.kubernetes.client.Exec
Execute a command in a container.
exec(String, String, String[], boolean, boolean) - Method in class io.kubernetes.client.Exec
Execute a command in a container.
exec(V1Pod, String[], boolean, boolean) - Method in class io.kubernetes.client.Exec
Execute a command in a container.
exec(V1Pod, String[], String, boolean, boolean) - Method in class io.kubernetes.client.Exec
Execute a command in a container.
exec(String, String, String[], String, boolean, boolean) - Method in class io.kubernetes.client.Exec
Execute a command in a container.

F

fromCluster() - Static method in class io.kubernetes.client.util.Config
 
fromConfig(String) - Static method in class io.kubernetes.client.util.Config
 
fromConfig(InputStream) - Static method in class io.kubernetes.client.util.Config
 
fromConfig(Reader) - Static method in class io.kubernetes.client.util.Config
 
fromToken(String, String) - Static method in class io.kubernetes.client.util.Config
 
fromToken(String, String, boolean) - Static method in class io.kubernetes.client.util.Config
 
fromUrl(String) - Static method in class io.kubernetes.client.util.Config
 
fromUrl(String, boolean) - Static method in class io.kubernetes.client.util.Config
 
fromUserPassword(String, String, String) - Static method in class io.kubernetes.client.util.Config
 
fromUserPassword(String, String, String, boolean) - Static method in class io.kubernetes.client.util.Config
 

G

GCPAuthenticator - Class in io.kubernetes.client.util.authenticators
The Authenticator interface represents a plugin that can handle a specific type of authentication information (e.g.
GCPAuthenticator() - Constructor for class io.kubernetes.client.util.authenticators.GCPAuthenticator
 
getAccessToken() - Method in class io.kubernetes.client.util.KubeConfig
 
getApiClient() - Method in class io.kubernetes.client.Attach
Get the API client for these Attach operations.
getApiClient() - Method in class io.kubernetes.client.Exec
Get the API client for these exec operations.
getCertificateAuthorityData() - Method in class io.kubernetes.client.util.KubeConfig
 
getCertificateAuthorityFile() - Method in class io.kubernetes.client.util.KubeConfig
 
getClientCertificateData() - Method in class io.kubernetes.client.util.KubeConfig
 
getClientCertificateFile() - Method in class io.kubernetes.client.util.KubeConfig
 
getClientKeyData() - Method in class io.kubernetes.client.util.KubeConfig
 
getClientKeyFile() - Method in class io.kubernetes.client.util.KubeConfig
 
getErrorStream() - Method in class io.kubernetes.client.Attach.AttachResult
 
getInputStream(int) - Method in class io.kubernetes.client.util.WebSocketStreamHandler
Get a specific input stream using its identifier
getInputStreamFromDataOrFile(String, String) - Static method in class io.kubernetes.client.util.SSLUtils
 
getName() - Method in interface io.kubernetes.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 io.kubernetes.client.util.authenticators.GCPAuthenticator
 
getOutputStream(int) - Method in class io.kubernetes.client.util.WebSocketStreamHandler
Gets a specific output stream using it's identified
getPassword() - Method in class io.kubernetes.client.util.KubeConfig
 
getServer() - Method in class io.kubernetes.client.util.KubeConfig
 
getStandardInputStream() - Method in class io.kubernetes.client.Attach.AttachResult
 
getStandardOutputStream() - Method in class io.kubernetes.client.Attach.AttachResult
 
getToken(Map<String, Object>) - Method in interface io.kubernetes.client.util.authenticators.Authenticator
Get a token from this authenticator.
getToken(Map<String, Object>) - Method in class io.kubernetes.client.util.authenticators.GCPAuthenticator
 
getUsername() - Method in class io.kubernetes.client.util.KubeConfig
 

H

hasNext() - Method in class io.kubernetes.client.util.Watch
 

I

io.kubernetes.client - package io.kubernetes.client
 
io.kubernetes.client.util - package io.kubernetes.client.util
 
io.kubernetes.client.util.authenticators - package io.kubernetes.client.util.authenticators
 
isExpired(Map<String, Object>) - Method in interface io.kubernetes.client.util.authenticators.Authenticator
Determine if this config is expired
isExpired(Map<String, Object>) - Method in class io.kubernetes.client.util.authenticators.GCPAuthenticator
 
isNotNullOrEmpty(String) - Static method in class io.kubernetes.client.util.SSLUtils
 
iterator() - Method in class io.kubernetes.client.util.Watch
 

K

keyManagers(String, String, String, String, String, String, String, String) - Static method in class io.kubernetes.client.util.SSLUtils
 
KubeConfig - Class in io.kubernetes.client.util
KubeConfig represents a kubernetes client configuration
KubeConfig(ArrayList<Object>, ArrayList<Object>, ArrayList<Object>) - Constructor for class io.kubernetes.client.util.KubeConfig
 
KUBECONFIG - Static variable in class io.kubernetes.client.util.KubeConfig
 
KUBEDIR - Static variable in class io.kubernetes.client.util.KubeConfig
 

L

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

N

next() - Method in class io.kubernetes.client.util.Watch
 

O

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

R

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

S

SERVICEACCOUNT_CA_PATH - Static variable in class io.kubernetes.client.util.Config
 
SERVICEACCOUNT_ROOT - Static variable in class io.kubernetes.client.util.Config
 
SERVICEACCOUNT_TOKEN_PATH - Static variable in class io.kubernetes.client.util.Config
 
setApiClient(ApiClient) - Method in class io.kubernetes.client.Attach
Set the API client for subsequent Attach operations.
setApiClient(ApiClient) - Method in class io.kubernetes.client.Exec
Set the API client for subsequent exec operations.
setContext(String) - Method in class io.kubernetes.client.util.KubeConfig
 
SPDY_3_1 - Static variable in class io.kubernetes.client.util.WebSockets
 
SSLUtils - Class in io.kubernetes.client.util
 
SSLUtils() - Constructor for class io.kubernetes.client.util.SSLUtils
 
stream(String, String, ApiClient, WebSockets.SocketListener) - Static method in class io.kubernetes.client.util.WebSockets
Create a new WebSocket stream
STREAM_PROTOCOL_HEADER - Static variable in class io.kubernetes.client.util.WebSockets
 

T

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

V

V1_STREAM_PROTOCOL - Static variable in class io.kubernetes.client.util.WebSockets
 
V2_STREAM_PROTOCOL - Static variable in class io.kubernetes.client.util.WebSockets
 
V3_STREAM_PROTOCOL - Static variable in class io.kubernetes.client.util.WebSockets
 
V4_STREAM_PROTOCOL - Static variable in class io.kubernetes.client.util.WebSockets
 
verifySSL() - Method in class io.kubernetes.client.util.KubeConfig
 

W

Watch<T> - Class in io.kubernetes.client.util
Watch class implements watch mechansim of kubernetes.
Watch.Response<T> - Class in io.kubernetes.client.util
Response class holds a watch response that has a `type` that can be ADDED, MODIFIED, DELETED and ERROR.
WebSockets - Class in io.kubernetes.client.util
 
WebSockets() - Constructor for class io.kubernetes.client.util.WebSockets
 
WebSockets.Listener - Class in io.kubernetes.client.util
 
WebSockets.SocketListener - Interface in io.kubernetes.client.util
A simple interface for a listener on a web socket
WebSocketStreamHandler - Class in io.kubernetes.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 io.kubernetes.client.util.WebSocketStreamHandler
 
A B C D E F G H I K L N O R S T V W 
Skip navigation links

Copyright © 2017. All rights reserved.