Skip to content

Commit

Permalink
remove unused appzones
Browse files Browse the repository at this point in the history
  • Loading branch information
gainsley committed Nov 6, 2024
1 parent 6f59fad commit bb8b16e
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions code/API_definitions/Edge-Application-Management.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -729,23 +729,6 @@ components:
pattern: ^[A-Za-z][A-Za-z0-9_]{1,63}$
description: Name of the App instance, scoped to the AppProvider

AppZones:
description: |
Collection of Edge Cloud Zones and/or Kubernetes cluster reference
where the Application Provider wants to instantiate the application.
type: array
items:
type: object
properties:
kubernetesClusterRef:
$ref: '#/components/schemas/KubernetesClusterRef'
EdgeCloudZone:
$ref: '#/components/schemas/EdgeCloudZone'
required:
- EdgeCloudZone
minItems: 1
additionalProperties: false

AppManifest:
description: |
Application information and requirements provided by the
Expand Down

0 comments on commit bb8b16e

Please sign in to comment.