feat: adding taints, labels and annotations to terraform provider and ui all implementing the SDK

This commit is contained in:
allanice001
2025-11-05 21:31:13 +00:00
parent c41af60b26
commit b09c3179c7
46 changed files with 1021 additions and 271 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -848,7 +848,7 @@ paths:
consumes:
- application/json
description: 'Returns annotations for the organization in X-Org-ID. Filters:
`name`, `value`, and `q` (name contains). Add `include=node_pools` to include
`key`, `value`, and `q` (key contains). Add `include=node_pools` to include
linked node pools.'
operationId: ListAnnotations
parameters:
@@ -856,15 +856,15 @@ paths:
in: header
name: X-Org-ID
type: string
- description: Exact name
- description: Exact key
in: query
name: name
name: key
type: string
- description: Exact value
in: query
name: value
type: string
- description: name contains (case-insensitive)
- description: key contains (case-insensitive)
in: query
name: q
type: string