Chore: Convert tabs to spaces in playlists.cue (#93403)

This commit is contained in:
Ryan McKinley 2024-09-17 20:09:54 +03:00 committed by GitHub
parent 0f788d8d83
commit b52e6ba552
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 11 deletions

View File

@ -8,12 +8,6 @@ require (
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340
)
require (
k8s.io/klog/v2 v2.130.1 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
)
require (
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
@ -37,5 +31,8 @@ require (
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/klog/v2 v2.130.1 // indirect
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
)

View File

@ -13,8 +13,8 @@ externalName: {
pluralName: "Playlists"
current: "v0alpha1"
versions: {
"v0alpha1": {
schema: {
"v0alpha1": {
schema: {
#Item: {
// type of the item.
type: "dashboard_by_tag" | "dashboard_by_uid" | "dashboard_by_id" @cuetsy(kind="enum")
@ -27,12 +27,13 @@ externalName: {
// - dashboard_by_uid: The value is the dashboard UID
value: string
}
spec: {
spec: {
title: string
interval: string
items: [...#Item]
}
}
}
}
}
}
}