Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 2.42 KB

File metadata and controls

42 lines (31 loc) · 2.42 KB

Requirements

No requirements.

Providers

Name Version
kubernetes n/a

Modules

No modules.

Resources

Name Type
kubernetes_limit_range.this resource
kubernetes_namespace.this resource
kubernetes_network_policy.this resource
kubernetes_resource_quota.this resource

Inputs

Name Description Type Default Required
annotations An unstructured key value map stored with the namespace that may be used to store arbitrary metadata map(any) {} no
depends Indicates the resource this resource depends on. any null no
enable If set to true, create namespace bool true no
labels Map of string keys and values that can be used to organize and categorize (scope and select) namespaces. map(any) {} no
limits n/a any
[
{
"default": {
"memory": "128Mi"
},
"default_request": {
"cpu": "100m",
"memory": "64Mi"
},
"type": "Container"
}
]
no
name Name of the namespace, must be unique. Cannot be updated. string n/a yes
network_policies n/a any [] no
resource_quotas n/a any [] no

Outputs

Name Description
labels_name The value of the name label
name The name of the created namespace (from object metadata)