Skip to content

Commit 5094c36

Browse files
authored
Update docs (#2227)
1 parent c66da28 commit 5094c36

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

website/docs/d/namespace.html.markdown

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,3 @@ The following arguments are supported:
5454
#### Attributes
5555

5656
* `finalizers` - An opaque list of values that must be empty to permanently remove object from storage. For more info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/
57-
58-
## Attribute Reference
59-
60-
* `wait_for_default_service_account` - (Optional) When set to `true` Terraform will wait until the
61-
default service account has been asynchronously created by Kubernetes when creating the namespace resource.
62-
This has the equivalent effect of creating a `resource_kubernetes_default_service_account` resource for dependent resources
63-
but allows a user to consume the "default" service account directly.
64-
The default behaviour (`false`) does not wait for the default service account to exist.

website/docs/r/namespace.html.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,15 @@ The following arguments are supported:
6565
* `resource_version` - An opaque value that represents the internal version of this namespace that can be used by clients to determine when namespaces have changed. Read more about [concurrency control and consistency](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency).
6666
* `uid` - The unique in time and space value for this namespace. For more info see [Kubernetes reference](https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids)
6767

68+
## Attribute Reference
69+
70+
* `wait_for_default_service_account` - (Optional) When set to `true` Terraform will wait until the default service account has been asynchronously created by Kubernetes when creating the namespace resource.This has the equivalent effect of creating a `kubernetes_default_service_account` resource for dependent resources but allows a user to consume the "default" service account directly. The default behaviour (`false`) does not wait for the default service account to exist.
71+
6872
## Import
6973

7074
Namespaces can be imported using their name, e.g.
7175

7276
```
7377
$ terraform import kubernetes_namespace.n terraform-example-namespace
7478
```
79+

website/docs/r/namespace_v1.html.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ The following arguments are supported:
6565
* `resource_version` - An opaque value that represents the internal version of this namespace that can be used by clients to determine when namespaces have changed. Read more about [concurrency control and consistency](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency).
6666
* `uid` - The unique in time and space value for this namespace. For more info see [Kubernetes reference](https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids)
6767

68+
## Attribute Reference
69+
70+
* `wait_for_default_service_account` - (Optional) When set to `true` Terraform will wait until the default service account has been asynchronously created by Kubernetes when creating the namespace resource. This has the equivalent effect of creating a `kubernetes_default_service_account_v1` resource for dependent resources but allows a user to consume the "default" service account directly. The default behaviour (`false`) does not wait for the default service account to exist.
71+
6872
## Import
6973

7074
Namespaces can be imported using their name, e.g.

0 commit comments

Comments
 (0)