# Packages
Package client ...
# Functions
IsContainerInState returns true if container is in give state, otherwise false.
IsNodeInCondition returns true if node's condition given as an argument has status "True".
NewInCluster creates a new kubernetes client using incluster authentication.
# Constants
ClusterTypeEKS is for EKS.
ClusterTypeGeneric is a generic type.
ClusterTypeMinikube is for minikube.
ClusterTypeUnknown is for unknown type.
ContainerStateTerminated indicates that container began execution and then either ran to completion or failed for some reason.
ContainerStateWaiting represents a state when container requires some operations being done in order to complete start up.
EverestDBNamespacesEnvVar is the name of the environment variable that contains the list of monitored namespaces.
EverestOperatorDeploymentName is the name of the deployment for everest operator.
# Structs
Kubernetes is a client for Kubernetes.
# Type aliases
No description provided by the author
ContainerState describes container's state - waiting, running, terminated.