@harnessio/react-chaos-manager-client 0.2.0 → 0.4.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.
Files changed (422) hide show
  1. package/dist/chaos-manager/src/index.d.ts +1 -1
  2. package/dist/chaos-manager/src/index.js +1 -1
  3. package/dist/chaos-manager/src/services/hooks/useAddNoteMutation.d.ts +9 -5
  4. package/dist/chaos-manager/src/services/hooks/useAddNoteMutation.js +3 -3
  5. package/dist/chaos-manager/src/services/hooks/useBulkExperimentDeleteMutation.d.ts +9 -5
  6. package/dist/chaos-manager/src/services/hooks/useBulkExperimentDeleteMutation.js +3 -3
  7. package/dist/chaos-manager/src/services/hooks/useBulkExperimentTagAddMutation.d.ts +9 -5
  8. package/dist/chaos-manager/src/services/hooks/useBulkExperimentTagAddMutation.js +3 -3
  9. package/dist/chaos-manager/src/services/hooks/useCanRetryExperimentCreationQuery.d.ts +8 -5
  10. package/dist/chaos-manager/src/services/hooks/useCanRetryExperimentCreationQuery.js +1 -1
  11. package/dist/chaos-manager/src/services/hooks/useCreateChaosExperimentPipelineMutation.d.ts +9 -5
  12. package/dist/chaos-manager/src/services/hooks/useCreateChaosExperimentPipelineMutation.js +3 -3
  13. package/dist/chaos-manager/src/services/hooks/useCreateGamedayRunV2Mutation.d.ts +9 -5
  14. package/dist/chaos-manager/src/services/hooks/useCreateGamedayRunV2Mutation.js +3 -3
  15. package/dist/chaos-manager/src/services/hooks/useCreateGamedayV2Mutation.d.ts +9 -5
  16. package/dist/chaos-manager/src/services/hooks/useCreateGamedayV2Mutation.js +3 -3
  17. package/dist/chaos-manager/src/services/hooks/useCreateInputSetMutation.d.ts +9 -5
  18. package/dist/chaos-manager/src/services/hooks/useCreateInputSetMutation.js +3 -3
  19. package/dist/chaos-manager/src/services/hooks/useCreateProbeMutation.d.ts +27 -0
  20. package/dist/chaos-manager/src/services/hooks/useCreateProbeMutation.js +14 -0
  21. package/dist/chaos-manager/src/services/hooks/useCreateV2OnboardingMutation.d.ts +9 -5
  22. package/dist/chaos-manager/src/services/hooks/useCreateV2OnboardingMutation.js +3 -3
  23. package/dist/chaos-manager/src/services/hooks/useDeleteChaosV2ExperimentMutation.d.ts +9 -5
  24. package/dist/chaos-manager/src/services/hooks/useDeleteChaosV2ExperimentMutation.js +3 -3
  25. package/dist/chaos-manager/src/services/hooks/useDeleteGamedayV2Mutation.d.ts +9 -5
  26. package/dist/chaos-manager/src/services/hooks/useDeleteGamedayV2Mutation.js +3 -3
  27. package/dist/chaos-manager/src/services/hooks/useDeleteInfraV2Mutation.d.ts +9 -5
  28. package/dist/chaos-manager/src/services/hooks/useDeleteInfraV2Mutation.js +3 -3
  29. package/dist/chaos-manager/src/services/hooks/useDeleteInputSetMutation.d.ts +9 -5
  30. package/dist/chaos-manager/src/services/hooks/useDeleteInputSetMutation.js +3 -3
  31. package/dist/chaos-manager/src/services/hooks/useDeleteTargetNetworkMapMutation.d.ts +9 -5
  32. package/dist/chaos-manager/src/services/hooks/useDeleteTargetNetworkMapMutation.js +3 -3
  33. package/dist/chaos-manager/src/services/hooks/useGetAccountServiceDetailsQuery.d.ts +8 -5
  34. package/dist/chaos-manager/src/services/hooks/useGetAccountServiceDetailsQuery.js +1 -1
  35. package/dist/chaos-manager/src/services/hooks/useGetAccountServiceUsageStatsQuery.d.ts +8 -5
  36. package/dist/chaos-manager/src/services/hooks/useGetAccountServiceUsageStatsQuery.js +1 -1
  37. package/dist/chaos-manager/src/services/hooks/useGetChaosDashboardQuery.d.ts +8 -5
  38. package/dist/chaos-manager/src/services/hooks/useGetChaosDashboardQuery.js +1 -1
  39. package/dist/chaos-manager/src/services/hooks/useGetChaosExperimentRunReportQuery.d.ts +8 -5
  40. package/dist/chaos-manager/src/services/hooks/useGetChaosExperimentRunReportQuery.js +1 -1
  41. package/dist/chaos-manager/src/services/hooks/useGetChaosV2ExperimentQuery.d.ts +8 -5
  42. package/dist/chaos-manager/src/services/hooks/useGetChaosV2ExperimentQuery.js +1 -1
  43. package/dist/chaos-manager/src/services/hooks/useGetChaosV2ExperimentRunQuery.d.ts +8 -5
  44. package/dist/chaos-manager/src/services/hooks/useGetChaosV2ExperimentRunQuery.js +1 -1
  45. package/dist/chaos-manager/src/services/hooks/useGetChaosV2ExperimentVariablesQuery.d.ts +8 -5
  46. package/dist/chaos-manager/src/services/hooks/useGetChaosV2ExperimentVariablesQuery.js +1 -1
  47. package/dist/chaos-manager/src/services/hooks/useGetConnectorForInfraQuery.d.ts +8 -5
  48. package/dist/chaos-manager/src/services/hooks/useGetConnectorForInfraQuery.js +1 -1
  49. package/dist/chaos-manager/src/services/hooks/useGetExperimentHelperImageVersionQuery.d.ts +8 -5
  50. package/dist/chaos-manager/src/services/hooks/useGetExperimentHelperImageVersionQuery.js +1 -1
  51. package/dist/chaos-manager/src/services/hooks/useGetExperimentRunsOverviewStatsQuery.d.ts +8 -5
  52. package/dist/chaos-manager/src/services/hooks/useGetExperimentRunsOverviewStatsQuery.js +1 -1
  53. package/dist/chaos-manager/src/services/hooks/useGetFaultTemplateQuery.d.ts +8 -5
  54. package/dist/chaos-manager/src/services/hooks/useGetFaultTemplateQuery.js +1 -1
  55. package/dist/chaos-manager/src/services/hooks/useGetFaultTemplateRevisionDifferenceQuery.d.ts +8 -5
  56. package/dist/chaos-manager/src/services/hooks/useGetFaultTemplateRevisionDifferenceQuery.js +1 -1
  57. package/dist/chaos-manager/src/services/hooks/useGetGamedayRunV2Query.d.ts +8 -5
  58. package/dist/chaos-manager/src/services/hooks/useGetGamedayRunV2Query.js +1 -1
  59. package/dist/chaos-manager/src/services/hooks/useGetGamedayV2Query.d.ts +8 -5
  60. package/dist/chaos-manager/src/services/hooks/useGetGamedayV2Query.js +1 -1
  61. package/dist/chaos-manager/src/services/hooks/useGetImageRegistryQuery.d.ts +8 -5
  62. package/dist/chaos-manager/src/services/hooks/useGetImageRegistryQuery.js +1 -1
  63. package/dist/chaos-manager/src/services/hooks/useGetInfraV2Query.d.ts +8 -5
  64. package/dist/chaos-manager/src/services/hooks/useGetInfraV2Query.js +1 -1
  65. package/dist/chaos-manager/src/services/hooks/useGetInputSetQuery.d.ts +8 -5
  66. package/dist/chaos-manager/src/services/hooks/useGetInputSetQuery.js +1 -1
  67. package/dist/chaos-manager/src/services/hooks/useGetNoteQuery.d.ts +8 -5
  68. package/dist/chaos-manager/src/services/hooks/useGetNoteQuery.js +1 -1
  69. package/dist/chaos-manager/src/services/hooks/useGetOnboardingExperimentsQuery.d.ts +8 -5
  70. package/dist/chaos-manager/src/services/hooks/useGetOnboardingExperimentsQuery.js +1 -1
  71. package/dist/chaos-manager/src/services/hooks/useGetOverallServiceUsageStatsQuery.d.ts +8 -5
  72. package/dist/chaos-manager/src/services/hooks/useGetOverallServiceUsageStatsQuery.js +1 -1
  73. package/dist/chaos-manager/src/services/hooks/useGetProbeManifestQuery.d.ts +25 -0
  74. package/dist/chaos-manager/src/services/hooks/useGetProbeManifestQuery.js +14 -0
  75. package/dist/chaos-manager/src/services/hooks/useGetProbeQuery.d.ts +26 -0
  76. package/dist/chaos-manager/src/services/hooks/useGetProbeQuery.js +14 -0
  77. package/dist/chaos-manager/src/services/hooks/useGetResourceUsageQuery.d.ts +8 -5
  78. package/dist/chaos-manager/src/services/hooks/useGetResourceUsageQuery.js +1 -1
  79. package/dist/chaos-manager/src/services/hooks/useGetServiceResponseQuery.d.ts +8 -5
  80. package/dist/chaos-manager/src/services/hooks/useGetServiceResponseQuery.js +1 -1
  81. package/dist/chaos-manager/src/services/hooks/useGetServiceUsageReportQuery.d.ts +8 -5
  82. package/dist/chaos-manager/src/services/hooks/useGetServiceUsageReportQuery.js +1 -1
  83. package/dist/chaos-manager/src/services/hooks/useGetSgpTemplateByGenAiMutation.d.ts +9 -5
  84. package/dist/chaos-manager/src/services/hooks/useGetSgpTemplateByGenAiMutation.js +3 -3
  85. package/dist/chaos-manager/src/services/hooks/useGetTargetNetworkMapQuery.d.ts +8 -5
  86. package/dist/chaos-manager/src/services/hooks/useGetTargetNetworkMapQuery.js +1 -1
  87. package/dist/chaos-manager/src/services/hooks/useGetV2InfrastructureYamlMutation.d.ts +9 -5
  88. package/dist/chaos-manager/src/services/hooks/useGetV2InfrastructureYamlMutation.js +3 -3
  89. package/dist/chaos-manager/src/services/hooks/useGetV2OnboardingQuery.d.ts +8 -5
  90. package/dist/chaos-manager/src/services/hooks/useGetV2OnboardingQuery.js +1 -1
  91. package/dist/chaos-manager/src/services/hooks/useListChaosEnabledInfraV2Query.d.ts +8 -5
  92. package/dist/chaos-manager/src/services/hooks/useListChaosEnabledInfraV2Query.js +1 -1
  93. package/dist/chaos-manager/src/services/hooks/useListChaosV2ExperimentQuery.d.ts +8 -5
  94. package/dist/chaos-manager/src/services/hooks/useListChaosV2ExperimentQuery.js +1 -1
  95. package/dist/chaos-manager/src/services/hooks/useListExperimentsWithActiveInfrasMinimalNotificationQuery.d.ts +8 -5
  96. package/dist/chaos-manager/src/services/hooks/useListExperimentsWithActiveInfrasMinimalNotificationQuery.js +1 -1
  97. package/dist/chaos-manager/src/services/hooks/useListFaultTemplateQuery.d.ts +8 -5
  98. package/dist/chaos-manager/src/services/hooks/useListFaultTemplateQuery.js +1 -1
  99. package/dist/chaos-manager/src/services/hooks/useListFaultTemplateRevisionsQuery.d.ts +8 -5
  100. package/dist/chaos-manager/src/services/hooks/useListFaultTemplateRevisionsQuery.js +1 -1
  101. package/dist/chaos-manager/src/services/hooks/useListGamedayRunV2Query.d.ts +8 -5
  102. package/dist/chaos-manager/src/services/hooks/useListGamedayRunV2Query.js +1 -1
  103. package/dist/chaos-manager/src/services/hooks/useListGamedayV2Query.d.ts +8 -5
  104. package/dist/chaos-manager/src/services/hooks/useListGamedayV2Query.js +1 -1
  105. package/dist/chaos-manager/src/services/hooks/useListHarnessInfraQuery.d.ts +8 -5
  106. package/dist/chaos-manager/src/services/hooks/useListHarnessInfraQuery.js +1 -1
  107. package/dist/chaos-manager/src/services/hooks/useListInfraV2Query.d.ts +8 -5
  108. package/dist/chaos-manager/src/services/hooks/useListInfraV2Query.js +1 -1
  109. package/dist/chaos-manager/src/services/hooks/useListInputSetQuery.d.ts +8 -5
  110. package/dist/chaos-manager/src/services/hooks/useListInputSetQuery.js +1 -1
  111. package/dist/chaos-manager/src/services/hooks/useListK8sInfrasV2Mutation.d.ts +9 -5
  112. package/dist/chaos-manager/src/services/hooks/useListK8sInfrasV2Mutation.js +3 -3
  113. package/dist/chaos-manager/src/services/hooks/useListProbesQuery.d.ts +40 -0
  114. package/dist/chaos-manager/src/services/hooks/useListProbesQuery.js +14 -0
  115. package/dist/chaos-manager/src/services/hooks/useListServiceQuery.d.ts +8 -5
  116. package/dist/chaos-manager/src/services/hooks/useListServiceQuery.js +1 -1
  117. package/dist/chaos-manager/src/services/hooks/useListTargetNetworkMapsQuery.d.ts +8 -5
  118. package/dist/chaos-manager/src/services/hooks/useListTargetNetworkMapsQuery.js +1 -1
  119. package/dist/chaos-manager/src/services/hooks/useListV2OnboardingQuery.d.ts +8 -5
  120. package/dist/chaos-manager/src/services/hooks/useListV2OnboardingQuery.js +1 -1
  121. package/dist/chaos-manager/src/services/hooks/useListVariablesInFaultTemplateQuery.d.ts +8 -5
  122. package/dist/chaos-manager/src/services/hooks/useListVariablesInFaultTemplateQuery.js +1 -1
  123. package/dist/chaos-manager/src/services/hooks/useOnboardingConfirmDiscoveryMutation.d.ts +9 -5
  124. package/dist/chaos-manager/src/services/hooks/useOnboardingConfirmDiscoveryMutation.js +3 -3
  125. package/dist/chaos-manager/src/services/hooks/useOnboardingConfirmExperimentCreationMutation.d.ts +9 -5
  126. package/dist/chaos-manager/src/services/hooks/useOnboardingConfirmExperimentCreationMutation.js +3 -3
  127. package/dist/chaos-manager/src/services/hooks/useOnboardingConfirmExperimentRunMutation.d.ts +9 -5
  128. package/dist/chaos-manager/src/services/hooks/useOnboardingConfirmExperimentRunMutation.js +3 -3
  129. package/dist/chaos-manager/src/services/hooks/useOnboardingConfirmNetworkMapMutation.d.ts +9 -5
  130. package/dist/chaos-manager/src/services/hooks/useOnboardingConfirmNetworkMapMutation.js +3 -3
  131. package/dist/chaos-manager/src/services/hooks/useRegisterInfraV2Mutation.d.ts +9 -5
  132. package/dist/chaos-manager/src/services/hooks/useRegisterInfraV2Mutation.js +3 -3
  133. package/dist/chaos-manager/src/services/hooks/useRetryExperimentCreationMutation.d.ts +9 -5
  134. package/dist/chaos-manager/src/services/hooks/useRetryExperimentCreationMutation.js +3 -3
  135. package/dist/chaos-manager/src/services/hooks/useRunChaosV2ExperimentMutation.d.ts +9 -5
  136. package/dist/chaos-manager/src/services/hooks/useRunChaosV2ExperimentMutation.js +3 -3
  137. package/dist/chaos-manager/src/services/hooks/useSaveChaosV2ExperimentMutation.d.ts +9 -5
  138. package/dist/chaos-manager/src/services/hooks/useSaveChaosV2ExperimentMutation.js +3 -3
  139. package/dist/chaos-manager/src/services/hooks/useStopChaosV2ExperimentMutation.d.ts +9 -5
  140. package/dist/chaos-manager/src/services/hooks/useStopChaosV2ExperimentMutation.js +3 -3
  141. package/dist/chaos-manager/src/services/hooks/useStopOnboardingExperimentsMutation.d.ts +9 -5
  142. package/dist/chaos-manager/src/services/hooks/useStopOnboardingExperimentsMutation.js +3 -3
  143. package/dist/chaos-manager/src/services/hooks/useUpdateChaosV2CronExperimentMutation.d.ts +9 -5
  144. package/dist/chaos-manager/src/services/hooks/useUpdateChaosV2CronExperimentMutation.js +3 -3
  145. package/dist/chaos-manager/src/services/hooks/useUpdateGamedayRunPrerequisitesV2Mutation.d.ts +9 -5
  146. package/dist/chaos-manager/src/services/hooks/useUpdateGamedayRunPrerequisitesV2Mutation.js +3 -3
  147. package/dist/chaos-manager/src/services/hooks/useUpdateGamedayRunStakeHolderActionsV2Mutation.d.ts +9 -5
  148. package/dist/chaos-manager/src/services/hooks/useUpdateGamedayRunStakeHolderActionsV2Mutation.js +3 -3
  149. package/dist/chaos-manager/src/services/hooks/useUpdateGamedayRunV2Mutation.d.ts +9 -5
  150. package/dist/chaos-manager/src/services/hooks/useUpdateGamedayRunV2Mutation.js +3 -3
  151. package/dist/chaos-manager/src/services/hooks/useUpdateGamedayV2Mutation.d.ts +9 -5
  152. package/dist/chaos-manager/src/services/hooks/useUpdateGamedayV2Mutation.js +3 -3
  153. package/dist/chaos-manager/src/services/hooks/useUpdateInfraV2Mutation.d.ts +9 -5
  154. package/dist/chaos-manager/src/services/hooks/useUpdateInfraV2Mutation.js +3 -3
  155. package/dist/chaos-manager/src/services/hooks/useUpdateInputSetMutation.d.ts +9 -5
  156. package/dist/chaos-manager/src/services/hooks/useUpdateInputSetMutation.js +3 -3
  157. package/dist/chaos-manager/src/services/hooks/useUpdateNoteMutation.d.ts +9 -5
  158. package/dist/chaos-manager/src/services/hooks/useUpdateNoteMutation.js +3 -3
  159. package/dist/chaos-manager/src/services/hooks/useUpdateProbeMutation.d.ts +30 -0
  160. package/dist/chaos-manager/src/services/hooks/useUpdateProbeMutation.js +14 -0
  161. package/dist/chaos-manager/src/services/index.d.ts +171 -35
  162. package/dist/chaos-manager/src/services/index.js +5 -0
  163. package/dist/chaos-manager/src/services/requestBodies/TypesProbeRequestRequestBody.d.ts +2 -0
  164. package/dist/chaos-manager/src/services/schemas/ChaosExperimentChaosExperimentRequest.d.ts +4 -0
  165. package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesProbeVerdict.d.ts +1 -0
  166. package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesProbeVerdict.js +4 -0
  167. package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesTlsConfig.d.ts +6 -0
  168. package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesTlsConfig.js +4 -0
  169. package/dist/chaos-manager/src/services/schemas/ProbeAuthorization.d.ts +5 -0
  170. package/dist/chaos-manager/src/services/schemas/ProbeAuthorization.js +4 -0
  171. package/dist/chaos-manager/src/services/schemas/ProbeComparator.d.ts +5 -0
  172. package/dist/chaos-manager/src/services/schemas/ProbeComparator.js +4 -0
  173. package/dist/chaos-manager/src/services/schemas/ProbeDatadogMetrics.d.ts +6 -0
  174. package/dist/chaos-manager/src/services/schemas/ProbeDatadogMetrics.js +1 -0
  175. package/dist/chaos-manager/src/services/schemas/ProbeDatadogSyntheticsTestType.d.ts +1 -0
  176. package/dist/chaos-manager/src/services/schemas/ProbeDatadogSyntheticsTestType.js +4 -0
  177. package/dist/chaos-manager/src/services/schemas/ProbeGet.d.ts +5 -0
  178. package/dist/chaos-manager/src/services/schemas/ProbeGet.js +4 -0
  179. package/dist/chaos-manager/src/services/schemas/ProbeHeaders.d.ts +4 -0
  180. package/dist/chaos-manager/src/services/schemas/ProbeHeaders.js +4 -0
  181. package/dist/chaos-manager/src/services/schemas/ProbeK8SProbe.d.ts +18 -0
  182. package/dist/chaos-manager/src/services/schemas/ProbeK8SProbe.js +4 -0
  183. package/dist/chaos-manager/src/services/schemas/ProbeKubernetesCmdProbe.d.ts +15 -0
  184. package/dist/chaos-manager/src/services/schemas/ProbeKubernetesCmdProbe.js +1 -0
  185. package/dist/chaos-manager/src/services/schemas/ProbeKubernetesDatadogProbe.d.ts +16 -0
  186. package/dist/chaos-manager/src/services/schemas/ProbeKubernetesDatadogProbe.js +1 -0
  187. package/dist/chaos-manager/src/services/schemas/ProbeKubernetesDynatraceProbe.d.ts +17 -0
  188. package/dist/chaos-manager/src/services/schemas/ProbeKubernetesDynatraceProbe.js +1 -0
  189. package/dist/chaos-manager/src/services/schemas/ProbeKubernetesHttpProbe.d.ts +19 -0
  190. package/dist/chaos-manager/src/services/schemas/ProbeKubernetesHttpProbe.js +1 -0
  191. package/dist/chaos-manager/src/services/schemas/ProbeLinuxCmdProbe.d.ts +13 -0
  192. package/dist/chaos-manager/src/services/schemas/ProbeLinuxCmdProbe.js +1 -0
  193. package/dist/chaos-manager/src/services/schemas/ProbeLinuxDatadogProbe.d.ts +13 -0
  194. package/dist/chaos-manager/src/services/schemas/ProbeLinuxDatadogProbe.js +1 -0
  195. package/dist/chaos-manager/src/services/schemas/ProbeLinuxDynatraceProbe.d.ts +14 -0
  196. package/dist/chaos-manager/src/services/schemas/ProbeLinuxDynatraceProbe.js +1 -0
  197. package/dist/chaos-manager/src/services/schemas/ProbeLinuxHttpProbe.d.ts +17 -0
  198. package/dist/chaos-manager/src/services/schemas/ProbeLinuxHttpProbe.js +1 -0
  199. package/dist/chaos-manager/src/services/schemas/ProbeMethod.d.ts +6 -0
  200. package/dist/chaos-manager/src/services/schemas/ProbeMethod.js +1 -0
  201. package/dist/chaos-manager/src/services/schemas/ProbeMetrics.d.ts +4 -0
  202. package/dist/chaos-manager/src/services/schemas/ProbeMetrics.js +4 -0
  203. package/dist/chaos-manager/src/services/schemas/ProbePost.d.ts +8 -0
  204. package/dist/chaos-manager/src/services/schemas/ProbePost.js +4 -0
  205. package/dist/chaos-manager/src/services/schemas/ProbePromProbe.d.ts +19 -0
  206. package/dist/chaos-manager/src/services/schemas/ProbePromProbe.js +1 -0
  207. package/dist/chaos-manager/src/services/schemas/ProbeSloProbe.d.ts +20 -0
  208. package/dist/chaos-manager/src/services/schemas/ProbeSloProbe.js +1 -0
  209. package/dist/chaos-manager/src/services/schemas/ProbeSyntheticsTest.d.ts +5 -0
  210. package/dist/chaos-manager/src/services/schemas/ProbeSyntheticsTest.js +1 -0
  211. package/dist/chaos-manager/src/services/schemas/ProbeTlsConfig.d.ts +6 -0
  212. package/dist/chaos-manager/src/services/schemas/ProbeTlsConfig.js +4 -0
  213. package/dist/chaos-manager/src/services/schemas/ProbeWindowsHttpProbe.d.ts +17 -0
  214. package/dist/chaos-manager/src/services/schemas/ProbeWindowsHttpProbe.js +1 -0
  215. package/dist/chaos-manager/src/services/schemas/ResourceQuantity.d.ts +3 -0
  216. package/dist/chaos-manager/src/services/schemas/ResourceQuantity.js +4 -0
  217. package/dist/chaos-manager/src/services/schemas/TypesAuthorization.d.ts +5 -0
  218. package/dist/chaos-manager/src/services/schemas/TypesAuthorization.js +4 -0
  219. package/dist/chaos-manager/src/services/schemas/TypesCmdProbe.d.ts +9 -0
  220. package/dist/chaos-manager/src/services/schemas/TypesCmdProbe.js +1 -0
  221. package/dist/chaos-manager/src/services/schemas/TypesCreateProbeResponse.d.ts +31 -0
  222. package/dist/chaos-manager/src/services/schemas/TypesCreateProbeResponse.js +1 -0
  223. package/dist/chaos-manager/src/services/schemas/TypesDatadogProbe.d.ts +8 -0
  224. package/dist/chaos-manager/src/services/schemas/TypesDatadogProbe.js +1 -0
  225. package/dist/chaos-manager/src/services/schemas/TypesDynatraceProbe.d.ts +9 -0
  226. package/dist/chaos-manager/src/services/schemas/TypesDynatraceProbe.js +1 -0
  227. package/dist/chaos-manager/src/services/schemas/TypesExecutedByExperiment.d.ts +11 -0
  228. package/dist/chaos-manager/src/services/schemas/TypesExecutedByExperiment.js +1 -0
  229. package/dist/chaos-manager/src/services/schemas/TypesExperimentCreationRequest.d.ts +1 -0
  230. package/dist/chaos-manager/src/services/schemas/TypesGet.d.ts +5 -0
  231. package/dist/chaos-manager/src/services/schemas/TypesGet.js +4 -0
  232. package/dist/chaos-manager/src/services/schemas/TypesGetProbeResponse.d.ts +36 -0
  233. package/dist/chaos-manager/src/services/schemas/TypesGetProbeResponse.js +1 -0
  234. package/dist/chaos-manager/src/services/schemas/TypesHeaders.d.ts +4 -0
  235. package/dist/chaos-manager/src/services/schemas/TypesHeaders.js +4 -0
  236. package/dist/chaos-manager/src/services/schemas/TypesHttpProbe.d.ts +11 -0
  237. package/dist/chaos-manager/src/services/schemas/TypesHttpProbe.js +1 -0
  238. package/dist/chaos-manager/src/services/schemas/TypesInfrastructureType.d.ts +1 -0
  239. package/dist/chaos-manager/src/services/schemas/TypesInfrastructureType.js +4 -0
  240. package/dist/chaos-manager/src/services/schemas/TypesK8SProbe.d.ts +10 -0
  241. package/dist/chaos-manager/src/services/schemas/TypesK8SProbe.js +4 -0
  242. package/dist/chaos-manager/src/services/schemas/TypesListProbeResponse.d.ts +7 -0
  243. package/dist/chaos-manager/src/services/schemas/TypesListProbeResponse.js +1 -0
  244. package/dist/chaos-manager/src/services/schemas/TypesMethod.d.ts +6 -0
  245. package/dist/chaos-manager/src/services/schemas/TypesMethod.js +1 -0
  246. package/dist/chaos-manager/src/services/schemas/TypesPost.d.ts +8 -0
  247. package/dist/chaos-manager/src/services/schemas/TypesPost.js +4 -0
  248. package/dist/chaos-manager/src/services/schemas/TypesProbeRecentExecutions.d.ts +7 -0
  249. package/dist/chaos-manager/src/services/schemas/TypesProbeRecentExecutions.js +1 -0
  250. package/dist/chaos-manager/src/services/schemas/TypesProbeRequest.d.ts +31 -0
  251. package/dist/chaos-manager/src/services/schemas/TypesProbeRequest.js +1 -0
  252. package/dist/chaos-manager/src/services/schemas/TypesProbeType.d.ts +1 -0
  253. package/dist/chaos-manager/src/services/schemas/TypesProbeType.js +4 -0
  254. package/dist/chaos-manager/src/services/schemas/TypesPromProbe.d.ts +11 -0
  255. package/dist/chaos-manager/src/services/schemas/TypesPromProbe.js +1 -0
  256. package/dist/chaos-manager/src/services/schemas/TypesRunProperties.d.ts +10 -0
  257. package/dist/chaos-manager/src/services/schemas/TypesRunProperties.js +4 -0
  258. package/dist/chaos-manager/src/services/schemas/TypesScenarioType.d.ts +1 -0
  259. package/dist/chaos-manager/src/services/schemas/TypesScenarioType.js +4 -0
  260. package/dist/chaos-manager/src/services/schemas/TypesSloProbe.d.ts +12 -0
  261. package/dist/chaos-manager/src/services/schemas/TypesSloProbe.js +1 -0
  262. package/dist/chaos-manager/src/services/schemas/TypesStatus.d.ts +5 -0
  263. package/dist/chaos-manager/src/services/schemas/TypesStatus.js +1 -0
  264. package/dist/chaos-manager/src/services/schemas/TypesUserDetails.d.ts +5 -0
  265. package/dist/chaos-manager/src/services/schemas/TypesUserDetails.js +4 -0
  266. package/dist/chaos-manager/src/services/schemas/V1AwsElasticBlockStoreVolumeSource.d.ts +31 -0
  267. package/dist/chaos-manager/src/services/schemas/V1AwsElasticBlockStoreVolumeSource.js +4 -0
  268. package/dist/chaos-manager/src/services/schemas/V1AzureDataDiskCachingMode.d.ts +1 -0
  269. package/dist/chaos-manager/src/services/schemas/V1AzureDataDiskCachingMode.js +4 -0
  270. package/dist/chaos-manager/src/services/schemas/V1AzureDataDiskKind.d.ts +1 -0
  271. package/dist/chaos-manager/src/services/schemas/V1AzureDataDiskKind.js +4 -0
  272. package/dist/chaos-manager/src/services/schemas/V1AzureDiskVolumeSource.d.ts +34 -0
  273. package/dist/chaos-manager/src/services/schemas/V1AzureDiskVolumeSource.js +1 -0
  274. package/dist/chaos-manager/src/services/schemas/V1AzureFileVolumeSource.d.ts +16 -0
  275. package/dist/chaos-manager/src/services/schemas/V1AzureFileVolumeSource.js +4 -0
  276. package/dist/chaos-manager/src/services/schemas/V1CephFsVolumeSource.d.ts +38 -0
  277. package/dist/chaos-manager/src/services/schemas/V1CephFsVolumeSource.js +1 -0
  278. package/dist/chaos-manager/src/services/schemas/V1CinderVolumeSource.d.ts +29 -0
  279. package/dist/chaos-manager/src/services/schemas/V1CinderVolumeSource.js +1 -0
  280. package/dist/chaos-manager/src/services/schemas/V1ConfigMapKeySelector.d.ts +18 -0
  281. package/dist/chaos-manager/src/services/schemas/V1ConfigMapKeySelector.js +4 -0
  282. package/dist/chaos-manager/src/services/schemas/V1ConfigMapProjection.d.ts +26 -0
  283. package/dist/chaos-manager/src/services/schemas/V1ConfigMapProjection.js +1 -0
  284. package/dist/chaos-manager/src/services/schemas/V1ConfigMapVolumeSource.d.ts +37 -0
  285. package/dist/chaos-manager/src/services/schemas/V1ConfigMapVolumeSource.js +1 -0
  286. package/dist/chaos-manager/src/services/schemas/V1CsiVolumeSource.d.ts +38 -0
  287. package/dist/chaos-manager/src/services/schemas/V1CsiVolumeSource.js +1 -0
  288. package/dist/chaos-manager/src/services/schemas/V1DownwardApiProjection.d.ts +8 -0
  289. package/dist/chaos-manager/src/services/schemas/V1DownwardApiProjection.js +1 -0
  290. package/dist/chaos-manager/src/services/schemas/V1DownwardApiVolumeFile.d.ts +29 -0
  291. package/dist/chaos-manager/src/services/schemas/V1DownwardApiVolumeFile.js +1 -0
  292. package/dist/chaos-manager/src/services/schemas/V1DownwardApiVolumeSource.d.ts +20 -0
  293. package/dist/chaos-manager/src/services/schemas/V1DownwardApiVolumeSource.js +1 -0
  294. package/dist/chaos-manager/src/services/schemas/V1EmptyDirVolumeSource.d.ts +22 -0
  295. package/dist/chaos-manager/src/services/schemas/V1EmptyDirVolumeSource.js +1 -0
  296. package/dist/chaos-manager/src/services/schemas/V1EnvVar.d.ts +24 -0
  297. package/dist/chaos-manager/src/services/schemas/V1EnvVar.js +1 -0
  298. package/dist/chaos-manager/src/services/schemas/V1EnvVarSource.d.ts +28 -0
  299. package/dist/chaos-manager/src/services/schemas/V1EnvVarSource.js +1 -0
  300. package/dist/chaos-manager/src/services/schemas/V1EphemeralVolumeSource.d.ts +27 -0
  301. package/dist/chaos-manager/src/services/schemas/V1EphemeralVolumeSource.js +1 -0
  302. package/dist/chaos-manager/src/services/schemas/V1EvaluationWindow.d.ts +10 -0
  303. package/dist/chaos-manager/src/services/schemas/V1EvaluationWindow.js +4 -0
  304. package/dist/chaos-manager/src/services/schemas/V1FcVolumeSource.d.ts +32 -0
  305. package/dist/chaos-manager/src/services/schemas/V1FcVolumeSource.js +4 -0
  306. package/dist/chaos-manager/src/services/schemas/V1FieldsV1.d.ts +3 -0
  307. package/dist/chaos-manager/src/services/schemas/V1FieldsV1.js +4 -0
  308. package/dist/chaos-manager/src/services/schemas/V1FlexVolumeSource.d.ts +36 -0
  309. package/dist/chaos-manager/src/services/schemas/V1FlexVolumeSource.js +1 -0
  310. package/dist/chaos-manager/src/services/schemas/V1FlockerVolumeSource.d.ts +13 -0
  311. package/dist/chaos-manager/src/services/schemas/V1FlockerVolumeSource.js +4 -0
  312. package/dist/chaos-manager/src/services/schemas/V1GcePersistentDiskVolumeSource.d.ts +32 -0
  313. package/dist/chaos-manager/src/services/schemas/V1GcePersistentDiskVolumeSource.js +4 -0
  314. package/dist/chaos-manager/src/services/schemas/V1GitRepoVolumeSource.d.ts +19 -0
  315. package/dist/chaos-manager/src/services/schemas/V1GitRepoVolumeSource.js +4 -0
  316. package/dist/chaos-manager/src/services/schemas/V1GlusterfsVolumeSource.d.ts +19 -0
  317. package/dist/chaos-manager/src/services/schemas/V1GlusterfsVolumeSource.js +4 -0
  318. package/dist/chaos-manager/src/services/schemas/V1HostPathType.d.ts +1 -0
  319. package/dist/chaos-manager/src/services/schemas/V1HostPathType.js +4 -0
  320. package/dist/chaos-manager/src/services/schemas/V1HostPathVolumeSource.d.ts +16 -0
  321. package/dist/chaos-manager/src/services/schemas/V1HostPathVolumeSource.js +1 -0
  322. package/dist/chaos-manager/src/services/schemas/V1Identifier.d.ts +14 -0
  323. package/dist/chaos-manager/src/services/schemas/V1Identifier.js +4 -0
  324. package/dist/chaos-manager/src/services/schemas/V1IscsiVolumeSource.d.ts +65 -0
  325. package/dist/chaos-manager/src/services/schemas/V1IscsiVolumeSource.js +1 -0
  326. package/dist/chaos-manager/src/services/schemas/V1KeyToPath.d.ts +23 -0
  327. package/dist/chaos-manager/src/services/schemas/V1KeyToPath.js +4 -0
  328. package/dist/chaos-manager/src/services/schemas/V1LabelSelector.d.ts +17 -0
  329. package/dist/chaos-manager/src/services/schemas/V1LabelSelector.js +1 -0
  330. package/dist/chaos-manager/src/services/schemas/V1LabelSelectorOperator.d.ts +1 -0
  331. package/dist/chaos-manager/src/services/schemas/V1LabelSelectorOperator.js +4 -0
  332. package/dist/chaos-manager/src/services/schemas/V1LabelSelectorRequirement.d.ts +22 -0
  333. package/dist/chaos-manager/src/services/schemas/V1LabelSelectorRequirement.js +1 -0
  334. package/dist/chaos-manager/src/services/schemas/V1LocalObjectReference.d.ts +9 -0
  335. package/dist/chaos-manager/src/services/schemas/V1LocalObjectReference.js +4 -0
  336. package/dist/chaos-manager/src/services/schemas/V1ManagedFieldsEntry.d.ts +35 -0
  337. package/dist/chaos-manager/src/services/schemas/V1ManagedFieldsEntry.js +1 -0
  338. package/dist/chaos-manager/src/services/schemas/V1ManagedFieldsOperationType.d.ts +1 -0
  339. package/dist/chaos-manager/src/services/schemas/V1ManagedFieldsOperationType.js +4 -0
  340. package/dist/chaos-manager/src/services/schemas/V1NfsVolumeSource.d.ts +20 -0
  341. package/dist/chaos-manager/src/services/schemas/V1NfsVolumeSource.js +4 -0
  342. package/dist/chaos-manager/src/services/schemas/V1ObjectFieldSelector.d.ts +11 -0
  343. package/dist/chaos-manager/src/services/schemas/V1ObjectFieldSelector.js +4 -0
  344. package/dist/chaos-manager/src/services/schemas/V1ObjectMeta.d.ts +196 -0
  345. package/dist/chaos-manager/src/services/schemas/V1ObjectMeta.js +1 -0
  346. package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeAccessMode.d.ts +1 -0
  347. package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeAccessMode.js +4 -0
  348. package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeClaimSpec.d.ts +53 -0
  349. package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeClaimSpec.js +1 -0
  350. package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeClaimTemplate.d.ts +19 -0
  351. package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeClaimTemplate.js +1 -0
  352. package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeClaimVolumeSource.d.ts +13 -0
  353. package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeClaimVolumeSource.js +4 -0
  354. package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeMode.d.ts +1 -0
  355. package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeMode.js +4 -0
  356. package/dist/chaos-manager/src/services/schemas/V1PhotonPersistentDiskVolumeSource.d.ts +12 -0
  357. package/dist/chaos-manager/src/services/schemas/V1PhotonPersistentDiskVolumeSource.js +4 -0
  358. package/dist/chaos-manager/src/services/schemas/V1PortworxVolumeSource.d.ts +18 -0
  359. package/dist/chaos-manager/src/services/schemas/V1PortworxVolumeSource.js +4 -0
  360. package/dist/chaos-manager/src/services/schemas/V1ProjectedVolumeSource.d.ts +18 -0
  361. package/dist/chaos-manager/src/services/schemas/V1ProjectedVolumeSource.js +1 -0
  362. package/dist/chaos-manager/src/services/schemas/V1QuobyteVolumeSource.d.ts +36 -0
  363. package/dist/chaos-manager/src/services/schemas/V1QuobyteVolumeSource.js +4 -0
  364. package/dist/chaos-manager/src/services/schemas/V1RbdVolumeSource.d.ts +58 -0
  365. package/dist/chaos-manager/src/services/schemas/V1RbdVolumeSource.js +1 -0
  366. package/dist/chaos-manager/src/services/schemas/V1ResourceFieldSelector.d.ts +17 -0
  367. package/dist/chaos-manager/src/services/schemas/V1ResourceFieldSelector.js +1 -0
  368. package/dist/chaos-manager/src/services/schemas/V1ResourceList.d.ts +4 -0
  369. package/dist/chaos-manager/src/services/schemas/V1ResourceList.js +1 -0
  370. package/dist/chaos-manager/src/services/schemas/V1ResourceRequirements.d.ts +17 -0
  371. package/dist/chaos-manager/src/services/schemas/V1ResourceRequirements.js +1 -0
  372. package/dist/chaos-manager/src/services/schemas/V1ScaleIoVolumeSource.d.ts +56 -0
  373. package/dist/chaos-manager/src/services/schemas/V1ScaleIoVolumeSource.js +1 -0
  374. package/dist/chaos-manager/src/services/schemas/V1SecretKeySelector.d.ts +18 -0
  375. package/dist/chaos-manager/src/services/schemas/V1SecretKeySelector.js +4 -0
  376. package/dist/chaos-manager/src/services/schemas/V1SecretProjection.d.ts +26 -0
  377. package/dist/chaos-manager/src/services/schemas/V1SecretProjection.js +1 -0
  378. package/dist/chaos-manager/src/services/schemas/V1SecretVolumeSource.d.ts +36 -0
  379. package/dist/chaos-manager/src/services/schemas/V1SecretVolumeSource.js +1 -0
  380. package/dist/chaos-manager/src/services/schemas/V1ServiceAccountTokenProjection.d.ts +25 -0
  381. package/dist/chaos-manager/src/services/schemas/V1ServiceAccountTokenProjection.js +4 -0
  382. package/dist/chaos-manager/src/services/schemas/V1SloSourceMetadata.d.ts +11 -0
  383. package/dist/chaos-manager/src/services/schemas/V1SloSourceMetadata.js +1 -0
  384. package/dist/chaos-manager/src/services/schemas/V1SourceDetails.d.ts +73 -0
  385. package/dist/chaos-manager/src/services/schemas/V1SourceDetails.js +1 -0
  386. package/dist/chaos-manager/src/services/schemas/V1StorageMedium.d.ts +1 -0
  387. package/dist/chaos-manager/src/services/schemas/V1StorageMedium.js +4 -0
  388. package/dist/chaos-manager/src/services/schemas/V1StorageOsVolumeSource.d.ts +37 -0
  389. package/dist/chaos-manager/src/services/schemas/V1StorageOsVolumeSource.js +1 -0
  390. package/dist/chaos-manager/src/services/schemas/V1TypedLocalObjectReference.d.ts +17 -0
  391. package/dist/chaos-manager/src/services/schemas/V1TypedLocalObjectReference.js +4 -0
  392. package/dist/chaos-manager/src/services/schemas/V1Volume.d.ts +232 -0
  393. package/dist/chaos-manager/src/services/schemas/V1Volume.js +1 -0
  394. package/dist/chaos-manager/src/services/schemas/V1VolumeProjection.d.ts +26 -0
  395. package/dist/chaos-manager/src/services/schemas/V1VolumeProjection.js +1 -0
  396. package/dist/chaos-manager/src/services/schemas/V1VsphereVirtualDiskVolumeSource.d.ts +23 -0
  397. package/dist/chaos-manager/src/services/schemas/V1VsphereVirtualDiskVolumeSource.js +4 -0
  398. package/dist/chaos-manager/src/services/schemas/V1alpha1ConfigMapKeySelector.d.ts +18 -0
  399. package/dist/chaos-manager/src/services/schemas/V1alpha1ConfigMapKeySelector.js +4 -0
  400. package/dist/chaos-manager/src/services/schemas/V1alpha1ConfigMapVolumeSource.d.ts +37 -0
  401. package/dist/chaos-manager/src/services/schemas/V1alpha1ConfigMapVolumeSource.js +1 -0
  402. package/dist/chaos-manager/src/services/schemas/V1alpha1EnvVar.d.ts +24 -0
  403. package/dist/chaos-manager/src/services/schemas/V1alpha1EnvVar.js +1 -0
  404. package/dist/chaos-manager/src/services/schemas/V1alpha1EnvVarSource.d.ts +21 -0
  405. package/dist/chaos-manager/src/services/schemas/V1alpha1EnvVarSource.js +1 -0
  406. package/dist/chaos-manager/src/services/schemas/V1alpha1KeyToPath.d.ts +23 -0
  407. package/dist/chaos-manager/src/services/schemas/V1alpha1KeyToPath.js +4 -0
  408. package/dist/chaos-manager/src/services/schemas/V1alpha1ObjectFieldSelector.d.ts +11 -0
  409. package/dist/chaos-manager/src/services/schemas/V1alpha1ObjectFieldSelector.js +4 -0
  410. package/dist/chaos-manager/src/services/schemas/V1alpha1SecretKeySelector.d.ts +18 -0
  411. package/dist/chaos-manager/src/services/schemas/V1alpha1SecretKeySelector.js +4 -0
  412. package/dist/chaos-manager/src/services/schemas/V1alpha1SecretVolumeSource.d.ts +36 -0
  413. package/dist/chaos-manager/src/services/schemas/V1alpha1SecretVolumeSource.js +1 -0
  414. package/dist/chaos-manager/src/services/schemas/V1alpha1SourceDetails.d.ts +48 -0
  415. package/dist/chaos-manager/src/services/schemas/V1alpha1SourceDetails.js +1 -0
  416. package/dist/chaos-manager/src/services/schemas/V1alpha1Volume.d.ts +21 -0
  417. package/dist/chaos-manager/src/services/schemas/V1alpha1Volume.js +1 -0
  418. package/dist/{fetcher → custom-fetcher}/index.d.ts +6 -1
  419. package/dist/{fetcher → custom-fetcher}/index.js +8 -22
  420. package/package.json +1 -1
  421. package/dist/chaos-manager/src/services/helpers.d.ts +0 -14
  422. /package/dist/chaos-manager/src/services/{helpers.js → requestBodies/TypesProbeRequestRequestBody.js} +0 -0
@@ -0,0 +1,36 @@
1
+ import type { V1KeyToPath } from '../schemas/V1KeyToPath';
2
+ export interface V1SecretVolumeSource {
3
+ /**
4
+ * Optional: mode bits used to set permissions on created files by default.
5
+ * Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511.
6
+ * YAML accepts both octal and decimal values, JSON requires decimal values
7
+ * for mode bits. Defaults to 0644.
8
+ * Directories within the path are not affected by this setting.
9
+ * This might be in conflict with other options that affect the file
10
+ * mode, like fsGroup, and the result can be other mode bits set.
11
+ * +optional
12
+ */
13
+ defaultMode?: number;
14
+ /**
15
+ * If unspecified, each key-value pair in the Data field of the referenced
16
+ * Secret will be projected into the volume as a file whose name is the
17
+ * key and content is the value. If specified, the listed keys will be
18
+ * projected into the specified paths, and unlisted keys will not be
19
+ * present. If a key is specified which is not present in the Secret,
20
+ * the volume setup will error unless it is marked optional. Paths must be
21
+ * relative and may not contain the '..' path or start with '..'.
22
+ * +optional
23
+ */
24
+ items?: V1KeyToPath[];
25
+ /**
26
+ * Specify whether the Secret or its keys must be defined
27
+ * +optional
28
+ */
29
+ optional?: boolean;
30
+ /**
31
+ * Name of the secret in the pod's namespace to use.
32
+ * More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
33
+ * +optional
34
+ */
35
+ secretName?: string;
36
+ }
@@ -0,0 +1,25 @@
1
+ export interface V1ServiceAccountTokenProjection {
2
+ /**
3
+ * Audience is the intended audience of the token. A recipient of a token
4
+ * must identify itself with an identifier specified in the audience of the
5
+ * token, and otherwise should reject the token. The audience defaults to the
6
+ * identifier of the apiserver.
7
+ * +optional
8
+ */
9
+ audience?: string;
10
+ /**
11
+ * ExpirationSeconds is the requested duration of validity of the service
12
+ * account token. As the token approaches expiration, the kubelet volume
13
+ * plugin will proactively rotate the service account token. The kubelet will
14
+ * start trying to rotate the token if the token is older than 80 percent of
15
+ * its time to live or if the token is older than 24 hours.Defaults to 1 hour
16
+ * and must be at least 10 minutes.
17
+ * +optional
18
+ */
19
+ expirationSeconds?: number;
20
+ /**
21
+ * Path is the path relative to the mount point of the file to project the
22
+ * token into.
23
+ */
24
+ path?: string;
25
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,11 @@
1
+ import type { V1Identifier } from '../schemas/V1Identifier';
2
+ export interface V1SloSourceMetadata {
3
+ /**
4
+ * APITokenSecret for authenticating with the platform service
5
+ */
6
+ apiTokenSecret?: string;
7
+ /**
8
+ * Scope required for fetching details
9
+ */
10
+ scope?: V1Identifier;
11
+ }
@@ -0,0 +1,73 @@
1
+ import type { V1EnvVar } from '../schemas/V1EnvVar';
2
+ import type { V1PullPolicy } from '../schemas/V1PullPolicy';
3
+ import type { V1LocalObjectReference } from '../schemas/V1LocalObjectReference';
4
+ import type { V1Toleration } from '../schemas/V1Toleration';
5
+ import type { V1VolumeMount } from '../schemas/V1VolumeMount';
6
+ import type { V1Volume } from '../schemas/V1Volume';
7
+ export interface V1SourceDetails {
8
+ /**
9
+ * Annotations for the source pod
10
+ */
11
+ annotations?: {
12
+ [key: string]: string;
13
+ };
14
+ /**
15
+ * Args for the source pod
16
+ */
17
+ args?: string[];
18
+ /**
19
+ * Command for the source pod
20
+ */
21
+ command?: string[];
22
+ /**
23
+ * ENVList contains ENV passed to the source pod
24
+ */
25
+ env?: V1EnvVar[];
26
+ /**
27
+ * HostNetwork define the hostNetwork of the external pod
28
+ * it supports boolean values and default value is false
29
+ */
30
+ hostNetwork?: boolean;
31
+ /**
32
+ * Image for the source pod
33
+ */
34
+ image?: string;
35
+ /**
36
+ * ImagePullPolicy for the source pod
37
+ */
38
+ imagePullPolicy?: V1PullPolicy;
39
+ /**
40
+ * ImagePullSecrets for source pod
41
+ */
42
+ imagePullSecrets?: V1LocalObjectReference[];
43
+ /**
44
+ * InheritInputs defined to inherit experiment pod attributes(ENV, volumes, and volumeMounts) into probe pod
45
+ * it supports boolean values and default value is false
46
+ */
47
+ inheritInputs?: boolean;
48
+ /**
49
+ * Labels for the source pod
50
+ */
51
+ labels?: {
52
+ [key: string]: string;
53
+ };
54
+ /**
55
+ * NodeSelector for the source pod
56
+ */
57
+ nodeSelector?: {
58
+ [key: string]: string;
59
+ };
60
+ /**
61
+ * Privileged for the source pod
62
+ */
63
+ privileged?: boolean;
64
+ tolerations?: V1Toleration[];
65
+ /**
66
+ * VolumesMount for the source pod
67
+ */
68
+ volumeMount?: V1VolumeMount[];
69
+ /**
70
+ * Volumes for the source pod
71
+ */
72
+ volumes?: V1Volume[];
73
+ }
@@ -0,0 +1 @@
1
+ export type V1StorageMedium = '' | 'HugePages' | 'HugePages-' | 'Memory';
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,37 @@
1
+ import type { V1LocalObjectReference } from '../schemas/V1LocalObjectReference';
2
+ export interface V1StorageOsVolumeSource {
3
+ /**
4
+ * Filesystem type to mount.
5
+ * Must be a filesystem type supported by the host operating system.
6
+ * Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
7
+ * +optional
8
+ */
9
+ fsType?: string;
10
+ /**
11
+ * Defaults to false (read/write). ReadOnly here will force
12
+ * the ReadOnly setting in VolumeMounts.
13
+ * +optional
14
+ */
15
+ readOnly?: boolean;
16
+ /**
17
+ * SecretRef specifies the secret to use for obtaining the StorageOS API
18
+ * credentials. If not specified, default values will be attempted.
19
+ * +optional
20
+ */
21
+ secretRef?: V1LocalObjectReference;
22
+ /**
23
+ * VolumeName is the human-readable name of the StorageOS volume. Volume
24
+ * names are only unique within a namespace.
25
+ */
26
+ volumeName?: string;
27
+ /**
28
+ * VolumeNamespace specifies the scope of the volume within StorageOS. If no
29
+ * namespace is specified then the Pod's namespace will be used. This allows the
30
+ * Kubernetes name scoping to be mirrored within StorageOS for tighter integration.
31
+ * Set VolumeName to any name to override the default behaviour.
32
+ * Set to "default" if you are not using namespaces within StorageOS.
33
+ * Namespaces that do not pre-exist within StorageOS will be created.
34
+ * +optional
35
+ */
36
+ volumeNamespace?: string;
37
+ }
@@ -0,0 +1,17 @@
1
+ export interface V1TypedLocalObjectReference {
2
+ /**
3
+ * APIGroup is the group for the resource being referenced.
4
+ * If APIGroup is not specified, the specified Kind must be in the core API group.
5
+ * For any other third-party types, APIGroup is required.
6
+ * +optional
7
+ */
8
+ apiGroup?: string;
9
+ /**
10
+ * Kind is the type of resource being referenced
11
+ */
12
+ kind?: string;
13
+ /**
14
+ * Name is the name of resource being referenced
15
+ */
16
+ name?: string;
17
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,232 @@
1
+ import type { V1AwsElasticBlockStoreVolumeSource } from '../schemas/V1AwsElasticBlockStoreVolumeSource';
2
+ import type { V1AzureDiskVolumeSource } from '../schemas/V1AzureDiskVolumeSource';
3
+ import type { V1AzureFileVolumeSource } from '../schemas/V1AzureFileVolumeSource';
4
+ import type { V1CephFsVolumeSource } from '../schemas/V1CephFsVolumeSource';
5
+ import type { V1CinderVolumeSource } from '../schemas/V1CinderVolumeSource';
6
+ import type { V1ConfigMapVolumeSource } from '../schemas/V1ConfigMapVolumeSource';
7
+ import type { V1CsiVolumeSource } from '../schemas/V1CsiVolumeSource';
8
+ import type { V1DownwardApiVolumeSource } from '../schemas/V1DownwardApiVolumeSource';
9
+ import type { V1EmptyDirVolumeSource } from '../schemas/V1EmptyDirVolumeSource';
10
+ import type { V1EphemeralVolumeSource } from '../schemas/V1EphemeralVolumeSource';
11
+ import type { V1FcVolumeSource } from '../schemas/V1FcVolumeSource';
12
+ import type { V1FlexVolumeSource } from '../schemas/V1FlexVolumeSource';
13
+ import type { V1FlockerVolumeSource } from '../schemas/V1FlockerVolumeSource';
14
+ import type { V1GcePersistentDiskVolumeSource } from '../schemas/V1GcePersistentDiskVolumeSource';
15
+ import type { V1GitRepoVolumeSource } from '../schemas/V1GitRepoVolumeSource';
16
+ import type { V1GlusterfsVolumeSource } from '../schemas/V1GlusterfsVolumeSource';
17
+ import type { V1HostPathVolumeSource } from '../schemas/V1HostPathVolumeSource';
18
+ import type { V1IscsiVolumeSource } from '../schemas/V1IscsiVolumeSource';
19
+ import type { V1NfsVolumeSource } from '../schemas/V1NfsVolumeSource';
20
+ import type { V1PersistentVolumeClaimVolumeSource } from '../schemas/V1PersistentVolumeClaimVolumeSource';
21
+ import type { V1PhotonPersistentDiskVolumeSource } from '../schemas/V1PhotonPersistentDiskVolumeSource';
22
+ import type { V1PortworxVolumeSource } from '../schemas/V1PortworxVolumeSource';
23
+ import type { V1ProjectedVolumeSource } from '../schemas/V1ProjectedVolumeSource';
24
+ import type { V1QuobyteVolumeSource } from '../schemas/V1QuobyteVolumeSource';
25
+ import type { V1RbdVolumeSource } from '../schemas/V1RbdVolumeSource';
26
+ import type { V1ScaleIoVolumeSource } from '../schemas/V1ScaleIoVolumeSource';
27
+ import type { V1SecretVolumeSource } from '../schemas/V1SecretVolumeSource';
28
+ import type { V1StorageOsVolumeSource } from '../schemas/V1StorageOsVolumeSource';
29
+ import type { V1VsphereVirtualDiskVolumeSource } from '../schemas/V1VsphereVirtualDiskVolumeSource';
30
+ export interface V1Volume {
31
+ /**
32
+ * AWSElasticBlockStore represents an AWS Disk resource that is attached to a
33
+ * kubelet's host machine and then exposed to the pod.
34
+ * More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
35
+ * +optional
36
+ */
37
+ awsElasticBlockStore?: V1AwsElasticBlockStoreVolumeSource;
38
+ /**
39
+ * AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
40
+ * +optional
41
+ */
42
+ azureDisk?: V1AzureDiskVolumeSource;
43
+ /**
44
+ * AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
45
+ * +optional
46
+ */
47
+ azureFile?: V1AzureFileVolumeSource;
48
+ /**
49
+ * CephFS represents a Ceph FS mount on the host that shares a pod's lifetime
50
+ * +optional
51
+ */
52
+ cephfs?: V1CephFsVolumeSource;
53
+ /**
54
+ * Cinder represents a cinder volume attached and mounted on kubelets host machine.
55
+ * More info: https://examples.k8s.io/mysql-cinder-pd/README.md
56
+ * +optional
57
+ */
58
+ cinder?: V1CinderVolumeSource;
59
+ /**
60
+ * ConfigMap represents a configMap that should populate this volume
61
+ * +optional
62
+ */
63
+ configMap?: V1ConfigMapVolumeSource;
64
+ /**
65
+ * CSI (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers (Beta feature).
66
+ * +optional
67
+ */
68
+ csi?: V1CsiVolumeSource;
69
+ /**
70
+ * DownwardAPI represents downward API about the pod that should populate this volume
71
+ * +optional
72
+ */
73
+ downwardAPI?: V1DownwardApiVolumeSource;
74
+ /**
75
+ * EmptyDir represents a temporary directory that shares a pod's lifetime.
76
+ * More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir
77
+ * +optional
78
+ */
79
+ emptyDir?: V1EmptyDirVolumeSource;
80
+ /**
81
+ * Ephemeral represents a volume that is handled by a cluster storage driver.
82
+ * The volume's lifecycle is tied to the pod that defines it - it will be created before the pod starts,
83
+ * and deleted when the pod is removed.
84
+ *
85
+ * Use this if:
86
+ * a) the volume is only needed while the pod runs,
87
+ * b) features of normal volumes like restoring from snapshot or capacity
88
+ * tracking are needed,
89
+ * c) the storage driver is specified through a storage class, and
90
+ * d) the storage driver supports dynamic volume provisioning through
91
+ * a PersistentVolumeClaim (see EphemeralVolumeSource for more
92
+ * information on the connection between this volume type
93
+ * and PersistentVolumeClaim).
94
+ *
95
+ * Use PersistentVolumeClaim or one of the vendor-specific
96
+ * APIs for volumes that persist for longer than the lifecycle
97
+ * of an individual pod.
98
+ *
99
+ * Use CSI for light-weight local ephemeral volumes if the CSI driver is meant to
100
+ * be used that way - see the documentation of the driver for
101
+ * more information.
102
+ *
103
+ * A pod can use both types of ephemeral volumes and
104
+ * persistent volumes at the same time.
105
+ *
106
+ * This is a beta feature and only available when the GenericEphemeralVolume
107
+ * feature gate is enabled.
108
+ *
109
+ * +optional
110
+ */
111
+ ephemeral?: V1EphemeralVolumeSource;
112
+ /**
113
+ * FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.
114
+ * +optional
115
+ */
116
+ fc?: V1FcVolumeSource;
117
+ /**
118
+ * FlexVolume represents a generic volume resource that is
119
+ * provisioned/attached using an exec based plugin.
120
+ * +optional
121
+ */
122
+ flexVolume?: V1FlexVolumeSource;
123
+ /**
124
+ * Flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running
125
+ * +optional
126
+ */
127
+ flocker?: V1FlockerVolumeSource;
128
+ /**
129
+ * GCEPersistentDisk represents a GCE Disk resource that is attached to a
130
+ * kubelet's host machine and then exposed to the pod.
131
+ * More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
132
+ * +optional
133
+ */
134
+ gcePersistentDisk?: V1GcePersistentDiskVolumeSource;
135
+ /**
136
+ * GitRepo represents a git repository at a particular revision.
137
+ * DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an
138
+ * EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir
139
+ * into the Pod's container.
140
+ * +optional
141
+ */
142
+ gitRepo?: V1GitRepoVolumeSource;
143
+ /**
144
+ * Glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime.
145
+ * More info: https://examples.k8s.io/volumes/glusterfs/README.md
146
+ * +optional
147
+ */
148
+ glusterfs?: V1GlusterfsVolumeSource;
149
+ /**
150
+ * HostPath represents a pre-existing file or directory on the host
151
+ * machine that is directly exposed to the container. This is generally
152
+ * used for system agents or other privileged things that are allowed
153
+ * to see the host machine. Most containers will NOT need this.
154
+ * More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
155
+ * ---
156
+ * TODO(jonesdl) We need to restrict who can use host directory mounts and who can/can not
157
+ * mount host directories as read/write.
158
+ * +optional
159
+ */
160
+ hostPath?: V1HostPathVolumeSource;
161
+ /**
162
+ * ISCSI represents an ISCSI Disk resource that is attached to a
163
+ * kubelet's host machine and then exposed to the pod.
164
+ * More info: https://examples.k8s.io/volumes/iscsi/README.md
165
+ * +optional
166
+ */
167
+ iscsi?: V1IscsiVolumeSource;
168
+ /**
169
+ * Volume's name.
170
+ * Must be a DNS_LABEL and unique within the pod.
171
+ * More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
172
+ */
173
+ name?: string;
174
+ /**
175
+ * NFS represents an NFS mount on the host that shares a pod's lifetime
176
+ * More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
177
+ * +optional
178
+ */
179
+ nfs?: V1NfsVolumeSource;
180
+ /**
181
+ * PersistentVolumeClaimVolumeSource represents a reference to a
182
+ * PersistentVolumeClaim in the same namespace.
183
+ * More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
184
+ * +optional
185
+ */
186
+ persistentVolumeClaim?: V1PersistentVolumeClaimVolumeSource;
187
+ /**
188
+ * PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
189
+ */
190
+ photonPersistentDisk?: V1PhotonPersistentDiskVolumeSource;
191
+ /**
192
+ * PortworxVolume represents a portworx volume attached and mounted on kubelets host machine
193
+ * +optional
194
+ */
195
+ portworxVolume?: V1PortworxVolumeSource;
196
+ /**
197
+ * Items for all in one resources secrets, configmaps, and downward API
198
+ */
199
+ projected?: V1ProjectedVolumeSource;
200
+ /**
201
+ * Quobyte represents a Quobyte mount on the host that shares a pod's lifetime
202
+ * +optional
203
+ */
204
+ quobyte?: V1QuobyteVolumeSource;
205
+ /**
206
+ * RBD represents a Rados Block Device mount on the host that shares a pod's lifetime.
207
+ * More info: https://examples.k8s.io/volumes/rbd/README.md
208
+ * +optional
209
+ */
210
+ rbd?: V1RbdVolumeSource;
211
+ /**
212
+ * ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
213
+ * +optional
214
+ */
215
+ scaleIO?: V1ScaleIoVolumeSource;
216
+ /**
217
+ * Secret represents a secret that should populate this volume.
218
+ * More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
219
+ * +optional
220
+ */
221
+ secret?: V1SecretVolumeSource;
222
+ /**
223
+ * StorageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
224
+ * +optional
225
+ */
226
+ storageos?: V1StorageOsVolumeSource;
227
+ /**
228
+ * VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
229
+ * +optional
230
+ */
231
+ vsphereVolume?: V1VsphereVirtualDiskVolumeSource;
232
+ }
@@ -0,0 +1,26 @@
1
+ import type { V1ConfigMapProjection } from '../schemas/V1ConfigMapProjection';
2
+ import type { V1DownwardApiProjection } from '../schemas/V1DownwardApiProjection';
3
+ import type { V1SecretProjection } from '../schemas/V1SecretProjection';
4
+ import type { V1ServiceAccountTokenProjection } from '../schemas/V1ServiceAccountTokenProjection';
5
+ export interface V1VolumeProjection {
6
+ /**
7
+ * information about the configMap data to project
8
+ * +optional
9
+ */
10
+ configMap?: V1ConfigMapProjection;
11
+ /**
12
+ * information about the downwardAPI data to project
13
+ * +optional
14
+ */
15
+ downwardAPI?: V1DownwardApiProjection;
16
+ /**
17
+ * information about the secret data to project
18
+ * +optional
19
+ */
20
+ secret?: V1SecretProjection;
21
+ /**
22
+ * information about the serviceAccountToken data to project
23
+ * +optional
24
+ */
25
+ serviceAccountToken?: V1ServiceAccountTokenProjection;
26
+ }
@@ -0,0 +1,23 @@
1
+ export interface V1VsphereVirtualDiskVolumeSource {
2
+ /**
3
+ * Filesystem type to mount.
4
+ * Must be a filesystem type supported by the host operating system.
5
+ * Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
6
+ * +optional
7
+ */
8
+ fsType?: string;
9
+ /**
10
+ * Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.
11
+ * +optional
12
+ */
13
+ storagePolicyID?: string;
14
+ /**
15
+ * Storage Policy Based Management (SPBM) profile name.
16
+ * +optional
17
+ */
18
+ storagePolicyName?: string;
19
+ /**
20
+ * Path that identifies vSphere volume vmdk
21
+ */
22
+ volumePath?: string;
23
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,18 @@
1
+ export interface V1alpha1ConfigMapKeySelector {
2
+ /**
3
+ * The key to select.
4
+ */
5
+ key?: string;
6
+ /**
7
+ * Name of the referent.
8
+ * More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
9
+ * TODO: Add other useful fields. apiVersion, kind, uid?
10
+ * +optional
11
+ */
12
+ name?: string;
13
+ /**
14
+ * Specify whether the ConfigMap or its key must be defined
15
+ * +optional
16
+ */
17
+ optional?: boolean;
18
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,37 @@
1
+ import type { V1alpha1KeyToPath } from '../schemas/V1alpha1KeyToPath';
2
+ export interface V1alpha1ConfigMapVolumeSource {
3
+ /**
4
+ * Optional: mode bits used to set permissions on created files by default.
5
+ * Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511.
6
+ * YAML accepts both octal and decimal values, JSON requires decimal values for mode bits.
7
+ * Defaults to 0644.
8
+ * Directories within the path are not affected by this setting.
9
+ * This might be in conflict with other options that affect the file
10
+ * mode, like fsGroup, and the result can be other mode bits set.
11
+ * +optional
12
+ */
13
+ defaultMode?: number;
14
+ /**
15
+ * If unspecified, each key-value pair in the Data field of the referenced
16
+ * ConfigMap will be projected into the volume as a file whose name is the
17
+ * key and content is the value. If specified, the listed keys will be
18
+ * projected into the specified paths, and unlisted keys will not be
19
+ * present. If a key is specified which is not present in the ConfigMap,
20
+ * the volume setup will error unless it is marked optional. Paths must be
21
+ * relative and may not contain the '..' path or start with '..'.
22
+ * +optional
23
+ */
24
+ items?: V1alpha1KeyToPath[];
25
+ /**
26
+ * Name of the referent.
27
+ * More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
28
+ * TODO: Add other useful fields. apiVersion, kind, uid?
29
+ * +optional
30
+ */
31
+ name?: string;
32
+ /**
33
+ * Specify whether the ConfigMap or its keys must be defined
34
+ * +optional
35
+ */
36
+ optional?: boolean;
37
+ }
@@ -0,0 +1,24 @@
1
+ import type { V1alpha1EnvVarSource } from '../schemas/V1alpha1EnvVarSource';
2
+ export interface V1alpha1EnvVar {
3
+ /**
4
+ * Name of the environment variable. Must be a C_IDENTIFIER.
5
+ */
6
+ name?: string;
7
+ /**
8
+ * Variable references $(VAR_NAME) are expanded
9
+ * using the previous defined environment variables in the container and
10
+ * any service environment variables. If a variable cannot be resolved,
11
+ * the reference in the input string will be unchanged. The $(VAR_NAME)
12
+ * syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped
13
+ * references will never be expanded, regardless of whether the variable
14
+ * exists or not.
15
+ * Defaults to "".
16
+ * +optional
17
+ */
18
+ value?: string;
19
+ /**
20
+ * Source for the environment variable's value. Cannot be used if value is not empty.
21
+ * +optional
22
+ */
23
+ valueFrom?: V1alpha1EnvVarSource;
24
+ }
@@ -0,0 +1,21 @@
1
+ import type { V1alpha1ConfigMapKeySelector } from '../schemas/V1alpha1ConfigMapKeySelector';
2
+ import type { V1alpha1ObjectFieldSelector } from '../schemas/V1alpha1ObjectFieldSelector';
3
+ import type { V1alpha1SecretKeySelector } from '../schemas/V1alpha1SecretKeySelector';
4
+ export interface V1alpha1EnvVarSource {
5
+ /**
6
+ * Selects a key of a ConfigMap.
7
+ * +optional
8
+ */
9
+ configMapKeyRef?: V1alpha1ConfigMapKeySelector;
10
+ /**
11
+ * Selects a field of the pod: supports metadata.name, metadata.namespace, `metadata.labels['<KEY>']`, `metadata.annotations['<KEY>']`,
12
+ * spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs.
13
+ * +optional
14
+ */
15
+ fieldRef?: V1alpha1ObjectFieldSelector;
16
+ /**
17
+ * Selects a key of a secret in the pod's namespace
18
+ * +optional
19
+ */
20
+ secretKeyRef?: V1alpha1SecretKeySelector;
21
+ }