Get credentials in cluster read and add default to kubeconfig expiration (#259)

* Get credentials in cluster read and add default to expiration

* Fix docs

* Fix docs

* Update warning
This commit is contained in:
Vicente Pinto 2024-02-09 16:59:00 +00:00 committed by GitHub
parent e9b2d7aa91
commit d5bd5fa402
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 33 additions and 2 deletions

View file

@ -40,6 +40,10 @@ data "stackit_loadbalancer" "example" {
<a id="nestedatt--listeners"></a>
### Nested Schema for `listeners`
Optional:
- `server_name_indicators` (Attributes List) A list of domain names to match in order to pass TLS traffic to the target pool in the current listener (see [below for nested schema](#nestedatt--listeners--server_name_indicators))
Read-Only:
- `display_name` (String)
@ -47,6 +51,14 @@ Read-Only:
- `protocol` (String) Protocol is the highest network protocol we understand to load balance.
- `target_pool` (String) Reference target pool by target pool name.
<a id="nestedatt--listeners--server_name_indicators"></a>
### Nested Schema for `listeners.server_name_indicators`
Optional:
- `name` (String) A domain name to match in order to pass TLS traffic to the target pool in the current listener
<a id="nestedatt--networks"></a>
### Nested Schema for `networks`

View file

@ -202,8 +202,17 @@ Optional:
- `display_name` (String)
- `port` (Number) Port number where we listen for traffic.
- `protocol` (String) Protocol is the highest network protocol we understand to load balance.
- `server_name_indicators` (Attributes List) A list of domain names to match in order to pass TLS traffic to the target pool in the current listener (see [below for nested schema](#nestedatt--listeners--server_name_indicators))
- `target_pool` (String) Reference target pool by target pool name.
<a id="nestedatt--listeners--server_name_indicators"></a>
### Nested Schema for `listeners.server_name_indicators`
Optional:
- `name` (String) A domain name to match in order to pass TLS traffic to the target pool in the current listener
<a id="nestedatt--networks"></a>
### Nested Schema for `networks`