K8s/Unified: Consolidate generation logic in apistore client (#102260)
This commit is contained in:
@@ -47,8 +47,14 @@ var _ storage.Interface = (*Storage)(nil)
|
||||
|
||||
// Optional settings that apply to a single resource
|
||||
type StorageOptions struct {
|
||||
// ????: should we constrain this to only dashboards for now?
|
||||
// Not yet clear if this is a good general solution, or just a stop-gap
|
||||
LargeObjectSupport LargeObjectSupport
|
||||
|
||||
// Allow writing objects with metadata.annotations[grafana.app/folder]
|
||||
EnableFolderSupport bool
|
||||
|
||||
// Add internalID label when missing
|
||||
RequireDeprecatedInternalID bool
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user