Skip to content

Commit 84b4fa7

Browse files
authored
Fix Identity API Metadata (#5)
1 parent d4995a3 commit 84b4fa7

File tree

4 files changed

+70
-71
lines changed

4 files changed

+70
-71
lines changed

charts/region/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A Helm chart for deploying Unikorn's Region Controller
44

55
type: application
66

7-
version: v0.1.0
8-
appVersion: v0.1.0
7+
version: v0.1.1
8+
appVersion: v0.1.1
99

1010
icon: https://raw.githubusercontent.com/unikorn-cloud/unikorn/main/icons/default.png

pkg/openapi/schema.go

Lines changed: 64 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/openapi/server.spec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ info:
33
title: Kubernetes Region Service API
44
description: |-
55
Cloud region discovery and routing service.
6-
version: 0.1.0
6+
version: 0.1.1
77
paths:
88
/api/v1/regions:
99
description: |-
@@ -323,7 +323,7 @@ components:
323323
- spec
324324
properties:
325325
metadata:
326-
$ref: 'https://raw.githubusercontent.com/unikorn-cloud/core/main/pkg/openapi/common.spec.yaml#/components/schemas/resourceWriteMetadata'
326+
$ref: 'https://raw.githubusercontent.com/unikorn-cloud/core/main/pkg/openapi/common.spec.yaml#/components/schemas/resourceReadMetadata'
327327
spec:
328328
$ref: '#/components/schemas/identitySpec'
329329
requestBodies:

pkg/openapi/types.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)