Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewReconcilerClient ¶
func NewReconcilerClient(kubeClient kubernetes.Interface, apiServerClient clientset.Interface, meshName, osmVersion string, stop chan struct{}, selectInformers ...InformerKey) error
NewReconcilerClient implements a client to reconcile osm managed resources
Types ¶
type InformerKey ¶
type InformerKey string
InformerKey is a key used to identify an informer for a specific K8s kind.
const ( // CrdInformerKey lookup identifier CrdInformerKey InformerKey = "CRDInformerKey" // MutatingWebhookInformerKey lookup identifier MutatingWebhookInformerKey InformerKey = "MutatingWebhookConfigInformerKey" // ValidatingWebhookInformerKey lookup identifier ValidatingWebhookInformerKey InformerKey = "ValidatingWebhookConfigInformerKey" )
Click to show internal directories.
Click to hide internal directories.