Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sauterp committed Feb 12, 2024
1 parent 5532d23 commit 24d780a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/data-sources/sks_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ description: |-
- `description` (String) A free-form text describing the cluster.
- `endpoint` (String) The cluster API endpoint.
- `exoscale_ccm` (Boolean) Deploy the Exoscale [Cloud Controller Manager](https://github.com/exoscale/exoscale-cloud-controller-manager/) in the control plane (boolean; default: `true`; may only be set at creation time).
- `exoscale_csi` (Boolean) Deploy the Exoscale [Container Storage Interface](https://github.com/exoscale/exoscale-csi-driver/) on worker nodes (boolean; default: `false`; may only be set at creation time).
- `kubelet_ca` (String) The CA certificate (in PEM format) for TLS communications between kubelets and the control plane.
- `labels` (Map of String) A map of key/value labels.
- `metrics_server` (Boolean) Deploy the [Kubernetes Metrics Server](https://github.com/kubernetes-sigs/metrics-server/) in the control plane (boolean; default: `true`; may only be set at creation time).
Expand Down
2 changes: 2 additions & 0 deletions docs/data-sources/sks_cluster_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ description: |-
- `description` (String) Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
- `endpoint` (String) Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
- `exoscale_ccm` (Boolean) Match against this bool
- `exoscale_csi` (Boolean) Match against this bool
- `id` (String) Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
- `kubelet_ca` (String) Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
- `labels` (Map of String) Match against key/values. Keys are matched exactly, while values may be matched as a regex if you supply a string that begins and ends with "/"
Expand Down Expand Up @@ -56,6 +57,7 @@ Read-Only:
- `description` (String)
- `endpoint` (String)
- `exoscale_ccm` (Boolean)
- `exoscale_csi` (Boolean)
- `id` (String)
- `kubelet_ca` (String)
- `labels` (Map of String)
Expand Down
1 change: 1 addition & 0 deletions docs/resources/sks_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ directory for complete configuration examples.
- `cni` (String) The CNI plugin that is to be used. Available options are "calico" or "cilium". Defaults to "calico". Setting empty string will result in a cluster with no CNI.
- `description` (String) A free-form text describing the cluster.
- `exoscale_ccm` (Boolean) Deploy the Exoscale [Cloud Controller Manager](https://github.com/exoscale/exoscale-cloud-controller-manager/) in the control plane (boolean; default: `true`; may only be set at creation time).
- `exoscale_csi` (Boolean) Deploy the Exoscale [Container Storage Interface](https://github.com/exoscale/exoscale-csi-driver/) on worker nodes (boolean; default: `false`; may only be set at creation time).
- `labels` (Map of String) A map of key/value labels.
- `metrics_server` (Boolean) Deploy the [Kubernetes Metrics Server](https://github.com/kubernetes-sigs/metrics-server/) in the control plane (boolean; default: `true`; may only be set at creation time).
- `oidc` (Block List, Max: 1) An OpenID Connect configuration to provide to the Kubernetes API server (may only be set at creation time). Structure is documented below. (see [below for nested schema](#nestedblock--oidc))
Expand Down

0 comments on commit 24d780a

Please sign in to comment.