Skip to content
Open
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.19.0
observability.openshift.io/api-support: TechPreview
observability.openshift.io/api-support: GeneralAvailability
creationTimestamp: null
name: monitoringstacks.monitoring.rhobs
spec:
Expand Down
19 changes: 14 additions & 5 deletions test/crds/observability/perses.dev_persesdashboards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ spec:
type: string
spec:
properties:
name:
type: string
plugin:
properties:
kind:
Expand Down Expand Up @@ -366,10 +368,10 @@ spec:
metadata:
type: object
spec:
description: PersesDashboardSpec defines the desired state of PersesDashboard
description: spec is the desired state of the PersesDashboard resource
properties:
config:
description: Perses dashboard configuration
description: config specifies the Perses dashboard configuration
properties:
datasources:
additionalProperties:
Expand Down Expand Up @@ -528,6 +530,8 @@ spec:
type: string
spec:
properties:
name:
type: string
plugin:
properties:
kind:
Expand Down Expand Up @@ -601,7 +605,7 @@ spec:
- panels
type: object
instanceSelector:
description: InstanceSelector selects Perses instances where this
description: instanceSelector selects Perses instances where this
dashboard will be created
properties:
matchExpressions:
Expand Down Expand Up @@ -651,10 +655,10 @@ spec:
- config
type: object
status:
description: PersesDashboardStatus defines the observed state of PersesDashboard
description: status is the observed state of the PersesDashboard resource
properties:
conditions:
description: Conditions represent the latest observations of the PersesDashboard
description: conditions represent the latest observations of the PersesDashboard
resource state
items:
description: Condition contains details for one aspect of the current
Expand Down Expand Up @@ -711,7 +715,12 @@ spec:
- type
type: object
type: array
x-kubernetes-list-map-keys:
- type
x-kubernetes-list-type: map
type: object
required:
- spec
type: object
served: true
storage: true
Expand Down
Loading