Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.

Allow EtcdRestore to restore cluster without an existing EtcdCluster #2047

Commits on Feb 6, 2019

  1. Allow EtcdRestore to restore cluster without an existing EtcdCluster …

    …resource
    
    Changes;
     - `EtcdRestore.spec.etcdCluster` is now `ClusterSpec` instead of `EtcdClusterRef`
     - added `Name` property to `ClusterSpec`, to make it compatible with `EtcdClusterRef`
     - Now, `etcd-restore-operator` checks for `EtcdCluster` resource existence
       - If exists; current behavior works (snapshot spec, delete old one, create new one)
       - If not; uses `EtcdRestore.spec.etcdCluster` as cluster spec
    furkanmustafa committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    82aa900 View commit details
    Browse the repository at this point in the history