@komputer-ai/sdk 0.11.5 → 0.11.7

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 (614) hide show
  1. package/.openapi-generator/FILES +298 -0
  2. package/dist/esm/models/AgentResponse.d.ts +32 -0
  3. package/dist/esm/models/AgentResponse.js +12 -0
  4. package/dist/esm/models/CreateAgentRequest.d.ts +20 -0
  5. package/dist/esm/models/CreateAgentRequest.js +8 -0
  6. package/dist/esm/models/IntstrIntOrString.d.ts +45 -0
  7. package/dist/esm/models/IntstrIntOrString.js +46 -0
  8. package/dist/esm/models/IntstrType.d.ts +31 -0
  9. package/dist/esm/models/IntstrType.js +49 -0
  10. package/dist/esm/models/K8sIoApiCoreV1ResourceClaim.d.ts +44 -0
  11. package/dist/esm/models/K8sIoApiCoreV1ResourceClaim.js +43 -0
  12. package/dist/esm/models/PatchAgentRequest.d.ts +20 -0
  13. package/dist/esm/models/PatchAgentRequest.js +8 -0
  14. package/dist/esm/models/ResourceQuantity.d.ts +41 -0
  15. package/dist/esm/models/ResourceQuantity.js +49 -0
  16. package/dist/esm/models/V1AWSElasticBlockStoreVolumeSource.d.ts +62 -0
  17. package/dist/esm/models/V1AWSElasticBlockStoreVolumeSource.js +47 -0
  18. package/dist/esm/models/V1Affinity.d.ts +50 -0
  19. package/dist/esm/models/V1Affinity.js +48 -0
  20. package/dist/esm/models/V1AppArmorProfile.d.ts +48 -0
  21. package/dist/esm/models/V1AppArmorProfile.js +44 -0
  22. package/dist/esm/models/V1AppArmorProfileType.d.ts +26 -0
  23. package/dist/esm/models/V1AppArmorProfileType.js +44 -0
  24. package/dist/esm/models/V1AzureDataDiskCachingMode.d.ts +26 -0
  25. package/dist/esm/models/V1AzureDataDiskCachingMode.js +44 -0
  26. package/dist/esm/models/V1AzureDataDiskKind.d.ts +26 -0
  27. package/dist/esm/models/V1AzureDataDiskKind.js +44 -0
  28. package/dist/esm/models/V1AzureDiskVolumeSource.d.ts +74 -0
  29. package/dist/esm/models/V1AzureDiskVolumeSource.js +53 -0
  30. package/dist/esm/models/V1AzureFileVolumeSource.d.ts +46 -0
  31. package/dist/esm/models/V1AzureFileVolumeSource.js +45 -0
  32. package/dist/esm/models/V1CSIVolumeSource.d.ts +72 -0
  33. package/dist/esm/models/V1CSIVolumeSource.js +50 -0
  34. package/dist/esm/models/V1Capabilities.d.ts +42 -0
  35. package/dist/esm/models/V1Capabilities.js +43 -0
  36. package/dist/esm/models/V1CephFSVolumeSource.d.ts +75 -0
  37. package/dist/esm/models/V1CephFSVolumeSource.js +52 -0
  38. package/dist/esm/models/V1CinderVolumeSource.d.ts +61 -0
  39. package/dist/esm/models/V1CinderVolumeSource.js +48 -0
  40. package/dist/esm/models/V1ClusterTrustBundleProjection.d.ts +71 -0
  41. package/dist/esm/models/V1ClusterTrustBundleProjection.js +50 -0
  42. package/dist/esm/models/V1ConfigMapEnvSource.d.ts +47 -0
  43. package/dist/esm/models/V1ConfigMapEnvSource.js +43 -0
  44. package/dist/esm/models/V1ConfigMapKeySelector.d.ts +53 -0
  45. package/dist/esm/models/V1ConfigMapKeySelector.js +45 -0
  46. package/dist/esm/models/V1ConfigMapProjection.d.ts +62 -0
  47. package/dist/esm/models/V1ConfigMapProjection.js +46 -0
  48. package/dist/esm/models/V1ConfigMapVolumeSource.d.ts +75 -0
  49. package/dist/esm/models/V1ConfigMapVolumeSource.js +48 -0
  50. package/dist/esm/models/V1Container.d.ts +340 -0
  51. package/dist/esm/models/V1Container.js +103 -0
  52. package/dist/esm/models/V1ContainerPort.d.ts +69 -0
  53. package/dist/esm/models/V1ContainerPort.js +50 -0
  54. package/dist/esm/models/V1ContainerResizePolicy.d.ts +42 -0
  55. package/dist/esm/models/V1ContainerResizePolicy.js +45 -0
  56. package/dist/esm/models/V1ContainerRestartPolicy.d.ts +26 -0
  57. package/dist/esm/models/V1ContainerRestartPolicy.js +44 -0
  58. package/dist/esm/models/V1ContainerRestartRule.d.ts +45 -0
  59. package/dist/esm/models/V1ContainerRestartRule.js +45 -0
  60. package/dist/esm/models/V1ContainerRestartRuleAction.d.ts +25 -0
  61. package/dist/esm/models/V1ContainerRestartRuleAction.js +43 -0
  62. package/dist/esm/models/V1ContainerRestartRuleOnExitCodes.d.ts +48 -0
  63. package/dist/esm/models/V1ContainerRestartRuleOnExitCodes.js +44 -0
  64. package/dist/esm/models/V1ContainerRestartRuleOnExitCodesOperator.d.ts +25 -0
  65. package/dist/esm/models/V1ContainerRestartRuleOnExitCodesOperator.js +43 -0
  66. package/dist/esm/models/V1DNSPolicy.d.ts +27 -0
  67. package/dist/esm/models/V1DNSPolicy.js +45 -0
  68. package/dist/esm/models/V1DownwardAPIProjection.d.ts +35 -0
  69. package/dist/esm/models/V1DownwardAPIProjection.js +42 -0
  70. package/dist/esm/models/V1DownwardAPIVolumeFile.d.ts +61 -0
  71. package/dist/esm/models/V1DownwardAPIVolumeFile.js +49 -0
  72. package/dist/esm/models/V1DownwardAPIVolumeSource.d.ts +49 -0
  73. package/dist/esm/models/V1DownwardAPIVolumeSource.js +44 -0
  74. package/dist/esm/models/V1EmptyDirVolumeSource.d.ts +50 -0
  75. package/dist/esm/models/V1EmptyDirVolumeSource.js +45 -0
  76. package/dist/esm/models/V1EnvFromSource.d.ts +50 -0
  77. package/dist/esm/models/V1EnvFromSource.js +47 -0
  78. package/dist/esm/models/V1EnvVar.d.ts +56 -0
  79. package/dist/esm/models/V1EnvVar.js +46 -0
  80. package/dist/esm/models/V1EnvVarSource.d.ts +71 -0
  81. package/dist/esm/models/V1EnvVarSource.js +54 -0
  82. package/dist/esm/models/V1EphemeralContainer.d.ts +306 -0
  83. package/dist/esm/models/V1EphemeralContainer.js +105 -0
  84. package/dist/esm/models/V1EphemeralVolumeSource.d.ts +53 -0
  85. package/dist/esm/models/V1EphemeralVolumeSource.js +42 -0
  86. package/dist/esm/models/V1ExecAction.d.ts +38 -0
  87. package/dist/esm/models/V1ExecAction.js +41 -0
  88. package/dist/esm/models/V1FCVolumeSource.d.ts +68 -0
  89. package/dist/esm/models/V1FCVolumeSource.js +49 -0
  90. package/dist/esm/models/V1FileKeySelector.d.ts +64 -0
  91. package/dist/esm/models/V1FileKeySelector.js +47 -0
  92. package/dist/esm/models/V1FlexVolumeSource.d.ts +70 -0
  93. package/dist/esm/models/V1FlexVolumeSource.js +50 -0
  94. package/dist/esm/models/V1FlockerVolumeSource.d.ts +41 -0
  95. package/dist/esm/models/V1FlockerVolumeSource.js +43 -0
  96. package/dist/esm/models/V1GCEPersistentDiskVolumeSource.d.ts +64 -0
  97. package/dist/esm/models/V1GCEPersistentDiskVolumeSource.js +47 -0
  98. package/dist/esm/models/V1GRPCAction.d.ts +43 -0
  99. package/dist/esm/models/V1GRPCAction.js +43 -0
  100. package/dist/esm/models/V1GitRepoVolumeSource.d.ts +49 -0
  101. package/dist/esm/models/V1GitRepoVolumeSource.js +45 -0
  102. package/dist/esm/models/V1GlusterfsVolumeSource.d.ts +48 -0
  103. package/dist/esm/models/V1GlusterfsVolumeSource.js +45 -0
  104. package/dist/esm/models/V1HTTPGetAction.d.ts +68 -0
  105. package/dist/esm/models/V1HTTPGetAction.js +52 -0
  106. package/dist/esm/models/V1HTTPHeader.d.ts +39 -0
  107. package/dist/esm/models/V1HTTPHeader.js +43 -0
  108. package/dist/esm/models/V1HostAlias.d.ts +40 -0
  109. package/dist/esm/models/V1HostAlias.js +43 -0
  110. package/dist/esm/models/V1HostPathType.d.ts +31 -0
  111. package/dist/esm/models/V1HostPathType.js +49 -0
  112. package/dist/esm/models/V1HostPathVolumeSource.d.ts +44 -0
  113. package/dist/esm/models/V1HostPathVolumeSource.js +44 -0
  114. package/dist/esm/models/V1ISCSIVolumeSource.d.ts +113 -0
  115. package/dist/esm/models/V1ISCSIVolumeSource.js +62 -0
  116. package/dist/esm/models/V1ImageVolumeSource.d.ts +50 -0
  117. package/dist/esm/models/V1ImageVolumeSource.js +44 -0
  118. package/dist/esm/models/V1KeyToPath.d.ts +53 -0
  119. package/dist/esm/models/V1KeyToPath.js +45 -0
  120. package/dist/esm/models/V1LabelSelector.d.ts +46 -0
  121. package/dist/esm/models/V1LabelSelector.js +44 -0
  122. package/dist/esm/models/V1LabelSelectorOperator.d.ts +27 -0
  123. package/dist/esm/models/V1LabelSelectorOperator.js +45 -0
  124. package/dist/esm/models/V1LabelSelectorRequirement.d.ts +51 -0
  125. package/dist/esm/models/V1LabelSelectorRequirement.js +46 -0
  126. package/dist/esm/models/V1Lifecycle.d.ts +62 -0
  127. package/dist/esm/models/V1Lifecycle.js +47 -0
  128. package/dist/esm/models/V1LifecycleHandler.d.ts +60 -0
  129. package/dist/esm/models/V1LifecycleHandler.js +51 -0
  130. package/dist/esm/models/V1LocalObjectReference.d.ts +40 -0
  131. package/dist/esm/models/V1LocalObjectReference.js +41 -0
  132. package/dist/esm/models/V1ManagedFieldsEntry.d.ts +86 -0
  133. package/dist/esm/models/V1ManagedFieldsEntry.js +54 -0
  134. package/dist/esm/models/V1ManagedFieldsOperationType.d.ts +25 -0
  135. package/dist/esm/models/V1ManagedFieldsOperationType.js +43 -0
  136. package/dist/esm/models/V1MountPropagationMode.d.ts +26 -0
  137. package/dist/esm/models/V1MountPropagationMode.js +44 -0
  138. package/dist/esm/models/V1NFSVolumeSource.d.ts +49 -0
  139. package/dist/esm/models/V1NFSVolumeSource.js +45 -0
  140. package/dist/esm/models/V1NodeAffinity.d.ts +55 -0
  141. package/dist/esm/models/V1NodeAffinity.js +45 -0
  142. package/dist/esm/models/V1NodeInclusionPolicy.d.ts +25 -0
  143. package/dist/esm/models/V1NodeInclusionPolicy.js +43 -0
  144. package/dist/esm/models/V1NodeSelector.d.ts +34 -0
  145. package/dist/esm/models/V1NodeSelector.js +42 -0
  146. package/dist/esm/models/V1NodeSelectorOperator.d.ts +29 -0
  147. package/dist/esm/models/V1NodeSelectorOperator.js +47 -0
  148. package/dist/esm/models/V1NodeSelectorRequirement.d.ts +52 -0
  149. package/dist/esm/models/V1NodeSelectorRequirement.js +46 -0
  150. package/dist/esm/models/V1NodeSelectorTerm.d.ts +43 -0
  151. package/dist/esm/models/V1NodeSelectorTerm.js +44 -0
  152. package/dist/esm/models/V1OSName.d.ts +25 -0
  153. package/dist/esm/models/V1OSName.js +43 -0
  154. package/dist/esm/models/V1ObjectFieldSelector.d.ts +39 -0
  155. package/dist/esm/models/V1ObjectFieldSelector.js +43 -0
  156. package/dist/esm/models/V1ObjectMeta.d.ts +238 -0
  157. package/dist/esm/models/V1ObjectMeta.js +71 -0
  158. package/dist/esm/models/V1OwnerReference.d.ts +74 -0
  159. package/dist/esm/models/V1OwnerReference.js +51 -0
  160. package/dist/esm/models/V1PersistentVolumeAccessMode.d.ts +27 -0
  161. package/dist/esm/models/V1PersistentVolumeAccessMode.js +45 -0
  162. package/dist/esm/models/V1PersistentVolumeClaimSpec.d.ts +142 -0
  163. package/dist/esm/models/V1PersistentVolumeClaimSpec.js +63 -0
  164. package/dist/esm/models/V1PersistentVolumeClaimTemplate.d.ts +47 -0
  165. package/dist/esm/models/V1PersistentVolumeClaimTemplate.js +45 -0
  166. package/dist/esm/models/V1PersistentVolumeClaimVolumeSource.d.ts +41 -0
  167. package/dist/esm/models/V1PersistentVolumeClaimVolumeSource.js +43 -0
  168. package/dist/esm/models/V1PersistentVolumeMode.d.ts +25 -0
  169. package/dist/esm/models/V1PersistentVolumeMode.js +43 -0
  170. package/dist/esm/models/V1PhotonPersistentDiskVolumeSource.d.ts +40 -0
  171. package/dist/esm/models/V1PhotonPersistentDiskVolumeSource.js +43 -0
  172. package/dist/esm/models/V1PodAffinity.d.ts +58 -0
  173. package/dist/esm/models/V1PodAffinity.js +45 -0
  174. package/dist/esm/models/V1PodAffinityTerm.d.ts +99 -0
  175. package/dist/esm/models/V1PodAffinityTerm.js +52 -0
  176. package/dist/esm/models/V1PodAntiAffinity.d.ts +58 -0
  177. package/dist/esm/models/V1PodAntiAffinity.js +45 -0
  178. package/dist/esm/models/V1PodCertificateProjection.d.ts +133 -0
  179. package/dist/esm/models/V1PodCertificateProjection.js +53 -0
  180. package/dist/esm/models/V1PodConditionType.d.ts +32 -0
  181. package/dist/esm/models/V1PodConditionType.js +50 -0
  182. package/dist/esm/models/V1PodDNSConfig.d.ts +58 -0
  183. package/dist/esm/models/V1PodDNSConfig.js +46 -0
  184. package/dist/esm/models/V1PodDNSConfigOption.d.ts +40 -0
  185. package/dist/esm/models/V1PodDNSConfigOption.js +43 -0
  186. package/dist/esm/models/V1PodFSGroupChangePolicy.d.ts +25 -0
  187. package/dist/esm/models/V1PodFSGroupChangePolicy.js +43 -0
  188. package/dist/esm/models/V1PodOS.d.ts +36 -0
  189. package/dist/esm/models/V1PodOS.js +42 -0
  190. package/dist/esm/models/V1PodReadinessGate.d.ts +33 -0
  191. package/dist/esm/models/V1PodReadinessGate.js +42 -0
  192. package/dist/esm/models/V1PodResourceClaim.d.ts +63 -0
  193. package/dist/esm/models/V1PodResourceClaim.js +45 -0
  194. package/dist/esm/models/V1PodSELinuxChangePolicy.d.ts +25 -0
  195. package/dist/esm/models/V1PodSELinuxChangePolicy.js +43 -0
  196. package/dist/esm/models/V1PodSchedulingGate.d.ts +33 -0
  197. package/dist/esm/models/V1PodSchedulingGate.js +41 -0
  198. package/dist/esm/models/V1PodSecurityContext.d.ts +206 -0
  199. package/dist/esm/models/V1PodSecurityContext.js +73 -0
  200. package/dist/esm/models/V1PodSpec.d.ts +567 -0
  201. package/dist/esm/models/V1PodSpec.js +144 -0
  202. package/dist/esm/models/V1PortworxVolumeSource.d.ts +48 -0
  203. package/dist/esm/models/V1PortworxVolumeSource.js +45 -0
  204. package/dist/esm/models/V1PreemptionPolicy.d.ts +25 -0
  205. package/dist/esm/models/V1PreemptionPolicy.js +43 -0
  206. package/dist/esm/models/V1PreferredSchedulingTerm.d.ts +39 -0
  207. package/dist/esm/models/V1PreferredSchedulingTerm.js +44 -0
  208. package/dist/esm/models/V1Probe.d.ts +115 -0
  209. package/dist/esm/models/V1Probe.js +63 -0
  210. package/dist/esm/models/V1ProcMountType.d.ts +25 -0
  211. package/dist/esm/models/V1ProcMountType.js +43 -0
  212. package/dist/esm/models/V1ProjectedVolumeSource.d.ts +48 -0
  213. package/dist/esm/models/V1ProjectedVolumeSource.js +44 -0
  214. package/dist/esm/models/V1Protocol.d.ts +26 -0
  215. package/dist/esm/models/V1Protocol.js +44 -0
  216. package/dist/esm/models/V1PullPolicy.d.ts +26 -0
  217. package/dist/esm/models/V1PullPolicy.js +44 -0
  218. package/dist/esm/models/V1QuobyteVolumeSource.d.ts +72 -0
  219. package/dist/esm/models/V1QuobyteVolumeSource.js +51 -0
  220. package/dist/esm/models/V1RBDVolumeSource.d.ts +102 -0
  221. package/dist/esm/models/V1RBDVolumeSource.js +56 -0
  222. package/dist/esm/models/V1RecursiveReadOnlyMode.d.ts +26 -0
  223. package/dist/esm/models/V1RecursiveReadOnlyMode.js +44 -0
  224. package/dist/esm/models/V1ResourceFieldSelector.d.ts +47 -0
  225. package/dist/esm/models/V1ResourceFieldSelector.js +46 -0
  226. package/dist/esm/models/V1ResourceName.d.ts +43 -0
  227. package/dist/esm/models/V1ResourceName.js +61 -0
  228. package/dist/esm/models/V1ResourceRequirements.d.ts +67 -0
  229. package/dist/esm/models/V1ResourceRequirements.js +48 -0
  230. package/dist/esm/models/V1ResourceResizeRestartPolicy.d.ts +25 -0
  231. package/dist/esm/models/V1ResourceResizeRestartPolicy.js +43 -0
  232. package/dist/esm/models/V1RestartPolicy.d.ts +26 -0
  233. package/dist/esm/models/V1RestartPolicy.js +44 -0
  234. package/dist/esm/models/V1SELinuxOptions.d.ts +54 -0
  235. package/dist/esm/models/V1SELinuxOptions.js +47 -0
  236. package/dist/esm/models/V1ScaleIOVolumeSource.d.ts +102 -0
  237. package/dist/esm/models/V1ScaleIOVolumeSource.js +60 -0
  238. package/dist/esm/models/V1SeccompProfile.d.ts +49 -0
  239. package/dist/esm/models/V1SeccompProfile.js +44 -0
  240. package/dist/esm/models/V1SeccompProfileType.d.ts +26 -0
  241. package/dist/esm/models/V1SeccompProfileType.js +44 -0
  242. package/dist/esm/models/V1SecretEnvSource.d.ts +47 -0
  243. package/dist/esm/models/V1SecretEnvSource.js +43 -0
  244. package/dist/esm/models/V1SecretKeySelector.d.ts +53 -0
  245. package/dist/esm/models/V1SecretKeySelector.js +45 -0
  246. package/dist/esm/models/V1SecretProjection.d.ts +62 -0
  247. package/dist/esm/models/V1SecretProjection.js +46 -0
  248. package/dist/esm/models/V1SecretVolumeSource.d.ts +69 -0
  249. package/dist/esm/models/V1SecretVolumeSource.js +48 -0
  250. package/dist/esm/models/V1SecurityContext.d.ts +158 -0
  251. package/dist/esm/models/V1SecurityContext.js +69 -0
  252. package/dist/esm/models/V1ServiceAccountTokenProjection.d.ts +55 -0
  253. package/dist/esm/models/V1ServiceAccountTokenProjection.js +45 -0
  254. package/dist/esm/models/V1Signal.d.ts +88 -0
  255. package/dist/esm/models/V1Signal.js +106 -0
  256. package/dist/esm/models/V1SleepAction.d.ts +32 -0
  257. package/dist/esm/models/V1SleepAction.js +41 -0
  258. package/dist/esm/models/V1StorageMedium.d.ts +39 -0
  259. package/dist/esm/models/V1StorageMedium.js +57 -0
  260. package/dist/esm/models/V1StorageOSVolumeSource.d.ts +71 -0
  261. package/dist/esm/models/V1StorageOSVolumeSource.js +50 -0
  262. package/dist/esm/models/V1SupplementalGroupsPolicy.d.ts +25 -0
  263. package/dist/esm/models/V1SupplementalGroupsPolicy.js +43 -0
  264. package/dist/esm/models/V1Sysctl.d.ts +38 -0
  265. package/dist/esm/models/V1Sysctl.js +43 -0
  266. package/dist/esm/models/V1TCPSocketAction.d.ts +42 -0
  267. package/dist/esm/models/V1TCPSocketAction.js +44 -0
  268. package/dist/esm/models/V1TaintEffect.d.ts +26 -0
  269. package/dist/esm/models/V1TaintEffect.js +44 -0
  270. package/dist/esm/models/V1TerminationMessagePolicy.d.ts +25 -0
  271. package/dist/esm/models/V1TerminationMessagePolicy.js +43 -0
  272. package/dist/esm/models/V1Toleration.d.ts +73 -0
  273. package/dist/esm/models/V1Toleration.js +51 -0
  274. package/dist/esm/models/V1TolerationOperator.d.ts +27 -0
  275. package/dist/esm/models/V1TolerationOperator.js +45 -0
  276. package/dist/esm/models/V1TopologySpreadConstraint.d.ts +174 -0
  277. package/dist/esm/models/V1TopologySpreadConstraint.js +58 -0
  278. package/dist/esm/models/V1TypedLocalObjectReference.d.ts +47 -0
  279. package/dist/esm/models/V1TypedLocalObjectReference.js +45 -0
  280. package/dist/esm/models/V1TypedObjectReference.d.ts +57 -0
  281. package/dist/esm/models/V1TypedObjectReference.js +47 -0
  282. package/dist/esm/models/V1URIScheme.d.ts +25 -0
  283. package/dist/esm/models/V1URIScheme.js +43 -0
  284. package/dist/esm/models/V1UnsatisfiableConstraintAction.d.ts +25 -0
  285. package/dist/esm/models/V1UnsatisfiableConstraintAction.js +43 -0
  286. package/dist/esm/models/V1Volume.d.ts +357 -0
  287. package/dist/esm/models/V1Volume.js +131 -0
  288. package/dist/esm/models/V1VolumeDevice.d.ts +38 -0
  289. package/dist/esm/models/V1VolumeDevice.js +43 -0
  290. package/dist/esm/models/V1VolumeMount.d.ts +101 -0
  291. package/dist/esm/models/V1VolumeMount.js +55 -0
  292. package/dist/esm/models/V1VolumeProjection.d.ts +123 -0
  293. package/dist/esm/models/V1VolumeProjection.js +57 -0
  294. package/dist/esm/models/V1VolumeResourceRequirements.d.ts +49 -0
  295. package/dist/esm/models/V1VolumeResourceRequirements.js +45 -0
  296. package/dist/esm/models/V1VsphereVirtualDiskVolumeSource.d.ts +55 -0
  297. package/dist/esm/models/V1VsphereVirtualDiskVolumeSource.js +47 -0
  298. package/dist/esm/models/V1WeightedPodAffinityTerm.d.ts +40 -0
  299. package/dist/esm/models/V1WeightedPodAffinityTerm.js +44 -0
  300. package/dist/esm/models/V1WindowsSecurityContextOptions.d.ts +62 -0
  301. package/dist/esm/models/V1WindowsSecurityContextOptions.js +47 -0
  302. package/dist/esm/models/V1WorkloadReference.d.ts +60 -0
  303. package/dist/esm/models/V1WorkloadReference.js +45 -0
  304. package/dist/esm/models/V1alpha1StorageSpec.d.ts +40 -0
  305. package/dist/esm/models/V1alpha1StorageSpec.js +43 -0
  306. package/dist/esm/models/index.d.ts +149 -0
  307. package/dist/esm/models/index.js +149 -0
  308. package/dist/models/AgentResponse.d.ts +32 -0
  309. package/dist/models/AgentResponse.js +12 -0
  310. package/dist/models/CreateAgentRequest.d.ts +20 -0
  311. package/dist/models/CreateAgentRequest.js +8 -0
  312. package/dist/models/IntstrIntOrString.d.ts +45 -0
  313. package/dist/models/IntstrIntOrString.js +53 -0
  314. package/dist/models/IntstrType.d.ts +31 -0
  315. package/dist/models/IntstrType.js +57 -0
  316. package/dist/models/K8sIoApiCoreV1ResourceClaim.d.ts +44 -0
  317. package/dist/models/K8sIoApiCoreV1ResourceClaim.js +50 -0
  318. package/dist/models/PatchAgentRequest.d.ts +20 -0
  319. package/dist/models/PatchAgentRequest.js +8 -0
  320. package/dist/models/ResourceQuantity.d.ts +41 -0
  321. package/dist/models/ResourceQuantity.js +57 -0
  322. package/dist/models/V1AWSElasticBlockStoreVolumeSource.d.ts +62 -0
  323. package/dist/models/V1AWSElasticBlockStoreVolumeSource.js +54 -0
  324. package/dist/models/V1Affinity.d.ts +50 -0
  325. package/dist/models/V1Affinity.js +55 -0
  326. package/dist/models/V1AppArmorProfile.d.ts +48 -0
  327. package/dist/models/V1AppArmorProfile.js +51 -0
  328. package/dist/models/V1AppArmorProfileType.d.ts +26 -0
  329. package/dist/models/V1AppArmorProfileType.js +52 -0
  330. package/dist/models/V1AzureDataDiskCachingMode.d.ts +26 -0
  331. package/dist/models/V1AzureDataDiskCachingMode.js +52 -0
  332. package/dist/models/V1AzureDataDiskKind.d.ts +26 -0
  333. package/dist/models/V1AzureDataDiskKind.js +52 -0
  334. package/dist/models/V1AzureDiskVolumeSource.d.ts +74 -0
  335. package/dist/models/V1AzureDiskVolumeSource.js +60 -0
  336. package/dist/models/V1AzureFileVolumeSource.d.ts +46 -0
  337. package/dist/models/V1AzureFileVolumeSource.js +52 -0
  338. package/dist/models/V1CSIVolumeSource.d.ts +72 -0
  339. package/dist/models/V1CSIVolumeSource.js +57 -0
  340. package/dist/models/V1Capabilities.d.ts +42 -0
  341. package/dist/models/V1Capabilities.js +50 -0
  342. package/dist/models/V1CephFSVolumeSource.d.ts +75 -0
  343. package/dist/models/V1CephFSVolumeSource.js +59 -0
  344. package/dist/models/V1CinderVolumeSource.d.ts +61 -0
  345. package/dist/models/V1CinderVolumeSource.js +55 -0
  346. package/dist/models/V1ClusterTrustBundleProjection.d.ts +71 -0
  347. package/dist/models/V1ClusterTrustBundleProjection.js +57 -0
  348. package/dist/models/V1ConfigMapEnvSource.d.ts +47 -0
  349. package/dist/models/V1ConfigMapEnvSource.js +50 -0
  350. package/dist/models/V1ConfigMapKeySelector.d.ts +53 -0
  351. package/dist/models/V1ConfigMapKeySelector.js +52 -0
  352. package/dist/models/V1ConfigMapProjection.d.ts +62 -0
  353. package/dist/models/V1ConfigMapProjection.js +53 -0
  354. package/dist/models/V1ConfigMapVolumeSource.d.ts +75 -0
  355. package/dist/models/V1ConfigMapVolumeSource.js +55 -0
  356. package/dist/models/V1Container.d.ts +340 -0
  357. package/dist/models/V1Container.js +110 -0
  358. package/dist/models/V1ContainerPort.d.ts +69 -0
  359. package/dist/models/V1ContainerPort.js +57 -0
  360. package/dist/models/V1ContainerResizePolicy.d.ts +42 -0
  361. package/dist/models/V1ContainerResizePolicy.js +52 -0
  362. package/dist/models/V1ContainerRestartPolicy.d.ts +26 -0
  363. package/dist/models/V1ContainerRestartPolicy.js +52 -0
  364. package/dist/models/V1ContainerRestartRule.d.ts +45 -0
  365. package/dist/models/V1ContainerRestartRule.js +52 -0
  366. package/dist/models/V1ContainerRestartRuleAction.d.ts +25 -0
  367. package/dist/models/V1ContainerRestartRuleAction.js +51 -0
  368. package/dist/models/V1ContainerRestartRuleOnExitCodes.d.ts +48 -0
  369. package/dist/models/V1ContainerRestartRuleOnExitCodes.js +51 -0
  370. package/dist/models/V1ContainerRestartRuleOnExitCodesOperator.d.ts +25 -0
  371. package/dist/models/V1ContainerRestartRuleOnExitCodesOperator.js +51 -0
  372. package/dist/models/V1DNSPolicy.d.ts +27 -0
  373. package/dist/models/V1DNSPolicy.js +53 -0
  374. package/dist/models/V1DownwardAPIProjection.d.ts +35 -0
  375. package/dist/models/V1DownwardAPIProjection.js +49 -0
  376. package/dist/models/V1DownwardAPIVolumeFile.d.ts +61 -0
  377. package/dist/models/V1DownwardAPIVolumeFile.js +56 -0
  378. package/dist/models/V1DownwardAPIVolumeSource.d.ts +49 -0
  379. package/dist/models/V1DownwardAPIVolumeSource.js +51 -0
  380. package/dist/models/V1EmptyDirVolumeSource.d.ts +50 -0
  381. package/dist/models/V1EmptyDirVolumeSource.js +52 -0
  382. package/dist/models/V1EnvFromSource.d.ts +50 -0
  383. package/dist/models/V1EnvFromSource.js +54 -0
  384. package/dist/models/V1EnvVar.d.ts +56 -0
  385. package/dist/models/V1EnvVar.js +53 -0
  386. package/dist/models/V1EnvVarSource.d.ts +71 -0
  387. package/dist/models/V1EnvVarSource.js +61 -0
  388. package/dist/models/V1EphemeralContainer.d.ts +306 -0
  389. package/dist/models/V1EphemeralContainer.js +112 -0
  390. package/dist/models/V1EphemeralVolumeSource.d.ts +53 -0
  391. package/dist/models/V1EphemeralVolumeSource.js +49 -0
  392. package/dist/models/V1ExecAction.d.ts +38 -0
  393. package/dist/models/V1ExecAction.js +48 -0
  394. package/dist/models/V1FCVolumeSource.d.ts +68 -0
  395. package/dist/models/V1FCVolumeSource.js +56 -0
  396. package/dist/models/V1FileKeySelector.d.ts +64 -0
  397. package/dist/models/V1FileKeySelector.js +54 -0
  398. package/dist/models/V1FlexVolumeSource.d.ts +70 -0
  399. package/dist/models/V1FlexVolumeSource.js +57 -0
  400. package/dist/models/V1FlockerVolumeSource.d.ts +41 -0
  401. package/dist/models/V1FlockerVolumeSource.js +50 -0
  402. package/dist/models/V1GCEPersistentDiskVolumeSource.d.ts +64 -0
  403. package/dist/models/V1GCEPersistentDiskVolumeSource.js +54 -0
  404. package/dist/models/V1GRPCAction.d.ts +43 -0
  405. package/dist/models/V1GRPCAction.js +50 -0
  406. package/dist/models/V1GitRepoVolumeSource.d.ts +49 -0
  407. package/dist/models/V1GitRepoVolumeSource.js +52 -0
  408. package/dist/models/V1GlusterfsVolumeSource.d.ts +48 -0
  409. package/dist/models/V1GlusterfsVolumeSource.js +52 -0
  410. package/dist/models/V1HTTPGetAction.d.ts +68 -0
  411. package/dist/models/V1HTTPGetAction.js +59 -0
  412. package/dist/models/V1HTTPHeader.d.ts +39 -0
  413. package/dist/models/V1HTTPHeader.js +50 -0
  414. package/dist/models/V1HostAlias.d.ts +40 -0
  415. package/dist/models/V1HostAlias.js +50 -0
  416. package/dist/models/V1HostPathType.d.ts +31 -0
  417. package/dist/models/V1HostPathType.js +57 -0
  418. package/dist/models/V1HostPathVolumeSource.d.ts +44 -0
  419. package/dist/models/V1HostPathVolumeSource.js +51 -0
  420. package/dist/models/V1ISCSIVolumeSource.d.ts +113 -0
  421. package/dist/models/V1ISCSIVolumeSource.js +69 -0
  422. package/dist/models/V1ImageVolumeSource.d.ts +50 -0
  423. package/dist/models/V1ImageVolumeSource.js +51 -0
  424. package/dist/models/V1KeyToPath.d.ts +53 -0
  425. package/dist/models/V1KeyToPath.js +52 -0
  426. package/dist/models/V1LabelSelector.d.ts +46 -0
  427. package/dist/models/V1LabelSelector.js +51 -0
  428. package/dist/models/V1LabelSelectorOperator.d.ts +27 -0
  429. package/dist/models/V1LabelSelectorOperator.js +53 -0
  430. package/dist/models/V1LabelSelectorRequirement.d.ts +51 -0
  431. package/dist/models/V1LabelSelectorRequirement.js +53 -0
  432. package/dist/models/V1Lifecycle.d.ts +62 -0
  433. package/dist/models/V1Lifecycle.js +54 -0
  434. package/dist/models/V1LifecycleHandler.d.ts +60 -0
  435. package/dist/models/V1LifecycleHandler.js +58 -0
  436. package/dist/models/V1LocalObjectReference.d.ts +40 -0
  437. package/dist/models/V1LocalObjectReference.js +48 -0
  438. package/dist/models/V1ManagedFieldsEntry.d.ts +86 -0
  439. package/dist/models/V1ManagedFieldsEntry.js +61 -0
  440. package/dist/models/V1ManagedFieldsOperationType.d.ts +25 -0
  441. package/dist/models/V1ManagedFieldsOperationType.js +51 -0
  442. package/dist/models/V1MountPropagationMode.d.ts +26 -0
  443. package/dist/models/V1MountPropagationMode.js +52 -0
  444. package/dist/models/V1NFSVolumeSource.d.ts +49 -0
  445. package/dist/models/V1NFSVolumeSource.js +52 -0
  446. package/dist/models/V1NodeAffinity.d.ts +55 -0
  447. package/dist/models/V1NodeAffinity.js +52 -0
  448. package/dist/models/V1NodeInclusionPolicy.d.ts +25 -0
  449. package/dist/models/V1NodeInclusionPolicy.js +51 -0
  450. package/dist/models/V1NodeSelector.d.ts +34 -0
  451. package/dist/models/V1NodeSelector.js +49 -0
  452. package/dist/models/V1NodeSelectorOperator.d.ts +29 -0
  453. package/dist/models/V1NodeSelectorOperator.js +55 -0
  454. package/dist/models/V1NodeSelectorRequirement.d.ts +52 -0
  455. package/dist/models/V1NodeSelectorRequirement.js +53 -0
  456. package/dist/models/V1NodeSelectorTerm.d.ts +43 -0
  457. package/dist/models/V1NodeSelectorTerm.js +51 -0
  458. package/dist/models/V1OSName.d.ts +25 -0
  459. package/dist/models/V1OSName.js +51 -0
  460. package/dist/models/V1ObjectFieldSelector.d.ts +39 -0
  461. package/dist/models/V1ObjectFieldSelector.js +50 -0
  462. package/dist/models/V1ObjectMeta.d.ts +238 -0
  463. package/dist/models/V1ObjectMeta.js +78 -0
  464. package/dist/models/V1OwnerReference.d.ts +74 -0
  465. package/dist/models/V1OwnerReference.js +58 -0
  466. package/dist/models/V1PersistentVolumeAccessMode.d.ts +27 -0
  467. package/dist/models/V1PersistentVolumeAccessMode.js +53 -0
  468. package/dist/models/V1PersistentVolumeClaimSpec.d.ts +142 -0
  469. package/dist/models/V1PersistentVolumeClaimSpec.js +70 -0
  470. package/dist/models/V1PersistentVolumeClaimTemplate.d.ts +47 -0
  471. package/dist/models/V1PersistentVolumeClaimTemplate.js +52 -0
  472. package/dist/models/V1PersistentVolumeClaimVolumeSource.d.ts +41 -0
  473. package/dist/models/V1PersistentVolumeClaimVolumeSource.js +50 -0
  474. package/dist/models/V1PersistentVolumeMode.d.ts +25 -0
  475. package/dist/models/V1PersistentVolumeMode.js +51 -0
  476. package/dist/models/V1PhotonPersistentDiskVolumeSource.d.ts +40 -0
  477. package/dist/models/V1PhotonPersistentDiskVolumeSource.js +50 -0
  478. package/dist/models/V1PodAffinity.d.ts +58 -0
  479. package/dist/models/V1PodAffinity.js +52 -0
  480. package/dist/models/V1PodAffinityTerm.d.ts +99 -0
  481. package/dist/models/V1PodAffinityTerm.js +59 -0
  482. package/dist/models/V1PodAntiAffinity.d.ts +58 -0
  483. package/dist/models/V1PodAntiAffinity.js +52 -0
  484. package/dist/models/V1PodCertificateProjection.d.ts +133 -0
  485. package/dist/models/V1PodCertificateProjection.js +60 -0
  486. package/dist/models/V1PodConditionType.d.ts +32 -0
  487. package/dist/models/V1PodConditionType.js +58 -0
  488. package/dist/models/V1PodDNSConfig.d.ts +58 -0
  489. package/dist/models/V1PodDNSConfig.js +53 -0
  490. package/dist/models/V1PodDNSConfigOption.d.ts +40 -0
  491. package/dist/models/V1PodDNSConfigOption.js +50 -0
  492. package/dist/models/V1PodFSGroupChangePolicy.d.ts +25 -0
  493. package/dist/models/V1PodFSGroupChangePolicy.js +51 -0
  494. package/dist/models/V1PodOS.d.ts +36 -0
  495. package/dist/models/V1PodOS.js +49 -0
  496. package/dist/models/V1PodReadinessGate.d.ts +33 -0
  497. package/dist/models/V1PodReadinessGate.js +49 -0
  498. package/dist/models/V1PodResourceClaim.d.ts +63 -0
  499. package/dist/models/V1PodResourceClaim.js +52 -0
  500. package/dist/models/V1PodSELinuxChangePolicy.d.ts +25 -0
  501. package/dist/models/V1PodSELinuxChangePolicy.js +51 -0
  502. package/dist/models/V1PodSchedulingGate.d.ts +33 -0
  503. package/dist/models/V1PodSchedulingGate.js +48 -0
  504. package/dist/models/V1PodSecurityContext.d.ts +206 -0
  505. package/dist/models/V1PodSecurityContext.js +80 -0
  506. package/dist/models/V1PodSpec.d.ts +567 -0
  507. package/dist/models/V1PodSpec.js +151 -0
  508. package/dist/models/V1PortworxVolumeSource.d.ts +48 -0
  509. package/dist/models/V1PortworxVolumeSource.js +52 -0
  510. package/dist/models/V1PreemptionPolicy.d.ts +25 -0
  511. package/dist/models/V1PreemptionPolicy.js +51 -0
  512. package/dist/models/V1PreferredSchedulingTerm.d.ts +39 -0
  513. package/dist/models/V1PreferredSchedulingTerm.js +51 -0
  514. package/dist/models/V1Probe.d.ts +115 -0
  515. package/dist/models/V1Probe.js +70 -0
  516. package/dist/models/V1ProcMountType.d.ts +25 -0
  517. package/dist/models/V1ProcMountType.js +51 -0
  518. package/dist/models/V1ProjectedVolumeSource.d.ts +48 -0
  519. package/dist/models/V1ProjectedVolumeSource.js +51 -0
  520. package/dist/models/V1Protocol.d.ts +26 -0
  521. package/dist/models/V1Protocol.js +52 -0
  522. package/dist/models/V1PullPolicy.d.ts +26 -0
  523. package/dist/models/V1PullPolicy.js +52 -0
  524. package/dist/models/V1QuobyteVolumeSource.d.ts +72 -0
  525. package/dist/models/V1QuobyteVolumeSource.js +58 -0
  526. package/dist/models/V1RBDVolumeSource.d.ts +102 -0
  527. package/dist/models/V1RBDVolumeSource.js +63 -0
  528. package/dist/models/V1RecursiveReadOnlyMode.d.ts +26 -0
  529. package/dist/models/V1RecursiveReadOnlyMode.js +52 -0
  530. package/dist/models/V1ResourceFieldSelector.d.ts +47 -0
  531. package/dist/models/V1ResourceFieldSelector.js +53 -0
  532. package/dist/models/V1ResourceName.d.ts +43 -0
  533. package/dist/models/V1ResourceName.js +69 -0
  534. package/dist/models/V1ResourceRequirements.d.ts +67 -0
  535. package/dist/models/V1ResourceRequirements.js +55 -0
  536. package/dist/models/V1ResourceResizeRestartPolicy.d.ts +25 -0
  537. package/dist/models/V1ResourceResizeRestartPolicy.js +51 -0
  538. package/dist/models/V1RestartPolicy.d.ts +26 -0
  539. package/dist/models/V1RestartPolicy.js +52 -0
  540. package/dist/models/V1SELinuxOptions.d.ts +54 -0
  541. package/dist/models/V1SELinuxOptions.js +54 -0
  542. package/dist/models/V1ScaleIOVolumeSource.d.ts +102 -0
  543. package/dist/models/V1ScaleIOVolumeSource.js +67 -0
  544. package/dist/models/V1SeccompProfile.d.ts +49 -0
  545. package/dist/models/V1SeccompProfile.js +51 -0
  546. package/dist/models/V1SeccompProfileType.d.ts +26 -0
  547. package/dist/models/V1SeccompProfileType.js +52 -0
  548. package/dist/models/V1SecretEnvSource.d.ts +47 -0
  549. package/dist/models/V1SecretEnvSource.js +50 -0
  550. package/dist/models/V1SecretKeySelector.d.ts +53 -0
  551. package/dist/models/V1SecretKeySelector.js +52 -0
  552. package/dist/models/V1SecretProjection.d.ts +62 -0
  553. package/dist/models/V1SecretProjection.js +53 -0
  554. package/dist/models/V1SecretVolumeSource.d.ts +69 -0
  555. package/dist/models/V1SecretVolumeSource.js +55 -0
  556. package/dist/models/V1SecurityContext.d.ts +158 -0
  557. package/dist/models/V1SecurityContext.js +76 -0
  558. package/dist/models/V1ServiceAccountTokenProjection.d.ts +55 -0
  559. package/dist/models/V1ServiceAccountTokenProjection.js +52 -0
  560. package/dist/models/V1Signal.d.ts +88 -0
  561. package/dist/models/V1Signal.js +114 -0
  562. package/dist/models/V1SleepAction.d.ts +32 -0
  563. package/dist/models/V1SleepAction.js +48 -0
  564. package/dist/models/V1StorageMedium.d.ts +39 -0
  565. package/dist/models/V1StorageMedium.js +65 -0
  566. package/dist/models/V1StorageOSVolumeSource.d.ts +71 -0
  567. package/dist/models/V1StorageOSVolumeSource.js +57 -0
  568. package/dist/models/V1SupplementalGroupsPolicy.d.ts +25 -0
  569. package/dist/models/V1SupplementalGroupsPolicy.js +51 -0
  570. package/dist/models/V1Sysctl.d.ts +38 -0
  571. package/dist/models/V1Sysctl.js +50 -0
  572. package/dist/models/V1TCPSocketAction.d.ts +42 -0
  573. package/dist/models/V1TCPSocketAction.js +51 -0
  574. package/dist/models/V1TaintEffect.d.ts +26 -0
  575. package/dist/models/V1TaintEffect.js +52 -0
  576. package/dist/models/V1TerminationMessagePolicy.d.ts +25 -0
  577. package/dist/models/V1TerminationMessagePolicy.js +51 -0
  578. package/dist/models/V1Toleration.d.ts +73 -0
  579. package/dist/models/V1Toleration.js +58 -0
  580. package/dist/models/V1TolerationOperator.d.ts +27 -0
  581. package/dist/models/V1TolerationOperator.js +53 -0
  582. package/dist/models/V1TopologySpreadConstraint.d.ts +174 -0
  583. package/dist/models/V1TopologySpreadConstraint.js +65 -0
  584. package/dist/models/V1TypedLocalObjectReference.d.ts +47 -0
  585. package/dist/models/V1TypedLocalObjectReference.js +52 -0
  586. package/dist/models/V1TypedObjectReference.d.ts +57 -0
  587. package/dist/models/V1TypedObjectReference.js +54 -0
  588. package/dist/models/V1URIScheme.d.ts +25 -0
  589. package/dist/models/V1URIScheme.js +51 -0
  590. package/dist/models/V1UnsatisfiableConstraintAction.d.ts +25 -0
  591. package/dist/models/V1UnsatisfiableConstraintAction.js +51 -0
  592. package/dist/models/V1Volume.d.ts +357 -0
  593. package/dist/models/V1Volume.js +138 -0
  594. package/dist/models/V1VolumeDevice.d.ts +38 -0
  595. package/dist/models/V1VolumeDevice.js +50 -0
  596. package/dist/models/V1VolumeMount.d.ts +101 -0
  597. package/dist/models/V1VolumeMount.js +62 -0
  598. package/dist/models/V1VolumeProjection.d.ts +123 -0
  599. package/dist/models/V1VolumeProjection.js +64 -0
  600. package/dist/models/V1VolumeResourceRequirements.d.ts +49 -0
  601. package/dist/models/V1VolumeResourceRequirements.js +52 -0
  602. package/dist/models/V1VsphereVirtualDiskVolumeSource.d.ts +55 -0
  603. package/dist/models/V1VsphereVirtualDiskVolumeSource.js +54 -0
  604. package/dist/models/V1WeightedPodAffinityTerm.d.ts +40 -0
  605. package/dist/models/V1WeightedPodAffinityTerm.js +51 -0
  606. package/dist/models/V1WindowsSecurityContextOptions.d.ts +62 -0
  607. package/dist/models/V1WindowsSecurityContextOptions.js +54 -0
  608. package/dist/models/V1WorkloadReference.d.ts +60 -0
  609. package/dist/models/V1WorkloadReference.js +52 -0
  610. package/dist/models/V1alpha1StorageSpec.d.ts +40 -0
  611. package/dist/models/V1alpha1StorageSpec.js +50 -0
  612. package/dist/models/index.d.ts +149 -0
  613. package/dist/models/index.js +149 -0
  614. package/package.json +3 -3
@@ -0,0 +1,102 @@
1
+ /**
2
+ * komputer.ai API
3
+ * API-first platform for running persistent Claude AI agents on Kubernetes. Designed to be driven by external systems — create agents, send tasks, and stream real-time results via REST + WebSocket.
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { V1LocalObjectReference } from './V1LocalObjectReference';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface V1ScaleIOVolumeSource
17
+ */
18
+ export interface V1ScaleIOVolumeSource {
19
+ /**
20
+ * fsType is the filesystem type to mount.
21
+ * Must be a filesystem type supported by the host operating system.
22
+ * Ex. "ext4", "xfs", "ntfs".
23
+ * Default is "xfs".
24
+ * +optional
25
+ * +default="xfs"
26
+ * @type {string}
27
+ * @memberof V1ScaleIOVolumeSource
28
+ */
29
+ fsType?: string;
30
+ /**
31
+ * gateway is the host address of the ScaleIO API Gateway.
32
+ * @type {string}
33
+ * @memberof V1ScaleIOVolumeSource
34
+ */
35
+ gateway?: string;
36
+ /**
37
+ * protectionDomain is the name of the ScaleIO Protection Domain for the configured storage.
38
+ * +optional
39
+ * @type {string}
40
+ * @memberof V1ScaleIOVolumeSource
41
+ */
42
+ protectionDomain?: string;
43
+ /**
44
+ * readOnly Defaults to false (read/write). ReadOnly here will force
45
+ * the ReadOnly setting in VolumeMounts.
46
+ * +optional
47
+ * @type {boolean}
48
+ * @memberof V1ScaleIOVolumeSource
49
+ */
50
+ readOnly?: boolean;
51
+ /**
52
+ * secretRef references to the secret for ScaleIO user and other
53
+ * sensitive information. If this is not provided, Login operation will fail.
54
+ * @type {V1LocalObjectReference}
55
+ * @memberof V1ScaleIOVolumeSource
56
+ */
57
+ secretRef?: V1LocalObjectReference;
58
+ /**
59
+ * sslEnabled Flag enable/disable SSL communication with Gateway, default false
60
+ * +optional
61
+ * @type {boolean}
62
+ * @memberof V1ScaleIOVolumeSource
63
+ */
64
+ sslEnabled?: boolean;
65
+ /**
66
+ * storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned.
67
+ * Default is ThinProvisioned.
68
+ * +optional
69
+ * +default="ThinProvisioned"
70
+ * @type {string}
71
+ * @memberof V1ScaleIOVolumeSource
72
+ */
73
+ storageMode?: string;
74
+ /**
75
+ * storagePool is the ScaleIO Storage Pool associated with the protection do
76
+ * +optional
77
+ * @type {string}
78
+ * @memberof V1ScaleIOVolumeSource
79
+ */
80
+ storagePool?: string;
81
+ /**
82
+ * system is the name of the storage system as configured in ScaleIO.
83
+ * @type {string}
84
+ * @memberof V1ScaleIOVolumeSource
85
+ */
86
+ system?: string;
87
+ /**
88
+ * volumeName is the name of a volume already created in the ScaleIO system
89
+ * that is associated with this volume source.
90
+ * @type {string}
91
+ * @memberof V1ScaleIOVolumeSource
92
+ */
93
+ volumeName?: string;
94
+ }
95
+ /**
96
+ * Check if a given object implements the V1ScaleIOVolumeSource interface.
97
+ */
98
+ export declare function instanceOfV1ScaleIOVolumeSource(value: object): value is V1ScaleIOVolumeSource;
99
+ export declare function V1ScaleIOVolumeSourceFromJSON(json: any): V1ScaleIOVolumeSource;
100
+ export declare function V1ScaleIOVolumeSourceFromJSONTyped(json: any, ignoreDiscriminator: boolean): V1ScaleIOVolumeSource;
101
+ export declare function V1ScaleIOVolumeSourceToJSON(json: any): V1ScaleIOVolumeSource;
102
+ export declare function V1ScaleIOVolumeSourceToJSONTyped(value?: V1ScaleIOVolumeSource | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,67 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * komputer.ai API
6
+ * API-first platform for running persistent Claude AI agents on Kubernetes. Designed to be driven by external systems — create agents, send tasks, and stream real-time results via REST + WebSocket.
7
+ *
8
+ * The version of the OpenAPI document: 1.0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfV1ScaleIOVolumeSource = instanceOfV1ScaleIOVolumeSource;
17
+ exports.V1ScaleIOVolumeSourceFromJSON = V1ScaleIOVolumeSourceFromJSON;
18
+ exports.V1ScaleIOVolumeSourceFromJSONTyped = V1ScaleIOVolumeSourceFromJSONTyped;
19
+ exports.V1ScaleIOVolumeSourceToJSON = V1ScaleIOVolumeSourceToJSON;
20
+ exports.V1ScaleIOVolumeSourceToJSONTyped = V1ScaleIOVolumeSourceToJSONTyped;
21
+ const V1LocalObjectReference_1 = require("./V1LocalObjectReference");
22
+ /**
23
+ * Check if a given object implements the V1ScaleIOVolumeSource interface.
24
+ */
25
+ function instanceOfV1ScaleIOVolumeSource(value) {
26
+ return true;
27
+ }
28
+ function V1ScaleIOVolumeSourceFromJSON(json) {
29
+ return V1ScaleIOVolumeSourceFromJSONTyped(json, false);
30
+ }
31
+ function V1ScaleIOVolumeSourceFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'fsType': json['fsType'] == null ? undefined : json['fsType'],
37
+ 'gateway': json['gateway'] == null ? undefined : json['gateway'],
38
+ 'protectionDomain': json['protectionDomain'] == null ? undefined : json['protectionDomain'],
39
+ 'readOnly': json['readOnly'] == null ? undefined : json['readOnly'],
40
+ 'secretRef': json['secretRef'] == null ? undefined : (0, V1LocalObjectReference_1.V1LocalObjectReferenceFromJSON)(json['secretRef']),
41
+ 'sslEnabled': json['sslEnabled'] == null ? undefined : json['sslEnabled'],
42
+ 'storageMode': json['storageMode'] == null ? undefined : json['storageMode'],
43
+ 'storagePool': json['storagePool'] == null ? undefined : json['storagePool'],
44
+ 'system': json['system'] == null ? undefined : json['system'],
45
+ 'volumeName': json['volumeName'] == null ? undefined : json['volumeName'],
46
+ };
47
+ }
48
+ function V1ScaleIOVolumeSourceToJSON(json) {
49
+ return V1ScaleIOVolumeSourceToJSONTyped(json, false);
50
+ }
51
+ function V1ScaleIOVolumeSourceToJSONTyped(value, ignoreDiscriminator = false) {
52
+ if (value == null) {
53
+ return value;
54
+ }
55
+ return {
56
+ 'fsType': value['fsType'],
57
+ 'gateway': value['gateway'],
58
+ 'protectionDomain': value['protectionDomain'],
59
+ 'readOnly': value['readOnly'],
60
+ 'secretRef': (0, V1LocalObjectReference_1.V1LocalObjectReferenceToJSON)(value['secretRef']),
61
+ 'sslEnabled': value['sslEnabled'],
62
+ 'storageMode': value['storageMode'],
63
+ 'storagePool': value['storagePool'],
64
+ 'system': value['system'],
65
+ 'volumeName': value['volumeName'],
66
+ };
67
+ }
@@ -0,0 +1,49 @@
1
+ /**
2
+ * komputer.ai API
3
+ * API-first platform for running persistent Claude AI agents on Kubernetes. Designed to be driven by external systems — create agents, send tasks, and stream real-time results via REST + WebSocket.
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { V1SeccompProfileType } from './V1SeccompProfileType';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface V1SeccompProfile
17
+ */
18
+ export interface V1SeccompProfile {
19
+ /**
20
+ * localhostProfile indicates a profile defined in a file on the node should be used.
21
+ * The profile must be preconfigured on the node to work.
22
+ * Must be a descending path, relative to the kubelet's configured seccomp profile location.
23
+ * Must be set if type is "Localhost". Must NOT be set for any other type.
24
+ * +optional
25
+ * @type {string}
26
+ * @memberof V1SeccompProfile
27
+ */
28
+ localhostProfile?: string;
29
+ /**
30
+ * type indicates which kind of seccomp profile will be applied.
31
+ * Valid options are:
32
+ *
33
+ * Localhost - a profile defined in a file on the node should be used.
34
+ * RuntimeDefault - the container runtime default profile should be used.
35
+ * Unconfined - no profile should be applied.
36
+ * +unionDiscriminator
37
+ * @type {V1SeccompProfileType}
38
+ * @memberof V1SeccompProfile
39
+ */
40
+ type?: V1SeccompProfileType;
41
+ }
42
+ /**
43
+ * Check if a given object implements the V1SeccompProfile interface.
44
+ */
45
+ export declare function instanceOfV1SeccompProfile(value: object): value is V1SeccompProfile;
46
+ export declare function V1SeccompProfileFromJSON(json: any): V1SeccompProfile;
47
+ export declare function V1SeccompProfileFromJSONTyped(json: any, ignoreDiscriminator: boolean): V1SeccompProfile;
48
+ export declare function V1SeccompProfileToJSON(json: any): V1SeccompProfile;
49
+ export declare function V1SeccompProfileToJSONTyped(value?: V1SeccompProfile | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * komputer.ai API
6
+ * API-first platform for running persistent Claude AI agents on Kubernetes. Designed to be driven by external systems — create agents, send tasks, and stream real-time results via REST + WebSocket.
7
+ *
8
+ * The version of the OpenAPI document: 1.0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfV1SeccompProfile = instanceOfV1SeccompProfile;
17
+ exports.V1SeccompProfileFromJSON = V1SeccompProfileFromJSON;
18
+ exports.V1SeccompProfileFromJSONTyped = V1SeccompProfileFromJSONTyped;
19
+ exports.V1SeccompProfileToJSON = V1SeccompProfileToJSON;
20
+ exports.V1SeccompProfileToJSONTyped = V1SeccompProfileToJSONTyped;
21
+ const V1SeccompProfileType_1 = require("./V1SeccompProfileType");
22
+ /**
23
+ * Check if a given object implements the V1SeccompProfile interface.
24
+ */
25
+ function instanceOfV1SeccompProfile(value) {
26
+ return true;
27
+ }
28
+ function V1SeccompProfileFromJSON(json) {
29
+ return V1SeccompProfileFromJSONTyped(json, false);
30
+ }
31
+ function V1SeccompProfileFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'localhostProfile': json['localhostProfile'] == null ? undefined : json['localhostProfile'],
37
+ 'type': json['type'] == null ? undefined : (0, V1SeccompProfileType_1.V1SeccompProfileTypeFromJSON)(json['type']),
38
+ };
39
+ }
40
+ function V1SeccompProfileToJSON(json) {
41
+ return V1SeccompProfileToJSONTyped(json, false);
42
+ }
43
+ function V1SeccompProfileToJSONTyped(value, ignoreDiscriminator = false) {
44
+ if (value == null) {
45
+ return value;
46
+ }
47
+ return {
48
+ 'localhostProfile': value['localhostProfile'],
49
+ 'type': (0, V1SeccompProfileType_1.V1SeccompProfileTypeToJSON)(value['type']),
50
+ };
51
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * komputer.ai API
3
+ * API-first platform for running persistent Claude AI agents on Kubernetes. Designed to be driven by external systems — create agents, send tasks, and stream real-time results via REST + WebSocket.
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ */
16
+ export declare const V1SeccompProfileType: {
17
+ readonly SeccompProfileTypeUnconfined: "Unconfined";
18
+ readonly SeccompProfileTypeRuntimeDefault: "RuntimeDefault";
19
+ readonly SeccompProfileTypeLocalhost: "Localhost";
20
+ };
21
+ export type V1SeccompProfileType = typeof V1SeccompProfileType[keyof typeof V1SeccompProfileType];
22
+ export declare function instanceOfV1SeccompProfileType(value: any): boolean;
23
+ export declare function V1SeccompProfileTypeFromJSON(json: any): V1SeccompProfileType;
24
+ export declare function V1SeccompProfileTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): V1SeccompProfileType;
25
+ export declare function V1SeccompProfileTypeToJSON(value?: V1SeccompProfileType | null): any;
26
+ export declare function V1SeccompProfileTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): V1SeccompProfileType;
@@ -0,0 +1,52 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * komputer.ai API
6
+ * API-first platform for running persistent Claude AI agents on Kubernetes. Designed to be driven by external systems — create agents, send tasks, and stream real-time results via REST + WebSocket.
7
+ *
8
+ * The version of the OpenAPI document: 1.0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.V1SeccompProfileType = void 0;
17
+ exports.instanceOfV1SeccompProfileType = instanceOfV1SeccompProfileType;
18
+ exports.V1SeccompProfileTypeFromJSON = V1SeccompProfileTypeFromJSON;
19
+ exports.V1SeccompProfileTypeFromJSONTyped = V1SeccompProfileTypeFromJSONTyped;
20
+ exports.V1SeccompProfileTypeToJSON = V1SeccompProfileTypeToJSON;
21
+ exports.V1SeccompProfileTypeToJSONTyped = V1SeccompProfileTypeToJSONTyped;
22
+ /**
23
+ *
24
+ * @export
25
+ */
26
+ exports.V1SeccompProfileType = {
27
+ SeccompProfileTypeUnconfined: 'Unconfined',
28
+ SeccompProfileTypeRuntimeDefault: 'RuntimeDefault',
29
+ SeccompProfileTypeLocalhost: 'Localhost'
30
+ };
31
+ function instanceOfV1SeccompProfileType(value) {
32
+ for (const key in exports.V1SeccompProfileType) {
33
+ if (Object.prototype.hasOwnProperty.call(exports.V1SeccompProfileType, key)) {
34
+ if (exports.V1SeccompProfileType[key] === value) {
35
+ return true;
36
+ }
37
+ }
38
+ }
39
+ return false;
40
+ }
41
+ function V1SeccompProfileTypeFromJSON(json) {
42
+ return V1SeccompProfileTypeFromJSONTyped(json, false);
43
+ }
44
+ function V1SeccompProfileTypeFromJSONTyped(json, ignoreDiscriminator) {
45
+ return json;
46
+ }
47
+ function V1SeccompProfileTypeToJSON(value) {
48
+ return value;
49
+ }
50
+ function V1SeccompProfileTypeToJSONTyped(value, ignoreDiscriminator) {
51
+ return value;
52
+ }
@@ -0,0 +1,47 @@
1
+ /**
2
+ * komputer.ai API
3
+ * API-first platform for running persistent Claude AI agents on Kubernetes. Designed to be driven by external systems — create agents, send tasks, and stream real-time results via REST + WebSocket.
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface V1SecretEnvSource
16
+ */
17
+ export interface V1SecretEnvSource {
18
+ /**
19
+ * Name of the referent.
20
+ * This field is effectively required, but due to backwards compatibility is
21
+ * allowed to be empty. Instances of this type with an empty value here are
22
+ * almost certainly wrong.
23
+ * More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
24
+ * +optional
25
+ * +default=""
26
+ * +kubebuilder:default=""
27
+ * TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
28
+ * @type {string}
29
+ * @memberof V1SecretEnvSource
30
+ */
31
+ name?: string;
32
+ /**
33
+ * Specify whether the Secret must be defined
34
+ * +optional
35
+ * @type {boolean}
36
+ * @memberof V1SecretEnvSource
37
+ */
38
+ optional?: boolean;
39
+ }
40
+ /**
41
+ * Check if a given object implements the V1SecretEnvSource interface.
42
+ */
43
+ export declare function instanceOfV1SecretEnvSource(value: object): value is V1SecretEnvSource;
44
+ export declare function V1SecretEnvSourceFromJSON(json: any): V1SecretEnvSource;
45
+ export declare function V1SecretEnvSourceFromJSONTyped(json: any, ignoreDiscriminator: boolean): V1SecretEnvSource;
46
+ export declare function V1SecretEnvSourceToJSON(json: any): V1SecretEnvSource;
47
+ export declare function V1SecretEnvSourceToJSONTyped(value?: V1SecretEnvSource | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * komputer.ai API
6
+ * API-first platform for running persistent Claude AI agents on Kubernetes. Designed to be driven by external systems — create agents, send tasks, and stream real-time results via REST + WebSocket.
7
+ *
8
+ * The version of the OpenAPI document: 1.0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfV1SecretEnvSource = instanceOfV1SecretEnvSource;
17
+ exports.V1SecretEnvSourceFromJSON = V1SecretEnvSourceFromJSON;
18
+ exports.V1SecretEnvSourceFromJSONTyped = V1SecretEnvSourceFromJSONTyped;
19
+ exports.V1SecretEnvSourceToJSON = V1SecretEnvSourceToJSON;
20
+ exports.V1SecretEnvSourceToJSONTyped = V1SecretEnvSourceToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the V1SecretEnvSource interface.
23
+ */
24
+ function instanceOfV1SecretEnvSource(value) {
25
+ return true;
26
+ }
27
+ function V1SecretEnvSourceFromJSON(json) {
28
+ return V1SecretEnvSourceFromJSONTyped(json, false);
29
+ }
30
+ function V1SecretEnvSourceFromJSONTyped(json, ignoreDiscriminator) {
31
+ if (json == null) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'name': json['name'] == null ? undefined : json['name'],
36
+ 'optional': json['optional'] == null ? undefined : json['optional'],
37
+ };
38
+ }
39
+ function V1SecretEnvSourceToJSON(json) {
40
+ return V1SecretEnvSourceToJSONTyped(json, false);
41
+ }
42
+ function V1SecretEnvSourceToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'name': value['name'],
48
+ 'optional': value['optional'],
49
+ };
50
+ }
@@ -0,0 +1,53 @@
1
+ /**
2
+ * komputer.ai API
3
+ * API-first platform for running persistent Claude AI agents on Kubernetes. Designed to be driven by external systems — create agents, send tasks, and stream real-time results via REST + WebSocket.
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface V1SecretKeySelector
16
+ */
17
+ export interface V1SecretKeySelector {
18
+ /**
19
+ * The key of the secret to select from. Must be a valid secret key.
20
+ * @type {string}
21
+ * @memberof V1SecretKeySelector
22
+ */
23
+ key?: string;
24
+ /**
25
+ * Name of the referent.
26
+ * This field is effectively required, but due to backwards compatibility is
27
+ * allowed to be empty. Instances of this type with an empty value here are
28
+ * almost certainly wrong.
29
+ * More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
30
+ * +optional
31
+ * +default=""
32
+ * +kubebuilder:default=""
33
+ * TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
34
+ * @type {string}
35
+ * @memberof V1SecretKeySelector
36
+ */
37
+ name?: string;
38
+ /**
39
+ * Specify whether the Secret or its key must be defined
40
+ * +optional
41
+ * @type {boolean}
42
+ * @memberof V1SecretKeySelector
43
+ */
44
+ optional?: boolean;
45
+ }
46
+ /**
47
+ * Check if a given object implements the V1SecretKeySelector interface.
48
+ */
49
+ export declare function instanceOfV1SecretKeySelector(value: object): value is V1SecretKeySelector;
50
+ export declare function V1SecretKeySelectorFromJSON(json: any): V1SecretKeySelector;
51
+ export declare function V1SecretKeySelectorFromJSONTyped(json: any, ignoreDiscriminator: boolean): V1SecretKeySelector;
52
+ export declare function V1SecretKeySelectorToJSON(json: any): V1SecretKeySelector;
53
+ export declare function V1SecretKeySelectorToJSONTyped(value?: V1SecretKeySelector | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,52 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * komputer.ai API
6
+ * API-first platform for running persistent Claude AI agents on Kubernetes. Designed to be driven by external systems — create agents, send tasks, and stream real-time results via REST + WebSocket.
7
+ *
8
+ * The version of the OpenAPI document: 1.0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfV1SecretKeySelector = instanceOfV1SecretKeySelector;
17
+ exports.V1SecretKeySelectorFromJSON = V1SecretKeySelectorFromJSON;
18
+ exports.V1SecretKeySelectorFromJSONTyped = V1SecretKeySelectorFromJSONTyped;
19
+ exports.V1SecretKeySelectorToJSON = V1SecretKeySelectorToJSON;
20
+ exports.V1SecretKeySelectorToJSONTyped = V1SecretKeySelectorToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the V1SecretKeySelector interface.
23
+ */
24
+ function instanceOfV1SecretKeySelector(value) {
25
+ return true;
26
+ }
27
+ function V1SecretKeySelectorFromJSON(json) {
28
+ return V1SecretKeySelectorFromJSONTyped(json, false);
29
+ }
30
+ function V1SecretKeySelectorFromJSONTyped(json, ignoreDiscriminator) {
31
+ if (json == null) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'key': json['key'] == null ? undefined : json['key'],
36
+ 'name': json['name'] == null ? undefined : json['name'],
37
+ 'optional': json['optional'] == null ? undefined : json['optional'],
38
+ };
39
+ }
40
+ function V1SecretKeySelectorToJSON(json) {
41
+ return V1SecretKeySelectorToJSONTyped(json, false);
42
+ }
43
+ function V1SecretKeySelectorToJSONTyped(value, ignoreDiscriminator = false) {
44
+ if (value == null) {
45
+ return value;
46
+ }
47
+ return {
48
+ 'key': value['key'],
49
+ 'name': value['name'],
50
+ 'optional': value['optional'],
51
+ };
52
+ }
@@ -0,0 +1,62 @@
1
+ /**
2
+ * komputer.ai API
3
+ * API-first platform for running persistent Claude AI agents on Kubernetes. Designed to be driven by external systems — create agents, send tasks, and stream real-time results via REST + WebSocket.
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { V1KeyToPath } from './V1KeyToPath';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface V1SecretProjection
17
+ */
18
+ export interface V1SecretProjection {
19
+ /**
20
+ * items if unspecified, each key-value pair in the Data field of the referenced
21
+ * Secret will be projected into the volume as a file whose name is the
22
+ * key and content is the value. If specified, the listed keys will be
23
+ * projected into the specified paths, and unlisted keys will not be
24
+ * present. If a key is specified which is not present in the Secret,
25
+ * the volume setup will error unless it is marked optional. Paths must be
26
+ * relative and may not contain the '..' path or start with '..'.
27
+ * +optional
28
+ * +listType=atomic
29
+ * @type {Array<V1KeyToPath>}
30
+ * @memberof V1SecretProjection
31
+ */
32
+ items?: Array<V1KeyToPath>;
33
+ /**
34
+ * Name of the referent.
35
+ * This field is effectively required, but due to backwards compatibility is
36
+ * allowed to be empty. Instances of this type with an empty value here are
37
+ * almost certainly wrong.
38
+ * More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
39
+ * +optional
40
+ * +default=""
41
+ * +kubebuilder:default=""
42
+ * TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
43
+ * @type {string}
44
+ * @memberof V1SecretProjection
45
+ */
46
+ name?: string;
47
+ /**
48
+ * optional field specify whether the Secret or its key must be defined
49
+ * +optional
50
+ * @type {boolean}
51
+ * @memberof V1SecretProjection
52
+ */
53
+ optional?: boolean;
54
+ }
55
+ /**
56
+ * Check if a given object implements the V1SecretProjection interface.
57
+ */
58
+ export declare function instanceOfV1SecretProjection(value: object): value is V1SecretProjection;
59
+ export declare function V1SecretProjectionFromJSON(json: any): V1SecretProjection;
60
+ export declare function V1SecretProjectionFromJSONTyped(json: any, ignoreDiscriminator: boolean): V1SecretProjection;
61
+ export declare function V1SecretProjectionToJSON(json: any): V1SecretProjection;
62
+ export declare function V1SecretProjectionToJSONTyped(value?: V1SecretProjection | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,53 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * komputer.ai API
6
+ * API-first platform for running persistent Claude AI agents on Kubernetes. Designed to be driven by external systems — create agents, send tasks, and stream real-time results via REST + WebSocket.
7
+ *
8
+ * The version of the OpenAPI document: 1.0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfV1SecretProjection = instanceOfV1SecretProjection;
17
+ exports.V1SecretProjectionFromJSON = V1SecretProjectionFromJSON;
18
+ exports.V1SecretProjectionFromJSONTyped = V1SecretProjectionFromJSONTyped;
19
+ exports.V1SecretProjectionToJSON = V1SecretProjectionToJSON;
20
+ exports.V1SecretProjectionToJSONTyped = V1SecretProjectionToJSONTyped;
21
+ const V1KeyToPath_1 = require("./V1KeyToPath");
22
+ /**
23
+ * Check if a given object implements the V1SecretProjection interface.
24
+ */
25
+ function instanceOfV1SecretProjection(value) {
26
+ return true;
27
+ }
28
+ function V1SecretProjectionFromJSON(json) {
29
+ return V1SecretProjectionFromJSONTyped(json, false);
30
+ }
31
+ function V1SecretProjectionFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'items': json['items'] == null ? undefined : (json['items'].map(V1KeyToPath_1.V1KeyToPathFromJSON)),
37
+ 'name': json['name'] == null ? undefined : json['name'],
38
+ 'optional': json['optional'] == null ? undefined : json['optional'],
39
+ };
40
+ }
41
+ function V1SecretProjectionToJSON(json) {
42
+ return V1SecretProjectionToJSONTyped(json, false);
43
+ }
44
+ function V1SecretProjectionToJSONTyped(value, ignoreDiscriminator = false) {
45
+ if (value == null) {
46
+ return value;
47
+ }
48
+ return {
49
+ 'items': value['items'] == null ? undefined : (value['items'].map(V1KeyToPath_1.V1KeyToPathToJSON)),
50
+ 'name': value['name'],
51
+ 'optional': value['optional'],
52
+ };
53
+ }