Files
kubernetes/pkg
Joel Smith b4e0923785 Rework method of updating atomic-updated data volumes
This change affects the way that secret, configmap, downwardAPI and projected
volumes (which all use the same underlying code) implement their data update
functionality.

* Instead of creating a subdirectory hierarchy that itself
  will contain symlinks to each actual data file, create only
  symlinks to items in the root of the volume, whether they
  be files or directories.
* Rather than comparing the user-visible data directory
  to see if an update is needed, compare with the current
  version of the data directory.
* Fix data dir timestamp format year
* Create ..data symlink even when a data volume has no data so
  consumers can have simplified update watch logic.
2018-01-17 12:09:20 -07:00
..
2017-11-24 02:37:32 -08:00
2017-10-15 18:18:13 -07:00
2017-11-22 18:40:09 +00:00
2017-11-22 18:40:09 +00:00
2017-12-13 14:15:24 -08:00
2017-12-18 09:39:25 -05:00
2017-10-15 18:18:13 -07:00
2017-11-29 15:50:23 +01:00
2017-10-15 18:18:13 -07:00