From de1b8b472a1b000101193971fde02acc5151284f Mon Sep 17 00:00:00 2001 From: danysmall Date: Wed, 14 Jun 2023 18:48:00 +0300 Subject: [PATCH] Test --- api/api-component.yaml | 11 +++++++++++ backstage/all-apis.yaml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 api/api-component.yaml diff --git a/api/api-component.yaml b/api/api-component.yaml new file mode 100644 index 0000000..0a57872 --- /dev/null +++ b/api/api-component.yaml @@ -0,0 +1,11 @@ +apiVersion: backstage.io/v1alpha1 +kind: API +metadata: + name: hello-world + description: Hello World example for gRPC +spec: + type: grpc + lifecycle: deprecated + owner: team-c + definition: + $text: example.yaml \ No newline at end of file diff --git a/backstage/all-apis.yaml b/backstage/all-apis.yaml index 9874ac7..021bdb8 100644 --- a/backstage/all-apis.yaml +++ b/backstage/all-apis.yaml @@ -5,4 +5,4 @@ metadata: description: A collection of Athena APIs spec: targets: - - ../api/example.yaml \ No newline at end of file + - ../api/api-component.yaml \ No newline at end of file