//
pkg.gl
Category
github.com/wandera/git2kube
pkg
upload
package
1.0.5
Repository:
https://github.com/wandera/git2kube.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
21
Dependents
2
Files
567 SLOC
#
Functions
NewUploader
NewUploader create uploader of specific type.
#
Constants
ConfigMap
LoadType options enum.
Delete
Delete merge all keys (files) including removal of missing keys.
Folder
LoadType options enum.
Secret
LoadType options enum.
Upsert
Upsert merge all keys (files) but don't remove missing keys from the repository.
#
Structs
UploaderOptions
UploaderOptions uploader options.
#
Interfaces
FileIter
FileIter provides an iterator for the files in a tree.
Uploader
Uploader uploading data to target.
#
Type aliases
LoadType
LoadType upload type.
MergeType
MergeType how to merge ConfigMap data.
UploaderFactory
UploaderFactory factory constructing Uploaders.