Skip to content

Commit 6bda3c1

Browse files
committed
format
1 parent 9d929c4 commit 6bda3c1

File tree

5 files changed

+56
-56
lines changed

5 files changed

+56
-56
lines changed

specification/cat/component_templates/CatComponentTemplatesRequest.ts

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* under the License.
1818
*/
1919

20-
import {CatRequestBase} from '@cat/_types/CatBase'
20+
import { CatRequestBase } from '@cat/_types/CatBase'
2121

2222
/**
2323
* Get component templates.
@@ -32,18 +32,18 @@ import {CatRequestBase} from '@cat/_types/CatBase'
3232
* @cluster_privileges monitor
3333
*/
3434
export interface Request extends CatRequestBase {
35-
path_parts: {
36-
/** The name of the component template. Accepts wildcard expressions. If omitted, all component templates are returned. */
37-
name?: string
38-
}
39-
query_parameters: {
40-
/**
41-
* If `true`, the request computes the list of selected nodes from the
42-
* local cluster state. If `false` the list of selected nodes are computed
43-
* from the cluster state of the master node. In both cases the coordinating
44-
* node will send requests for further information to each selected node.
45-
* @server_default false
46-
*/
47-
local?: boolean
48-
}
35+
path_parts: {
36+
/** The name of the component template. Accepts wildcard expressions. If omitted, all component templates are returned. */
37+
name?: string
38+
}
39+
query_parameters: {
40+
/**
41+
* If `true`, the request computes the list of selected nodes from the
42+
* local cluster state. If `false` the list of selected nodes are computed
43+
* from the cluster state of the master node. In both cases the coordinating
44+
* node will send requests for further information to each selected node.
45+
* @server_default false
46+
*/
47+
local?: boolean
48+
}
4949
}

specification/cat/master/CatMasterRequest.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* under the License.
1818
*/
1919

20-
import {CatRequestBase} from '@cat/_types/CatBase'
20+
import { CatRequestBase } from '@cat/_types/CatBase'
2121

2222
/**
2323
* Returns information about the master node, including the ID, bound IP address, and name.
@@ -29,14 +29,14 @@ import {CatRequestBase} from '@cat/_types/CatBase'
2929
* @cluster_privileges monitor
3030
*/
3131
export interface Request extends CatRequestBase {
32-
query_parameters: {
33-
/**
34-
* If `true`, the request computes the list of selected nodes from the
35-
* local cluster state. If `false` the list of selected nodes are computed
36-
* from the cluster state of the master node. In both cases the coordinating
37-
* node will send requests for further information to each selected node.
38-
* @server_default false
39-
*/
40-
local?: boolean
41-
}
32+
query_parameters: {
33+
/**
34+
* If `true`, the request computes the list of selected nodes from the
35+
* local cluster state. If `false` the list of selected nodes are computed
36+
* from the cluster state of the master node. In both cases the coordinating
37+
* node will send requests for further information to each selected node.
38+
* @server_default false
39+
*/
40+
local?: boolean
41+
}
4242
}

specification/cat/nodeattrs/CatNodeAttributesRequest.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ import { CatRequestBase } from '@cat/_types/CatBase'
2929
* @cluster_privileges monitor
3030
*/
3131
export interface Request extends CatRequestBase {
32-
query_parameters: {
33-
/**
34-
* If `true`, the request computes the list of selected nodes from the
35-
* local cluster state. If `false` the list of selected nodes are computed
36-
* from the cluster state of the master node. In both cases the coordinating
37-
* node will send requests for further information to each selected node.
38-
* @server_default false
39-
*/
40-
local?: boolean
41-
}
32+
query_parameters: {
33+
/**
34+
* If `true`, the request computes the list of selected nodes from the
35+
* local cluster state. If `false` the list of selected nodes are computed
36+
* from the cluster state of the master node. In both cases the coordinating
37+
* node will send requests for further information to each selected node.
38+
* @server_default false
39+
*/
40+
local?: boolean
41+
}
4242
}

specification/cat/pending_tasks/CatPendingTasksRequest.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ import { CatRequestBase } from '@cat/_types/CatBase'
2929
* @cluster_privileges monitor
3030
*/
3131
export interface Request extends CatRequestBase {
32-
query_parameters: {
33-
/**
34-
* If `true`, the request computes the list of selected nodes from the
35-
* local cluster state. If `false` the list of selected nodes are computed
36-
* from the cluster state of the master node. In both cases the coordinating
37-
* node will send requests for further information to each selected node.
38-
* @server_default false
39-
*/
40-
local?: boolean
41-
}
32+
query_parameters: {
33+
/**
34+
* If `true`, the request computes the list of selected nodes from the
35+
* local cluster state. If `false` the list of selected nodes are computed
36+
* from the cluster state of the master node. In both cases the coordinating
37+
* node will send requests for further information to each selected node.
38+
* @server_default false
39+
*/
40+
local?: boolean
41+
}
4242
}

specification/cat/plugins/CatPluginsRequest.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ import { CatRequestBase } from '@cat/_types/CatBase'
2929
* @cluster_privileges monitor
3030
*/
3131
export interface Request extends CatRequestBase {
32-
query_parameters: {
33-
/**
34-
* If `true`, the request computes the list of selected nodes from the
35-
* local cluster state. If `false` the list of selected nodes are computed
36-
* from the cluster state of the master node. In both cases the coordinating
37-
* node will send requests for further information to each selected node.
38-
* @server_default false
39-
*/
40-
local?: boolean
41-
}
32+
query_parameters: {
33+
/**
34+
* If `true`, the request computes the list of selected nodes from the
35+
* local cluster state. If `false` the list of selected nodes are computed
36+
* from the cluster state of the master node. In both cases the coordinating
37+
* node will send requests for further information to each selected node.
38+
* @server_default false
39+
*/
40+
local?: boolean
41+
}
4242
}

0 commit comments

Comments
 (0)