20 lines
662 B
Python
20 lines
662 B
Python
# terrascript/provider/mumoshu/kubectl.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:20:33 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class kubectl(terrascript.Provider):
|
|
"""Run kubectl against multiple K8s clusters in a single terraform-apply. AWS auth/AssumeRole supported."""
|
|
|
|
__description__ = "Run kubectl against multiple K8s clusters in a single terraform-apply. AWS auth/AssumeRole supported."
|
|
__namespace__ = "mumoshu"
|
|
__name__ = "kubectl"
|
|
__source__ = "https://github.com/mumoshu/terraform-provider-kubectl"
|
|
__version__ = "0.2.0"
|
|
__published__ = "2021-01-26T01:02:29Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["kubectl"]
|