Skip to content

Commit

Permalink
Correct metadata for BackupStorageLocationList
Browse files Browse the repository at this point in the history
Signed-off-by: Nolan Brubaker <nolan@heptio.com>
  • Loading branch information
Nolan Brubaker authored and skriss committed Aug 28, 2018
1 parent 345c3c3 commit 56f1617
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pkg/apis/ark/v1/backup_storage_location.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ type BackupStorageLocation struct {

// BackupStorageLocationList is a list of BackupStorageLocations.
type BackupStorageLocationList struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata"`
Items []BackupStorageLocation `json:"items"`
metav1.TypeMeta `json:",inline"`
metav1.ListMeta `json:"metadata"`
Items []BackupStorageLocation `json:"items"`
}

// StorageType represents the type of storage that a backup location uses.
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/ark/v1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 56f1617

Please sign in to comment.