Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ spec:
ref:
group: core.kubestash.com
kind: BackupSession
view:
sort:
fieldName: Age
order: Ascending
- actions:
create: Always
displayMode: List
Expand All @@ -36,6 +40,10 @@ spec:
ref:
group: core.kubestash.com
kind: RestoreSession
view:
sort:
fieldName: Age
order: Ascending
- actions:
create: IfEmpty
displayMode: List
Expand All @@ -47,6 +55,10 @@ spec:
ref:
group: core.kubestash.com
kind: BackupConfiguration
view:
sort:
fieldName: Age
order: Ascending
- actions:
create: IfEmpty
displayMode: List
Expand All @@ -58,6 +70,10 @@ spec:
ref:
group: storage.kubestash.com
kind: Repository
view:
sort:
fieldName: Age
order: Ascending
- actions:
create: Never
displayMode: List
Expand All @@ -79,3 +95,7 @@ spec:
ref:
group: batch
kind: CronJob
view:
sort:
fieldName: Age
order: Ascending
Loading