Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewKubeconfigResource ¶
NewKubeconfigResource is a helper function to simplify the provider implementation.
Types ¶
type Model ¶
type Model struct { Id types.String `tfsdk:"id"` // needed by TF ClusterName types.String `tfsdk:"cluster_name"` ProjectId types.String `tfsdk:"project_id"` KubeconfigId types.String `tfsdk:"kube_config_id"` // uuid generated internally because kubeconfig has no identifier Kubeconfig types.String `tfsdk:"kube_config"` Expiration types.Int64 `tfsdk:"expiration"` Refresh types.Bool `tfsdk:"refresh"` ExpiresAt types.String `tfsdk:"expires_at"` }
Click to show internal directories.
Click to hide internal directories.