mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 12:50:05 +01:00
taints
This commit is contained in:
@@ -3549,7 +3549,7 @@ const docTemplate = `{
|
||||
"BearerAuth": []
|
||||
}
|
||||
],
|
||||
"description": "Returns node taints for the organization in X-Org-ID. Filters: ` + "`" + `key` + "`" + `, ` + "`" + `value` + "`" + `, and ` + "`" + `q` + "`" + ` (key contains). Add ` + "`" + `include=node_groups` + "`" + ` to include linked node groups.",
|
||||
"description": "Returns node taints for the organization in X-Org-ID. Filters: ` + "`" + `key` + "`" + `, ` + "`" + `value` + "`" + `, and ` + "`" + `q` + "`" + ` (key contains). Add ` + "`" + `include=node_pools` + "`" + ` to include linked node pools.",
|
||||
"consumes": [
|
||||
"application/json"
|
||||
],
|
||||
@@ -3699,7 +3699,7 @@ const docTemplate = `{
|
||||
"BearerAuth": []
|
||||
}
|
||||
],
|
||||
"description": "Returns one taint. Add ` + "`" + `include=node_groups` + "`" + ` to include node groups.",
|
||||
"description": "Returns one taint. Add ` + "`" + `include=node_pools` + "`" + ` to include node pools.",
|
||||
"consumes": [
|
||||
"application/json"
|
||||
],
|
||||
@@ -4620,7 +4620,6 @@ const docTemplate = `{
|
||||
"type": "string"
|
||||
},
|
||||
"server_ids": {
|
||||
"description": "optional initial servers",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
|
||||
@@ -3545,7 +3545,7 @@
|
||||
"BearerAuth": []
|
||||
}
|
||||
],
|
||||
"description": "Returns node taints for the organization in X-Org-ID. Filters: `key`, `value`, and `q` (key contains). Add `include=node_groups` to include linked node groups.",
|
||||
"description": "Returns node taints for the organization in X-Org-ID. Filters: `key`, `value`, and `q` (key contains). Add `include=node_pools` to include linked node pools.",
|
||||
"consumes": [
|
||||
"application/json"
|
||||
],
|
||||
@@ -3695,7 +3695,7 @@
|
||||
"BearerAuth": []
|
||||
}
|
||||
],
|
||||
"description": "Returns one taint. Add `include=node_groups` to include node groups.",
|
||||
"description": "Returns one taint. Add `include=node_pools` to include node pools.",
|
||||
"consumes": [
|
||||
"application/json"
|
||||
],
|
||||
@@ -4616,7 +4616,6 @@
|
||||
"type": "string"
|
||||
},
|
||||
"server_ids": {
|
||||
"description": "optional initial servers",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
|
||||
@@ -300,7 +300,6 @@ definitions:
|
||||
name:
|
||||
type: string
|
||||
server_ids:
|
||||
description: optional initial servers
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
@@ -2848,8 +2847,8 @@ paths:
|
||||
consumes:
|
||||
- application/json
|
||||
description: 'Returns node taints for the organization in X-Org-ID. Filters:
|
||||
`key`, `value`, and `q` (key contains). Add `include=node_groups` to include
|
||||
linked node groups.'
|
||||
`key`, `value`, and `q` (key contains). Add `include=node_pools` to include
|
||||
linked node pools.'
|
||||
parameters:
|
||||
- description: Organization UUID
|
||||
in: header
|
||||
@@ -2989,7 +2988,7 @@ paths:
|
||||
get:
|
||||
consumes:
|
||||
- application/json
|
||||
description: Returns one taint. Add `include=node_groups` to include node groups.
|
||||
description: Returns one taint. Add `include=node_pools` to include node pools.
|
||||
parameters:
|
||||
- description: Organization UUID
|
||||
in: header
|
||||
|
||||
Reference in New Issue
Block a user