22 lines
397 B
Python
22 lines
397 B
Python
# terrascript/helmfile/r.py
|
|
# Automatically generated by tools/makecode.py ()
|
|
|
|
import warnings
|
|
|
|
warnings.warn(
|
|
"using the 'legacy layout' is deprecated", DeprecationWarning, stacklevel=2
|
|
)
|
|
import terrascript
|
|
|
|
|
|
class helmfile_embedding_example(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class helmfile_release(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class helmfile_release_set(terrascript.Resource):
|
|
pass
|