backups: include clusterroles/bindings that reference serviceaccounts

Signed-off-by: Steve Kriss <steve@heptio.com>
This commit is contained in:
Steve Kriss
2018-05-02 12:47:47 -07:00
parent 96b0808e3a
commit 041cfc2173
6 changed files with 427 additions and 41 deletions

View File

@@ -21,8 +21,9 @@ package cmd
import (
"bytes"
"github.com/spf13/cobra"
"io"
"github.com/spf13/cobra"
)
func GenZshCompletion(out io.Writer, ark *cobra.Command) {