@scaleway/sdk-k8s 2.17.0 → 2.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/.vite/license.md +3 -0
- package/dist/_virtual/_rolldown/runtime.js +13 -0
- package/dist/index.gen.d.ts +5 -0
- package/dist/index.gen.js +2 -0
- package/dist/metadata.gen.d.ts +12 -0
- package/dist/metadata.gen.js +13 -0
- package/dist/v1/api.gen.d.ts +290 -0
- package/dist/v1/api.gen.js +210 -0
- package/dist/v1/api.utils.d.ts +11 -0
- package/dist/v1/api.utils.js +10 -0
- package/dist/v1/content.gen.d.ts +7 -0
- package/dist/v1/content.gen.js +24 -0
- package/dist/v1/index.d.ts +4 -0
- package/dist/v1/index.gen.d.ts +5 -0
- package/dist/v1/index.gen.js +5 -0
- package/dist/v1/index.js +14 -0
- package/dist/v1/marshalling.gen.d.ts +30 -0
- package/dist/v1/marshalling.gen.js +480 -0
- package/dist/v1/metadata.gen.d.ts +149 -0
- package/dist/v1/metadata.gen.js +166 -0
- package/dist/v1/types.gen.d.ts +1686 -0
- package/dist/v1/types.gen.js +0 -0
- package/dist/v1/utils-metadata.d.ts +18 -0
- package/dist/v1/utils-metadata.js +21 -0
- package/dist/v1/validation-rules.gen.d.ts +166 -0
- package/dist/v1/validation-rules.gen.js +119 -0
- package/package.json +5 -5
- package/LICENSE +0 -191
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
//#region src/v1/metadata.gen.ts
|
|
2
|
+
const queriesMetadata = {
|
|
3
|
+
namespace: "k8s",
|
|
4
|
+
version: "v1",
|
|
5
|
+
folderName: "k8Sv1",
|
|
6
|
+
services: [{
|
|
7
|
+
apiClass: "API",
|
|
8
|
+
methods: [
|
|
9
|
+
{
|
|
10
|
+
methodName: "listClusters",
|
|
11
|
+
protoName: "ListClusters",
|
|
12
|
+
paramsType: "ListClustersRequest",
|
|
13
|
+
returnType: "ListClustersResponse",
|
|
14
|
+
isList: true,
|
|
15
|
+
paginationType: "offset",
|
|
16
|
+
pageParamKey: "page",
|
|
17
|
+
listItemType: "Cluster",
|
|
18
|
+
isPrivate: false,
|
|
19
|
+
description: "\""
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
methodName: "getCluster",
|
|
23
|
+
protoName: "GetCluster",
|
|
24
|
+
paramsType: "GetClusterRequest",
|
|
25
|
+
returnType: "Cluster",
|
|
26
|
+
isList: false,
|
|
27
|
+
paginationType: "none",
|
|
28
|
+
isPrivate: false,
|
|
29
|
+
description: "\"",
|
|
30
|
+
hasWaiter: true
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
methodName: "listClusterAvailableVersions",
|
|
34
|
+
protoName: "ListClusterAvailableVersions",
|
|
35
|
+
paramsType: "ListClusterAvailableVersionsRequest",
|
|
36
|
+
returnType: "ListClusterAvailableVersionsResponse",
|
|
37
|
+
isList: false,
|
|
38
|
+
paginationType: "none",
|
|
39
|
+
isPrivate: false,
|
|
40
|
+
description: "\""
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
methodName: "listClusterAvailableTypes",
|
|
44
|
+
protoName: "ListClusterAvailableTypes",
|
|
45
|
+
paramsType: "ListClusterAvailableTypesRequest",
|
|
46
|
+
returnType: "ListClusterAvailableTypesResponse",
|
|
47
|
+
isList: false,
|
|
48
|
+
paginationType: "none",
|
|
49
|
+
isPrivate: false,
|
|
50
|
+
description: "\""
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
methodName: "_getClusterKubeConfig",
|
|
54
|
+
protoName: "GetClusterKubeConfig",
|
|
55
|
+
paramsType: "GetClusterKubeConfigRequest",
|
|
56
|
+
returnType: "Blob",
|
|
57
|
+
isList: false,
|
|
58
|
+
paginationType: "none",
|
|
59
|
+
isPrivate: true,
|
|
60
|
+
description: "\""
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
methodName: "listClusterACLRules",
|
|
64
|
+
protoName: "ListClusterACLRules",
|
|
65
|
+
paramsType: "ListClusterACLRulesRequest",
|
|
66
|
+
returnType: "ListClusterACLRulesResponse",
|
|
67
|
+
isList: true,
|
|
68
|
+
paginationType: "offset",
|
|
69
|
+
pageParamKey: "page",
|
|
70
|
+
listItemType: "ACLRule",
|
|
71
|
+
isPrivate: false,
|
|
72
|
+
description: "\""
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
methodName: "listPools",
|
|
76
|
+
protoName: "ListPools",
|
|
77
|
+
paramsType: "ListPoolsRequest",
|
|
78
|
+
returnType: "ListPoolsResponse",
|
|
79
|
+
isList: true,
|
|
80
|
+
paginationType: "offset",
|
|
81
|
+
pageParamKey: "page",
|
|
82
|
+
listItemType: "Pool",
|
|
83
|
+
isPrivate: false,
|
|
84
|
+
description: "\""
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
methodName: "getPool",
|
|
88
|
+
protoName: "GetPool",
|
|
89
|
+
paramsType: "GetPoolRequest",
|
|
90
|
+
returnType: "Pool",
|
|
91
|
+
isList: false,
|
|
92
|
+
paginationType: "none",
|
|
93
|
+
isPrivate: false,
|
|
94
|
+
description: "\"",
|
|
95
|
+
hasWaiter: true
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
methodName: "getNodeMetadata",
|
|
99
|
+
protoName: "GetNodeMetadata",
|
|
100
|
+
paramsType: "GetNodeMetadataRequest",
|
|
101
|
+
returnType: "NodeMetadata",
|
|
102
|
+
isList: false,
|
|
103
|
+
paginationType: "none",
|
|
104
|
+
isPrivate: false,
|
|
105
|
+
description: "\""
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
methodName: "listNodes",
|
|
109
|
+
protoName: "ListNodes",
|
|
110
|
+
paramsType: "ListNodesRequest",
|
|
111
|
+
returnType: "ListNodesResponse",
|
|
112
|
+
isList: true,
|
|
113
|
+
paginationType: "offset",
|
|
114
|
+
pageParamKey: "page",
|
|
115
|
+
listItemType: "Node",
|
|
116
|
+
isPrivate: false,
|
|
117
|
+
description: "\""
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
methodName: "getNode",
|
|
121
|
+
protoName: "GetNode",
|
|
122
|
+
paramsType: "GetNodeRequest",
|
|
123
|
+
returnType: "Node",
|
|
124
|
+
isList: false,
|
|
125
|
+
paginationType: "none",
|
|
126
|
+
isPrivate: false,
|
|
127
|
+
description: "\"",
|
|
128
|
+
hasWaiter: true
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
methodName: "listVersions",
|
|
132
|
+
protoName: "ListVersions",
|
|
133
|
+
paramsType: "ListVersionsRequest",
|
|
134
|
+
returnType: "ListVersionsResponse",
|
|
135
|
+
isList: false,
|
|
136
|
+
paginationType: "none",
|
|
137
|
+
isPrivate: false,
|
|
138
|
+
description: "\""
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
methodName: "getVersion",
|
|
142
|
+
protoName: "GetVersion",
|
|
143
|
+
paramsType: "GetVersionRequest",
|
|
144
|
+
returnType: "Version",
|
|
145
|
+
isList: false,
|
|
146
|
+
paginationType: "none",
|
|
147
|
+
isPrivate: false,
|
|
148
|
+
description: "\""
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
methodName: "listClusterTypes",
|
|
152
|
+
protoName: "ListClusterTypes",
|
|
153
|
+
paramsType: "ListClusterTypesRequest",
|
|
154
|
+
returnType: "ListClusterTypesResponse",
|
|
155
|
+
isList: true,
|
|
156
|
+
paginationType: "offset",
|
|
157
|
+
pageParamKey: "page",
|
|
158
|
+
listItemType: "ClusterType",
|
|
159
|
+
isPrivate: false,
|
|
160
|
+
description: "\""
|
|
161
|
+
}
|
|
162
|
+
]
|
|
163
|
+
}]
|
|
164
|
+
};
|
|
165
|
+
//#endregion
|
|
166
|
+
export { queriesMetadata };
|