Skip to content

Commit

Permalink
Remove monitoring alerting notifier v1 from rancher2 terraform provid…
Browse files Browse the repository at this point in the history
…er (#1372)

Signed-off-by: Venkata Krishna Rohit Sakala <[email protected]>
Co-authored-by: Diogo <[email protected]>
  • Loading branch information
rohitsakala and diogoasouza authored Jul 18, 2024
1 parent 4c6ed7c commit f7e2ae9
Show file tree
Hide file tree
Showing 152 changed files with 354 additions and 11,982 deletions.
3 changes: 0 additions & 3 deletions docs/data-sources/cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,10 @@ The following attributes are exported:
* `oke_config` - (Computed) The Oracle OKE configuration for `oke` Clusters. Conflicts with `aks_config`, `aks_config_v2`, `eks_config`, `eks_config_v2`, `gke_config`, `gke_config_v2`, `k3s_config` and `rke_config` (list maxitems:1)
* `description` - (Computed) The description for Cluster (string)
* `cluster_auth_endpoint` - (Computed) Enabling the [local cluster authorized endpoint](https://rancher.com/docs/rancher/v2.x/en/cluster-provisioning/rke-clusters/options/#local-cluster-auth-endpoint) allows direct communication with the cluster, bypassing the Rancher API proxy. (list maxitems:1)
* `cluster_monitoring_input` - (Computed) Cluster monitoring config (list maxitems:1)
* `cluster_template_answers` - (Computed) Cluster template answers (list maxitems:1)
* `cluster_template_id` - (Computed) Cluster template ID (string)
* `cluster_template_questions` - (Computed) Cluster template questions (list)
* `cluster_template_revision_id` - (Computed) Cluster template revision ID (string)
* `default_pod_security_policy_template_id` - (Optional/Computed) [Default pod security policy template id](https://rancher.com/docs/rancher/v2.x/en/cluster-provisioning/rke-clusters/options/#pod-security-policy-support) (string)
* `enable_cluster_monitoring` - (Computed) Enable built-in cluster monitoring. Default `false` (bool)
* `enable_network_policy` - (Computed) Enable project network isolation. Default `false` (bool)
* `enable_cluster_istio` - (Computed) Enable built-in cluster istio. Default `false` (bool)
* `fleet_workspace_name` - (Computed) Fleet workspace name (string)
Expand Down
32 changes: 0 additions & 32 deletions docs/data-sources/cluster_alert_group.md

This file was deleted.

37 changes: 0 additions & 37 deletions docs/data-sources/cluster_alert_rule.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/data-sources/cluster_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ The following attributes are exported:
* `agent_env_vars` - (Computed) Optional Agent Env Vars for Rancher agent (list)
* `rke_config` - (Computed) The RKE configuration for `k3s` and `rke2` Clusters v2. (list maxitems:1)
* `cloud_credential_secret_name` - (Computed) Cluster V2 cloud credential secret name (string)
* `default_pod_security_policy_template_name` - (Computed) Cluster V2 default pod security policy template name (string)
* `default_pod_security_admission_configuration_template_name` - (Computed) Cluster V2 default pod security admission configuration template name (string)
* `default_cluster_role_for_project_members` - (Computed) Cluster V2 default cluster role for project members (string)
* `enable_network_policy` - (Computed) Enable k8s network policy at Cluster V2 (bool)
36 changes: 0 additions & 36 deletions docs/data-sources/notifier.md

This file was deleted.

53 changes: 0 additions & 53 deletions docs/data-sources/pod_security_policy_template.md

This file was deleted.

2 changes: 0 additions & 2 deletions docs/data-sources/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ resource "kubernetes_namespace" "my_namespace" {

* `id` - (Computed) Cluster-wide unique ID of the Rancher 2 project (string)
* `container_resource_limit` - (Computed) Default containers resource limits on project (List maxitem:1)
* `enable_project_monitoring` - (Computed) Enable built-in project monitoring. Default `false` (bool)
* `pod_security_policy_template_id` - (Computed) Default Pod Security Policy ID for the project (string)
* `resource_quota` - (Computed) Resource quota for project. Rancher v2.1.x or higher (list maxitems:1)
* `uuid` - (Computed) UUID of the project as stored by Rancher 2 (string)
* `description` - (Computed) The project's description (string)
Expand Down
32 changes: 0 additions & 32 deletions docs/data-sources/project_alert_group.md

This file was deleted.

36 changes: 0 additions & 36 deletions docs/data-sources/project_alert_rule.md

This file was deleted.

Loading

0 comments on commit f7e2ae9

Please sign in to comment.