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

A

AccessTokenAuthentication - Class in io.kubernetes.client.util.credentials
Uses a Bearer Token to configure ApiClient authentication to the Kubernetes API.
AccessTokenAuthentication(String) - Constructor for class io.kubernetes.client.util.credentials.AccessTokenAuthentication
 
addModelMap(String, String, Class<?>) - Static method in class io.kubernetes.client.util.Yaml
Add a mapping from API Group/version/kind to a Class to use when calling load(...) .
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
 
Authentication - Interface in io.kubernetes.client.util.credentials
Allows the implementation of different authentication mechanisms for the Kubernetes API.
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.
AzureActiveDirectoryAuthenticator - Class in io.kubernetes.client.util.authenticators
The Authenticator interface represents a plugin that can handle a specific type of authentication information (e.g.
AzureActiveDirectoryAuthenticator() - Constructor for class io.kubernetes.client.util.authenticators.AzureActiveDirectoryAuthenticator
 

B

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

C

ClientBuilder - Class in io.kubernetes.client.util
A Builder which allows the construction of ApiClients in a fluent fashion.
ClientBuilder() - Constructor for class io.kubernetes.client.util.ClientBuilder
 
ClientCertificateAuthentication - Class in io.kubernetes.client.util.credentials
Uses Client Certificates to configure ApiClient authentication to the Kubernetes API.
ClientCertificateAuthentication(byte[], byte[]) - Constructor for class io.kubernetes.client.util.credentials.ClientCertificateAuthentication
 
close() - Method in class io.kubernetes.client.Attach.AttachResult
 
close() - Method in class io.kubernetes.client.util.Watch
 
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
 
cluster() - Static method in class io.kubernetes.client.util.ClientBuilder
Creates a builder which is pre-configured from the cluster configuration.
Config - Class in io.kubernetes.client.util
 
Config() - Constructor for class io.kubernetes.client.util.Config
 
ConfigPersister - Interface in io.kubernetes.client.util
 
constructObject(Node) - Method in class io.kubernetes.client.util.Yaml.CustomConstructor
 
Copy - Class in io.kubernetes.client
 
Copy() - Constructor for class io.kubernetes.client.Copy
Simple Copy constructor, uses default configuration
Copy(ApiClient) - Constructor for class io.kubernetes.client.Copy
Copy Constructor
copyDirectoryFromPod(V1Pod, String, Path) - Method in class io.kubernetes.client.Copy
 
copyDirectoryFromPod(V1Pod, String, String, Path) - Method in class io.kubernetes.client.Copy
 
copyDirectoryFromPod(String, String, String, Path) - Method in class io.kubernetes.client.Copy
 
copyDirectoryFromPod(String, String, String, String, Path) - Method in class io.kubernetes.client.Copy
 
copyFileFromPod(String, String, String) - Method in class io.kubernetes.client.Copy
 
copyFileFromPod(V1Pod, String) - Method in class io.kubernetes.client.Copy
 
copyFileFromPod(V1Pod, String, String) - Method in class io.kubernetes.client.Copy
 
copyFileFromPod(String, String, String, String) - Method in class io.kubernetes.client.Copy
 
copyFileFromPod(String, String, String, String, Path) - Method in class io.kubernetes.client.Copy
 
copyFileFromPod(String, String, String, Path) - Static method in class io.kubernetes.client.Copy
 
create(T, String, String, String) - Method in class io.kubernetes.client.ProtoClient
Create a Kubernetes API object using protocol buffer encoding.
createKeyStore(byte[], byte[], 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.
CustomConstructor() - Constructor for class io.kubernetes.client.util.Yaml.CustomConstructor
 
CustomRepresenter() - Constructor for class io.kubernetes.client.util.Yaml.CustomRepresenter
 

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.ClientBuilder
Creates an ApiClient by calling ClientBuilder.standard() and ClientBuilder.build().
defaultClient() - Static method in class io.kubernetes.client.util.Config
Easy client creation, follows this plan If $KUBECONFIG is defined, use that config file.
delete(Message.Builder, String) - Method in class io.kubernetes.client.ProtoClient
Delete a kubernetes API object using protocol buffer encoding.
delete(Message.Builder, String, Meta.DeleteOptions) - Method in class io.kubernetes.client.ProtoClient
Delete a kubernetes API object using protocol buffer encoding.
dump(Object) - Static method in class io.kubernetes.client.util.Yaml
Takes an API object and returns a YAML String representing that object.
dump(Object, Writer) - Static method in class io.kubernetes.client.util.Yaml
Takes an API object and writes a YAML string representing that object to the writer.
dumpAll(Iterator<? extends Object>) - Static method in class io.kubernetes.client.util.Yaml
Takes an Iterator of YAML API objects and returns a YAML string representing all of them
dumpAll(Iterator<? extends Object>, Writer) - Static method in class io.kubernetes.client.util.Yaml
Takes an Iterator of YAML API objects and writes a YAML String representing all of them.

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

FilePersister - Class in io.kubernetes.client.util
 
FilePersister(String) - Constructor for class io.kubernetes.client.util.FilePersister
 
FilePersister(File) - Constructor for class io.kubernetes.client.util.FilePersister
 
forward(V1Pod, List<Integer>) - Method in class io.kubernetes.client.PortForward
PortForward to a container
forward(String, String, List<Integer>) - Method in class io.kubernetes.client.PortForward
PortForward to a container.
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
 
fromConfig(KubeConfig) - 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
 
get(Message.Builder, String) - Method in class io.kubernetes.client.ProtoClient
Get a Kubernetes API object using protocol buffer encoding.
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.
getApiClient() - Method in class io.kubernetes.client.PodLogs
Get the API client for these Logs operations.
getApiClient() - Method in class io.kubernetes.client.PortForward
Get the API client for these PortForward operations.
getApiClient() - Method in class io.kubernetes.client.ProtoClient
Get the API client for these ProtocolBuffer operations.
getAuthentication() - Method in class io.kubernetes.client.util.ClientBuilder
 
getBasePath() - Method in class io.kubernetes.client.util.ClientBuilder
 
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
 
getClusters() - Method in class io.kubernetes.client.util.KubeConfig
 
getContexts() - Method in class io.kubernetes.client.util.KubeConfig
 
getCurrentContext() - Method in class io.kubernetes.client.util.KubeConfig
 
getDataOrFile(String, String) - Static method in class io.kubernetes.client.util.KubeConfig
 
getErrorStream() - Method in class io.kubernetes.client.Attach.AttachResult
 
getErrorStream(int) - Method in class io.kubernetes.client.PortForward.PortForwardResult
Get the error stream for a port number (e.g.
getInputStream(int) - Method in class io.kubernetes.client.PortForward.PortForwardResult
Get the input stream for a port number (e.g.
getInputStream(int) - Method in class io.kubernetes.client.util.WebSocketStreamHandler
Get a specific input stream using its identifier.
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.AzureActiveDirectoryAuthenticator
 
getName() - Method in class io.kubernetes.client.util.authenticators.GCPAuthenticator
 
getNamespace() - Method in class io.kubernetes.client.util.KubeConfig
 
getOutboundStream(int) - Method in class io.kubernetes.client.PortForward.PortForwardResult
Get the output stream for the specified port number (e.g.
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
 
getPreferences() - Method in class io.kubernetes.client.util.KubeConfig
 
getServer() - Method in class io.kubernetes.client.util.KubeConfig
 
getSnakeYaml() - Static method in class io.kubernetes.client.util.Yaml
 
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.AzureActiveDirectoryAuthenticator
 
getToken(Map<String, Object>) - Method in class io.kubernetes.client.util.authenticators.GCPAuthenticator
 
getUsername() - Method in class io.kubernetes.client.util.KubeConfig
 
getUsers() - Method in class io.kubernetes.client.util.KubeConfig
 

H

handleMessage(int, InputStream) - Method in class io.kubernetes.client.util.WebSocketStreamHandler
 
hasNext() - Method in class io.kubernetes.client.util.Watch
 

I

init() - Method in class io.kubernetes.client.PortForward.PortForwardResult
Initialize the connection.
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
 
io.kubernetes.client.util.credentials - package io.kubernetes.client.util.credentials
 
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.AzureActiveDirectoryAuthenticator
 
isExpired(Map<String, Object>) - Method in class io.kubernetes.client.util.authenticators.GCPAuthenticator
 
isNotNullOrEmpty(String) - Static method in class io.kubernetes.client.util.SSLUtils
 
isVerifyingSsl() - Method in class io.kubernetes.client.util.ClientBuilder
 
iterator() - Method in class io.kubernetes.client.util.Watch
 

K

keyManagers(byte[], byte[], String, String, String, String) - Static method in class io.kubernetes.client.util.SSLUtils
 
kubeconfig(KubeConfig) - Static method in class io.kubernetes.client.util.ClientBuilder
Creates a builder which is pre-configured from a KubeConfig.
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
 
KubeconfigAuthentication - Class in io.kubernetes.client.util.credentials
Uses a KubeConfig to configure ApiClient authentication to the Kubernetes API.
KubeconfigAuthentication(KubeConfig) - Constructor for class io.kubernetes.client.util.credentials.KubeconfigAuthentication
 
KUBEDIR - Static variable in class io.kubernetes.client.util.KubeConfig
 
KubernetesConstants - Class in io.kubernetes.client
 

L

list(Message.Builder, String) - Method in class io.kubernetes.client.ProtoClient
List is fluent, semantic sugar method on top of get, which is intended to convey that the object is a List of objects rather than a single object
Listener(WebSockets.SocketListener) - Constructor for class io.kubernetes.client.util.WebSockets.Listener
 
load(String) - Static method in class io.kubernetes.client.util.Yaml
Load an API object from a YAML string representation.
load(File) - Static method in class io.kubernetes.client.util.Yaml
Load an API object from a YAML file.
load(Reader) - Static method in class io.kubernetes.client.util.Yaml
Load an API object from a stream of data.
loadAll(String) - Static method in class io.kubernetes.client.util.Yaml
Load list of instantiated API objects from a YAML string representation.
loadAll(File) - Static method in class io.kubernetes.client.util.Yaml
Load list of instantiated API objects from a YAML file.
loadAll(Reader) - Static method in class io.kubernetes.client.util.Yaml
Load list of instantiated API objects from a stream of data.
loadAs(String, Class<T>) - Static method in class io.kubernetes.client.util.Yaml
Load an API object from a YAML string representation.
loadAs(File, Class<T>) - Static method in class io.kubernetes.client.util.Yaml
Load an API object from a YAML file.
loadAs(Reader, Class<T>) - Static method in class io.kubernetes.client.util.Yaml
Load an API object from a YAML stream.
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.ProtoClient.ObjectOrStatus
 
object - Variable in class io.kubernetes.client.util.Watch.Response
 
ObjectOrStatus(T, Meta.Status) - Constructor for class io.kubernetes.client.ProtoClient.ObjectOrStatus
 
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
 

P

PodLogs - Class in io.kubernetes.client
Utility class offering streaming access to Pod logs.
PodLogs() - Constructor for class io.kubernetes.client.PodLogs
Simple PodLogs API constructor, uses default configuration
PodLogs(ApiClient) - Constructor for class io.kubernetes.client.PodLogs
PodLogs API Constructor
PortForward - Class in io.kubernetes.client
Utility class for setting up port-forwarding connections.
PortForward() - Constructor for class io.kubernetes.client.PortForward
Simple PortForward API constructor, uses default configuration
PortForward(ApiClient) - Constructor for class io.kubernetes.client.PortForward
PortForward API Constructor
PortForward.PortForwardResult - Class in io.kubernetes.client
PortForwardResult contains the result of an Attach call, it includes streams for stdout stderr and stdin.
PortForwardResult(WebSocketStreamHandler, List<Integer>) - Constructor for class io.kubernetes.client.PortForward.PortForwardResult
Constructor
ProtoClient - Class in io.kubernetes.client
 
ProtoClient() - Constructor for class io.kubernetes.client.ProtoClient
Simple Protocol Budder API client constructor, uses default configuration
ProtoClient(ApiClient) - Constructor for class io.kubernetes.client.ProtoClient
ProtocolBuffer Client Constructor
ProtoClient.ObjectOrStatus<T extends com.google.protobuf.Message> - Class in io.kubernetes.client
ObjectOrStatus is an object that is the return from a method call it holds either an API Object or an API Status object, but not both.
provide(ApiClient) - Method in class io.kubernetes.client.util.credentials.AccessTokenAuthentication
 
provide(ApiClient) - Method in interface io.kubernetes.client.util.credentials.Authentication
 
provide(ApiClient) - Method in class io.kubernetes.client.util.credentials.ClientCertificateAuthentication
 
provide(ApiClient) - Method in class io.kubernetes.client.util.credentials.KubeconfigAuthentication
 
provide(ApiClient) - Method in class io.kubernetes.client.util.credentials.UsernamePasswordAuthentication
 

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.AzureActiveDirectoryAuthenticator
 
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
 
representJavaBean(Set<Property>, Object) - Method in class io.kubernetes.client.util.Yaml.CustomRepresenter
 
representJavaBeanProperty(Object, Property, Object, Tag) - Method in class io.kubernetes.client.util.Yaml.CustomRepresenter
 
request(Message.Builder, String, String, T, String, String) - Method in class io.kubernetes.client.ProtoClient
Generic protocol buffer based HTTP request.

S

save(ArrayList<Object>, ArrayList<Object>, ArrayList<Object>, Object, String) - Method in interface io.kubernetes.client.util.ConfigPersister
 
save(ArrayList<Object>, ArrayList<Object>, ArrayList<Object>, Object, String) - Method in class io.kubernetes.client.util.FilePersister
 
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.
setApiClient(ApiClient) - Method in class io.kubernetes.client.PortForward
Set the API client for subsequent PortForward operations.
setApiClient(ApiClient) - Method in class io.kubernetes.client.ProtoClient
Set the API client for subsequent ProtocolBuffer operations.
setAuthentication(Authentication) - Method in class io.kubernetes.client.util.ClientBuilder
 
setBasePath(String) - Method in class io.kubernetes.client.util.ClientBuilder
 
setCertificateAuthority(byte[]) - Method in class io.kubernetes.client.util.ClientBuilder
 
setContext(String) - Method in class io.kubernetes.client.util.KubeConfig
 
setPersistConfig(ConfigPersister) - Method in class io.kubernetes.client.util.KubeConfig
Set persistence for this config.
setPreferences(Object) - Method in class io.kubernetes.client.util.KubeConfig
 
setVerifyingSsl(boolean) - Method in class io.kubernetes.client.util.ClientBuilder
 
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
 
standard() - Static method in class io.kubernetes.client.util.ClientBuilder
Creates a builder which is pre-configured in the following way If $KUBECONFIG is defined, use that config file.
standard(boolean) - Static method in class io.kubernetes.client.util.ClientBuilder
 
status - Variable in class io.kubernetes.client.ProtoClient.ObjectOrStatus
 
status - Variable in class io.kubernetes.client.util.Watch.Response
 
stream(String, String, ApiClient, WebSockets.SocketListener) - Static method in class io.kubernetes.client.util.WebSockets
Create a new WebSocket stream
stream(String, String, List<Pair>, ApiClient, WebSockets.SocketListener) - Static method in class io.kubernetes.client.util.WebSockets
 
STREAM_PROTOCOL_HEADER - Static variable in class io.kubernetes.client.util.WebSockets
 
streamNamespacedPodLog(V1Pod) - Method in class io.kubernetes.client.PodLogs
 
streamNamespacedPodLog(String, String, String) - Method in class io.kubernetes.client.PodLogs
 
streamNamespacedPodLog(String, String, String, Integer, Integer, boolean) - Method in class io.kubernetes.client.PodLogs
 

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
 
toString() - Method in class io.kubernetes.client.ProtoClient.ObjectOrStatus
 
type - Variable in class io.kubernetes.client.util.Watch.Response
 

U

update(T, String, String, String) - Method in class io.kubernetes.client.ProtoClient
Update a Kubernetes API object using protocol buffer encoding.
UsernamePasswordAuthentication - Class in io.kubernetes.client.util.credentials
Uses Username and Password to configure ApiClient authentication to the Kubernetes API.
UsernamePasswordAuthentication(String, String) - Constructor for class io.kubernetes.client.util.credentials.UsernamePasswordAuthentication
 

V

V1STATUS_CAUSE_REASON_EXITCODE - Static variable in class io.kubernetes.client.KubernetesConstants
 
V1STATUS_FAILURE - Static variable in class io.kubernetes.client.KubernetesConstants
 
V1STATUS_REASON_NONZEROEXITCODE - Static variable in class io.kubernetes.client.KubernetesConstants
 
V1STATUS_SUCCESS - Static variable in class io.kubernetes.client.KubernetesConstants
 
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
 

Y

Yaml - Class in io.kubernetes.client.util
 
Yaml() - Constructor for class io.kubernetes.client.util.Yaml
 
Yaml.CustomConstructor - Class in io.kubernetes.client.util
Defines constructor logic for custom types in this library.
Yaml.CustomRepresenter - Class in io.kubernetes.client.util
 
A B C D E F G H I K L N O P R S T U V W Y 
Skip navigation links

Copyright © 2018. All rights reserved.