# Functions

IsAPIAvailable return true if OpenShift config API is present on the cluster.
IsOverridden returns true if the given container overrides proxy env variable(s).
NewSyncer returns informer and sync functions to enable watch of Proxy type.
NoopQuerier returns an instance of noopQuerier.
ToEnvVar accepts a config Proxy object and returns an array of all three proxy variables with values.

# Structs

Syncer deals with watching proxy type(s) on the cluster and let the caller query for cluster scoped proxy objects.

# Interfaces

Querier is an interface that wraps the QueryProxyConfig method.