@platzio/sdk 0.6.0-beta.3 → 0.7.0-beta.2

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.
Files changed (205) hide show
  1. package/.github/workflows/release.yaml +17 -5
  2. package/AGENTS.md +9 -0
  3. package/dist/index.d.mts +586 -5347
  4. package/dist/index.d.ts +586 -5347
  5. package/dist/index.js +262 -435
  6. package/dist/index.mjs +258 -432
  7. package/openapi.yaml +1461 -1596
  8. package/package.json +3 -3
  9. package/src/.openapi-generator/FILES +190 -0
  10. package/src/.openapi-generator/VERSION +1 -1
  11. package/src/api.ts +565 -5536
  12. package/src/base.ts +0 -24
  13. package/src/common.ts +19 -42
  14. package/src/configuration.ts +32 -21
  15. package/src/docs/AuthenticationApi.md +147 -0
  16. package/src/docs/Bot.md +24 -0
  17. package/src/docs/BotToken.md +26 -0
  18. package/src/docs/BotTokensApi.md +215 -0
  19. package/src/docs/BotsApi.md +164 -0
  20. package/src/docs/ChartExt.md +30 -0
  21. package/src/docs/ChartExtActionEndpoint.md +8 -0
  22. package/src/docs/ChartExtActionMethod.md +16 -0
  23. package/src/docs/ChartExtActionTarget.md +24 -0
  24. package/src/docs/ChartExtActionUserDeploymentRole.md +10 -0
  25. package/src/docs/ChartExtActionV0.md +40 -0
  26. package/src/docs/ChartExtActionV1Beta1.md +24 -0
  27. package/src/docs/ChartExtActions.md +22 -0
  28. package/src/docs/ChartExtActionsV0.md +22 -0
  29. package/src/docs/ChartExtCardinality.md +10 -0
  30. package/src/docs/ChartExtDeploymentDisplay.md +22 -0
  31. package/src/docs/ChartExtDeploymentDisplayIcon.md +20 -0
  32. package/src/docs/ChartExtDeploymentDisplayName.md +20 -0
  33. package/src/docs/ChartExtDeploymentDisplayNameInputField.md +20 -0
  34. package/src/docs/ChartExtDeploymentDisplayNameOneOf.md +20 -0
  35. package/src/docs/ChartExtFeatures.md +36 -0
  36. package/src/docs/ChartExtFeaturesSpec.md +32 -0
  37. package/src/docs/ChartExtFeaturesV0.md +30 -0
  38. package/src/docs/ChartExtFeaturesV1Beta1.md +24 -0
  39. package/src/docs/ChartExtFeaturesV1Beta2.md +24 -0
  40. package/src/docs/ChartExtIngress.md +22 -0
  41. package/src/docs/ChartExtIngressHostnameFormat.md +10 -0
  42. package/src/docs/ChartExtKindAction.md +8 -0
  43. package/src/docs/ChartExtKindFeatures.md +8 -0
  44. package/src/docs/ChartExtKindResourceType.md +8 -0
  45. package/src/docs/ChartExtKindValuesUi.md +8 -0
  46. package/src/docs/ChartExtResourceLifecycleActionV1Beta1.md +22 -0
  47. package/src/docs/ChartExtResourceLifecycleV1Beta1.md +24 -0
  48. package/src/docs/ChartExtResourceTypeV1Beta1.md +26 -0
  49. package/src/docs/ChartExtResourceTypeV1Beta1Spec.md +30 -0
  50. package/src/docs/ChartExtStatusFeature.md +24 -0
  51. package/src/docs/ChartExtVersionV1Beta1.md +8 -0
  52. package/src/docs/ChartExtVersionV1Beta2.md +8 -0
  53. package/src/docs/ChartMetadata.md +28 -0
  54. package/src/docs/CreateBotToken.md +20 -0
  55. package/src/docs/CreateDeploymentTask.md +24 -0
  56. package/src/docs/CreateUserToken.md +20 -0
  57. package/src/docs/CreatedBotToken.md +20 -0
  58. package/src/docs/CreatedUserToken.md +20 -0
  59. package/src/docs/DbEvent.md +24 -0
  60. package/src/docs/DbEventData.md +20 -0
  61. package/src/docs/DbEventOperation.md +12 -0
  62. package/src/docs/DbTable.md +40 -0
  63. package/src/docs/DbTableOrDeploymentResource.md +22 -0
  64. package/src/docs/DbTableOrDeploymentResourceOneOf.md +22 -0
  65. package/src/docs/Deployment.md +46 -0
  66. package/src/docs/DeploymentInstallTask.md +24 -0
  67. package/src/docs/DeploymentInvokeActionTask.md +24 -0
  68. package/src/docs/DeploymentKind.md +24 -0
  69. package/src/docs/DeploymentKindsApi.md +164 -0
  70. package/src/docs/DeploymentPermission.md +30 -0
  71. package/src/docs/DeploymentPermissionsApi.md +212 -0
  72. package/src/docs/DeploymentRecreaseTask.md +26 -0
  73. package/src/docs/DeploymentReinstallTask.md +20 -0
  74. package/src/docs/DeploymentReportedMetric.md +26 -0
  75. package/src/docs/DeploymentReportedNotice.md +22 -0
  76. package/src/docs/DeploymentReportedNoticeLevel.md +12 -0
  77. package/src/docs/DeploymentReportedStatus.md +26 -0
  78. package/src/docs/DeploymentReportedStatusColor.md +16 -0
  79. package/src/docs/DeploymentReportedStatusContent.md +26 -0
  80. package/src/docs/DeploymentReportedStatusSummary.md +22 -0
  81. package/src/docs/DeploymentResource.md +36 -0
  82. package/src/docs/DeploymentResourceSyncStatus.md +16 -0
  83. package/src/docs/DeploymentResourceType.md +30 -0
  84. package/src/docs/DeploymentResourceTypesApi.md +115 -0
  85. package/src/docs/DeploymentResourcesApi.md +267 -0
  86. package/src/docs/DeploymentRestartK8sResourceTask.md +22 -0
  87. package/src/docs/DeploymentStatus.md +24 -0
  88. package/src/docs/DeploymentTask.md +48 -0
  89. package/src/docs/DeploymentTaskOperation.md +32 -0
  90. package/src/docs/DeploymentTaskOperationOneOf.md +20 -0
  91. package/src/docs/DeploymentTaskOperationOneOf1.md +20 -0
  92. package/src/docs/DeploymentTaskOperationOneOf2.md +20 -0
  93. package/src/docs/DeploymentTaskOperationOneOf3.md +20 -0
  94. package/src/docs/DeploymentTaskOperationOneOf4.md +20 -0
  95. package/src/docs/DeploymentTaskOperationOneOf5.md +20 -0
  96. package/src/docs/DeploymentTaskOperationOneOf6.md +20 -0
  97. package/src/docs/DeploymentTaskStatus.md +16 -0
  98. package/src/docs/DeploymentTasksApi.md +164 -0
  99. package/src/docs/DeploymentUpgradeTask.md +28 -0
  100. package/src/docs/DeploymentsApi.md +276 -0
  101. package/src/docs/Env.md +30 -0
  102. package/src/docs/EnvUserPermission.md +28 -0
  103. package/src/docs/EnvUserPermissionsApi.md +212 -0
  104. package/src/docs/EnvUserRole.md +10 -0
  105. package/src/docs/EnvsApi.md +270 -0
  106. package/src/docs/FinishGoogleLoginResponse.md +20 -0
  107. package/src/docs/HelmChart.md +50 -0
  108. package/src/docs/HelmChartsApi.md +112 -0
  109. package/src/docs/HelmRegistriesApi.md +167 -0
  110. package/src/docs/HelmRegistry.md +34 -0
  111. package/src/docs/HelmRegistryProvider.md +10 -0
  112. package/src/docs/HelmTagFormat.md +24 -0
  113. package/src/docs/HelmTagFormatsApi.md +212 -0
  114. package/src/docs/K8sCluster.md +48 -0
  115. package/src/docs/K8sResource.md +36 -0
  116. package/src/docs/KubernetesClustersApi.md +218 -0
  117. package/src/docs/KubernetesResourcesApi.md +118 -0
  118. package/src/docs/MeResponse.md +24 -0
  119. package/src/docs/MeResponseOneOf.md +20 -0
  120. package/src/docs/MeResponseOneOf1.md +20 -0
  121. package/src/docs/MeResponseOneOf2.md +20 -0
  122. package/src/docs/MeResponseOneOf2Deployment.md +22 -0
  123. package/src/docs/NewDeployment.md +30 -0
  124. package/src/docs/NewDeploymentPermission.md +26 -0
  125. package/src/docs/NewDeploymentResource.md +32 -0
  126. package/src/docs/NewEnv.md +22 -0
  127. package/src/docs/NewEnvUserPermission.md +24 -0
  128. package/src/docs/NewHelmTagFormat.md +20 -0
  129. package/src/docs/NewSecret.md +26 -0
  130. package/src/docs/OAuth2Response.md +20 -0
  131. package/src/docs/PaginatedBot.md +26 -0
  132. package/src/docs/PaginatedBotItemsInner.md +24 -0
  133. package/src/docs/PaginatedBotToken.md +26 -0
  134. package/src/docs/PaginatedBotTokenItemsInner.md +26 -0
  135. package/src/docs/PaginatedDeployment.md +26 -0
  136. package/src/docs/PaginatedDeploymentItemsInner.md +46 -0
  137. package/src/docs/PaginatedDeploymentKind.md +26 -0
  138. package/src/docs/PaginatedDeploymentKindItemsInner.md +24 -0
  139. package/src/docs/PaginatedDeploymentPermission.md +26 -0
  140. package/src/docs/PaginatedDeploymentPermissionItemsInner.md +30 -0
  141. package/src/docs/PaginatedDeploymentResource.md +26 -0
  142. package/src/docs/PaginatedDeploymentResourceItemsInner.md +36 -0
  143. package/src/docs/PaginatedDeploymentResourceType.md +26 -0
  144. package/src/docs/PaginatedDeploymentResourceTypeItemsInner.md +30 -0
  145. package/src/docs/PaginatedDeploymentTask.md +26 -0
  146. package/src/docs/PaginatedDeploymentTaskItemsInner.md +48 -0
  147. package/src/docs/PaginatedEnv.md +26 -0
  148. package/src/docs/PaginatedEnvItemsInner.md +30 -0
  149. package/src/docs/PaginatedEnvUserPermission.md +26 -0
  150. package/src/docs/PaginatedEnvUserPermissionItemsInner.md +28 -0
  151. package/src/docs/PaginatedHelmChart.md +26 -0
  152. package/src/docs/PaginatedHelmChartItemsInner.md +50 -0
  153. package/src/docs/PaginatedHelmRegistry.md +26 -0
  154. package/src/docs/PaginatedHelmRegistryItemsInner.md +34 -0
  155. package/src/docs/PaginatedHelmTagFormat.md +26 -0
  156. package/src/docs/PaginatedHelmTagFormatItemsInner.md +24 -0
  157. package/src/docs/PaginatedK8sCluster.md +26 -0
  158. package/src/docs/PaginatedK8sClusterItemsInner.md +48 -0
  159. package/src/docs/PaginatedK8sResource.md +26 -0
  160. package/src/docs/PaginatedK8sResourceItemsInner.md +36 -0
  161. package/src/docs/PaginatedSecret.md +26 -0
  162. package/src/docs/PaginatedSecretItemsInner.md +30 -0
  163. package/src/docs/PaginatedUser.md +26 -0
  164. package/src/docs/PaginatedUserItemsInner.md +30 -0
  165. package/src/docs/PaginatedUserToken.md +26 -0
  166. package/src/docs/PaginatedUserTokenItemsInner.md +24 -0
  167. package/src/docs/Secret.md +30 -0
  168. package/src/docs/SecretsApi.md +273 -0
  169. package/src/docs/SerializedUiSchemaInputType.md +24 -0
  170. package/src/docs/ServerApi.md +51 -0
  171. package/src/docs/ServerInfo.md +20 -0
  172. package/src/docs/StartGoogleLoginResponse.md +20 -0
  173. package/src/docs/UiSchema.md +26 -0
  174. package/src/docs/UiSchemaFieldValuePair.md +22 -0
  175. package/src/docs/UiSchemaInput.md +50 -0
  176. package/src/docs/UiSchemaInputFieldOption.md +24 -0
  177. package/src/docs/UiSchemaInputFieldValue.md +22 -0
  178. package/src/docs/UiSchemaInputRef.md +22 -0
  179. package/src/docs/UiSchemaInputRefField.md +20 -0
  180. package/src/docs/UiSchemaInputRefOneOf.md +20 -0
  181. package/src/docs/UiSchemaInputRefOneOf1.md +20 -0
  182. package/src/docs/UiSchemaInputRefProperty.md +22 -0
  183. package/src/docs/UiSchemaInputSingleType.md +20 -0
  184. package/src/docs/UiSchemaInputSingleTypeOneOf.md +20 -0
  185. package/src/docs/UiSchemaInputSingleTypeOneOfCollectionSelect.md +20 -0
  186. package/src/docs/UiSchemaInputType.md +22 -0
  187. package/src/docs/UiSchemaOutputValue.md +22 -0
  188. package/src/docs/UiSchemaOutputs.md +22 -0
  189. package/src/docs/UiSchemaV0.md +22 -0
  190. package/src/docs/UiSchemaV1Beta1.md +26 -0
  191. package/src/docs/UpdateBot.md +20 -0
  192. package/src/docs/UpdateDeployment.md +32 -0
  193. package/src/docs/UpdateDeploymentKind.md +20 -0
  194. package/src/docs/UpdateDeploymentResource.md +22 -0
  195. package/src/docs/UpdateEnv.md +26 -0
  196. package/src/docs/UpdateHelmRegistry.md +20 -0
  197. package/src/docs/UpdateK8sCluster.md +32 -0
  198. package/src/docs/UpdateSecret.md +22 -0
  199. package/src/docs/UpdateUser.md +22 -0
  200. package/src/docs/User.md +30 -0
  201. package/src/docs/UserDeploymentRole.md +10 -0
  202. package/src/docs/UserToken.md +24 -0
  203. package/src/docs/UserTokensApi.md +212 -0
  204. package/src/docs/UsersApi.md +170 -0
  205. package/tsconfig.json +1 -0
@@ -0,0 +1,167 @@
1
+ # HelmRegistriesApi
2
+
3
+ All URIs are relative to *http://localhost*
4
+
5
+ |Method | HTTP request | Description|
6
+ |------------- | ------------- | -------------|
7
+ |[**allHelmRegistries**](#allhelmregistries) | **GET** /api/v2/helm-registries | |
8
+ |[**getHelmRegistry**](#gethelmregistry) | **GET** /api/v2/helm-registries/{id} | |
9
+ |[**updateHelmRegistry**](#updatehelmregistry) | **PUT** /api/v2/helm-registries/{id} | |
10
+
11
+ # **allHelmRegistries**
12
+ > PaginatedHelmRegistry allHelmRegistries()
13
+
14
+
15
+ ### Example
16
+
17
+ ```typescript
18
+ import {
19
+ HelmRegistriesApi,
20
+ Configuration
21
+ } from './api';
22
+
23
+ const configuration = new Configuration();
24
+ const apiInstance = new HelmRegistriesApi(configuration);
25
+
26
+ let repoName: string; // (optional) (default to undefined)
27
+ let kindId: string; // (optional) (default to undefined)
28
+
29
+ const { status, data } = await apiInstance.allHelmRegistries(
30
+ repoName,
31
+ kindId
32
+ );
33
+ ```
34
+
35
+ ### Parameters
36
+
37
+ |Name | Type | Description | Notes|
38
+ |------------- | ------------- | ------------- | -------------|
39
+ | **repoName** | [**string**] | | (optional) defaults to undefined|
40
+ | **kindId** | [**string**] | | (optional) defaults to undefined|
41
+
42
+
43
+ ### Return type
44
+
45
+ **PaginatedHelmRegistry**
46
+
47
+ ### Authorization
48
+
49
+ [access_token](../README.md#access_token), [user_token](../README.md#user_token)
50
+
51
+ ### HTTP request headers
52
+
53
+ - **Content-Type**: Not defined
54
+ - **Accept**: application/json
55
+
56
+
57
+ ### HTTP response details
58
+ | Status code | Description | Response headers |
59
+ |-------------|-------------|------------------|
60
+ |**200** | | - |
61
+
62
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
63
+
64
+ # **getHelmRegistry**
65
+ > HelmRegistry getHelmRegistry()
66
+
67
+
68
+ ### Example
69
+
70
+ ```typescript
71
+ import {
72
+ HelmRegistriesApi,
73
+ Configuration
74
+ } from './api';
75
+
76
+ const configuration = new Configuration();
77
+ const apiInstance = new HelmRegistriesApi(configuration);
78
+
79
+ let id: string; // (default to undefined)
80
+
81
+ const { status, data } = await apiInstance.getHelmRegistry(
82
+ id
83
+ );
84
+ ```
85
+
86
+ ### Parameters
87
+
88
+ |Name | Type | Description | Notes|
89
+ |------------- | ------------- | ------------- | -------------|
90
+ | **id** | [**string**] | | defaults to undefined|
91
+
92
+
93
+ ### Return type
94
+
95
+ **HelmRegistry**
96
+
97
+ ### Authorization
98
+
99
+ [access_token](../README.md#access_token), [user_token](../README.md#user_token)
100
+
101
+ ### HTTP request headers
102
+
103
+ - **Content-Type**: Not defined
104
+ - **Accept**: application/json
105
+
106
+
107
+ ### HTTP response details
108
+ | Status code | Description | Response headers |
109
+ |-------------|-------------|------------------|
110
+ |**200** | | - |
111
+
112
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
113
+
114
+ # **updateHelmRegistry**
115
+ > HelmRegistry updateHelmRegistry(updateHelmRegistry)
116
+
117
+
118
+ ### Example
119
+
120
+ ```typescript
121
+ import {
122
+ HelmRegistriesApi,
123
+ Configuration,
124
+ UpdateHelmRegistry
125
+ } from './api';
126
+
127
+ const configuration = new Configuration();
128
+ const apiInstance = new HelmRegistriesApi(configuration);
129
+
130
+ let id: string; // (default to undefined)
131
+ let updateHelmRegistry: UpdateHelmRegistry; //
132
+
133
+ const { status, data } = await apiInstance.updateHelmRegistry(
134
+ id,
135
+ updateHelmRegistry
136
+ );
137
+ ```
138
+
139
+ ### Parameters
140
+
141
+ |Name | Type | Description | Notes|
142
+ |------------- | ------------- | ------------- | -------------|
143
+ | **updateHelmRegistry** | **UpdateHelmRegistry**| | |
144
+ | **id** | [**string**] | | defaults to undefined|
145
+
146
+
147
+ ### Return type
148
+
149
+ **HelmRegistry**
150
+
151
+ ### Authorization
152
+
153
+ [access_token](../README.md#access_token), [user_token](../README.md#user_token)
154
+
155
+ ### HTTP request headers
156
+
157
+ - **Content-Type**: application/json
158
+ - **Accept**: application/json
159
+
160
+
161
+ ### HTTP response details
162
+ | Status code | Description | Response headers |
163
+ |-------------|-------------|------------------|
164
+ |**200** | | - |
165
+
166
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
167
+
@@ -0,0 +1,34 @@
1
+ # HelmRegistry
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **created_at** | **string** | | [default to undefined]
10
+ **domain_name** | **string** | | [default to undefined]
11
+ **repo_name** | **string** | | [default to undefined]
12
+ **kind_id** | **string** | | [default to undefined]
13
+ **available** | **boolean** | | [default to undefined]
14
+ **fa_icon** | **string** | | [default to undefined]
15
+ **provider** | [**HelmRegistryProvider**](HelmRegistryProvider.md) | | [default to undefined]
16
+
17
+ ## Example
18
+
19
+ ```typescript
20
+ import { HelmRegistry } from './api';
21
+
22
+ const instance: HelmRegistry = {
23
+ id,
24
+ created_at,
25
+ domain_name,
26
+ repo_name,
27
+ kind_id,
28
+ available,
29
+ fa_icon,
30
+ provider,
31
+ };
32
+ ```
33
+
34
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,10 @@
1
+ # HelmRegistryProvider
2
+
3
+
4
+ ## Enum
5
+
6
+ * `Ecr` (value: `'Ecr'`)
7
+
8
+ * `Oci` (value: `'Oci'`)
9
+
10
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,24 @@
1
+ # HelmTagFormat
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **created_at** | **string** | | [default to undefined]
10
+ **pattern** | **string** | | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { HelmTagFormat } from './api';
16
+
17
+ const instance: HelmTagFormat = {
18
+ id,
19
+ created_at,
20
+ pattern,
21
+ };
22
+ ```
23
+
24
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,212 @@
1
+ # HelmTagFormatsApi
2
+
3
+ All URIs are relative to *http://localhost*
4
+
5
+ |Method | HTTP request | Description|
6
+ |------------- | ------------- | -------------|
7
+ |[**allHelmTagFormats**](#allhelmtagformats) | **GET** /api/v2/helm-tag-formats | |
8
+ |[**createHelmTagFormat**](#createhelmtagformat) | **POST** /api/v2/helm-tag-formats | |
9
+ |[**deleteHelmTagFormat**](#deletehelmtagformat) | **DELETE** /api/v2/helm-tag-formats/{id} | |
10
+ |[**getHelmTagFormat**](#gethelmtagformat) | **GET** /api/v2/helm-tag-formats/{id} | |
11
+
12
+ # **allHelmTagFormats**
13
+ > PaginatedHelmTagFormat allHelmTagFormats()
14
+
15
+
16
+ ### Example
17
+
18
+ ```typescript
19
+ import {
20
+ HelmTagFormatsApi,
21
+ Configuration
22
+ } from './api';
23
+
24
+ const configuration = new Configuration();
25
+ const apiInstance = new HelmTagFormatsApi(configuration);
26
+
27
+ let pattern: string; // (optional) (default to undefined)
28
+
29
+ const { status, data } = await apiInstance.allHelmTagFormats(
30
+ pattern
31
+ );
32
+ ```
33
+
34
+ ### Parameters
35
+
36
+ |Name | Type | Description | Notes|
37
+ |------------- | ------------- | ------------- | -------------|
38
+ | **pattern** | [**string**] | | (optional) defaults to undefined|
39
+
40
+
41
+ ### Return type
42
+
43
+ **PaginatedHelmTagFormat**
44
+
45
+ ### Authorization
46
+
47
+ [access_token](../README.md#access_token), [user_token](../README.md#user_token)
48
+
49
+ ### HTTP request headers
50
+
51
+ - **Content-Type**: Not defined
52
+ - **Accept**: application/json
53
+
54
+
55
+ ### HTTP response details
56
+ | Status code | Description | Response headers |
57
+ |-------------|-------------|------------------|
58
+ |**200** | | - |
59
+
60
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
61
+
62
+ # **createHelmTagFormat**
63
+ > HelmTagFormat createHelmTagFormat(newHelmTagFormat)
64
+
65
+
66
+ ### Example
67
+
68
+ ```typescript
69
+ import {
70
+ HelmTagFormatsApi,
71
+ Configuration,
72
+ NewHelmTagFormat
73
+ } from './api';
74
+
75
+ const configuration = new Configuration();
76
+ const apiInstance = new HelmTagFormatsApi(configuration);
77
+
78
+ let newHelmTagFormat: NewHelmTagFormat; //
79
+
80
+ const { status, data } = await apiInstance.createHelmTagFormat(
81
+ newHelmTagFormat
82
+ );
83
+ ```
84
+
85
+ ### Parameters
86
+
87
+ |Name | Type | Description | Notes|
88
+ |------------- | ------------- | ------------- | -------------|
89
+ | **newHelmTagFormat** | **NewHelmTagFormat**| | |
90
+
91
+
92
+ ### Return type
93
+
94
+ **HelmTagFormat**
95
+
96
+ ### Authorization
97
+
98
+ [access_token](../README.md#access_token), [user_token](../README.md#user_token)
99
+
100
+ ### HTTP request headers
101
+
102
+ - **Content-Type**: application/json
103
+ - **Accept**: application/json
104
+
105
+
106
+ ### HTTP response details
107
+ | Status code | Description | Response headers |
108
+ |-------------|-------------|------------------|
109
+ |**201** | | - |
110
+
111
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
112
+
113
+ # **deleteHelmTagFormat**
114
+ > deleteHelmTagFormat()
115
+
116
+
117
+ ### Example
118
+
119
+ ```typescript
120
+ import {
121
+ HelmTagFormatsApi,
122
+ Configuration
123
+ } from './api';
124
+
125
+ const configuration = new Configuration();
126
+ const apiInstance = new HelmTagFormatsApi(configuration);
127
+
128
+ let id: string; // (default to undefined)
129
+
130
+ const { status, data } = await apiInstance.deleteHelmTagFormat(
131
+ id
132
+ );
133
+ ```
134
+
135
+ ### Parameters
136
+
137
+ |Name | Type | Description | Notes|
138
+ |------------- | ------------- | ------------- | -------------|
139
+ | **id** | [**string**] | | defaults to undefined|
140
+
141
+
142
+ ### Return type
143
+
144
+ void (empty response body)
145
+
146
+ ### Authorization
147
+
148
+ [access_token](../README.md#access_token), [user_token](../README.md#user_token)
149
+
150
+ ### HTTP request headers
151
+
152
+ - **Content-Type**: Not defined
153
+ - **Accept**: Not defined
154
+
155
+
156
+ ### HTTP response details
157
+ | Status code | Description | Response headers |
158
+ |-------------|-------------|------------------|
159
+ |**204** | | - |
160
+
161
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
162
+
163
+ # **getHelmTagFormat**
164
+ > HelmTagFormat getHelmTagFormat()
165
+
166
+
167
+ ### Example
168
+
169
+ ```typescript
170
+ import {
171
+ HelmTagFormatsApi,
172
+ Configuration
173
+ } from './api';
174
+
175
+ const configuration = new Configuration();
176
+ const apiInstance = new HelmTagFormatsApi(configuration);
177
+
178
+ let id: string; // (default to undefined)
179
+
180
+ const { status, data } = await apiInstance.getHelmTagFormat(
181
+ id
182
+ );
183
+ ```
184
+
185
+ ### Parameters
186
+
187
+ |Name | Type | Description | Notes|
188
+ |------------- | ------------- | ------------- | -------------|
189
+ | **id** | [**string**] | | defaults to undefined|
190
+
191
+
192
+ ### Return type
193
+
194
+ **HelmTagFormat**
195
+
196
+ ### Authorization
197
+
198
+ [access_token](../README.md#access_token), [user_token](../README.md#user_token)
199
+
200
+ ### HTTP request headers
201
+
202
+ - **Content-Type**: Not defined
203
+ - **Accept**: application/json
204
+
205
+
206
+ ### HTTP response details
207
+ | Status code | Description | Response headers |
208
+ |-------------|-------------|------------------|
209
+ |**200** | | - |
210
+
211
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
212
+
@@ -0,0 +1,48 @@
1
+ # K8sCluster
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **env_id** | **string** | | [default to undefined]
10
+ **provider_id** | **string** | | [default to undefined]
11
+ **created_at** | **string** | | [default to undefined]
12
+ **last_seen_at** | **string** | | [default to undefined]
13
+ **name** | **string** | | [default to undefined]
14
+ **region_name** | **string** | | [default to undefined]
15
+ **is_ok** | **boolean** | | [default to undefined]
16
+ **not_ok_reason** | **string** | | [default to undefined]
17
+ **ignore** | **boolean** | | [default to undefined]
18
+ **ingress_domain** | **string** | | [default to undefined]
19
+ **ingress_class** | **string** | | [default to undefined]
20
+ **ingress_tls_secret_name** | **string** | | [default to undefined]
21
+ **grafana_url** | **string** | | [default to undefined]
22
+ **grafana_datasource_name** | **string** | | [default to undefined]
23
+
24
+ ## Example
25
+
26
+ ```typescript
27
+ import { K8sCluster } from './api';
28
+
29
+ const instance: K8sCluster = {
30
+ id,
31
+ env_id,
32
+ provider_id,
33
+ created_at,
34
+ last_seen_at,
35
+ name,
36
+ region_name,
37
+ is_ok,
38
+ not_ok_reason,
39
+ ignore,
40
+ ingress_domain,
41
+ ingress_class,
42
+ ingress_tls_secret_name,
43
+ grafana_url,
44
+ grafana_datasource_name,
45
+ };
46
+ ```
47
+
48
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,36 @@
1
+ # K8sResource
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **last_updated_at** | **string** | | [default to undefined]
10
+ **cluster_id** | **string** | | [default to undefined]
11
+ **deployment_id** | **string** | | [default to undefined]
12
+ **kind** | **string** | | [default to undefined]
13
+ **api_version** | **string** | | [default to undefined]
14
+ **name** | **string** | | [default to undefined]
15
+ **status_color** | **Array<string>** | | [default to undefined]
16
+ **metadata** | **any** | | [default to undefined]
17
+
18
+ ## Example
19
+
20
+ ```typescript
21
+ import { K8sResource } from './api';
22
+
23
+ const instance: K8sResource = {
24
+ id,
25
+ last_updated_at,
26
+ cluster_id,
27
+ deployment_id,
28
+ kind,
29
+ api_version,
30
+ name,
31
+ status_color,
32
+ metadata,
33
+ };
34
+ ```
35
+
36
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)