Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Add ¶
func Add(mgr manager.Manager, status *statusmanager.StatusManager, c cnoclient.Client) error
and Start it when the Manager is Started.
Types ¶
type ReconcileProxyConfig ¶
type ReconcileProxyConfig struct {
// contains filtered or unexported fields
}
ReconcileProxyConfig reconciles a Proxy object
func (*ReconcileProxyConfig) Reconcile ¶
func (r *ReconcileProxyConfig) Reconcile(ctx context.Context, request reconcile.Request) (reconcile.Result, error)
Reconcile expects request to refer to a cluster-scoped proxy object named "cluster" or a configmap object in namespace "openshift-config" and will ensure either object is in the desired state.
func (*ReconcileProxyConfig) ValidateProxyConfig ¶
func (r *ReconcileProxyConfig) ValidateProxyConfig(proxyConfig *configv1.ProxySpec) error
ValidateProxyConfig ensures that httpProxy, httpsProxy and noProxy fields of proxyConfig are valid.
Click to show internal directories.
Click to hide internal directories.