github.com/cloudwan/edgelq-sdk@v1.15.4/applications/proto/api-skeleton-v1alpha2.yaml (about)

     1  name: applications.edgelq.com
     2  proto:
     3    package:
     4      name: ntt.applications
     5      currentVersion: v1alpha2
     6      nextVersion: v1
     7      goPackage: github.com/cloudwan/edgelq/applications
     8      protoImportPathPrefix: edgelq/applications/proto
     9    service:
    10      name: Applications
    11      defaultHost: applications.edgelq.com
    12      oauthScopes: https://apis.edgelq.com
    13  
    14  imports:
    15  - devices.edgelq.com
    16  - secrets.edgelq.com
    17  
    18  resources:
    19  - name: Project
    20    multiRegion:
    21      isPolicyHolder: true
    22  
    23  - name: Pod
    24    parents:
    25    - Project
    26    scopeAttributes:
    27    - Region
    28  
    29  - name: ConfigMap
    30    parents:
    31    - Project
    32    scopeAttributes:
    33    - Region
    34  
    35  - name: Distribution
    36    parents:
    37    - Project