Skip to content

Commit

Permalink
Update docs for describeBackups (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepikaDixit authored and mergify[bot] committed Nov 1, 2019
1 parent 5a12280 commit e33d7ac
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -913,10 +913,8 @@ Outputs:
:align: left
:widths: 5,5,15

`mode`,`string`, mode of the output stats
`fileCount`,`string`, number of files in backup object store location
`size`, `string`, size of the number of files in in backup object store location
`snapshotIDs`, `string`, list of snapshot ID in backup object store location
`passwordIncorrect`, `string`, true if encryption key is incorrect
`repoDoesNotExist`, `string`, true if object store location does not exist

Expand All @@ -933,7 +931,6 @@ Example:
keyValue:
fileCount: "{{ .Phases.DescribeBackupsFromObjectStore.Output.fileCount }}"
size: "{{ .Phases.DescribeBackupsFromObjectStore.Output.size }}"
snapshotIDs: "{{ .Phases.DescribeBackupsFromObjectStore.snapshotIDs }}"
passwordIncorrect: "{{ .Phases.DescribeBackupsFromObjectStore.Output.passwordIncorrect }}"
repoDoesNotExist: "{{ .Phases.DescribeBackupsFromObjectStore.Output.repoDoesNotExist }}"
phases:
Expand Down

0 comments on commit e33d7ac

Please sign in to comment.