# Functions
Loop tries to build API by autodiscovering cluster and namespace.
NewFactory creates a Factory for Managers.
# Constants
No description provided by the author
No description provided by the author
Same as default pool size for httputil.ReverseProxy.
No description provided by the author
No description provided by the author
Maximum number of retries por handler.
No description provided by the author
PodFailed means that all containers in the pod have terminated, and at least one container has terminated in a failure (exited with a non-zero exit code or was stopped by the system).
PodPending means the pod has been accepted by the system, but one or more of the containers has not been started.
PodRunning means the pod has been bound to a node and all of the containers have been started.
PodSucceeded means that all containers in the pod have voluntarily terminated with a container exit code of 0, and the system is not going to restart any of these containers.
PodUnknown means that for some reason the state of the pod could not be obtained, typically due to an error in communicating with the host of the pod.
# Variables
No description provided by the author
No description provided by the author
# Structs
API encapsulates calls to Kubernetes API.
No description provided by the author
ForwardPort defines scheme and port for proxied pod.
Manager handles the suscription to a pod's events.
PodInfo encapsulates the pod information delivered.
PodParameters are the parameters for the pod template.
No description provided by the author
# Interfaces
EventHandler manages events.
JWTSession returns a JWT token and expiration time.
# Type aliases
EventType encapsulates kubernetes own EventType type.
PodDescriptor is an alias to avoid having to import the v1 apis in other files.
PodKindError raised when received event for an object which is not a pod.
PodPhase encapsulates kubernetes own PodPhase type.