package
0.7.2
Repository: https://github.com/datawire/teleproxy.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MustNewWatcher returns a Kubernetes watcher for the specified cluster or panics.
NewClient constructs a k8s.Client, optionally using a previously-constructed KubeInfo.
NewKubeInfo returns a useable KubeInfo, handling optional kubeconfig, context, and namespace.
NewKubeInfoFromFlags adds the generic kubeconfig flags to the provided FlagSet, and returns a *KubeInfo that configures itself based on those flags.
No description provided by the author
NewWaiter constructs a Waiter object based on the suppliec Watcher.
NewWatcher returns a Kubernetes watcher for the specified cluster.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

NamespaceAll is the argument to specify on a context when you want to list or filter resources across all namespaces.
NamespaceNone is the argument for a context when there is no namespace.

# Variables

No description provided by the author

# Structs

Client is the top-level handle to the Kubernetes cluster.
KubeInfo holds the data required to talk to a cluster.
Query describes a query for a set of Kubernetes resources.
ResourceType describes a Kubernetes resource type in a particular cluster.
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
Resource is map from strings to any with some convenience methods for accessing typical Kubernetes resource fields.