Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Syncer ¶
type Syncer struct {
// contains filtered or unexported fields
}
Syncer syncs configuration from remote to local ConfigMaps
func NewSyncer ¶
func NewSyncer( kubeClient kubernetes.Interface, storageClient storage.Client, clusterName string, logger *logrus.Entry) *Syncer
NewSyncer returns a Syncer
func NewSyncerWithBlobClient ¶
func NewSyncerWithBlobClient( kubeClient kubernetes.Interface, blobClient blobclient.Interface, storageAccountName string, storageEndpointSuffix string, clusterName string, logger *logrus.Entry) *Syncer
NewSyncerWithBlobClient returns a Syncer using BlobClient
func (*Syncer) SetOptions ¶
SetOptions sets the options for syncer
Click to show internal directories.
Click to hide internal directories.