From 070b03582dc9b5acdad188886d7c42e3ddfeb3f0 Mon Sep 17 00:00:00 2001 From: mingrammer Date: Fri, 7 Feb 2020 01:38:20 +0900 Subject: [PATCH] Deploy website Deploy website version based on c4a57ca937770da782bac4a1e2fd7a0151a74b33 --- docs/node.html | 7 ++++++- docs/node/index.html | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/node.html b/docs/node.html index 59d86ca..f4cc7a8 100644 --- a/docs/node.html +++ b/docs/node.html @@ -81,6 +81,11 @@ from diagrams.gcp.compute import AppEngine, GKE from diagrams.gcp.ml import AutoML ... + +# k8s resources +from diagrams.k8s.compute import Pod, StatefulSet +from diagrams.k8s.network import Service +from diagrams.k8s.storage import PV, PVC, StorageClass

Data Flow

You can represent data flow by connecting the nodes with these operators: >>, << and -.

@@ -144,4 +149,4 @@

You can't connect two lists directly because shift/arithmetic operations between lists are not allowed in Python.

-
Last updated on 2020-2-3
DiagramsClusters
\ No newline at end of file +
Last updated on 2020-2-7
DiagramsClusters
\ No newline at end of file diff --git a/docs/node/index.html b/docs/node/index.html index 59d86ca..f4cc7a8 100644 --- a/docs/node/index.html +++ b/docs/node/index.html @@ -81,6 +81,11 @@ from diagrams.gcp.compute import AppEngine, GKE from diagrams.gcp.ml import AutoML ... + +# k8s resources +from diagrams.k8s.compute import Pod, StatefulSet +from diagrams.k8s.network import Service +from diagrams.k8s.storage import PV, PVC, StorageClass

Data Flow

You can represent data flow by connecting the nodes with these operators: >>, << and -.

@@ -144,4 +149,4 @@

You can't connect two lists directly because shift/arithmetic operations between lists are not allowed in Python.

-
Last updated on 2020-2-3
DiagramsClusters
\ No newline at end of file +
Last updated on 2020-2-7
DiagramsClusters
\ No newline at end of file