Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion docs/resources/cluster_aks.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,12 +321,22 @@ Optional:
Required:

- `name` (String) Name of the namespace. This is the name of the Kubernetes namespace in the cluster.
- `resource_allocation` (Map of String) Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, `{cpu_cores: '2', memory_MiB: '2048'}`
- `resource_allocation` (Map of String) Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, `{cpu_cores: '2', memory_MiB: '2048', gpu_limit: '1', gpu_provider: 'nvidia'}`

Optional:

- `cluster_resource_allocations` (Block List) (see [below for nested schema](#nestedblock--namespaces--cluster_resource_allocations))
- `images_blacklist` (List of String) List of images to disallow for the namespace. For example, `['nginx:latest', 'redis:latest']`

<a id="nestedblock--namespaces--cluster_resource_allocations"></a>
### Nested Schema for `namespaces.cluster_resource_allocations`

Required:

- `resource_allocation` (Map of String) Resource allocation for the cluster. This is a map containing the resource type and the resource value. For example, `{cpu_cores: '2', memory_MiB: '2048', gpu_limit: '1'}`. Note: gpu_provider is not supported here; use the default resource_allocation for GPU provider configuration.
- `uid` (String)



<a id="nestedblock--scan_policy"></a>
### Nested Schema for `scan_policy`
Expand Down
12 changes: 11 additions & 1 deletion docs/resources/cluster_aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,12 +349,22 @@ Optional:
Required:

- `name` (String) Name of the namespace. This is the name of the Kubernetes namespace in the cluster.
- `resource_allocation` (Map of String) Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, `{cpu_cores: '2', memory_MiB: '2048'}`
- `resource_allocation` (Map of String) Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, `{cpu_cores: '2', memory_MiB: '2048', gpu_limit: '1', gpu_provider: 'nvidia'}`

Optional:

- `cluster_resource_allocations` (Block List) (see [below for nested schema](#nestedblock--namespaces--cluster_resource_allocations))
- `images_blacklist` (List of String) List of images to disallow for the namespace. For example, `['nginx:latest', 'redis:latest']`

<a id="nestedblock--namespaces--cluster_resource_allocations"></a>
### Nested Schema for `namespaces.cluster_resource_allocations`

Required:

- `resource_allocation` (Map of String) Resource allocation for the cluster. This is a map containing the resource type and the resource value. For example, `{cpu_cores: '2', memory_MiB: '2048', gpu_limit: '1'}`. Note: gpu_provider is not supported here; use the default resource_allocation for GPU provider configuration.
- `uid` (String)



<a id="nestedblock--scan_policy"></a>
### Nested Schema for `scan_policy`
Expand Down
12 changes: 11 additions & 1 deletion docs/resources/cluster_azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,12 +382,22 @@ Optional:
Required:

- `name` (String) Name of the namespace. This is the name of the Kubernetes namespace in the cluster.
- `resource_allocation` (Map of String) Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, `{cpu_cores: '2', memory_MiB: '2048'}`
- `resource_allocation` (Map of String) Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, `{cpu_cores: '2', memory_MiB: '2048', gpu_limit: '1', gpu_provider: 'nvidia'}`

Optional:

- `cluster_resource_allocations` (Block List) (see [below for nested schema](#nestedblock--namespaces--cluster_resource_allocations))
- `images_blacklist` (List of String) List of images to disallow for the namespace. For example, `['nginx:latest', 'redis:latest']`

<a id="nestedblock--namespaces--cluster_resource_allocations"></a>
### Nested Schema for `namespaces.cluster_resource_allocations`

Required:

- `resource_allocation` (Map of String) Resource allocation for the cluster. This is a map containing the resource type and the resource value. For example, `{cpu_cores: '2', memory_MiB: '2048', gpu_limit: '1'}`. Note: gpu_provider is not supported here; use the default resource_allocation for GPU provider configuration.
- `uid` (String)



<a id="nestedblock--scan_policy"></a>
### Nested Schema for `scan_policy`
Expand Down
12 changes: 11 additions & 1 deletion docs/resources/cluster_custom_cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,12 +348,22 @@ Optional:
Required:

- `name` (String) Name of the namespace. This is the name of the Kubernetes namespace in the cluster.
- `resource_allocation` (Map of String) Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, `{cpu_cores: '2', memory_MiB: '2048'}`
- `resource_allocation` (Map of String) Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, `{cpu_cores: '2', memory_MiB: '2048', gpu_limit: '1', gpu_provider: 'nvidia'}`

Optional:

- `cluster_resource_allocations` (Block List) (see [below for nested schema](#nestedblock--namespaces--cluster_resource_allocations))
- `images_blacklist` (List of String) List of images to disallow for the namespace. For example, `['nginx:latest', 'redis:latest']`

<a id="nestedblock--namespaces--cluster_resource_allocations"></a>
### Nested Schema for `namespaces.cluster_resource_allocations`

Required:

- `resource_allocation` (Map of String) Resource allocation for the cluster. This is a map containing the resource type and the resource value. For example, `{cpu_cores: '2', memory_MiB: '2048', gpu_limit: '1'}`. Note: gpu_provider is not supported here; use the default resource_allocation for GPU provider configuration.
- `uid` (String)



<a id="nestedblock--scan_policy"></a>
### Nested Schema for `scan_policy`
Expand Down
12 changes: 11 additions & 1 deletion docs/resources/cluster_edge_native.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,12 +310,22 @@ Optional:
Required:

- `name` (String) Name of the namespace. This is the name of the Kubernetes namespace in the cluster.
- `resource_allocation` (Map of String) Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, `{cpu_cores: '2', memory_MiB: '2048'}`
- `resource_allocation` (Map of String) Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, `{cpu_cores: '2', memory_MiB: '2048', gpu_limit: '1', gpu_provider: 'nvidia'}`

Optional:

- `cluster_resource_allocations` (Block List) (see [below for nested schema](#nestedblock--namespaces--cluster_resource_allocations))
- `images_blacklist` (List of String) List of images to disallow for the namespace. For example, `['nginx:latest', 'redis:latest']`

<a id="nestedblock--namespaces--cluster_resource_allocations"></a>
### Nested Schema for `namespaces.cluster_resource_allocations`

Required:

- `resource_allocation` (Map of String) Resource allocation for the cluster. This is a map containing the resource type and the resource value. For example, `{cpu_cores: '2', memory_MiB: '2048', gpu_limit: '1'}`. Note: gpu_provider is not supported here; use the default resource_allocation for GPU provider configuration.
- `uid` (String)



<a id="nestedblock--scan_policy"></a>
### Nested Schema for `scan_policy`
Expand Down
12 changes: 11 additions & 1 deletion docs/resources/cluster_edge_vsphere.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,12 +265,22 @@ Optional:
Required:

- `name` (String) Name of the namespace. This is the name of the Kubernetes namespace in the cluster.
- `resource_allocation` (Map of String) Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, `{cpu_cores: '2', memory_MiB: '2048'}`
- `resource_allocation` (Map of String) Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, `{cpu_cores: '2', memory_MiB: '2048', gpu_limit: '1', gpu_provider: 'nvidia'}`

Optional:

- `cluster_resource_allocations` (Block List) (see [below for nested schema](#nestedblock--namespaces--cluster_resource_allocations))
- `images_blacklist` (List of String) List of images to disallow for the namespace. For example, `['nginx:latest', 'redis:latest']`

<a id="nestedblock--namespaces--cluster_resource_allocations"></a>
### Nested Schema for `namespaces.cluster_resource_allocations`

Required:

- `resource_allocation` (Map of String) Resource allocation for the cluster. This is a map containing the resource type and the resource value. For example, `{cpu_cores: '2', memory_MiB: '2048', gpu_limit: '1'}`. Note: gpu_provider is not supported here; use the default resource_allocation for GPU provider configuration.
- `uid` (String)



<a id="nestedblock--scan_policy"></a>
### Nested Schema for `scan_policy`
Expand Down
12 changes: 11 additions & 1 deletion docs/resources/cluster_eks.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,12 +358,22 @@ Optional:
Required:

- `name` (String) Name of the namespace. This is the name of the Kubernetes namespace in the cluster.
- `resource_allocation` (Map of String) Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, `{cpu_cores: '2', memory_MiB: '2048'}`
- `resource_allocation` (Map of String) Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, `{cpu_cores: '2', memory_MiB: '2048', gpu_limit: '1', gpu_provider: 'nvidia'}`

Optional:

- `cluster_resource_allocations` (Block List) (see [below for nested schema](#nestedblock--namespaces--cluster_resource_allocations))
- `images_blacklist` (List of String) List of images to disallow for the namespace. For example, `['nginx:latest', 'redis:latest']`

<a id="nestedblock--namespaces--cluster_resource_allocations"></a>
### Nested Schema for `namespaces.cluster_resource_allocations`

Required:

- `resource_allocation` (Map of String) Resource allocation for the cluster. This is a map containing the resource type and the resource value. For example, `{cpu_cores: '2', memory_MiB: '2048', gpu_limit: '1'}`. Note: gpu_provider is not supported here; use the default resource_allocation for GPU provider configuration.
- `uid` (String)



<a id="nestedblock--scan_policy"></a>
### Nested Schema for `scan_policy`
Expand Down
12 changes: 11 additions & 1 deletion docs/resources/cluster_gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,12 +300,22 @@ Optional:
Required:

- `name` (String) Name of the namespace. This is the name of the Kubernetes namespace in the cluster.
- `resource_allocation` (Map of String) Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, `{cpu_cores: '2', memory_MiB: '2048'}`
- `resource_allocation` (Map of String) Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, `{cpu_cores: '2', memory_MiB: '2048', gpu_limit: '1', gpu_provider: 'nvidia'}`

Optional:

- `cluster_resource_allocations` (Block List) (see [below for nested schema](#nestedblock--namespaces--cluster_resource_allocations))
- `images_blacklist` (List of String) List of images to disallow for the namespace. For example, `['nginx:latest', 'redis:latest']`

<a id="nestedblock--namespaces--cluster_resource_allocations"></a>
### Nested Schema for `namespaces.cluster_resource_allocations`

Required:

- `resource_allocation` (Map of String) Resource allocation for the cluster. This is a map containing the resource type and the resource value. For example, `{cpu_cores: '2', memory_MiB: '2048', gpu_limit: '1'}`. Note: gpu_provider is not supported here; use the default resource_allocation for GPU provider configuration.
- `uid` (String)



<a id="nestedblock--scan_policy"></a>
### Nested Schema for `scan_policy`
Expand Down
12 changes: 11 additions & 1 deletion docs/resources/cluster_gke.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,12 +263,22 @@ Optional:
Required:

- `name` (String) Name of the namespace. This is the name of the Kubernetes namespace in the cluster.
- `resource_allocation` (Map of String) Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, `{cpu_cores: '2', memory_MiB: '2048'}`
- `resource_allocation` (Map of String) Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, `{cpu_cores: '2', memory_MiB: '2048', gpu_limit: '1', gpu_provider: 'nvidia'}`

Optional:

- `cluster_resource_allocations` (Block List) (see [below for nested schema](#nestedblock--namespaces--cluster_resource_allocations))
- `images_blacklist` (List of String) List of images to disallow for the namespace. For example, `['nginx:latest', 'redis:latest']`

<a id="nestedblock--namespaces--cluster_resource_allocations"></a>
### Nested Schema for `namespaces.cluster_resource_allocations`

Required:

- `resource_allocation` (Map of String) Resource allocation for the cluster. This is a map containing the resource type and the resource value. For example, `{cpu_cores: '2', memory_MiB: '2048', gpu_limit: '1'}`. Note: gpu_provider is not supported here; use the default resource_allocation for GPU provider configuration.
- `uid` (String)



<a id="nestedblock--scan_policy"></a>
### Nested Schema for `scan_policy`
Expand Down
12 changes: 11 additions & 1 deletion docs/resources/cluster_maas.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,12 +358,22 @@ Optional:
Required:

- `name` (String) Name of the namespace. This is the name of the Kubernetes namespace in the cluster.
- `resource_allocation` (Map of String) Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, `{cpu_cores: '2', memory_MiB: '2048'}`
- `resource_allocation` (Map of String) Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, `{cpu_cores: '2', memory_MiB: '2048', gpu_limit: '1', gpu_provider: 'nvidia'}`

Optional:

- `cluster_resource_allocations` (Block List) (see [below for nested schema](#nestedblock--namespaces--cluster_resource_allocations))
- `images_blacklist` (List of String) List of images to disallow for the namespace. For example, `['nginx:latest', 'redis:latest']`

<a id="nestedblock--namespaces--cluster_resource_allocations"></a>
### Nested Schema for `namespaces.cluster_resource_allocations`

Required:

- `resource_allocation` (Map of String) Resource allocation for the cluster. This is a map containing the resource type and the resource value. For example, `{cpu_cores: '2', memory_MiB: '2048', gpu_limit: '1'}`. Note: gpu_provider is not supported here; use the default resource_allocation for GPU provider configuration.
- `uid` (String)



<a id="nestedblock--scan_policy"></a>
### Nested Schema for `scan_policy`
Expand Down
12 changes: 11 additions & 1 deletion docs/resources/cluster_openstack.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,12 +303,22 @@ Optional:
Required:

- `name` (String) Name of the namespace. This is the name of the Kubernetes namespace in the cluster.
- `resource_allocation` (Map of String) Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, `{cpu_cores: '2', memory_MiB: '2048'}`
- `resource_allocation` (Map of String) Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, `{cpu_cores: '2', memory_MiB: '2048', gpu_limit: '1', gpu_provider: 'nvidia'}`

Optional:

- `cluster_resource_allocations` (Block List) (see [below for nested schema](#nestedblock--namespaces--cluster_resource_allocations))
- `images_blacklist` (List of String) List of images to disallow for the namespace. For example, `['nginx:latest', 'redis:latest']`

<a id="nestedblock--namespaces--cluster_resource_allocations"></a>
### Nested Schema for `namespaces.cluster_resource_allocations`

Required:

- `resource_allocation` (Map of String) Resource allocation for the cluster. This is a map containing the resource type and the resource value. For example, `{cpu_cores: '2', memory_MiB: '2048', gpu_limit: '1'}`. Note: gpu_provider is not supported here; use the default resource_allocation for GPU provider configuration.
- `uid` (String)



<a id="nestedblock--scan_policy"></a>
### Nested Schema for `scan_policy`
Expand Down
12 changes: 11 additions & 1 deletion docs/resources/cluster_vsphere.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,12 +355,22 @@ Optional:
Required:

- `name` (String) Name of the namespace. This is the name of the Kubernetes namespace in the cluster.
- `resource_allocation` (Map of String) Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, `{cpu_cores: '2', memory_MiB: '2048'}`
- `resource_allocation` (Map of String) Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, `{cpu_cores: '2', memory_MiB: '2048', gpu_limit: '1', gpu_provider: 'nvidia'}`

Optional:

- `cluster_resource_allocations` (Block List) (see [below for nested schema](#nestedblock--namespaces--cluster_resource_allocations))
- `images_blacklist` (List of String) List of images to disallow for the namespace. For example, `['nginx:latest', 'redis:latest']`

<a id="nestedblock--namespaces--cluster_resource_allocations"></a>
### Nested Schema for `namespaces.cluster_resource_allocations`

Required:

- `resource_allocation` (Map of String) Resource allocation for the cluster. This is a map containing the resource type and the resource value. For example, `{cpu_cores: '2', memory_MiB: '2048', gpu_limit: '1'}`. Note: gpu_provider is not supported here; use the default resource_allocation for GPU provider configuration.
- `uid` (String)



<a id="nestedblock--scan_policy"></a>
### Nested Schema for `scan_policy`
Expand Down
12 changes: 11 additions & 1 deletion docs/resources/virtual_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,22 @@ Optional:
Required:

- `name` (String) Name of the namespace. This is the name of the Kubernetes namespace in the cluster.
- `resource_allocation` (Map of String) Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, `{cpu_cores: '2', memory_MiB: '2048'}`
- `resource_allocation` (Map of String) Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, `{cpu_cores: '2', memory_MiB: '2048', gpu_limit: '1', gpu_provider: 'nvidia'}`

Optional:

- `cluster_resource_allocations` (Block List) (see [below for nested schema](#nestedblock--namespaces--cluster_resource_allocations))
- `images_blacklist` (List of String) List of images to disallow for the namespace. For example, `['nginx:latest', 'redis:latest']`

<a id="nestedblock--namespaces--cluster_resource_allocations"></a>
### Nested Schema for `namespaces.cluster_resource_allocations`

Required:

- `resource_allocation` (Map of String) Resource allocation for the cluster. This is a map containing the resource type and the resource value. For example, `{cpu_cores: '2', memory_MiB: '2048', gpu_limit: '1'}`. Note: gpu_provider is not supported here; use the default resource_allocation for GPU provider configuration.
- `uid` (String)



<a id="nestedblock--resources"></a>
### Nested Schema for `resources`
Expand Down
Loading