# Functions
GetConfig creates a *rest.Config for talking to a Kubernetes API server.
GetConfigOrDie creates a *rest.Config for talking to a Kubernetes apiserver.
# Constants
EgressSelectionNameCluster instructs to use the cluster egress selection.
EgressSelectionNameControlPlane instructs to use the controlplane egress selection.
EgressSelectionNameEtcd instructs to use the etcd egress selection.
# Structs
GetConfigOptions are options to supply for a GetConfig call.
# Interfaces
GetConfigOption are options to a GetConfig call.
# Type aliases
Context allows specifying the context to load.
EgressSelectionName is the name of the egress configuration to use.
EgressSelectorConfig allows specifying the path to an egress selector config to use.
Kubeconfig allows specifying the path to a kubeconfig file to use.
No description provided by the author