Versions in this module Expand all Collapse all v0 v0.1.2 Sep 4, 2018 v0.1.1 Aug 24, 2018 Changes in this version + type AtomicWriter struct + func NewAtomicWriter(targetDir string, log logr.Logger) (*AtomicWriter, error) + func (w *AtomicWriter) Write(payload map[string]FileProjection) error + type FileProjection struct + Data []byte + Mode int32