We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e5f538 commit 7c8a5c1Copy full SHA for 7c8a5c1
netfoundry/utility.py
@@ -436,7 +436,7 @@ def camel(self, snake_str):
436
437
438
NET_RESOURCES = dict() # resources in network domain
439
-ZITI_NET_RESOURCES = dict() # network resources that can be updated
+ZITI_NET_RESOURCES = dict() # network resources that are backed 1:1 by a zitiId
440
MUTABLE_NET_RESOURCES = dict() # network resources that can be updated
441
MUTABLE_RESOURCE_ABBREV = dict() # unique abbreviations for ^
442
EMBED_NET_RESOURCES = dict() # network resources that may be fetched as embedded collections
0 commit comments