mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
57 lines
2.1 KiB
YAML
57 lines
2.1 KiB
YAML
# Code generated - EDITING IS FUTILE. DO NOT EDIT.
|
|
#
|
|
# Generated by:
|
|
# kinds/gen.go
|
|
# Using jennies:
|
|
# YamlCRDJenny
|
|
#
|
|
# Run 'make gen-cue' from repository root to regenerate.
|
|
|
|
kind: CustomResourceDefinition
|
|
apiVersion: apiextensions.k8s.io/v1
|
|
metadata:
|
|
name: preferencess.preferences.core.grafana.com
|
|
spec:
|
|
group: preferences.core.grafana.com
|
|
versions:
|
|
- name: v0-0alpha1
|
|
served: true
|
|
storage: true
|
|
schema:
|
|
openAPIV3Schema:
|
|
properties:
|
|
spec:
|
|
properties:
|
|
homeDashboardUID:
|
|
description: UID for the home dashboard
|
|
type: string
|
|
language:
|
|
description: Selected language (beta)
|
|
type: string
|
|
queryHistory:
|
|
description: Explore query history preferences
|
|
properties:
|
|
homeTab:
|
|
description: 'one of: '''' | ''query'' | ''starred'';'
|
|
type: string
|
|
type: object
|
|
theme:
|
|
description: light, dark, empty is default
|
|
type: string
|
|
timezone:
|
|
description: |-
|
|
The timezone selection
|
|
TODO: this should use the timezone defined in common
|
|
type: string
|
|
weekStart:
|
|
description: day of the week (sunday, monday, etc)
|
|
type: string
|
|
type: object
|
|
required:
|
|
- spec
|
|
type: object
|
|
names:
|
|
kind: Preferences
|
|
plural: preferencess
|
|
scope: Namespaced
|