@flightctl/types 1.0.2 → 1.1.0-rc3

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 (305) hide show
  1. package/dist/imagebuilder/index.d.ts +30 -0
  2. package/dist/imagebuilder/index.d.ts.map +1 -0
  3. package/dist/imagebuilder/index.js +15 -0
  4. package/dist/imagebuilder/index.js.map +1 -0
  5. package/dist/imagebuilder/models/ApiVersion.d.ts +8 -0
  6. package/dist/imagebuilder/models/ApiVersion.d.ts.map +1 -0
  7. package/dist/imagebuilder/models/ApiVersion.js +13 -0
  8. package/dist/imagebuilder/models/ApiVersion.js.map +1 -0
  9. package/dist/imagebuilder/models/BindingType.d.ts +8 -0
  10. package/dist/imagebuilder/models/BindingType.d.ts.map +1 -0
  11. package/dist/imagebuilder/models/BindingType.js +13 -0
  12. package/dist/imagebuilder/models/BindingType.js.map +1 -0
  13. package/dist/imagebuilder/models/EarlyBinding.d.ts +10 -0
  14. package/dist/imagebuilder/models/EarlyBinding.d.ts.map +1 -0
  15. package/dist/imagebuilder/models/EarlyBinding.js +2 -0
  16. package/dist/imagebuilder/models/EarlyBinding.js.map +1 -0
  17. package/dist/imagebuilder/models/ExportFormatType.d.ts +10 -0
  18. package/dist/imagebuilder/models/ExportFormatType.d.ts.map +1 -0
  19. package/dist/imagebuilder/models/ExportFormatType.js +15 -0
  20. package/dist/imagebuilder/models/ExportFormatType.js.map +1 -0
  21. package/dist/imagebuilder/models/ImageBuild.d.ts +23 -0
  22. package/dist/imagebuilder/models/ImageBuild.d.ts.map +1 -0
  23. package/dist/imagebuilder/models/ImageBuild.js +2 -0
  24. package/dist/imagebuilder/models/ImageBuild.js.map +1 -0
  25. package/dist/imagebuilder/models/ImageBuildBinding.d.ts +7 -0
  26. package/dist/imagebuilder/models/ImageBuildBinding.d.ts.map +1 -0
  27. package/dist/imagebuilder/models/ImageBuildBinding.js +2 -0
  28. package/dist/imagebuilder/models/ImageBuildBinding.js.map +1 -0
  29. package/dist/imagebuilder/models/ImageBuildCondition.d.ts +9 -0
  30. package/dist/imagebuilder/models/ImageBuildCondition.d.ts.map +1 -0
  31. package/dist/imagebuilder/models/ImageBuildCondition.js +2 -0
  32. package/dist/imagebuilder/models/ImageBuildCondition.js.map +1 -0
  33. package/dist/imagebuilder/models/ImageBuildConditionReason.d.ts +13 -0
  34. package/dist/imagebuilder/models/ImageBuildConditionReason.d.ts.map +1 -0
  35. package/dist/imagebuilder/models/ImageBuildConditionReason.js +18 -0
  36. package/dist/imagebuilder/models/ImageBuildConditionReason.js.map +1 -0
  37. package/dist/imagebuilder/models/ImageBuildConditionType.d.ts +7 -0
  38. package/dist/imagebuilder/models/ImageBuildConditionType.d.ts.map +1 -0
  39. package/dist/imagebuilder/models/ImageBuildConditionType.js +12 -0
  40. package/dist/imagebuilder/models/ImageBuildConditionType.js.map +1 -0
  41. package/dist/imagebuilder/models/ImageBuildDestination.d.ts +18 -0
  42. package/dist/imagebuilder/models/ImageBuildDestination.d.ts.map +1 -0
  43. package/dist/imagebuilder/models/ImageBuildDestination.js +2 -0
  44. package/dist/imagebuilder/models/ImageBuildDestination.js.map +1 -0
  45. package/dist/imagebuilder/models/ImageBuildList.d.ts +19 -0
  46. package/dist/imagebuilder/models/ImageBuildList.d.ts.map +1 -0
  47. package/dist/imagebuilder/models/ImageBuildList.js +2 -0
  48. package/dist/imagebuilder/models/ImageBuildList.js.map +1 -0
  49. package/dist/imagebuilder/models/ImageBuildRefSource.d.ts +14 -0
  50. package/dist/imagebuilder/models/ImageBuildRefSource.d.ts.map +1 -0
  51. package/dist/imagebuilder/models/ImageBuildRefSource.js +2 -0
  52. package/dist/imagebuilder/models/ImageBuildRefSource.js.map +1 -0
  53. package/dist/imagebuilder/models/ImageBuildSource.d.ts +18 -0
  54. package/dist/imagebuilder/models/ImageBuildSource.d.ts.map +1 -0
  55. package/dist/imagebuilder/models/ImageBuildSource.js +2 -0
  56. package/dist/imagebuilder/models/ImageBuildSource.js.map +1 -0
  57. package/dist/imagebuilder/models/ImageBuildSpec.d.ts +14 -0
  58. package/dist/imagebuilder/models/ImageBuildSpec.d.ts.map +1 -0
  59. package/dist/imagebuilder/models/ImageBuildSpec.js +2 -0
  60. package/dist/imagebuilder/models/ImageBuildSpec.js.map +1 -0
  61. package/dist/imagebuilder/models/ImageBuildStatus.d.ts +27 -0
  62. package/dist/imagebuilder/models/ImageBuildStatus.d.ts.map +1 -0
  63. package/dist/imagebuilder/models/ImageBuildStatus.js +2 -0
  64. package/dist/imagebuilder/models/ImageBuildStatus.js.map +1 -0
  65. package/dist/imagebuilder/models/ImageBuildUserConfiguration.d.ts +14 -0
  66. package/dist/imagebuilder/models/ImageBuildUserConfiguration.d.ts.map +1 -0
  67. package/dist/imagebuilder/models/ImageBuildUserConfiguration.js +2 -0
  68. package/dist/imagebuilder/models/ImageBuildUserConfiguration.js.map +1 -0
  69. package/dist/imagebuilder/models/ImageExport.d.ts +18 -0
  70. package/dist/imagebuilder/models/ImageExport.d.ts.map +1 -0
  71. package/dist/imagebuilder/models/ImageExport.js +2 -0
  72. package/dist/imagebuilder/models/ImageExport.js.map +1 -0
  73. package/dist/imagebuilder/models/ImageExportCondition.d.ts +9 -0
  74. package/dist/imagebuilder/models/ImageExportCondition.d.ts.map +1 -0
  75. package/dist/imagebuilder/models/ImageExportCondition.js +2 -0
  76. package/dist/imagebuilder/models/ImageExportCondition.js.map +1 -0
  77. package/dist/imagebuilder/models/ImageExportConditionReason.d.ts +13 -0
  78. package/dist/imagebuilder/models/ImageExportConditionReason.d.ts.map +1 -0
  79. package/dist/imagebuilder/models/ImageExportConditionReason.js +18 -0
  80. package/dist/imagebuilder/models/ImageExportConditionReason.js.map +1 -0
  81. package/dist/imagebuilder/models/ImageExportConditionType.d.ts +7 -0
  82. package/dist/imagebuilder/models/ImageExportConditionType.d.ts.map +1 -0
  83. package/dist/imagebuilder/models/ImageExportConditionType.js +12 -0
  84. package/dist/imagebuilder/models/ImageExportConditionType.js.map +1 -0
  85. package/dist/imagebuilder/models/ImageExportFormatPhase.d.ts +11 -0
  86. package/dist/imagebuilder/models/ImageExportFormatPhase.d.ts.map +1 -0
  87. package/dist/imagebuilder/models/ImageExportFormatPhase.js +16 -0
  88. package/dist/imagebuilder/models/ImageExportFormatPhase.js.map +1 -0
  89. package/dist/imagebuilder/models/ImageExportList.d.ts +19 -0
  90. package/dist/imagebuilder/models/ImageExportList.d.ts.map +1 -0
  91. package/dist/imagebuilder/models/ImageExportList.js +2 -0
  92. package/dist/imagebuilder/models/ImageExportList.js.map +1 -0
  93. package/dist/imagebuilder/models/ImageExportSource.d.ts +6 -0
  94. package/dist/imagebuilder/models/ImageExportSource.d.ts.map +1 -0
  95. package/dist/imagebuilder/models/ImageExportSource.js +2 -0
  96. package/dist/imagebuilder/models/ImageExportSource.js.map +1 -0
  97. package/dist/imagebuilder/models/ImageExportSourceType.d.ts +7 -0
  98. package/dist/imagebuilder/models/ImageExportSourceType.d.ts.map +1 -0
  99. package/dist/imagebuilder/models/ImageExportSourceType.js +12 -0
  100. package/dist/imagebuilder/models/ImageExportSourceType.js.map +1 -0
  101. package/dist/imagebuilder/models/ImageExportSpec.d.ts +10 -0
  102. package/dist/imagebuilder/models/ImageExportSpec.d.ts.map +1 -0
  103. package/dist/imagebuilder/models/ImageExportSpec.js +2 -0
  104. package/dist/imagebuilder/models/ImageExportSpec.js.map +1 -0
  105. package/dist/imagebuilder/models/ImageExportStatus.d.ts +19 -0
  106. package/dist/imagebuilder/models/ImageExportStatus.d.ts.map +1 -0
  107. package/dist/imagebuilder/models/ImageExportStatus.js +2 -0
  108. package/dist/imagebuilder/models/ImageExportStatus.js.map +1 -0
  109. package/dist/imagebuilder/models/LateBinding.d.ts +10 -0
  110. package/dist/imagebuilder/models/LateBinding.d.ts.map +1 -0
  111. package/dist/imagebuilder/models/LateBinding.js +2 -0
  112. package/dist/imagebuilder/models/LateBinding.js.map +1 -0
  113. package/dist/imagebuilder/models/ResourceKind.d.ts +8 -0
  114. package/dist/imagebuilder/models/ResourceKind.d.ts.map +1 -0
  115. package/dist/imagebuilder/models/ResourceKind.js +13 -0
  116. package/dist/imagebuilder/models/ResourceKind.js.map +1 -0
  117. package/dist/imagebuilder/models/Status.d.ts +28 -0
  118. package/dist/imagebuilder/models/Status.d.ts.map +1 -0
  119. package/dist/imagebuilder/models/Status.js +2 -0
  120. package/dist/imagebuilder/models/Status.js.map +1 -0
  121. package/dist/index.d.ts +15 -2
  122. package/dist/index.d.ts.map +1 -1
  123. package/dist/index.js +4 -0
  124. package/dist/index.js.map +1 -1
  125. package/dist/models/ApiVersion.d.ts +9 -0
  126. package/dist/models/ApiVersion.d.ts.map +1 -0
  127. package/dist/models/ApiVersion.js +14 -0
  128. package/dist/models/ApiVersion.js.map +1 -0
  129. package/dist/models/AppType.d.ts +2 -1
  130. package/dist/models/AppType.d.ts.map +1 -1
  131. package/dist/models/AppType.js +1 -0
  132. package/dist/models/AppType.js.map +1 -1
  133. package/dist/models/ApplicationProviderBase.d.ts +12 -0
  134. package/dist/models/ApplicationProviderBase.d.ts.map +1 -0
  135. package/dist/models/ApplicationProviderBase.js +2 -0
  136. package/dist/models/ApplicationProviderBase.js.map +1 -0
  137. package/dist/models/ApplicationProviderSpec.d.ts +5 -11
  138. package/dist/models/ApplicationProviderSpec.d.ts.map +1 -1
  139. package/dist/models/ApplicationUser.d.ts +7 -0
  140. package/dist/models/ApplicationUser.d.ts.map +1 -0
  141. package/dist/models/ApplicationUser.js +2 -0
  142. package/dist/models/ApplicationUser.js.map +1 -0
  143. package/dist/models/ApplicationVolume.d.ts +2 -0
  144. package/dist/models/ApplicationVolume.d.ts.map +1 -1
  145. package/dist/models/ApplicationVolumeReclaimPolicy.d.ts +7 -0
  146. package/dist/models/ApplicationVolumeReclaimPolicy.d.ts.map +1 -0
  147. package/dist/models/ApplicationVolumeReclaimPolicy.js +12 -0
  148. package/dist/models/ApplicationVolumeReclaimPolicy.js.map +1 -0
  149. package/dist/models/AuthConfig.d.ts +2 -4
  150. package/dist/models/AuthConfig.d.ts.map +1 -1
  151. package/dist/models/AuthProvider.d.ts +2 -4
  152. package/dist/models/AuthProvider.d.ts.map +1 -1
  153. package/dist/models/AuthProviderList.d.ts +2 -4
  154. package/dist/models/AuthProviderList.d.ts.map +1 -1
  155. package/dist/models/CertificateSigningRequest.d.ts +2 -4
  156. package/dist/models/CertificateSigningRequest.d.ts.map +1 -1
  157. package/dist/models/CertificateSigningRequestList.d.ts +2 -4
  158. package/dist/models/CertificateSigningRequestList.d.ts.map +1 -1
  159. package/dist/models/ComposeApplication.d.ts +7 -0
  160. package/dist/models/ComposeApplication.d.ts.map +1 -0
  161. package/dist/models/ComposeApplication.js +2 -0
  162. package/dist/models/ComposeApplication.js.map +1 -0
  163. package/dist/models/Condition.d.ts +3 -20
  164. package/dist/models/Condition.d.ts.map +1 -1
  165. package/dist/models/ConditionBase.d.ts +24 -0
  166. package/dist/models/ConditionBase.d.ts.map +1 -0
  167. package/dist/models/ConditionBase.js +2 -0
  168. package/dist/models/ConditionBase.js.map +1 -0
  169. package/dist/models/ContainerApplication.d.ts +18 -0
  170. package/dist/models/ContainerApplication.d.ts.map +1 -0
  171. package/dist/models/ContainerApplication.js +2 -0
  172. package/dist/models/ContainerApplication.js.map +1 -0
  173. package/dist/models/ContainerApplicationProperties.d.ts +13 -0
  174. package/dist/models/ContainerApplicationProperties.d.ts.map +1 -0
  175. package/dist/models/ContainerApplicationProperties.js +2 -0
  176. package/dist/models/ContainerApplicationProperties.js.map +1 -0
  177. package/dist/models/Device.d.ts +2 -4
  178. package/dist/models/Device.d.ts.map +1 -1
  179. package/dist/models/DeviceApplicationStatus.d.ts +4 -0
  180. package/dist/models/DeviceApplicationStatus.d.ts.map +1 -1
  181. package/dist/models/DeviceList.d.ts +2 -4
  182. package/dist/models/DeviceList.d.ts.map +1 -1
  183. package/dist/models/DockerAuth.d.ts +15 -0
  184. package/dist/models/DockerAuth.d.ts.map +1 -0
  185. package/dist/models/DockerAuth.js +2 -0
  186. package/dist/models/DockerAuth.js.map +1 -0
  187. package/dist/models/EnrollmentRequest.d.ts +2 -4
  188. package/dist/models/EnrollmentRequest.d.ts.map +1 -1
  189. package/dist/models/EnrollmentRequestList.d.ts +2 -4
  190. package/dist/models/EnrollmentRequestList.d.ts.map +1 -1
  191. package/dist/models/Event.d.ts +2 -4
  192. package/dist/models/Event.d.ts.map +1 -1
  193. package/dist/models/Event.js.map +1 -1
  194. package/dist/models/EventList.d.ts +2 -4
  195. package/dist/models/EventList.d.ts.map +1 -1
  196. package/dist/models/Fleet.d.ts +2 -4
  197. package/dist/models/Fleet.d.ts.map +1 -1
  198. package/dist/models/FleetList.d.ts +2 -4
  199. package/dist/models/FleetList.d.ts.map +1 -1
  200. package/dist/models/GitRepoSpec.d.ts +18 -0
  201. package/dist/models/GitRepoSpec.d.ts.map +1 -0
  202. package/dist/models/GitRepoSpec.js +2 -0
  203. package/dist/models/GitRepoSpec.js.map +1 -0
  204. package/dist/models/HelmApplication.d.ts +20 -0
  205. package/dist/models/HelmApplication.d.ts.map +1 -0
  206. package/dist/models/HelmApplication.js +2 -0
  207. package/dist/models/HelmApplication.js.map +1 -0
  208. package/dist/models/HttpRepoSpec.d.ts +9 -4
  209. package/dist/models/HttpRepoSpec.d.ts.map +1 -1
  210. package/dist/models/ImageApplicationProviderSpec.d.ts +2 -10
  211. package/dist/models/ImageApplicationProviderSpec.d.ts.map +1 -1
  212. package/dist/models/InlineApplicationProviderSpec.d.ts +2 -3
  213. package/dist/models/InlineApplicationProviderSpec.d.ts.map +1 -1
  214. package/dist/models/K8sProviderSpec.d.ts +4 -0
  215. package/dist/models/K8sProviderSpec.d.ts.map +1 -1
  216. package/dist/models/KubernetesSecretProviderSpec.d.ts +8 -0
  217. package/dist/models/KubernetesSecretProviderSpec.d.ts.map +1 -1
  218. package/dist/models/OciAuth.d.ts +6 -0
  219. package/dist/models/OciAuth.d.ts.map +1 -0
  220. package/dist/models/OciAuth.js +2 -0
  221. package/dist/models/OciAuth.js.map +1 -0
  222. package/dist/models/OciAuthType.d.ts +7 -0
  223. package/dist/models/OciAuthType.d.ts.map +1 -0
  224. package/dist/models/OciAuthType.js +12 -0
  225. package/dist/models/OciAuthType.js.map +1 -0
  226. package/dist/models/OciRepoSpec.d.ts +48 -0
  227. package/dist/models/OciRepoSpec.d.ts.map +1 -0
  228. package/dist/models/OciRepoSpec.js +20 -0
  229. package/dist/models/OciRepoSpec.js.map +1 -0
  230. package/dist/models/OpenShiftProviderSpec.d.ts +8 -0
  231. package/dist/models/OpenShiftProviderSpec.d.ts.map +1 -1
  232. package/dist/models/Organization.d.ts +2 -4
  233. package/dist/models/Organization.d.ts.map +1 -1
  234. package/dist/models/OrganizationList.d.ts +2 -4
  235. package/dist/models/OrganizationList.d.ts.map +1 -1
  236. package/dist/models/QuadletApplication.d.ts +8 -0
  237. package/dist/models/QuadletApplication.d.ts.map +1 -0
  238. package/dist/models/QuadletApplication.js +2 -0
  239. package/dist/models/QuadletApplication.js.map +1 -0
  240. package/dist/models/RepoSpecType.d.ts +3 -2
  241. package/dist/models/RepoSpecType.d.ts.map +1 -1
  242. package/dist/models/RepoSpecType.js +3 -2
  243. package/dist/models/RepoSpecType.js.map +1 -1
  244. package/dist/models/Repository.d.ts +2 -4
  245. package/dist/models/Repository.d.ts.map +1 -1
  246. package/dist/models/RepositoryList.d.ts +2 -4
  247. package/dist/models/RepositoryList.d.ts.map +1 -1
  248. package/dist/models/RepositorySpec.d.ts +3 -3
  249. package/dist/models/RepositorySpec.d.ts.map +1 -1
  250. package/dist/models/ResourceSync.d.ts +2 -4
  251. package/dist/models/ResourceSync.d.ts.map +1 -1
  252. package/dist/models/ResourceSyncList.d.ts +2 -4
  253. package/dist/models/ResourceSyncList.d.ts.map +1 -1
  254. package/dist/models/Status.d.ts +2 -4
  255. package/dist/models/Status.d.ts.map +1 -1
  256. package/dist/models/TemplateVersion.d.ts +2 -4
  257. package/dist/models/TemplateVersion.d.ts.map +1 -1
  258. package/dist/models/TemplateVersionList.d.ts +2 -4
  259. package/dist/models/TemplateVersionList.d.ts.map +1 -1
  260. package/dist/scripts/openapi-typescript.js +127 -17
  261. package/dist/scripts/openapi-typescript.js.map +1 -1
  262. package/dist/scripts/openapi-utils.d.ts +23 -0
  263. package/dist/scripts/openapi-utils.d.ts.map +1 -0
  264. package/dist/scripts/openapi-utils.js +213 -0
  265. package/dist/scripts/openapi-utils.js.map +1 -0
  266. package/imagebuilder/index.ts +34 -0
  267. package/imagebuilder/models/ApiVersion.ts +11 -0
  268. package/imagebuilder/models/BindingType.ts +11 -0
  269. package/imagebuilder/models/EarlyBinding.ts +14 -0
  270. package/imagebuilder/models/ExportFormatType.ts +13 -0
  271. package/imagebuilder/models/ImageBuild.ts +27 -0
  272. package/imagebuilder/models/ImageBuildBinding.ts +11 -0
  273. package/imagebuilder/models/ImageBuildCondition.ts +13 -0
  274. package/imagebuilder/models/ImageBuildConditionReason.ts +16 -0
  275. package/imagebuilder/models/ImageBuildConditionType.ts +10 -0
  276. package/imagebuilder/models/ImageBuildDestination.ts +22 -0
  277. package/imagebuilder/models/ImageBuildList.ts +23 -0
  278. package/imagebuilder/models/ImageBuildRefSource.ts +18 -0
  279. package/imagebuilder/models/ImageBuildSource.ts +22 -0
  280. package/imagebuilder/models/ImageBuildSpec.ts +18 -0
  281. package/imagebuilder/models/ImageBuildStatus.ts +31 -0
  282. package/imagebuilder/models/ImageBuildUserConfiguration.ts +18 -0
  283. package/imagebuilder/models/ImageExport.ts +22 -0
  284. package/imagebuilder/models/ImageExportCondition.ts +13 -0
  285. package/imagebuilder/models/ImageExportConditionReason.ts +16 -0
  286. package/imagebuilder/models/ImageExportConditionType.ts +10 -0
  287. package/imagebuilder/models/ImageExportFormatPhase.ts +14 -0
  288. package/imagebuilder/models/ImageExportList.ts +23 -0
  289. package/imagebuilder/models/ImageExportSource.ts +10 -0
  290. package/imagebuilder/models/ImageExportSourceType.ts +10 -0
  291. package/imagebuilder/models/ImageExportSpec.ts +14 -0
  292. package/imagebuilder/models/ImageExportStatus.ts +23 -0
  293. package/imagebuilder/models/LateBinding.ts +14 -0
  294. package/imagebuilder/models/ResourceKind.ts +11 -0
  295. package/imagebuilder/models/Status.ts +32 -0
  296. package/index.ts +15 -2
  297. package/package.json +9 -3
  298. package/dist/models/GenericRepoSpec.d.ts +0 -9
  299. package/dist/models/GenericRepoSpec.d.ts.map +0 -1
  300. package/dist/models/GenericRepoSpec.js +0 -2
  301. package/dist/models/GenericRepoSpec.js.map +0 -1
  302. package/dist/models/SshRepoSpec.d.ts +0 -11
  303. package/dist/models/SshRepoSpec.d.ts.map +0 -1
  304. package/dist/models/SshRepoSpec.js +0 -2
  305. package/dist/models/SshRepoSpec.js.map +0 -1
@@ -1,13 +1,11 @@
1
+ import type { ApiVersion } from './ApiVersion';
1
2
  import type { Fleet } from './Fleet';
2
3
  import type { ListMeta } from './ListMeta';
3
4
  /**
4
5
  * FleetList is a list of Fleets.
5
6
  */
6
7
  export type FleetList = {
7
- /**
8
- * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources.
9
- */
10
- apiVersion: string;
8
+ apiVersion: ApiVersion;
11
9
  /**
12
10
  * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds.
13
11
  */
@@ -1 +1 @@
1
- {"version":3,"file":"FleetList.d.ts","sourceRoot":"","sources":["../../models/FleetList.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AACrC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC3C;;GAEG;AACH,MAAM,MAAM,SAAS,GAAG;IACtB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,QAAQ,CAAC;IACnB;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC;CACrB,CAAC"}
1
+ {"version":3,"file":"FleetList.d.ts","sourceRoot":"","sources":["../../models/FleetList.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AACrC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC3C;;GAEG;AACH,MAAM,MAAM,SAAS,GAAG;IACtB,UAAU,EAAE,UAAU,CAAC;IACvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,QAAQ,CAAC;IACnB;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC;CACrB,CAAC"}
@@ -0,0 +1,18 @@
1
+ import type { HttpConfig } from './HttpConfig';
2
+ import type { SshConfig } from './SshConfig';
3
+ /**
4
+ * Git repository specification. Supports no auth (public repos), HTTP/HTTPS auth, or SSH auth.
5
+ */
6
+ export type GitRepoSpec = {
7
+ /**
8
+ * The Git repository URL to clone from.
9
+ */
10
+ url: string;
11
+ /**
12
+ * The repository type discriminator.
13
+ */
14
+ type: 'git';
15
+ httpConfig?: HttpConfig;
16
+ sshConfig?: SshConfig;
17
+ };
18
+ //# sourceMappingURL=GitRepoSpec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GitRepoSpec.d.ts","sourceRoot":"","sources":["../../models/GitRepoSpec.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAC7C;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG;IACxB;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,IAAI,EAAE,KAAK,CAAC;IACZ,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,SAAS,CAAC,EAAE,SAAS,CAAC;CACvB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=GitRepoSpec.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GitRepoSpec.js","sourceRoot":"","sources":["../../models/GitRepoSpec.ts"],"names":[],"mappings":""}
@@ -0,0 +1,20 @@
1
+ import type { ApplicationProviderBase } from './ApplicationProviderBase';
2
+ export type HelmApplication = (ApplicationProviderBase & {
3
+ /**
4
+ * Reference to the chart for this helm application.
5
+ */
6
+ image: string;
7
+ /**
8
+ * The target namespace for the application deployment.
9
+ */
10
+ namespace?: string;
11
+ /**
12
+ * Configuration values for the application. Supports arbitrarily nested structures.
13
+ */
14
+ values?: Record<string, any>;
15
+ /**
16
+ * List of values files to apply during deployment. Files are relative paths and applied in array order before user-provided values.
17
+ */
18
+ valuesFiles?: Array<string>;
19
+ });
20
+ //# sourceMappingURL=HelmApplication.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HelmApplication.d.ts","sourceRoot":"","sources":["../../models/HelmApplication.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACzE,MAAM,MAAM,eAAe,GAAG,CAAC,uBAAuB,GAAG;IACvD;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAC7B;;OAEG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC7B,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=HelmApplication.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HelmApplication.js","sourceRoot":"","sources":["../../models/HelmApplication.ts"],"names":[],"mappings":""}
@@ -1,12 +1,17 @@
1
1
  import type { HttpConfig } from './HttpConfig';
2
- import type { RepoSpecType } from './RepoSpecType';
2
+ /**
3
+ * HTTP endpoint specification for fetching configuration.
4
+ */
3
5
  export type HttpRepoSpec = {
4
6
  /**
5
- * The HTTP URL to call or clone from.
7
+ * The HTTP URL to call.
6
8
  */
7
9
  url: string;
8
- type: RepoSpecType;
9
- httpConfig: HttpConfig;
10
+ /**
11
+ * The repository type discriminator.
12
+ */
13
+ type: 'http';
14
+ httpConfig?: HttpConfig;
10
15
  /**
11
16
  * URL suffix used only for validating access to the repository. Users might use the URL field as a root URL to be used by config sources adding suffixes. This will help with the validation of the http endpoint.
12
17
  */
@@ -1 +1 @@
1
- {"version":3,"file":"HttpRepoSpec.d.ts","sourceRoot":"","sources":["../../models/HttpRepoSpec.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,MAAM,MAAM,YAAY,GAAG;IACzB;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,YAAY,CAAC;IACnB,UAAU,EAAE,UAAU,CAAC;IACvB;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B,CAAC"}
1
+ {"version":3,"file":"HttpRepoSpec.d.ts","sourceRoot":"","sources":["../../models/HttpRepoSpec.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG;IACzB;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B,CAAC"}
@@ -1,15 +1,7 @@
1
- import type { ApplicationPort } from './ApplicationPort';
2
- import type { ApplicationResources } from './ApplicationResources';
3
- import type { ApplicationVolumeProviderSpec } from './ApplicationVolumeProviderSpec';
4
- export type ImageApplicationProviderSpec = (ApplicationVolumeProviderSpec & {
1
+ export type ImageApplicationProviderSpec = {
5
2
  /**
6
3
  * Reference to the OCI image or artifact for the application package.
7
4
  */
8
5
  image: string;
9
- /**
10
- * Port mappings.
11
- */
12
- ports?: Array<ApplicationPort>;
13
- resources?: ApplicationResources;
14
- });
6
+ };
15
7
  //# sourceMappingURL=ImageApplicationProviderSpec.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ImageApplicationProviderSpec.d.ts","sourceRoot":"","sources":["../../models/ImageApplicationProviderSpec.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AACnE,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AACrF,MAAM,MAAM,4BAA4B,GAAG,CAAC,6BAA6B,GAAG;IAC1E;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;IAC/B,SAAS,CAAC,EAAE,oBAAoB,CAAC;CAClC,CAAC,CAAC"}
1
+ {"version":3,"file":"ImageApplicationProviderSpec.d.ts","sourceRoot":"","sources":["../../models/ImageApplicationProviderSpec.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,4BAA4B,GAAG;IACzC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACf,CAAC"}
@@ -1,9 +1,8 @@
1
1
  import type { ApplicationContent } from './ApplicationContent';
2
- import type { ApplicationVolumeProviderSpec } from './ApplicationVolumeProviderSpec';
3
- export type InlineApplicationProviderSpec = (ApplicationVolumeProviderSpec & {
2
+ export type InlineApplicationProviderSpec = {
4
3
  /**
5
4
  * A list of application content.
6
5
  */
7
6
  inline: Array<ApplicationContent>;
8
- });
7
+ };
9
8
  //# sourceMappingURL=InlineApplicationProviderSpec.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"InlineApplicationProviderSpec.d.ts","sourceRoot":"","sources":["../../models/InlineApplicationProviderSpec.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AACrF,MAAM,MAAM,6BAA6B,GAAG,CAAC,6BAA6B,GAAG;IAC3E;;OAEG;IACH,MAAM,EAAE,KAAK,CAAC,kBAAkB,CAAC,CAAC;CACnC,CAAC,CAAC"}
1
+ {"version":3,"file":"InlineApplicationProviderSpec.d.ts","sourceRoot":"","sources":["../../models/InlineApplicationProviderSpec.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,MAAM,MAAM,6BAA6B,GAAG;IAC1C;;OAEG;IACH,MAAM,EAAE,KAAK,CAAC,kBAAkB,CAAC,CAAC;CACnC,CAAC"}
@@ -26,5 +26,9 @@ export type K8sProviderSpec = {
26
26
  enabled?: boolean;
27
27
  organizationAssignment: AuthOrganizationAssignment;
28
28
  roleAssignment: AuthRoleAssignment;
29
+ /**
30
+ * Optional suffix to strip from ClusterRole names when normalizing role names. Used for multi-release deployments where ClusterRoles have namespace-specific names (e.g., flightctl-admin-<namespace>).
31
+ */
32
+ roleSuffix?: string;
29
33
  };
30
34
  //# sourceMappingURL=K8sProviderSpec.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"K8sProviderSpec.d.ts","sourceRoot":"","sources":["../../models/K8sProviderSpec.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC/E,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG;IAC5B;;OAEG;IACH,YAAY,EAAE,KAAK,CAAC;IACpB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,sBAAsB,EAAE,0BAA0B,CAAC;IACnD,cAAc,EAAE,kBAAkB,CAAC;CACpC,CAAC"}
1
+ {"version":3,"file":"K8sProviderSpec.d.ts","sourceRoot":"","sources":["../../models/K8sProviderSpec.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC/E,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG;IAC5B;;OAEG;IACH,YAAY,EAAE,KAAK,CAAC;IACpB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,sBAAsB,EAAE,0BAA0B,CAAC;IACnD,cAAc,EAAE,kBAAkB,CAAC;IACnC;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC"}
@@ -19,6 +19,14 @@ export type KubernetesSecretProviderSpec = {
19
19
  * Path in the device's file system at which the secret should be mounted.
20
20
  */
21
21
  mountPath: string;
22
+ /**
23
+ * The file's owner, specified either as a name or numeric ID. Defaults to "root".
24
+ */
25
+ user?: string;
26
+ /**
27
+ * The file's group, specified either as a name or numeric ID. Defaults to "root".
28
+ */
29
+ group?: string;
22
30
  };
23
31
  };
24
32
  //# sourceMappingURL=KubernetesSecretProviderSpec.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"KubernetesSecretProviderSpec.d.ts","sourceRoot":"","sources":["../../models/KubernetesSecretProviderSpec.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,4BAA4B,GAAG;IACzC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,SAAS,EAAE;QACT;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC;QACb;;WAEG;QACH,SAAS,EAAE,MAAM,CAAC;QAClB;;WAEG;QACH,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;CACH,CAAC"}
1
+ {"version":3,"file":"KubernetesSecretProviderSpec.d.ts","sourceRoot":"","sources":["../../models/KubernetesSecretProviderSpec.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,4BAA4B,GAAG;IACzC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,SAAS,EAAE;QACT;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC;QACb;;WAEG;QACH,SAAS,EAAE,MAAM,CAAC;QAClB;;WAEG;QACH,SAAS,EAAE,MAAM,CAAC;QAClB;;WAEG;QACH,IAAI,CAAC,EAAE,MAAM,CAAC;QACd;;WAEG;QACH,KAAK,CAAC,EAAE,MAAM,CAAC;KAChB,CAAC;CACH,CAAC"}
@@ -0,0 +1,6 @@
1
+ import type { DockerAuth } from './DockerAuth';
2
+ /**
3
+ * Authentication for OCI registries.
4
+ */
5
+ export type OciAuth = DockerAuth;
6
+ //# sourceMappingURL=OciAuth.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OciAuth.d.ts","sourceRoot":"","sources":["../../models/OciAuth.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C;;GAEG;AACH,MAAM,MAAM,OAAO,GAAG,UAAU,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=OciAuth.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OciAuth.js","sourceRoot":"","sources":["../../models/OciAuth.ts"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * The type of authentication for OCI registries.
3
+ */
4
+ export declare enum OciAuthType {
5
+ DOCKER = "docker"
6
+ }
7
+ //# sourceMappingURL=OciAuthType.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OciAuthType.d.ts","sourceRoot":"","sources":["../../models/OciAuthType.ts"],"names":[],"mappings":"AAIA;;GAEG;AACH,oBAAY,WAAW;IACrB,MAAM,WAAW;CAClB"}
@@ -0,0 +1,12 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ /**
6
+ * The type of authentication for OCI registries.
7
+ */
8
+ export var OciAuthType;
9
+ (function (OciAuthType) {
10
+ OciAuthType["DOCKER"] = "docker";
11
+ })(OciAuthType || (OciAuthType = {}));
12
+ //# sourceMappingURL=OciAuthType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OciAuthType.js","sourceRoot":"","sources":["../../models/OciAuthType.ts"],"names":[],"mappings":"AAAA,8DAA8D;AAC9D,0BAA0B;AAC1B,oBAAoB;AACpB,oBAAoB;AACpB;;GAEG;AACH,MAAM,CAAN,IAAY,WAEX;AAFD,WAAY,WAAW;IACrB,gCAAiB,CAAA;AACnB,CAAC,EAFW,WAAW,KAAX,WAAW,QAEtB"}
@@ -0,0 +1,48 @@
1
+ import type { OciAuth } from './OciAuth';
2
+ /**
3
+ * OCI container registry specification.
4
+ */
5
+ export type OciRepoSpec = {
6
+ /**
7
+ * The OCI registry hostname, FQDN, or IP address with optional port (e.g., quay.io, registry.redhat.io, myregistry.com:5000, 192.168.1.1:5000, [::1]:5000).
8
+ */
9
+ registry: string;
10
+ /**
11
+ * URL scheme for connecting to the registry.
12
+ */
13
+ scheme?: OciRepoSpec.scheme;
14
+ /**
15
+ * The repository type discriminator.
16
+ */
17
+ type: 'oci';
18
+ /**
19
+ * Access mode for the registry: "Read" for read-only (pull), "ReadWrite" for read-write (pull and push).
20
+ */
21
+ accessMode?: OciRepoSpec.accessMode;
22
+ ociAuth?: OciAuth;
23
+ /**
24
+ * Base64 encoded root CA.
25
+ */
26
+ 'ca.crt'?: string;
27
+ /**
28
+ * Skip remote server verification.
29
+ */
30
+ skipServerVerification?: boolean;
31
+ };
32
+ export declare namespace OciRepoSpec {
33
+ /**
34
+ * URL scheme for connecting to the registry.
35
+ */
36
+ enum scheme {
37
+ HTTP = "http",
38
+ HTTPS = "https"
39
+ }
40
+ /**
41
+ * Access mode for the registry: "Read" for read-only (pull), "ReadWrite" for read-write (pull and push).
42
+ */
43
+ enum accessMode {
44
+ READ = "Read",
45
+ READ_WRITE = "ReadWrite"
46
+ }
47
+ }
48
+ //# sourceMappingURL=OciRepoSpec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OciRepoSpec.d.ts","sourceRoot":"","sources":["../../models/OciRepoSpec.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACzC;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG;IACxB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,MAAM,CAAC,EAAE,WAAW,CAAC,MAAM,CAAC;IAC5B;;OAEG;IACH,IAAI,EAAE,KAAK,CAAC;IACZ;;OAEG;IACH,UAAU,CAAC,EAAE,WAAW,CAAC,UAAU,CAAC;IACpC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,sBAAsB,CAAC,EAAE,OAAO,CAAC;CAClC,CAAC;AACF,yBAAiB,WAAW,CAAC;IAC3B;;OAEG;IACH,KAAY,MAAM;QAChB,IAAI,SAAS;QACb,KAAK,UAAU;KAChB;IACD;;OAEG;IACH,KAAY,UAAU;QACpB,IAAI,SAAS;QACb,UAAU,cAAc;KACzB;CACF"}
@@ -0,0 +1,20 @@
1
+ export var OciRepoSpec;
2
+ (function (OciRepoSpec) {
3
+ /**
4
+ * URL scheme for connecting to the registry.
5
+ */
6
+ var scheme;
7
+ (function (scheme) {
8
+ scheme["HTTP"] = "http";
9
+ scheme["HTTPS"] = "https";
10
+ })(scheme = OciRepoSpec.scheme || (OciRepoSpec.scheme = {}));
11
+ /**
12
+ * Access mode for the registry: "Read" for read-only (pull), "ReadWrite" for read-write (pull and push).
13
+ */
14
+ var accessMode;
15
+ (function (accessMode) {
16
+ accessMode["READ"] = "Read";
17
+ accessMode["READ_WRITE"] = "ReadWrite";
18
+ })(accessMode = OciRepoSpec.accessMode || (OciRepoSpec.accessMode = {}));
19
+ })(OciRepoSpec || (OciRepoSpec = {}));
20
+ //# sourceMappingURL=OciRepoSpec.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OciRepoSpec.js","sourceRoot":"","sources":["../../models/OciRepoSpec.ts"],"names":[],"mappings":"AAmCA,MAAM,KAAW,WAAW,CAe3B;AAfD,WAAiB,WAAW;IAC1B;;OAEG;IACH,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,uBAAa,CAAA;QACb,yBAAe,CAAA;IACjB,CAAC,EAHW,MAAM,GAAN,kBAAM,KAAN,kBAAM,QAGjB;IACD;;OAEG;IACH,IAAY,UAGX;IAHD,WAAY,UAAU;QACpB,2BAAa,CAAA;QACb,sCAAwB,CAAA;IAC1B,CAAC,EAHW,UAAU,GAAV,sBAAU,KAAV,sBAAU,QAGrB;AACH,CAAC,EAfgB,WAAW,KAAX,WAAW,QAe3B"}
@@ -42,5 +42,13 @@ export type OpenShiftProviderSpec = {
42
42
  * The OpenShift cluster control plane URL.
43
43
  */
44
44
  clusterControlPlaneUrl?: string;
45
+ /**
46
+ * If specified, only projects with this label will be considered. The label selector should be in the format 'key' or 'key=value'. If only the key is provided, any project with that label (regardless of value) will be included. This enables server-side filtering for better performance.
47
+ */
48
+ projectLabelFilter?: string;
49
+ /**
50
+ * Optional suffix to strip from ClusterRole names when normalizing role names. Used for multi-release deployments where ClusterRoles have namespace-specific names (e.g., flightctl-admin-<namespace>).
51
+ */
52
+ roleSuffix?: string;
45
53
  };
46
54
  //# sourceMappingURL=OpenShiftProviderSpec.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"OpenShiftProviderSpec.d.ts","sourceRoot":"","sources":["../../models/OpenShiftProviderSpec.ts"],"names":[],"mappings":"AAIA;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAClC;;OAEG;IACH,YAAY,EAAE,WAAW,CAAC;IAC1B;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACvB;;OAEG;IACH,sBAAsB,CAAC,EAAE,MAAM,CAAC;CACjC,CAAC"}
1
+ {"version":3,"file":"OpenShiftProviderSpec.d.ts","sourceRoot":"","sources":["../../models/OpenShiftProviderSpec.ts"],"names":[],"mappings":"AAIA;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAClC;;OAEG;IACH,YAAY,EAAE,WAAW,CAAC;IAC1B;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACvB;;OAEG;IACH,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC"}
@@ -1,10 +1,8 @@
1
+ import type { ApiVersion } from './ApiVersion';
1
2
  import type { ObjectMeta } from './ObjectMeta';
2
3
  import type { OrganizationSpec } from './OrganizationSpec';
3
4
  export type Organization = {
4
- /**
5
- * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources.
6
- */
7
- apiVersion: string;
5
+ apiVersion: ApiVersion;
8
6
  /**
9
7
  * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds.
10
8
  */
@@ -1 +1 @@
1
- {"version":3,"file":"Organization.d.ts","sourceRoot":"","sources":["../../models/Organization.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,MAAM,MAAM,YAAY,GAAG;IACzB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,UAAU,CAAC;IACrB,IAAI,CAAC,EAAE,gBAAgB,CAAC;CACzB,CAAC"}
1
+ {"version":3,"file":"Organization.d.ts","sourceRoot":"","sources":["../../models/Organization.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,MAAM,MAAM,YAAY,GAAG;IACzB,UAAU,EAAE,UAAU,CAAC;IACvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,UAAU,CAAC;IACrB,IAAI,CAAC,EAAE,gBAAgB,CAAC;CACzB,CAAC"}
@@ -1,13 +1,11 @@
1
+ import type { ApiVersion } from './ApiVersion';
1
2
  import type { ListMeta } from './ListMeta';
2
3
  import type { Organization } from './Organization';
3
4
  /**
4
5
  * OrganizationList is a list of Organizations.
5
6
  */
6
7
  export type OrganizationList = {
7
- /**
8
- * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources.
9
- */
10
- apiVersion: string;
8
+ apiVersion: ApiVersion;
11
9
  /**
12
10
  * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds.
13
11
  */
@@ -1 +1 @@
1
- {"version":3,"file":"OrganizationList.d.ts","sourceRoot":"","sources":["../../models/OrganizationList.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC3C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,QAAQ,CAAC;IACnB;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;CAC5B,CAAC"}
1
+ {"version":3,"file":"OrganizationList.d.ts","sourceRoot":"","sources":["../../models/OrganizationList.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC3C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG;IAC7B,UAAU,EAAE,UAAU,CAAC;IACvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,QAAQ,CAAC;IACnB;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;CAC5B,CAAC"}
@@ -0,0 +1,8 @@
1
+ import type { ApplicationEnvVars } from './ApplicationEnvVars';
2
+ import type { ApplicationProviderBase } from './ApplicationProviderBase';
3
+ import type { ApplicationUser } from './ApplicationUser';
4
+ import type { ApplicationVolumeProviderSpec } from './ApplicationVolumeProviderSpec';
5
+ import type { ImageApplicationProviderSpec } from './ImageApplicationProviderSpec';
6
+ import type { InlineApplicationProviderSpec } from './InlineApplicationProviderSpec';
7
+ export type QuadletApplication = (ApplicationProviderBase & ApplicationEnvVars & ApplicationUser & ApplicationVolumeProviderSpec & (ImageApplicationProviderSpec | InlineApplicationProviderSpec));
8
+ //# sourceMappingURL=QuadletApplication.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QuadletApplication.d.ts","sourceRoot":"","sources":["../../models/QuadletApplication.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACzE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AACrF,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AACnF,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AACrF,MAAM,MAAM,kBAAkB,GAAG,CAAC,uBAAuB,GAAG,kBAAkB,GAAG,eAAe,GAAG,6BAA6B,GAAG,CAAC,4BAA4B,GAAG,6BAA6B,CAAC,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=QuadletApplication.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QuadletApplication.js","sourceRoot":"","sources":["../../models/QuadletApplication.ts"],"names":[],"mappings":""}
@@ -2,7 +2,8 @@
2
2
  * RepoSpecType is the type of the repository.
3
3
  */
4
4
  export declare enum RepoSpecType {
5
- GIT = "git",
6
- HTTP = "http"
5
+ RepoSpecTypeGit = "git",
6
+ RepoSpecTypeHttp = "http",
7
+ RepoSpecTypeOci = "oci"
7
8
  }
8
9
  //# sourceMappingURL=RepoSpecType.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RepoSpecType.d.ts","sourceRoot":"","sources":["../../models/RepoSpecType.ts"],"names":[],"mappings":"AAIA;;GAEG;AACH,oBAAY,YAAY;IACtB,GAAG,QAAQ;IACX,IAAI,SAAS;CACd"}
1
+ {"version":3,"file":"RepoSpecType.d.ts","sourceRoot":"","sources":["../../models/RepoSpecType.ts"],"names":[],"mappings":"AAIA;;GAEG;AACH,oBAAY,YAAY;IACtB,eAAe,QAAQ;IACvB,gBAAgB,SAAS;IACzB,eAAe,QAAQ;CACxB"}
@@ -7,7 +7,8 @@
7
7
  */
8
8
  export var RepoSpecType;
9
9
  (function (RepoSpecType) {
10
- RepoSpecType["GIT"] = "git";
11
- RepoSpecType["HTTP"] = "http";
10
+ RepoSpecType["RepoSpecTypeGit"] = "git";
11
+ RepoSpecType["RepoSpecTypeHttp"] = "http";
12
+ RepoSpecType["RepoSpecTypeOci"] = "oci";
12
13
  })(RepoSpecType || (RepoSpecType = {}));
13
14
  //# sourceMappingURL=RepoSpecType.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"RepoSpecType.js","sourceRoot":"","sources":["../../models/RepoSpecType.ts"],"names":[],"mappings":"AAAA,8DAA8D;AAC9D,0BAA0B;AAC1B,oBAAoB;AACpB,oBAAoB;AACpB;;GAEG;AACH,MAAM,CAAN,IAAY,YAGX;AAHD,WAAY,YAAY;IACtB,2BAAW,CAAA;IACX,6BAAa,CAAA;AACf,CAAC,EAHW,YAAY,KAAZ,YAAY,QAGvB"}
1
+ {"version":3,"file":"RepoSpecType.js","sourceRoot":"","sources":["../../models/RepoSpecType.ts"],"names":[],"mappings":"AAAA,8DAA8D;AAC9D,0BAA0B;AAC1B,oBAAoB;AACpB,oBAAoB;AACpB;;GAEG;AACH,MAAM,CAAN,IAAY,YAIX;AAJD,WAAY,YAAY;IACtB,uCAAuB,CAAA;IACvB,yCAAyB,CAAA;IACzB,uCAAuB,CAAA;AACzB,CAAC,EAJW,YAAY,KAAZ,YAAY,QAIvB"}
@@ -1,3 +1,4 @@
1
+ import type { ApiVersion } from './ApiVersion';
1
2
  import type { ObjectMeta } from './ObjectMeta';
2
3
  import type { RepositorySpec } from './RepositorySpec';
3
4
  import type { RepositoryStatus } from './RepositoryStatus';
@@ -5,10 +6,7 @@ import type { RepositoryStatus } from './RepositoryStatus';
5
6
  * Repository represents a Git repository or an HTTP endpoint.
6
7
  */
7
8
  export type Repository = {
8
- /**
9
- * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources.
10
- */
11
- apiVersion: string;
9
+ apiVersion: ApiVersion;
12
10
  /**
13
11
  * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds.
14
12
  */
@@ -1 +1 @@
1
- {"version":3,"file":"Repository.d.ts","sourceRoot":"","sources":["../../models/Repository.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3D;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG;IACvB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,UAAU,CAAC;IACrB,IAAI,EAAE,cAAc,CAAC;IACrB,MAAM,CAAC,EAAE,gBAAgB,CAAC;CAC3B,CAAC"}
1
+ {"version":3,"file":"Repository.d.ts","sourceRoot":"","sources":["../../models/Repository.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3D;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG;IACvB,UAAU,EAAE,UAAU,CAAC;IACvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,UAAU,CAAC;IACrB,IAAI,EAAE,cAAc,CAAC;IACrB,MAAM,CAAC,EAAE,gBAAgB,CAAC;CAC3B,CAAC"}
@@ -1,13 +1,11 @@
1
+ import type { ApiVersion } from './ApiVersion';
1
2
  import type { ListMeta } from './ListMeta';
2
3
  import type { Repository } from './Repository';
3
4
  /**
4
5
  * RepositoryList is a list of Repositories.
5
6
  */
6
7
  export type RepositoryList = {
7
- /**
8
- * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources.
9
- */
10
- apiVersion: string;
8
+ apiVersion: ApiVersion;
11
9
  /**
12
10
  * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds.
13
11
  */
@@ -1 +1 @@
1
- {"version":3,"file":"RepositoryList.d.ts","sourceRoot":"","sources":["../../models/RepositoryList.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC3C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG;IAC3B;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,QAAQ,CAAC;IACnB;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC;CAC1B,CAAC"}
1
+ {"version":3,"file":"RepositoryList.d.ts","sourceRoot":"","sources":["../../models/RepositoryList.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC3C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG;IAC3B,UAAU,EAAE,UAAU,CAAC;IACvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,QAAQ,CAAC;IACnB;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC;CAC1B,CAAC"}
@@ -1,8 +1,8 @@
1
- import type { GenericRepoSpec } from './GenericRepoSpec';
1
+ import type { GitRepoSpec } from './GitRepoSpec';
2
2
  import type { HttpRepoSpec } from './HttpRepoSpec';
3
- import type { SshRepoSpec } from './SshRepoSpec';
3
+ import type { OciRepoSpec } from './OciRepoSpec';
4
4
  /**
5
5
  * RepositorySpec describes a configuration repository.
6
6
  */
7
- export type RepositorySpec = (GenericRepoSpec | HttpRepoSpec | SshRepoSpec);
7
+ export type RepositorySpec = (GitRepoSpec | HttpRepoSpec | OciRepoSpec);
8
8
  //# sourceMappingURL=RepositorySpec.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RepositorySpec.d.ts","sourceRoot":"","sources":["../../models/RepositorySpec.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,CAAC,eAAe,GAAG,YAAY,GAAG,WAAW,CAAC,CAAC"}
1
+ {"version":3,"file":"RepositorySpec.d.ts","sourceRoot":"","sources":["../../models/RepositorySpec.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,CAAC,WAAW,GAAG,YAAY,GAAG,WAAW,CAAC,CAAC"}
@@ -1,3 +1,4 @@
1
+ import type { ApiVersion } from './ApiVersion';
1
2
  import type { ObjectMeta } from './ObjectMeta';
2
3
  import type { ResourceSyncSpec } from './ResourceSyncSpec';
3
4
  import type { ResourceSyncStatus } from './ResourceSyncStatus';
@@ -5,10 +6,7 @@ import type { ResourceSyncStatus } from './ResourceSyncStatus';
5
6
  * ResourceSync represents a reference to one or more files in a repository to sync to resource definitions.
6
7
  */
7
8
  export type ResourceSync = {
8
- /**
9
- * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources.
10
- */
11
- apiVersion: string;
9
+ apiVersion: ApiVersion;
12
10
  /**
13
11
  * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds.
14
12
  */
@@ -1 +1 @@
1
- {"version":3,"file":"ResourceSync.d.ts","sourceRoot":"","sources":["../../models/ResourceSync.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG;IACzB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,UAAU,CAAC;IACrB,IAAI,EAAE,gBAAgB,CAAC;IACvB,MAAM,CAAC,EAAE,kBAAkB,CAAC;CAC7B,CAAC"}
1
+ {"version":3,"file":"ResourceSync.d.ts","sourceRoot":"","sources":["../../models/ResourceSync.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG;IACzB,UAAU,EAAE,UAAU,CAAC;IACvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,UAAU,CAAC;IACrB,IAAI,EAAE,gBAAgB,CAAC;IACvB,MAAM,CAAC,EAAE,kBAAkB,CAAC;CAC7B,CAAC"}
@@ -1,10 +1,8 @@
1
+ import type { ApiVersion } from './ApiVersion';
1
2
  import type { ListMeta } from './ListMeta';
2
3
  import type { ResourceSync } from './ResourceSync';
3
4
  export type ResourceSyncList = {
4
- /**
5
- * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources.
6
- */
7
- apiVersion: string;
5
+ apiVersion: ApiVersion;
8
6
  /**
9
7
  * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds.
10
8
  */
@@ -1 +1 @@
1
- {"version":3,"file":"ResourceSyncList.d.ts","sourceRoot":"","sources":["../../models/ResourceSyncList.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC3C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,QAAQ,CAAC;IACnB;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;CAC5B,CAAC"}
1
+ {"version":3,"file":"ResourceSyncList.d.ts","sourceRoot":"","sources":["../../models/ResourceSyncList.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC3C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,MAAM,MAAM,gBAAgB,GAAG;IAC7B,UAAU,EAAE,UAAU,CAAC;IACvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,QAAQ,CAAC;IACnB;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;CAC5B,CAAC"}
@@ -1,11 +1,9 @@
1
+ import type { ApiVersion } from './ApiVersion';
1
2
  /**
2
3
  * Status is a return value for calls that don't return other objects.
3
4
  */
4
5
  export type Status = {
5
- /**
6
- * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources.
7
- */
8
- apiVersion: string;
6
+ apiVersion: ApiVersion;
9
7
  /**
10
8
  * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds.
11
9
  */
@@ -1 +1 @@
1
- {"version":3,"file":"Status.d.ts","sourceRoot":"","sources":["../../models/Status.ts"],"names":[],"mappings":"AAIA;;GAEG;AACH,MAAM,MAAM,MAAM,GAAG;IACnB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC"}
1
+ {"version":3,"file":"Status.d.ts","sourceRoot":"","sources":["../../models/Status.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C;;GAEG;AACH,MAAM,MAAM,MAAM,GAAG;IACnB,UAAU,EAAE,UAAU,CAAC;IACvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC"}
@@ -1,3 +1,4 @@
1
+ import type { ApiVersion } from './ApiVersion';
1
2
  import type { ObjectMeta } from './ObjectMeta';
2
3
  import type { TemplateVersionSpec } from './TemplateVersionSpec';
3
4
  import type { TemplateVersionStatus } from './TemplateVersionStatus';
@@ -5,10 +6,7 @@ import type { TemplateVersionStatus } from './TemplateVersionStatus';
5
6
  * TemplateVersion represents a version of a template.
6
7
  */
7
8
  export type TemplateVersion = {
8
- /**
9
- * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources.
10
- */
11
- apiVersion: string;
9
+ apiVersion: ApiVersion;
12
10
  /**
13
11
  * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds.
14
12
  */