Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Initializer ¶
type Initializer struct {
// contains filtered or unexported fields
}
Initializer is the implemntation for the vault initializer
func NewInitializer ¶
func NewInitializer( kubeclientset kubernetes.Interface, mapclientset clientset.Interface, kubeInformerFactory kubeinformers.SharedInformerFactory, mapsInformerFactory informers.SharedInformerFactory, namespace string, configmapName string, secretName string, initializerName string, stopCh <-chan struct{}) *Initializer
NewInitializer returns a new vault initializer
func (*Initializer) Run ¶
func (i *Initializer) Run(threadiness int, stopCh <-chan struct{}) error
Click to show internal directories.
Click to hide internal directories.