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

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