mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Kindsys: Target k8s style resource definitions (#67008)
Co-authored-by: sam boyer <sdboyer@grafana.com>
This commit is contained in:
@@ -9,18 +9,20 @@ lineage: seqs: [
|
||||
schemas: [
|
||||
// 0.0
|
||||
{
|
||||
// Unique public dashboard identifier
|
||||
uid: string
|
||||
// Dashboard unique identifier referenced by this public dashboard
|
||||
dashboardUid: string
|
||||
// Unique public access token
|
||||
accessToken?: string
|
||||
// Flag that indicates if the public dashboard is enabled
|
||||
isEnabled: bool
|
||||
// Flag that indicates if annotations are enabled
|
||||
annotationsEnabled: bool
|
||||
// Flag that indicates if the time range picker is enabled
|
||||
timeSelectionEnabled: bool
|
||||
spec: {
|
||||
// Unique public dashboard identifier
|
||||
uid: string
|
||||
// Dashboard unique identifier referenced by this public dashboard
|
||||
dashboardUid: string
|
||||
// Unique public access token
|
||||
accessToken?: string
|
||||
// Flag that indicates if the public dashboard is enabled
|
||||
isEnabled: bool
|
||||
// Flag that indicates if annotations are enabled
|
||||
annotationsEnabled: bool
|
||||
// Flag that indicates if the time range picker is enabled
|
||||
timeSelectionEnabled: bool
|
||||
} @cuetsy(kind="interface")
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user