python-terrascript/terrascript/provider/rancher/rke.py

20 lines
616 B
Python

# terrascript/provider/rancher/rke.py
# Automatically generated by tools/makecode.py (24-Sep-2021 15:25:51 UTC)
import terrascript
class rke(terrascript.Provider):
"""Terraform provider plugin for deploy kubernetes cluster by RKE(Rancher Kubernetes Engine)"""
__description__ = "Terraform provider plugin for deploy kubernetes cluster by RKE(Rancher Kubernetes Engine)"
__namespace__ = "rancher"
__name__ = "rke"
__source__ = "https://github.com/rancher/terraform-provider-rke"
__version__ = "1.2.3"
__published__ = "2021-06-24T10:07:37Z"
__tier__ = "partner"
__all__ = ["rke"]