Skip to content

Commit

Permalink
Added GCP Endpoints (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
guyzyl authored Aug 27, 2020
1 parent 82367d3 commit ca4972c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
15 changes: 15 additions & 0 deletions diagrams/gcp/api.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.

from . import _GCP


class _API(_GCP):
_type = "api"
_icon_dir = "resources/gcp/api"


class Endpoints(_API):
_icon = "endpoints.png"


# Aliases
4 changes: 4 additions & 0 deletions docs/nodes/gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ Node classes list of gcp provider.
- **diagrams.gcp.analytics.Genomics**
- **diagrams.gcp.analytics.Pubsub**, **PubSub** (alias)

## gcp.api

- **diagrams.gcp.api.Endpoints**

## gcp.compute

- **diagrams.gcp.compute.AppEngine**, **GAE** (alias)
Expand Down
Binary file added resources/gcp/api/endpoints.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ca4972c

Please sign in to comment.