53 lines
912 B
Python
53 lines
912 B
Python
# terrascript/resource/eLobeto/rancher.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:25:31 UTC)
|
|
import terrascript
|
|
|
|
|
|
class rancher_certificate(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class rancher_environment(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class rancher_host(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class rancher_registration_token(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class rancher_registry(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class rancher_registry_credential(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class rancher_secret(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class rancher_stack(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class rancher_volume(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
__all__ = [
|
|
"rancher_certificate",
|
|
"rancher_environment",
|
|
"rancher_host",
|
|
"rancher_registration_token",
|
|
"rancher_registry",
|
|
"rancher_registry_credential",
|
|
"rancher_secret",
|
|
"rancher_stack",
|
|
"rancher_volume",
|
|
]
|