Storage: Show history+trash using the list command (#99009)
Co-authored-by: Stephanie Hingtgen <stephanie.hingtgen@grafana.com>
This commit is contained in:
co-authored by
Stephanie Hingtgen
parent
67252dfa46
commit
356b32008b
@@ -17,6 +17,18 @@ import (
|
||||
"k8s.io/apimachinery/pkg/types"
|
||||
)
|
||||
|
||||
// LabelKeyGetHistory is used to select object history for an given resource
|
||||
const LabelKeyGetHistory = "grafana.app/get-history"
|
||||
|
||||
// LabelKeyGetTrash is used to list objects that have been (soft) deleted
|
||||
const LabelKeyGetTrash = "grafana.app/get-trash"
|
||||
|
||||
// AnnoKeyKubectlLastAppliedConfig is the annotation kubectl writes with the entire previous config
|
||||
const AnnoKeyKubectlLastAppliedConfig = "kubectl.kubernetes.io/last-applied-configuration"
|
||||
|
||||
// DeletedGeneration is set on Resources that have been (soft) deleted
|
||||
const DeletedGeneration = int64(-999)
|
||||
|
||||
// Annotation keys
|
||||
|
||||
const AnnoKeyCreatedBy = "grafana.app/createdBy"
|
||||
|
||||
Reference in New Issue
Block a user