Skip to content

Commit

Permalink
Adding Kubernetes reference in Edge Cloud Zone section of Application…
Browse files Browse the repository at this point in the history
… instance

Signed-off-by: Felipe Vicens <felipejose.vicensgonzalez@telefonica.com>
  • Loading branch information
felipevicens committed Sep 17, 2024
1 parent 1f3826a commit f79413b
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions code/API_definitions/Edge-Application-Management.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,8 @@ components:
$ref: '#/components/schemas/EdgeCloudProvider'
edgeCloudRegion:
$ref: '#/components/schemas/EdgeCloudRegion'
edgeCloudKubernetesClusterRef:
$ref: '#/components/schemas/KubernetesClusterRef'
minItems: 1

EdgeCloudZoneName:
Expand Down Expand Up @@ -1061,6 +1063,14 @@ components:
millivcpu, or millivcpu (i.e 500m) format.
example: "500m"

KubernetesClusterRef:
description: |
A global unique identifier associated with a Kubernetes cluster
infrastructure.
type: string
format: uuid
example: "642f6105-7015-4af1-a4d1-e1ecb8437abc"

KubernetesResources:
description: Definition of Kubernetes Cluster Infrastructure.
required:
Expand Down Expand Up @@ -1208,12 +1218,7 @@ components:
type: boolean
example: false
kubernetesClusterRef:
description: |
A global unique identifier associated with a Kubernetes cluster
infrastructure.
type: string
format: uuid
example: "642f6105-7015-4af1-a4d1-e1ecb8437abc"
$ref: '#/components/schemas/KubernetesClusterRef'
version:
type: string
description: Minimum Kubernetes Version.
Expand Down

0 comments on commit f79413b

Please sign in to comment.