Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 15 additions & 20 deletions chart/crds/Panel.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -325,27 +325,17 @@ spec:
type: string
footer:
description: footer section of the panel containing additional
items and tags
properties:
items:
description: list of resource references to render in the
footer
items:
properties:
resourceRefId:
description: the identifier of the k8s custom resource
that should be represented, usually a widget
type: string
required:
- resourceRefId
type: object
type: array
tags:
description: list of string tags to be displayed in the footer
items:
items
items:
properties:
resourceRefId:
description: the identifier of the k8s custom resource that
should be represented, usually a widget
type: string
type: array
type: object
required:
- resourceRefId
type: object
type: array
headerLeft:
description: optional text to be displayed under the title, on
the left side of the Panel
Expand Down Expand Up @@ -380,6 +370,11 @@ spec:
- resourceRefId
type: object
type: array
tags:
description: list of string tags to be displayed in the footer
items:
type: string
type: array
title:
description: text to be displayed as the panel title
type: string
Expand Down