| Interface | Description |
|---|---|
| WebSockets.SocketListener |
A simple interface for a listener on a web socket
|
| Class | Description |
|---|---|
| Config | |
| KubeConfig |
KubeConfig represents a kubernetes client configuration
|
| SSLUtils | |
| Watch<T> |
Watch class implements watch mechansim of kubernetes.
|
| Watch.Response<T> |
Response class holds a watch response that has a `type` that can be
ADDED, MODIFIED, DELETED and ERROR.
|
| WebSockets | |
| WebSockets.Listener | |
| WebSocketStreamHandler |
WebSocketStreamHandler understands the Kubernetes streaming protocol and separates
a single WebSockets stream into a number of different streams using that protocol.
|
Copyright © 2017. All rights reserved.