# Functions
NewClientSet creates a new kubernetes clientset using the provided kubeconfig.
NewDiscoveryClient creates a new 'discovery' client using the provided kubeconfig.
NewDynamicClient creates a new 'dynamic' clientset using the provided kubeconfig.
Redact removes the supplied fields from the resource.
Meant for typed clientset objects.
Meant for unstructured clientset objects.
Select removes all but the supplied fields from the resource.
# Variables
No description provided by the author
RedactFields are removed from all objects.
RouteSelectedFields is the list of fields sent from OpenShift Route objects to the backend.
SecretSelectedFields is the list of fields sent from Secret objects to the backend.
# Structs
ConfigDiscovery contains the configuration for the k8s-discovery data-gatherer.
ConfigDynamic contains the configuration for the data-gatherer.
DataGathererDiscovery stores the config for a k8s-discovery datagatherer.
DataGathererDynamic is a generic gatherer for Kubernetes.
# Type aliases
No description provided by the author