rootfs / snapshot

Kubernetes Volume Snapshot Controller using Custom Resource Definition
Apache License 2.0
12 stars 7 forks source link

WIP: Add skeletons of the controller data structures #1

Closed tsmetana closed 7 years ago

tsmetana commented 7 years ago

Hi, here's the beginning of what should become the controller. It is supposed to use similar mechanism as the AttachDetach controller: two objects representing desired and actual state of the system and a loop that turns the desired state into actual periodically.