feat(node): adding GCP API gateway image (#636)

pull/519/merge
ewucc 4 years ago committed by GitHub
parent e03ca65725
commit 80787c87e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,6 +8,10 @@ class _API(_GCP):
_icon_dir = "resources/gcp/api"
class APIGateway(_API):
_icon = "api-gateway.png"
class Endpoints(_API):
_icon = "endpoints.png"

@ -20,6 +20,7 @@ Node classes list of gcp provider.
## gcp.api
- **diagrams.gcp.api.APIGateway**
- **diagrams.gcp.api.Endpoints**
## gcp.compute

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Loading…
Cancel
Save