|
1 |
| -<!-- BEGIN_TF_DOCS --> |
2 | 1 | ## Requirements
|
3 | 2 |
|
4 | 3 | No requirements.
|
5 | 4 |
|
6 | 5 | ## Providers
|
7 | 6 |
|
8 |
| -| Name | Version | |
9 |
| -| ---------------------------------------------------------------------- | ------- | |
10 |
| -| <a name="provider_kubernetes"></a> [kubernetes](#provider\_kubernetes) | n/a | |
| 7 | +| Name | Version | |
| 8 | +|------|---------| |
| 9 | +| <a name="provider_kubernetes"></a> [kubernetes](#provider\_kubernetes) | n/a | |
11 | 10 |
|
12 | 11 | ## Modules
|
13 | 12 |
|
14 | 13 | No modules.
|
15 | 14 |
|
16 | 15 | ## Resources
|
17 | 16 |
|
18 |
| -| Name | Type | |
19 |
| -| ----------------------------------------------------------------------------------------------------------------------------------- | -------- | |
20 |
| -| [kubernetes_limit_range.this](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/limit_range) | resource | |
21 |
| -| [kubernetes_namespace.this](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/namespace) | resource | |
| 17 | +| Name | Type | |
| 18 | +|------|------| |
| 19 | +| [kubernetes_limit_range.this](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/limit_range) | resource | |
| 20 | +| [kubernetes_namespace.this](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/namespace) | resource | |
22 | 21 | | [kubernetes_network_policy.this](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/network_policy) | resource |
|
23 | 22 | | [kubernetes_resource_quota.this](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/resource_quota) | resource |
|
24 | 23 |
|
25 | 24 | ## Inputs
|
26 | 25 |
|
27 |
| -| Name | Description | Type | Default | Required | |
28 |
| -| ------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------- | ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------: | |
29 |
| -| <a name="input_annotations"></a> [annotations](#input\_annotations) | An unstructured key value map stored with the namespace that may be used to store arbitrary metadata | `map(any)` | `{}` | no | |
30 |
| -| <a name="input_depends"></a> [depends](#input\_depends) | Indicates the resource this resource depends on. | `any` | `null` | no | |
31 |
| -| <a name="input_enable"></a> [enable](#input\_enable) | If set to true, create namespace | `bool` | `true` | no | |
32 |
| -| <a name="input_labels"></a> [labels](#input\_labels) | Map of string keys and values that can be used to organize and categorize (scope and select) namespaces. | `map(any)` | `{}` | no | |
33 |
| -| <a name="input_limits"></a> [limits](#input\_limits) | n/a | `any` | <pre>[<br> {<br> "default": {<br> "cpu": "150m",<br> "memory": "128Mi"<br> },<br> "default_request": {<br> "cpu": "100m",<br> "memory": "64Mi"<br> },<br> "type": "Container"<br> }<br>]</pre> | no | |
34 |
| -| <a name="input_name"></a> [name](#input\_name) | Name of the namespace, must be unique. Cannot be updated. | `string` | n/a | yes | |
35 |
| -| <a name="input_network_policies"></a> [network\_policies](#input\_network\_policies) | n/a | `any` | `[]` | no | |
36 |
| -| <a name="input_resource_quotas"></a> [resource\_quotas](#input\_resource\_quotas) | n/a | `any` | `[]` | no | |
| 26 | +| Name | Description | Type | Default | Required | |
| 27 | +|------|-------------|------|---------|:--------:| |
| 28 | +| <a name="input_annotations"></a> [annotations](#input\_annotations) | An unstructured key value map stored with the namespace that may be used to store arbitrary metadata | `map(any)` | `{}` | no | |
| 29 | +| <a name="input_depends"></a> [depends](#input\_depends) | Indicates the resource this resource depends on. | `any` | `null` | no | |
| 30 | +| <a name="input_enable"></a> [enable](#input\_enable) | If set to true, create namespace | `bool` | `true` | no | |
| 31 | +| <a name="input_labels"></a> [labels](#input\_labels) | Map of string keys and values that can be used to organize and categorize (scope and select) namespaces. | `map(any)` | `{}` | no | |
| 32 | +| <a name="input_limits"></a> [limits](#input\_limits) | n/a | `any` | <pre>[<br> {<br> "default": {<br> "memory": "128Mi"<br> },<br> "default_request": {<br> "cpu": "100m",<br> "memory": "64Mi"<br> },<br> "type": "Container"<br> }<br>]</pre> | no | |
| 33 | +| <a name="input_name"></a> [name](#input\_name) | Name of the namespace, must be unique. Cannot be updated. | `string` | n/a | yes | |
| 34 | +| <a name="input_network_policies"></a> [network\_policies](#input\_network\_policies) | n/a | `any` | `[]` | no | |
| 35 | +| <a name="input_resource_quotas"></a> [resource\_quotas](#input\_resource\_quotas) | n/a | `any` | `[]` | no | |
37 | 36 |
|
38 | 37 | ## Outputs
|
39 | 38 |
|
40 |
| -| Name | Description | |
41 |
| -| ----------------------------------------------------------------------- | -------------------------------------------------------- | |
42 |
| -| <a name="output_labels_name"></a> [labels\_name](#output\_labels\_name) | The value of the name label | |
43 |
| -| <a name="output_name"></a> [name](#output\_name) | The name of the created namespace (from object metadata) | |
44 |
| -<!-- END_TF_DOCS --> |
45 |
| - |
46 |
| - |
47 |
| - |
48 |
| -# More details about using this module can be found [here](../../../docs/FAQ.md#k8s-namespace-features) |
| 39 | +| Name | Description | |
| 40 | +|------|-------------| |
| 41 | +| <a name="output_labels_name"></a> [labels\_name](#output\_labels\_name) | The value of the name label | |
| 42 | +| <a name="output_name"></a> [name](#output\_name) | The name of the created namespace (from object metadata) | |
0 commit comments