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
You can represent data flow by connecting the nodes with these operators: >>
, <<
and -
.
-You can't connect two lists directly because shift/arithmetic operations between lists are not allowed in Python.