@harnessio/react-chaos-manager-client 0.3.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 (273) 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/useCreateProbeMutation.d.ts +27 -0
  4. package/dist/chaos-manager/src/services/hooks/useCreateProbeMutation.js +14 -0
  5. package/dist/chaos-manager/src/services/hooks/useGetProbeManifestQuery.d.ts +25 -0
  6. package/dist/chaos-manager/src/services/hooks/useGetProbeManifestQuery.js +14 -0
  7. package/dist/chaos-manager/src/services/hooks/useGetProbeQuery.d.ts +26 -0
  8. package/dist/chaos-manager/src/services/hooks/useGetProbeQuery.js +14 -0
  9. package/dist/chaos-manager/src/services/hooks/useListProbesQuery.d.ts +40 -0
  10. package/dist/chaos-manager/src/services/hooks/useListProbesQuery.js +14 -0
  11. package/dist/chaos-manager/src/services/hooks/useUpdateProbeMutation.d.ts +30 -0
  12. package/dist/chaos-manager/src/services/hooks/useUpdateProbeMutation.js +14 -0
  13. package/dist/chaos-manager/src/services/index.d.ts +137 -0
  14. package/dist/chaos-manager/src/services/index.js +5 -0
  15. package/dist/chaos-manager/src/services/requestBodies/TypesProbeRequestRequestBody.d.ts +2 -0
  16. package/dist/chaos-manager/src/services/requestBodies/TypesProbeRequestRequestBody.js +1 -0
  17. package/dist/chaos-manager/src/services/schemas/ChaosExperimentChaosExperimentRequest.d.ts +4 -0
  18. package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesProbeVerdict.d.ts +1 -0
  19. package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesProbeVerdict.js +4 -0
  20. package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesTlsConfig.d.ts +6 -0
  21. package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesTlsConfig.js +4 -0
  22. package/dist/chaos-manager/src/services/schemas/ProbeAuthorization.d.ts +5 -0
  23. package/dist/chaos-manager/src/services/schemas/ProbeAuthorization.js +4 -0
  24. package/dist/chaos-manager/src/services/schemas/ProbeComparator.d.ts +5 -0
  25. package/dist/chaos-manager/src/services/schemas/ProbeComparator.js +4 -0
  26. package/dist/chaos-manager/src/services/schemas/ProbeDatadogMetrics.d.ts +6 -0
  27. package/dist/chaos-manager/src/services/schemas/ProbeDatadogMetrics.js +1 -0
  28. package/dist/chaos-manager/src/services/schemas/ProbeDatadogSyntheticsTestType.d.ts +1 -0
  29. package/dist/chaos-manager/src/services/schemas/ProbeDatadogSyntheticsTestType.js +4 -0
  30. package/dist/chaos-manager/src/services/schemas/ProbeGet.d.ts +5 -0
  31. package/dist/chaos-manager/src/services/schemas/ProbeGet.js +4 -0
  32. package/dist/chaos-manager/src/services/schemas/ProbeHeaders.d.ts +4 -0
  33. package/dist/chaos-manager/src/services/schemas/ProbeHeaders.js +4 -0
  34. package/dist/chaos-manager/src/services/schemas/ProbeK8SProbe.d.ts +18 -0
  35. package/dist/chaos-manager/src/services/schemas/ProbeK8SProbe.js +4 -0
  36. package/dist/chaos-manager/src/services/schemas/ProbeKubernetesCmdProbe.d.ts +15 -0
  37. package/dist/chaos-manager/src/services/schemas/ProbeKubernetesCmdProbe.js +1 -0
  38. package/dist/chaos-manager/src/services/schemas/ProbeKubernetesDatadogProbe.d.ts +16 -0
  39. package/dist/chaos-manager/src/services/schemas/ProbeKubernetesDatadogProbe.js +1 -0
  40. package/dist/chaos-manager/src/services/schemas/ProbeKubernetesDynatraceProbe.d.ts +17 -0
  41. package/dist/chaos-manager/src/services/schemas/ProbeKubernetesDynatraceProbe.js +1 -0
  42. package/dist/chaos-manager/src/services/schemas/ProbeKubernetesHttpProbe.d.ts +19 -0
  43. package/dist/chaos-manager/src/services/schemas/ProbeKubernetesHttpProbe.js +1 -0
  44. package/dist/chaos-manager/src/services/schemas/ProbeLinuxCmdProbe.d.ts +13 -0
  45. package/dist/chaos-manager/src/services/schemas/ProbeLinuxCmdProbe.js +1 -0
  46. package/dist/chaos-manager/src/services/schemas/ProbeLinuxDatadogProbe.d.ts +13 -0
  47. package/dist/chaos-manager/src/services/schemas/ProbeLinuxDatadogProbe.js +1 -0
  48. package/dist/chaos-manager/src/services/schemas/ProbeLinuxDynatraceProbe.d.ts +14 -0
  49. package/dist/chaos-manager/src/services/schemas/ProbeLinuxDynatraceProbe.js +1 -0
  50. package/dist/chaos-manager/src/services/schemas/ProbeLinuxHttpProbe.d.ts +17 -0
  51. package/dist/chaos-manager/src/services/schemas/ProbeLinuxHttpProbe.js +1 -0
  52. package/dist/chaos-manager/src/services/schemas/ProbeMethod.d.ts +6 -0
  53. package/dist/chaos-manager/src/services/schemas/ProbeMethod.js +1 -0
  54. package/dist/chaos-manager/src/services/schemas/ProbeMetrics.d.ts +4 -0
  55. package/dist/chaos-manager/src/services/schemas/ProbeMetrics.js +4 -0
  56. package/dist/chaos-manager/src/services/schemas/ProbePost.d.ts +8 -0
  57. package/dist/chaos-manager/src/services/schemas/ProbePost.js +4 -0
  58. package/dist/chaos-manager/src/services/schemas/ProbePromProbe.d.ts +19 -0
  59. package/dist/chaos-manager/src/services/schemas/ProbePromProbe.js +1 -0
  60. package/dist/chaos-manager/src/services/schemas/ProbeSloProbe.d.ts +20 -0
  61. package/dist/chaos-manager/src/services/schemas/ProbeSloProbe.js +1 -0
  62. package/dist/chaos-manager/src/services/schemas/ProbeSyntheticsTest.d.ts +5 -0
  63. package/dist/chaos-manager/src/services/schemas/ProbeSyntheticsTest.js +1 -0
  64. package/dist/chaos-manager/src/services/schemas/ProbeTlsConfig.d.ts +6 -0
  65. package/dist/chaos-manager/src/services/schemas/ProbeTlsConfig.js +4 -0
  66. package/dist/chaos-manager/src/services/schemas/ProbeWindowsHttpProbe.d.ts +17 -0
  67. package/dist/chaos-manager/src/services/schemas/ProbeWindowsHttpProbe.js +1 -0
  68. package/dist/chaos-manager/src/services/schemas/ResourceQuantity.d.ts +3 -0
  69. package/dist/chaos-manager/src/services/schemas/ResourceQuantity.js +4 -0
  70. package/dist/chaos-manager/src/services/schemas/TypesAuthorization.d.ts +5 -0
  71. package/dist/chaos-manager/src/services/schemas/TypesAuthorization.js +4 -0
  72. package/dist/chaos-manager/src/services/schemas/TypesCmdProbe.d.ts +9 -0
  73. package/dist/chaos-manager/src/services/schemas/TypesCmdProbe.js +1 -0
  74. package/dist/chaos-manager/src/services/schemas/TypesCreateProbeResponse.d.ts +31 -0
  75. package/dist/chaos-manager/src/services/schemas/TypesCreateProbeResponse.js +1 -0
  76. package/dist/chaos-manager/src/services/schemas/TypesDatadogProbe.d.ts +8 -0
  77. package/dist/chaos-manager/src/services/schemas/TypesDatadogProbe.js +1 -0
  78. package/dist/chaos-manager/src/services/schemas/TypesDynatraceProbe.d.ts +9 -0
  79. package/dist/chaos-manager/src/services/schemas/TypesDynatraceProbe.js +1 -0
  80. package/dist/chaos-manager/src/services/schemas/TypesExecutedByExperiment.d.ts +11 -0
  81. package/dist/chaos-manager/src/services/schemas/TypesExecutedByExperiment.js +1 -0
  82. package/dist/chaos-manager/src/services/schemas/TypesExperimentCreationRequest.d.ts +1 -0
  83. package/dist/chaos-manager/src/services/schemas/TypesGet.d.ts +5 -0
  84. package/dist/chaos-manager/src/services/schemas/TypesGet.js +4 -0
  85. package/dist/chaos-manager/src/services/schemas/TypesGetProbeResponse.d.ts +36 -0
  86. package/dist/chaos-manager/src/services/schemas/TypesGetProbeResponse.js +1 -0
  87. package/dist/chaos-manager/src/services/schemas/TypesHeaders.d.ts +4 -0
  88. package/dist/chaos-manager/src/services/schemas/TypesHeaders.js +4 -0
  89. package/dist/chaos-manager/src/services/schemas/TypesHttpProbe.d.ts +11 -0
  90. package/dist/chaos-manager/src/services/schemas/TypesHttpProbe.js +1 -0
  91. package/dist/chaos-manager/src/services/schemas/TypesInfrastructureType.d.ts +1 -0
  92. package/dist/chaos-manager/src/services/schemas/TypesInfrastructureType.js +4 -0
  93. package/dist/chaos-manager/src/services/schemas/TypesK8SProbe.d.ts +10 -0
  94. package/dist/chaos-manager/src/services/schemas/TypesK8SProbe.js +4 -0
  95. package/dist/chaos-manager/src/services/schemas/TypesListProbeResponse.d.ts +7 -0
  96. package/dist/chaos-manager/src/services/schemas/TypesListProbeResponse.js +1 -0
  97. package/dist/chaos-manager/src/services/schemas/TypesMethod.d.ts +6 -0
  98. package/dist/chaos-manager/src/services/schemas/TypesMethod.js +1 -0
  99. package/dist/chaos-manager/src/services/schemas/TypesPost.d.ts +8 -0
  100. package/dist/chaos-manager/src/services/schemas/TypesPost.js +4 -0
  101. package/dist/chaos-manager/src/services/schemas/TypesProbeRecentExecutions.d.ts +7 -0
  102. package/dist/chaos-manager/src/services/schemas/TypesProbeRecentExecutions.js +1 -0
  103. package/dist/chaos-manager/src/services/schemas/TypesProbeRequest.d.ts +31 -0
  104. package/dist/chaos-manager/src/services/schemas/TypesProbeRequest.js +1 -0
  105. package/dist/chaos-manager/src/services/schemas/TypesProbeType.d.ts +1 -0
  106. package/dist/chaos-manager/src/services/schemas/TypesProbeType.js +4 -0
  107. package/dist/chaos-manager/src/services/schemas/TypesPromProbe.d.ts +11 -0
  108. package/dist/chaos-manager/src/services/schemas/TypesPromProbe.js +1 -0
  109. package/dist/chaos-manager/src/services/schemas/TypesRunProperties.d.ts +10 -0
  110. package/dist/chaos-manager/src/services/schemas/TypesRunProperties.js +4 -0
  111. package/dist/chaos-manager/src/services/schemas/TypesScenarioType.d.ts +1 -0
  112. package/dist/chaos-manager/src/services/schemas/TypesScenarioType.js +4 -0
  113. package/dist/chaos-manager/src/services/schemas/TypesSloProbe.d.ts +12 -0
  114. package/dist/chaos-manager/src/services/schemas/TypesSloProbe.js +1 -0
  115. package/dist/chaos-manager/src/services/schemas/TypesStatus.d.ts +5 -0
  116. package/dist/chaos-manager/src/services/schemas/TypesStatus.js +1 -0
  117. package/dist/chaos-manager/src/services/schemas/TypesUserDetails.d.ts +5 -0
  118. package/dist/chaos-manager/src/services/schemas/TypesUserDetails.js +4 -0
  119. package/dist/chaos-manager/src/services/schemas/V1AwsElasticBlockStoreVolumeSource.d.ts +31 -0
  120. package/dist/chaos-manager/src/services/schemas/V1AwsElasticBlockStoreVolumeSource.js +4 -0
  121. package/dist/chaos-manager/src/services/schemas/V1AzureDataDiskCachingMode.d.ts +1 -0
  122. package/dist/chaos-manager/src/services/schemas/V1AzureDataDiskCachingMode.js +4 -0
  123. package/dist/chaos-manager/src/services/schemas/V1AzureDataDiskKind.d.ts +1 -0
  124. package/dist/chaos-manager/src/services/schemas/V1AzureDataDiskKind.js +4 -0
  125. package/dist/chaos-manager/src/services/schemas/V1AzureDiskVolumeSource.d.ts +34 -0
  126. package/dist/chaos-manager/src/services/schemas/V1AzureDiskVolumeSource.js +1 -0
  127. package/dist/chaos-manager/src/services/schemas/V1AzureFileVolumeSource.d.ts +16 -0
  128. package/dist/chaos-manager/src/services/schemas/V1AzureFileVolumeSource.js +4 -0
  129. package/dist/chaos-manager/src/services/schemas/V1CephFsVolumeSource.d.ts +38 -0
  130. package/dist/chaos-manager/src/services/schemas/V1CephFsVolumeSource.js +1 -0
  131. package/dist/chaos-manager/src/services/schemas/V1CinderVolumeSource.d.ts +29 -0
  132. package/dist/chaos-manager/src/services/schemas/V1CinderVolumeSource.js +1 -0
  133. package/dist/chaos-manager/src/services/schemas/V1ConfigMapKeySelector.d.ts +18 -0
  134. package/dist/chaos-manager/src/services/schemas/V1ConfigMapKeySelector.js +4 -0
  135. package/dist/chaos-manager/src/services/schemas/V1ConfigMapProjection.d.ts +26 -0
  136. package/dist/chaos-manager/src/services/schemas/V1ConfigMapProjection.js +1 -0
  137. package/dist/chaos-manager/src/services/schemas/V1ConfigMapVolumeSource.d.ts +37 -0
  138. package/dist/chaos-manager/src/services/schemas/V1ConfigMapVolumeSource.js +1 -0
  139. package/dist/chaos-manager/src/services/schemas/V1CsiVolumeSource.d.ts +38 -0
  140. package/dist/chaos-manager/src/services/schemas/V1CsiVolumeSource.js +1 -0
  141. package/dist/chaos-manager/src/services/schemas/V1DownwardApiProjection.d.ts +8 -0
  142. package/dist/chaos-manager/src/services/schemas/V1DownwardApiProjection.js +1 -0
  143. package/dist/chaos-manager/src/services/schemas/V1DownwardApiVolumeFile.d.ts +29 -0
  144. package/dist/chaos-manager/src/services/schemas/V1DownwardApiVolumeFile.js +1 -0
  145. package/dist/chaos-manager/src/services/schemas/V1DownwardApiVolumeSource.d.ts +20 -0
  146. package/dist/chaos-manager/src/services/schemas/V1DownwardApiVolumeSource.js +1 -0
  147. package/dist/chaos-manager/src/services/schemas/V1EmptyDirVolumeSource.d.ts +22 -0
  148. package/dist/chaos-manager/src/services/schemas/V1EmptyDirVolumeSource.js +1 -0
  149. package/dist/chaos-manager/src/services/schemas/V1EnvVar.d.ts +24 -0
  150. package/dist/chaos-manager/src/services/schemas/V1EnvVar.js +1 -0
  151. package/dist/chaos-manager/src/services/schemas/V1EnvVarSource.d.ts +28 -0
  152. package/dist/chaos-manager/src/services/schemas/V1EnvVarSource.js +1 -0
  153. package/dist/chaos-manager/src/services/schemas/V1EphemeralVolumeSource.d.ts +27 -0
  154. package/dist/chaos-manager/src/services/schemas/V1EphemeralVolumeSource.js +1 -0
  155. package/dist/chaos-manager/src/services/schemas/V1EvaluationWindow.d.ts +10 -0
  156. package/dist/chaos-manager/src/services/schemas/V1EvaluationWindow.js +4 -0
  157. package/dist/chaos-manager/src/services/schemas/V1FcVolumeSource.d.ts +32 -0
  158. package/dist/chaos-manager/src/services/schemas/V1FcVolumeSource.js +4 -0
  159. package/dist/chaos-manager/src/services/schemas/V1FieldsV1.d.ts +3 -0
  160. package/dist/chaos-manager/src/services/schemas/V1FieldsV1.js +4 -0
  161. package/dist/chaos-manager/src/services/schemas/V1FlexVolumeSource.d.ts +36 -0
  162. package/dist/chaos-manager/src/services/schemas/V1FlexVolumeSource.js +1 -0
  163. package/dist/chaos-manager/src/services/schemas/V1FlockerVolumeSource.d.ts +13 -0
  164. package/dist/chaos-manager/src/services/schemas/V1FlockerVolumeSource.js +4 -0
  165. package/dist/chaos-manager/src/services/schemas/V1GcePersistentDiskVolumeSource.d.ts +32 -0
  166. package/dist/chaos-manager/src/services/schemas/V1GcePersistentDiskVolumeSource.js +4 -0
  167. package/dist/chaos-manager/src/services/schemas/V1GitRepoVolumeSource.d.ts +19 -0
  168. package/dist/chaos-manager/src/services/schemas/V1GitRepoVolumeSource.js +4 -0
  169. package/dist/chaos-manager/src/services/schemas/V1GlusterfsVolumeSource.d.ts +19 -0
  170. package/dist/chaos-manager/src/services/schemas/V1GlusterfsVolumeSource.js +4 -0
  171. package/dist/chaos-manager/src/services/schemas/V1HostPathType.d.ts +1 -0
  172. package/dist/chaos-manager/src/services/schemas/V1HostPathType.js +4 -0
  173. package/dist/chaos-manager/src/services/schemas/V1HostPathVolumeSource.d.ts +16 -0
  174. package/dist/chaos-manager/src/services/schemas/V1HostPathVolumeSource.js +1 -0
  175. package/dist/chaos-manager/src/services/schemas/V1Identifier.d.ts +14 -0
  176. package/dist/chaos-manager/src/services/schemas/V1Identifier.js +4 -0
  177. package/dist/chaos-manager/src/services/schemas/V1IscsiVolumeSource.d.ts +65 -0
  178. package/dist/chaos-manager/src/services/schemas/V1IscsiVolumeSource.js +1 -0
  179. package/dist/chaos-manager/src/services/schemas/V1KeyToPath.d.ts +23 -0
  180. package/dist/chaos-manager/src/services/schemas/V1KeyToPath.js +4 -0
  181. package/dist/chaos-manager/src/services/schemas/V1LabelSelector.d.ts +17 -0
  182. package/dist/chaos-manager/src/services/schemas/V1LabelSelector.js +1 -0
  183. package/dist/chaos-manager/src/services/schemas/V1LabelSelectorOperator.d.ts +1 -0
  184. package/dist/chaos-manager/src/services/schemas/V1LabelSelectorOperator.js +4 -0
  185. package/dist/chaos-manager/src/services/schemas/V1LabelSelectorRequirement.d.ts +22 -0
  186. package/dist/chaos-manager/src/services/schemas/V1LabelSelectorRequirement.js +1 -0
  187. package/dist/chaos-manager/src/services/schemas/V1LocalObjectReference.d.ts +9 -0
  188. package/dist/chaos-manager/src/services/schemas/V1LocalObjectReference.js +4 -0
  189. package/dist/chaos-manager/src/services/schemas/V1ManagedFieldsEntry.d.ts +35 -0
  190. package/dist/chaos-manager/src/services/schemas/V1ManagedFieldsEntry.js +1 -0
  191. package/dist/chaos-manager/src/services/schemas/V1ManagedFieldsOperationType.d.ts +1 -0
  192. package/dist/chaos-manager/src/services/schemas/V1ManagedFieldsOperationType.js +4 -0
  193. package/dist/chaos-manager/src/services/schemas/V1NfsVolumeSource.d.ts +20 -0
  194. package/dist/chaos-manager/src/services/schemas/V1NfsVolumeSource.js +4 -0
  195. package/dist/chaos-manager/src/services/schemas/V1ObjectFieldSelector.d.ts +11 -0
  196. package/dist/chaos-manager/src/services/schemas/V1ObjectFieldSelector.js +4 -0
  197. package/dist/chaos-manager/src/services/schemas/V1ObjectMeta.d.ts +196 -0
  198. package/dist/chaos-manager/src/services/schemas/V1ObjectMeta.js +1 -0
  199. package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeAccessMode.d.ts +1 -0
  200. package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeAccessMode.js +4 -0
  201. package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeClaimSpec.d.ts +53 -0
  202. package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeClaimSpec.js +1 -0
  203. package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeClaimTemplate.d.ts +19 -0
  204. package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeClaimTemplate.js +1 -0
  205. package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeClaimVolumeSource.d.ts +13 -0
  206. package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeClaimVolumeSource.js +4 -0
  207. package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeMode.d.ts +1 -0
  208. package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeMode.js +4 -0
  209. package/dist/chaos-manager/src/services/schemas/V1PhotonPersistentDiskVolumeSource.d.ts +12 -0
  210. package/dist/chaos-manager/src/services/schemas/V1PhotonPersistentDiskVolumeSource.js +4 -0
  211. package/dist/chaos-manager/src/services/schemas/V1PortworxVolumeSource.d.ts +18 -0
  212. package/dist/chaos-manager/src/services/schemas/V1PortworxVolumeSource.js +4 -0
  213. package/dist/chaos-manager/src/services/schemas/V1ProjectedVolumeSource.d.ts +18 -0
  214. package/dist/chaos-manager/src/services/schemas/V1ProjectedVolumeSource.js +1 -0
  215. package/dist/chaos-manager/src/services/schemas/V1QuobyteVolumeSource.d.ts +36 -0
  216. package/dist/chaos-manager/src/services/schemas/V1QuobyteVolumeSource.js +4 -0
  217. package/dist/chaos-manager/src/services/schemas/V1RbdVolumeSource.d.ts +58 -0
  218. package/dist/chaos-manager/src/services/schemas/V1RbdVolumeSource.js +1 -0
  219. package/dist/chaos-manager/src/services/schemas/V1ResourceFieldSelector.d.ts +17 -0
  220. package/dist/chaos-manager/src/services/schemas/V1ResourceFieldSelector.js +1 -0
  221. package/dist/chaos-manager/src/services/schemas/V1ResourceList.d.ts +4 -0
  222. package/dist/chaos-manager/src/services/schemas/V1ResourceList.js +1 -0
  223. package/dist/chaos-manager/src/services/schemas/V1ResourceRequirements.d.ts +17 -0
  224. package/dist/chaos-manager/src/services/schemas/V1ResourceRequirements.js +1 -0
  225. package/dist/chaos-manager/src/services/schemas/V1ScaleIoVolumeSource.d.ts +56 -0
  226. package/dist/chaos-manager/src/services/schemas/V1ScaleIoVolumeSource.js +1 -0
  227. package/dist/chaos-manager/src/services/schemas/V1SecretKeySelector.d.ts +18 -0
  228. package/dist/chaos-manager/src/services/schemas/V1SecretKeySelector.js +4 -0
  229. package/dist/chaos-manager/src/services/schemas/V1SecretProjection.d.ts +26 -0
  230. package/dist/chaos-manager/src/services/schemas/V1SecretProjection.js +1 -0
  231. package/dist/chaos-manager/src/services/schemas/V1SecretVolumeSource.d.ts +36 -0
  232. package/dist/chaos-manager/src/services/schemas/V1SecretVolumeSource.js +1 -0
  233. package/dist/chaos-manager/src/services/schemas/V1ServiceAccountTokenProjection.d.ts +25 -0
  234. package/dist/chaos-manager/src/services/schemas/V1ServiceAccountTokenProjection.js +4 -0
  235. package/dist/chaos-manager/src/services/schemas/V1SloSourceMetadata.d.ts +11 -0
  236. package/dist/chaos-manager/src/services/schemas/V1SloSourceMetadata.js +1 -0
  237. package/dist/chaos-manager/src/services/schemas/V1SourceDetails.d.ts +73 -0
  238. package/dist/chaos-manager/src/services/schemas/V1SourceDetails.js +1 -0
  239. package/dist/chaos-manager/src/services/schemas/V1StorageMedium.d.ts +1 -0
  240. package/dist/chaos-manager/src/services/schemas/V1StorageMedium.js +4 -0
  241. package/dist/chaos-manager/src/services/schemas/V1StorageOsVolumeSource.d.ts +37 -0
  242. package/dist/chaos-manager/src/services/schemas/V1StorageOsVolumeSource.js +1 -0
  243. package/dist/chaos-manager/src/services/schemas/V1TypedLocalObjectReference.d.ts +17 -0
  244. package/dist/chaos-manager/src/services/schemas/V1TypedLocalObjectReference.js +4 -0
  245. package/dist/chaos-manager/src/services/schemas/V1Volume.d.ts +232 -0
  246. package/dist/chaos-manager/src/services/schemas/V1Volume.js +1 -0
  247. package/dist/chaos-manager/src/services/schemas/V1VolumeProjection.d.ts +26 -0
  248. package/dist/chaos-manager/src/services/schemas/V1VolumeProjection.js +1 -0
  249. package/dist/chaos-manager/src/services/schemas/V1VsphereVirtualDiskVolumeSource.d.ts +23 -0
  250. package/dist/chaos-manager/src/services/schemas/V1VsphereVirtualDiskVolumeSource.js +4 -0
  251. package/dist/chaos-manager/src/services/schemas/V1alpha1ConfigMapKeySelector.d.ts +18 -0
  252. package/dist/chaos-manager/src/services/schemas/V1alpha1ConfigMapKeySelector.js +4 -0
  253. package/dist/chaos-manager/src/services/schemas/V1alpha1ConfigMapVolumeSource.d.ts +37 -0
  254. package/dist/chaos-manager/src/services/schemas/V1alpha1ConfigMapVolumeSource.js +1 -0
  255. package/dist/chaos-manager/src/services/schemas/V1alpha1EnvVar.d.ts +24 -0
  256. package/dist/chaos-manager/src/services/schemas/V1alpha1EnvVar.js +1 -0
  257. package/dist/chaos-manager/src/services/schemas/V1alpha1EnvVarSource.d.ts +21 -0
  258. package/dist/chaos-manager/src/services/schemas/V1alpha1EnvVarSource.js +1 -0
  259. package/dist/chaos-manager/src/services/schemas/V1alpha1KeyToPath.d.ts +23 -0
  260. package/dist/chaos-manager/src/services/schemas/V1alpha1KeyToPath.js +4 -0
  261. package/dist/chaos-manager/src/services/schemas/V1alpha1ObjectFieldSelector.d.ts +11 -0
  262. package/dist/chaos-manager/src/services/schemas/V1alpha1ObjectFieldSelector.js +4 -0
  263. package/dist/chaos-manager/src/services/schemas/V1alpha1SecretKeySelector.d.ts +18 -0
  264. package/dist/chaos-manager/src/services/schemas/V1alpha1SecretKeySelector.js +4 -0
  265. package/dist/chaos-manager/src/services/schemas/V1alpha1SecretVolumeSource.d.ts +36 -0
  266. package/dist/chaos-manager/src/services/schemas/V1alpha1SecretVolumeSource.js +1 -0
  267. package/dist/chaos-manager/src/services/schemas/V1alpha1SourceDetails.d.ts +48 -0
  268. package/dist/chaos-manager/src/services/schemas/V1alpha1SourceDetails.js +1 -0
  269. package/dist/chaos-manager/src/services/schemas/V1alpha1Volume.d.ts +21 -0
  270. package/dist/chaos-manager/src/services/schemas/V1alpha1Volume.js +1 -0
  271. package/package.json +1 -1
  272. package/dist/fetcher/index.d.ts +0 -17
  273. package/dist/fetcher/index.js +0 -65
@@ -0,0 +1,196 @@
1
+ import type { V1ManagedFieldsEntry } from '../schemas/V1ManagedFieldsEntry';
2
+ import type { V1OwnerReference } from '../schemas/V1OwnerReference';
3
+ export interface V1ObjectMeta {
4
+ /**
5
+ * Annotations is an unstructured key value map stored with a resource that may be
6
+ * set by external tools to store and retrieve arbitrary metadata. They are not
7
+ * queryable and should be preserved when modifying objects.
8
+ * More info: http://kubernetes.io/docs/user-guide/annotations
9
+ * +optional
10
+ */
11
+ annotations?: {
12
+ [key: string]: string;
13
+ };
14
+ /**
15
+ * The name of the cluster which the object belongs to.
16
+ * This is used to distinguish resources with same name and namespace in different clusters.
17
+ * This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.
18
+ * +optional
19
+ */
20
+ clusterName?: string;
21
+ /**
22
+ * CreationTimestamp is a timestamp representing the server time when this object was
23
+ * created. It is not guaranteed to be set in happens-before order across separate operations.
24
+ * Clients may not set this value. It is represented in RFC3339 form and is in UTC.
25
+ *
26
+ * Populated by the system.
27
+ * Read-only.
28
+ * Null for lists.
29
+ * More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
30
+ * +optional
31
+ */
32
+ creationTimestamp?: string;
33
+ /**
34
+ * Number of seconds allowed for this object to gracefully terminate before
35
+ * it will be removed from the system. Only set when deletionTimestamp is also set.
36
+ * May only be shortened.
37
+ * Read-only.
38
+ * +optional
39
+ */
40
+ deletionGracePeriodSeconds?: number;
41
+ /**
42
+ * DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This
43
+ * field is set by the server when a graceful deletion is requested by the user, and is not
44
+ * directly settable by a client. The resource is expected to be deleted (no longer visible
45
+ * from resource lists, and not reachable by name) after the time in this field, once the
46
+ * finalizers list is empty. As long as the finalizers list contains items, deletion is blocked.
47
+ * Once the deletionTimestamp is set, this value may not be unset or be set further into the
48
+ * future, although it may be shortened or the resource may be deleted prior to this time.
49
+ * For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react
50
+ * by sending a graceful termination signal to the containers in the pod. After that 30 seconds,
51
+ * the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup,
52
+ * remove the pod from the API. In the presence of network partitions, this object may still
53
+ * exist after this timestamp, until an administrator or automated process can determine the
54
+ * resource is fully terminated.
55
+ * If not set, graceful deletion of the object has not been requested.
56
+ *
57
+ * Populated by the system when a graceful deletion is requested.
58
+ * Read-only.
59
+ * More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
60
+ * +optional
61
+ */
62
+ deletionTimestamp?: string;
63
+ /**
64
+ * Must be empty before the object is deleted from the registry. Each entry
65
+ * is an identifier for the responsible component that will remove the entry
66
+ * from the list. If the deletionTimestamp of the object is non-nil, entries
67
+ * in this list can only be removed.
68
+ * Finalizers may be processed and removed in any order. Order is NOT enforced
69
+ * because it introduces significant risk of stuck finalizers.
70
+ * finalizers is a shared field, any actor with permission can reorder it.
71
+ * If the finalizer list is processed in order, then this can lead to a situation
72
+ * in which the component responsible for the first finalizer in the list is
73
+ * waiting for a signal (field value, external system, or other) produced by a
74
+ * component responsible for a finalizer later in the list, resulting in a deadlock.
75
+ * Without enforced ordering finalizers are free to order amongst themselves and
76
+ * are not vulnerable to ordering changes in the list.
77
+ * +optional
78
+ * +patchStrategy=merge
79
+ */
80
+ finalizers?: string[];
81
+ /**
82
+ * GenerateName is an optional prefix, used by the server, to generate a unique
83
+ * name ONLY IF the Name field has not been provided.
84
+ * If this field is used, the name returned to the client will be different
85
+ * than the name passed. This value will also be combined with a unique suffix.
86
+ * The provided value has the same validation rules as the Name field,
87
+ * and may be truncated by the length of the suffix required to make the value
88
+ * unique on the server.
89
+ *
90
+ * If this field is specified and the generated name exists, the server will
91
+ * NOT return a 409 - instead, it will either return 201 Created or 500 with Reason
92
+ * ServerTimeout indicating a unique name could not be found in the time allotted, and the client
93
+ * should retry (optionally after the time indicated in the Retry-After header).
94
+ *
95
+ * Applied only if Name is not specified.
96
+ * More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency
97
+ * +optional
98
+ */
99
+ generateName?: string;
100
+ /**
101
+ * A sequence number representing a specific generation of the desired state.
102
+ * Populated by the system. Read-only.
103
+ * +optional
104
+ */
105
+ generation?: number;
106
+ /**
107
+ * Map of string keys and values that can be used to organize and categorize
108
+ * (scope and select) objects. May match selectors of replication controllers
109
+ * and services.
110
+ * More info: http://kubernetes.io/docs/user-guide/labels
111
+ * +optional
112
+ */
113
+ labels?: {
114
+ [key: string]: string;
115
+ };
116
+ /**
117
+ * ManagedFields maps workflow-id and version to the set of fields
118
+ * that are managed by that workflow. This is mostly for internal
119
+ * housekeeping, and users typically shouldn't need to set or
120
+ * understand this field. A workflow can be the user's name, a
121
+ * controller's name, or the name of a specific apply path like
122
+ * "ci-cd". The set of fields is always in the version that the
123
+ * workflow used when modifying the object.
124
+ *
125
+ * +optional
126
+ */
127
+ managedFields?: V1ManagedFieldsEntry[];
128
+ /**
129
+ * Name must be unique within a namespace. Is required when creating resources, although
130
+ * some resources may allow a client to request the generation of an appropriate name
131
+ * automatically. Name is primarily intended for creation idempotence and configuration
132
+ * definition.
133
+ * Cannot be updated.
134
+ * More info: http://kubernetes.io/docs/user-guide/identifiers#names
135
+ * +optional
136
+ */
137
+ name?: string;
138
+ /**
139
+ * Namespace defines the space within which each name must be unique. An empty namespace is
140
+ * equivalent to the "default" namespace, but "default" is the canonical representation.
141
+ * Not all objects are required to be scoped to a namespace - the value of this field for
142
+ * those objects will be empty.
143
+ *
144
+ * Must be a DNS_LABEL.
145
+ * Cannot be updated.
146
+ * More info: http://kubernetes.io/docs/user-guide/namespaces
147
+ * +optional
148
+ */
149
+ namespace?: string;
150
+ /**
151
+ * List of objects depended by this object. If ALL objects in the list have
152
+ * been deleted, this object will be garbage collected. If this object is managed by a controller,
153
+ * then an entry in this list will point to this controller, with the controller field set to true.
154
+ * There cannot be more than one managing controller.
155
+ * +optional
156
+ * +patchMergeKey=uid
157
+ * +patchStrategy=merge
158
+ */
159
+ ownerReferences?: V1OwnerReference[];
160
+ /**
161
+ * An opaque value that represents the internal version of this object that can
162
+ * be used by clients to determine when objects have changed. May be used for optimistic
163
+ * concurrency, change detection, and the watch operation on a resource or set of resources.
164
+ * Clients must treat these values as opaque and passed unmodified back to the server.
165
+ * They may only be valid for a particular resource or set of resources.
166
+ *
167
+ * Populated by the system.
168
+ * Read-only.
169
+ * Value must be treated as opaque by clients and .
170
+ * More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
171
+ * +optional
172
+ */
173
+ resourceVersion?: string;
174
+ /**
175
+ * SelfLink is a URL representing this object.
176
+ * Populated by the system.
177
+ * Read-only.
178
+ *
179
+ * DEPRECATED
180
+ * Kubernetes will stop propagating this field in 1.20 release and the field is planned
181
+ * to be removed in 1.21 release.
182
+ * +optional
183
+ */
184
+ selfLink?: string;
185
+ /**
186
+ * UID is the unique in time and space value for this object. It is typically generated by
187
+ * the server on successful creation of a resource and is not allowed to change on PUT
188
+ * operations.
189
+ *
190
+ * Populated by the system.
191
+ * Read-only.
192
+ * More info: http://kubernetes.io/docs/user-guide/identifiers#uids
193
+ * +optional
194
+ */
195
+ uid?: string;
196
+ }
@@ -0,0 +1 @@
1
+ export type V1PersistentVolumeAccessMode = 'ReadOnlyMany' | 'ReadWriteMany' | 'ReadWriteOnce';
@@ -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,53 @@
1
+ import type { V1PersistentVolumeAccessMode } from '../schemas/V1PersistentVolumeAccessMode';
2
+ import type { V1TypedLocalObjectReference } from '../schemas/V1TypedLocalObjectReference';
3
+ import type { V1ResourceRequirements } from '../schemas/V1ResourceRequirements';
4
+ import type { V1LabelSelector } from '../schemas/V1LabelSelector';
5
+ import type { V1PersistentVolumeMode } from '../schemas/V1PersistentVolumeMode';
6
+ export interface V1PersistentVolumeClaimSpec {
7
+ /**
8
+ * AccessModes contains the desired access modes the volume should have.
9
+ * More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1
10
+ * +optional
11
+ */
12
+ accessModes?: V1PersistentVolumeAccessMode[];
13
+ /**
14
+ * This field can be used to specify either:
15
+ * * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot)
16
+ * * An existing PVC (PersistentVolumeClaim)
17
+ * * An existing custom resource that implements data population (Alpha)
18
+ * In order to use custom resource types that implement data population,
19
+ * the AnyVolumeDataSource feature gate must be enabled.
20
+ * If the provisioner or an external controller can support the specified data source,
21
+ * it will create a new volume based on the contents of the specified data source.
22
+ * +optional
23
+ */
24
+ dataSource?: V1TypedLocalObjectReference;
25
+ /**
26
+ * Resources represents the minimum resources the volume should have.
27
+ * More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources
28
+ * +optional
29
+ */
30
+ resources?: V1ResourceRequirements;
31
+ /**
32
+ * A label query over volumes to consider for binding.
33
+ * +optional
34
+ */
35
+ selector?: V1LabelSelector;
36
+ /**
37
+ * Name of the StorageClass required by the claim.
38
+ * More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1
39
+ * +optional
40
+ */
41
+ storageClassName?: string;
42
+ /**
43
+ * volumeMode defines what type of volume is required by the claim.
44
+ * Value of Filesystem is implied when not included in claim spec.
45
+ * +optional
46
+ */
47
+ volumeMode?: V1PersistentVolumeMode;
48
+ /**
49
+ * VolumeName is the binding reference to the PersistentVolume backing this claim.
50
+ * +optional
51
+ */
52
+ volumeName?: string;
53
+ }
@@ -0,0 +1,19 @@
1
+ import type { V1ObjectMeta } from '../schemas/V1ObjectMeta';
2
+ import type { V1PersistentVolumeClaimSpec } from '../schemas/V1PersistentVolumeClaimSpec';
3
+ export interface V1PersistentVolumeClaimTemplate {
4
+ /**
5
+ * May contain labels and annotations that will be copied into the PVC
6
+ * when creating it. No other fields are allowed and will be rejected during
7
+ * validation.
8
+ *
9
+ * +optional
10
+ */
11
+ metadata?: V1ObjectMeta;
12
+ /**
13
+ * The specification for the PersistentVolumeClaim. The entire content is
14
+ * copied unchanged into the PVC that gets created from this
15
+ * template. The same fields as in a PersistentVolumeClaim
16
+ * are also valid here.
17
+ */
18
+ spec?: V1PersistentVolumeClaimSpec;
19
+ }
@@ -0,0 +1,13 @@
1
+ export interface V1PersistentVolumeClaimVolumeSource {
2
+ /**
3
+ * ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume.
4
+ * More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
5
+ */
6
+ claimName?: string;
7
+ /**
8
+ * Will force the ReadOnly setting in VolumeMounts.
9
+ * Default false.
10
+ * +optional
11
+ */
12
+ readOnly?: boolean;
13
+ }
@@ -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 @@
1
+ export type V1PersistentVolumeMode = 'Block' | 'Filesystem';
@@ -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,12 @@
1
+ export interface V1PhotonPersistentDiskVolumeSource {
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
+ */
7
+ fsType?: string;
8
+ /**
9
+ * ID that identifies Photon Controller persistent disk
10
+ */
11
+ pdID?: string;
12
+ }
@@ -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 V1PortworxVolumeSource {
2
+ /**
3
+ * FSType represents the filesystem type to mount
4
+ * Must be a filesystem type supported by the host operating system.
5
+ * Ex. "ext4", "xfs". Implicitly inferred to be "ext4" if unspecified.
6
+ */
7
+ fsType?: string;
8
+ /**
9
+ * Defaults to false (read/write). ReadOnly here will force
10
+ * the ReadOnly setting in VolumeMounts.
11
+ * +optional
12
+ */
13
+ readOnly?: boolean;
14
+ /**
15
+ * VolumeID uniquely identifies a Portworx volume
16
+ */
17
+ volumeID?: string;
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,18 @@
1
+ import type { V1VolumeProjection } from '../schemas/V1VolumeProjection';
2
+ export interface V1ProjectedVolumeSource {
3
+ /**
4
+ * 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
+ * Directories within the path are not affected by this setting.
8
+ * This might be in conflict with other options that affect the file
9
+ * mode, like fsGroup, and the result can be other mode bits set.
10
+ * +optional
11
+ */
12
+ defaultMode?: number;
13
+ /**
14
+ * list of volume projections
15
+ * +optional
16
+ */
17
+ sources?: V1VolumeProjection[];
18
+ }
@@ -0,0 +1,36 @@
1
+ export interface V1QuobyteVolumeSource {
2
+ /**
3
+ * Group to map volume access to
4
+ * Default is no group
5
+ * +optional
6
+ */
7
+ group?: string;
8
+ /**
9
+ * ReadOnly here will force the Quobyte volume to be mounted with read-only permissions.
10
+ * Defaults to false.
11
+ * +optional
12
+ */
13
+ readOnly?: boolean;
14
+ /**
15
+ * Registry represents a single or multiple Quobyte Registry services
16
+ * specified as a string as host:port pair (multiple entries are separated with commas)
17
+ * which acts as the central registry for volumes
18
+ */
19
+ registry?: string;
20
+ /**
21
+ * Tenant owning the given Quobyte volume in the Backend
22
+ * Used with dynamically provisioned Quobyte volumes, value is set by the plugin
23
+ * +optional
24
+ */
25
+ tenant?: string;
26
+ /**
27
+ * User to map volume access to
28
+ * Defaults to serivceaccount user
29
+ * +optional
30
+ */
31
+ user?: string;
32
+ /**
33
+ * Volume is a string that references an already created Quobyte volume by name.
34
+ */
35
+ volume?: string;
36
+ }
@@ -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,58 @@
1
+ import type { V1LocalObjectReference } from '../schemas/V1LocalObjectReference';
2
+ export interface V1RbdVolumeSource {
3
+ /**
4
+ * Filesystem type of the volume that you want to mount.
5
+ * Tip: Ensure that the filesystem type is supported by the host operating system.
6
+ * Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
7
+ * More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd
8
+ * TODO: how do we prevent errors in the filesystem from compromising the machine
9
+ * +optional
10
+ */
11
+ fsType?: string;
12
+ /**
13
+ * The rados image name.
14
+ * More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
15
+ */
16
+ image?: string;
17
+ /**
18
+ * Keyring is the path to key ring for RBDUser.
19
+ * Default is /etc/ceph/keyring.
20
+ * More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
21
+ * +optional
22
+ */
23
+ keyring?: string;
24
+ /**
25
+ * A collection of Ceph monitors.
26
+ * More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
27
+ */
28
+ monitors?: string[];
29
+ /**
30
+ * The rados pool name.
31
+ * Default is rbd.
32
+ * More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
33
+ * +optional
34
+ */
35
+ pool?: string;
36
+ /**
37
+ * ReadOnly here will force the ReadOnly setting in VolumeMounts.
38
+ * Defaults to false.
39
+ * More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
40
+ * +optional
41
+ */
42
+ readOnly?: boolean;
43
+ /**
44
+ * SecretRef is name of the authentication secret for RBDUser. If provided
45
+ * overrides keyring.
46
+ * Default is nil.
47
+ * More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
48
+ * +optional
49
+ */
50
+ secretRef?: V1LocalObjectReference;
51
+ /**
52
+ * The rados user name.
53
+ * Default is admin.
54
+ * More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
55
+ * +optional
56
+ */
57
+ user?: string;
58
+ }
@@ -0,0 +1,17 @@
1
+ import type { ResourceQuantity } from '../schemas/ResourceQuantity';
2
+ export interface V1ResourceFieldSelector {
3
+ /**
4
+ * Container name: required for volumes, optional for env vars
5
+ * +optional
6
+ */
7
+ containerName?: string;
8
+ /**
9
+ * Specifies the output format of the exposed resources, defaults to "1"
10
+ * +optional
11
+ */
12
+ divisor?: ResourceQuantity;
13
+ /**
14
+ * Required: resource to select
15
+ */
16
+ resource?: string;
17
+ }
@@ -0,0 +1,4 @@
1
+ import type { ResourceQuantity } from '../schemas/ResourceQuantity';
2
+ export interface V1ResourceList {
3
+ [key: string]: ResourceQuantity;
4
+ }
@@ -0,0 +1,17 @@
1
+ import type { V1ResourceList } from '../schemas/V1ResourceList';
2
+ export interface V1ResourceRequirements {
3
+ /**
4
+ * Limits describes the maximum amount of compute resources allowed.
5
+ * More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
6
+ * +optional
7
+ */
8
+ limits?: V1ResourceList;
9
+ /**
10
+ * Requests describes the minimum amount of compute resources required.
11
+ * If Requests is omitted for a container, it defaults to Limits if that is explicitly specified,
12
+ * otherwise to an implementation-defined value.
13
+ * More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
14
+ * +optional
15
+ */
16
+ requests?: V1ResourceList;
17
+ }
@@ -0,0 +1,56 @@
1
+ import type { V1LocalObjectReference } from '../schemas/V1LocalObjectReference';
2
+ export interface V1ScaleIoVolumeSource {
3
+ /**
4
+ * Filesystem type to mount.
5
+ * Must be a filesystem type supported by the host operating system.
6
+ * Ex. "ext4", "xfs", "ntfs".
7
+ * Default is "xfs".
8
+ * +optional
9
+ */
10
+ fsType?: string;
11
+ /**
12
+ * The host address of the ScaleIO API Gateway.
13
+ */
14
+ gateway?: string;
15
+ /**
16
+ * The name of the ScaleIO Protection Domain for the configured storage.
17
+ * +optional
18
+ */
19
+ protectionDomain?: string;
20
+ /**
21
+ * Defaults to false (read/write). ReadOnly here will force
22
+ * the ReadOnly setting in VolumeMounts.
23
+ * +optional
24
+ */
25
+ readOnly?: boolean;
26
+ /**
27
+ * SecretRef references to the secret for ScaleIO user and other
28
+ * sensitive information. If this is not provided, Login operation will fail.
29
+ */
30
+ secretRef?: V1LocalObjectReference;
31
+ /**
32
+ * Flag to enable/disable SSL communication with Gateway, default false
33
+ * +optional
34
+ */
35
+ sslEnabled?: boolean;
36
+ /**
37
+ * Indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned.
38
+ * Default is ThinProvisioned.
39
+ * +optional
40
+ */
41
+ storageMode?: string;
42
+ /**
43
+ * The ScaleIO Storage Pool associated with the protection domain.
44
+ * +optional
45
+ */
46
+ storagePool?: string;
47
+ /**
48
+ * The name of the storage system as configured in ScaleIO.
49
+ */
50
+ system?: string;
51
+ /**
52
+ * The name of a volume already created in the ScaleIO system
53
+ * that is associated with this volume source.
54
+ */
55
+ volumeName?: string;
56
+ }
@@ -0,0 +1,18 @@
1
+ export interface V1SecretKeySelector {
2
+ /**
3
+ * The key of the secret to select from. Must be a valid secret key.
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 Secret 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,26 @@
1
+ import type { V1KeyToPath } from '../schemas/V1KeyToPath';
2
+ export interface V1SecretProjection {
3
+ /**
4
+ * If unspecified, each key-value pair in the Data field of the referenced
5
+ * Secret will be projected into the volume as a file whose name is the
6
+ * key and content is the value. If specified, the listed keys will be
7
+ * projected into the specified paths, and unlisted keys will not be
8
+ * present. If a key is specified which is not present in the Secret,
9
+ * the volume setup will error unless it is marked optional. Paths must be
10
+ * relative and may not contain the '..' path or start with '..'.
11
+ * +optional
12
+ */
13
+ items?: V1KeyToPath[];
14
+ /**
15
+ * Name of the referent.
16
+ * More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
17
+ * TODO: Add other useful fields. apiVersion, kind, uid?
18
+ * +optional
19
+ */
20
+ name?: string;
21
+ /**
22
+ * Specify whether the Secret or its key must be defined
23
+ * +optional
24
+ */
25
+ optional?: boolean;
26
+ }