package
0.0.0-20230706093527-1d63875abfa1
Repository: https://github.com/piperipheral/reloader-custom.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
GetClients returns a `Clients` object containing both openshift and kubernetes clients with an openshift identifier.
GetKubernetesClient gets the client for k8s, if ~/.kube/config exists so get that config else incluster config.
GetOpenshiftAppsClient returns an Openshift Client that can query on Apps.

# Variables

IsOpenshift is true if environment is Openshift, it is false if environment is Kubernetes.
ResourceMap are resources from where changes are going to be detected.

# Structs

Clients struct exposes interfaces for kubernetes as well as openshift if available.