Skip to content

Commit

Permalink
MKAAS-956 k8s v1 deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
alexk53 committed Nov 1, 2023
1 parent 15076a4 commit 7813899
Show file tree
Hide file tree
Showing 18 changed files with 28 additions and 2,462 deletions.
12 changes: 1 addition & 11 deletions docs/data-sources/ai_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,10 @@ Read-Only:

Read-Only:

- `attachments` (List of Object) (see [below for nested schema](#nestedobjatt--volume--attachments))
- `attachments` (Set of Object) (see [below for nested schema](#nestedobjatt--volume--attachments))
- `created_at` (String)
- `creator_task_id` (String)
- `image_id` (String)
- `metadata_detailed` (Set of Object) (see [below for nested schema](#nestedobjatt--volume--metadata_detailed))
- `name` (String)
- `size` (Number)
- `source` (String)
Expand All @@ -178,12 +177,3 @@ Read-Only:
- `instance_name` (String)
- `server_id` (String)
- `volume_id` (String)


<a id="nestedobjatt--volume--metadata_detailed"></a>
### Nested Schema for `volume.metadata_detailed`

Read-Only:

- `key` (String)
- `value` (String)
84 changes: 0 additions & 84 deletions docs/data-sources/k8s.md

This file was deleted.

55 changes: 0 additions & 55 deletions docs/data-sources/k8s_pool.md

This file was deleted.

27 changes: 8 additions & 19 deletions docs/resources/ai_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ resource "gcore_ai_cluster" "cluster1" {

### Read-Only

- `cluster_id` (String) AI Cluster ID
- `created_at` (String) Datetime when the cluster was created
- `creator_task_id` (String) Task that created this entity
- `id` (String) The ID of this resource.
Expand Down Expand Up @@ -114,34 +113,24 @@ Optional:

Read-Only:

- `attachments` (Set of Object) Attachment list (see [below for nested schema](#nestedatt--volume--attachments))
- `attachments` (Block Set) Attachment list (see [below for nested schema](#nestedblock--volume--attachments))
- `created_at` (String) Datetime when the volume was created
- `creator_task_id` (String) Task that created this entity
- `metadata_detailed` (Set of Object) (see [below for nested schema](#nestedatt--volume--metadata_detailed))
- `status` (String) Volume status
- `updated_at` (String) Datetime when the volume was last updated
- `volume_image_metadata` (Map of String) Image information for volumes that were created from image

<a id="nestedatt--volume--attachments"></a>
<a id="nestedblock--volume--attachments"></a>
### Nested Schema for `volume.attachments`

Read-Only:

- `attached_at` (String)
- `attachment_id` (String)
- `device` (String)
- `instance_name` (String)
- `server_id` (String)
- `volume_id` (String)


<a id="nestedatt--volume--metadata_detailed"></a>
### Nested Schema for `volume.metadata_detailed`

Read-Only:

- `key` (String)
- `value` (String)
- `attached_at` (String) Attachment creation datetime
- `attachment_id` (String) ID of attachment object
- `device` (String) Block device name in guest
- `instance_name` (String) Instance name (if attached and server name is known)
- `server_id` (String) Instance ID
- `volume_id` (String) Volume ID



Expand Down
121 changes: 0 additions & 121 deletions docs/resources/k8s.md

This file was deleted.

Loading

0 comments on commit 7813899

Please sign in to comment.