Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

feat(api): add annotations #719

Merged
merged 1 commit into from
Sep 29, 2023
Merged
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
12 changes: 12 additions & 0 deletions api/models/models.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1277,6 +1277,23 @@ components:
readOnly: true
description: An object that is returned in cases of success that returns nothing.

Metadata:
type: object
properties:
annotations:
$ref: '#/components/schemas/Annotations'

Annotations:
type: array
description: Generic map of string keys and string values to attach arbitrary non-identifying metadata to objects.
items:
type: object
properties:
key:
type: string
value:
type: string

CloudProvider:
type: string
enum:
Expand Down
Loading
Loading