Documentation ¶
Overview ¶
Package reconciler implements reconciler client's methods.
Index ¶
Constants ¶
View Source
const ( // CrdInformerKey lookup identifier CrdInformerKey k8s.InformerKey = "CRDInformerKey" // MutatingWebhookInformerKey lookup identifier MutatingWebhookInformerKey k8s.InformerKey = "MutatingWebhookConfigInformerKey" // ValidatingWebhookInformerKey lookup identifier ValidatingWebhookInformerKey k8s.InformerKey = "ValidatingWebhookConfigInformerKey" )
Variables ¶
This section is empty.
Functions ¶
func NewReconcilerClient ¶
func NewReconcilerClient(kubeClient kubernetes.Interface, apiServerClient clientset.Interface, meshName, fsmVersion string, stop chan struct{}, selectInformers ...k8s.InformerKey) error
NewReconcilerClient implements a client to reconcile fsm managed resources
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.