@intentius/chant-lexicon-cpln 0.53.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (266) hide show
  1. package/README.md +85 -0
  2. package/dist/api.d.ts +77 -0
  3. package/dist/api.d.ts.map +1 -0
  4. package/dist/codegen/docs-cli.d.ts +3 -0
  5. package/dist/codegen/docs-cli.d.ts.map +1 -0
  6. package/dist/codegen/docs.d.ts +17 -0
  7. package/dist/codegen/docs.d.ts.map +1 -0
  8. package/dist/codegen/generate-cli.d.ts +6 -0
  9. package/dist/codegen/generate-cli.d.ts.map +1 -0
  10. package/dist/codegen/generate-lexicon.d.ts +36 -0
  11. package/dist/codegen/generate-lexicon.d.ts.map +1 -0
  12. package/dist/codegen/generate-typescript.d.ts +11 -0
  13. package/dist/codegen/generate-typescript.d.ts.map +1 -0
  14. package/dist/codegen/generate.d.ts +15 -0
  15. package/dist/codegen/generate.d.ts.map +1 -0
  16. package/dist/codegen/naming.d.ts +30 -0
  17. package/dist/codegen/naming.d.ts.map +1 -0
  18. package/dist/codegen/package.d.ts +17 -0
  19. package/dist/codegen/package.d.ts.map +1 -0
  20. package/dist/composites/cron-job.d.ts +60 -0
  21. package/dist/composites/cron-job.d.ts.map +1 -0
  22. package/dist/composites/gvc-environment.d.ts +47 -0
  23. package/dist/composites/gvc-environment.d.ts.map +1 -0
  24. package/dist/composites/index.d.ts +13 -0
  25. package/dist/composites/index.d.ts.map +1 -0
  26. package/dist/composites/public-domain.d.ts +68 -0
  27. package/dist/composites/public-domain.d.ts.map +1 -0
  28. package/dist/composites/secret-access.d.ts +78 -0
  29. package/dist/composites/secret-access.d.ts.map +1 -0
  30. package/dist/composites/serverless-service.d.ts +78 -0
  31. package/dist/composites/serverless-service.d.ts.map +1 -0
  32. package/dist/composites/stateful-service.d.ts +79 -0
  33. package/dist/composites/stateful-service.d.ts.map +1 -0
  34. package/dist/coverage.d.ts +59 -0
  35. package/dist/coverage.d.ts.map +1 -0
  36. package/dist/describe-resources.d.ts +71 -0
  37. package/dist/describe-resources.d.ts.map +1 -0
  38. package/dist/detect.d.ts +14 -0
  39. package/dist/detect.d.ts.map +1 -0
  40. package/dist/entity-props.d.ts +34 -0
  41. package/dist/entity-props.d.ts.map +1 -0
  42. package/dist/generated/index.d.ts +151 -0
  43. package/dist/generated/index.d.ts.map +1 -0
  44. package/dist/generated/runtime.d.ts +5 -0
  45. package/dist/generated/runtime.d.ts.map +1 -0
  46. package/dist/index.d.ts +8 -0
  47. package/dist/index.d.ts.map +1 -0
  48. package/dist/init-templates.d.ts +16 -0
  49. package/dist/init-templates.d.ts.map +1 -0
  50. package/dist/integrity.json +35 -0
  51. package/dist/kinds.d.ts +70 -0
  52. package/dist/kinds.d.ts.map +1 -0
  53. package/dist/lint/audit-catalog.d.ts +19 -0
  54. package/dist/lint/audit-catalog.d.ts.map +1 -0
  55. package/dist/lint/post-synth/cpl010-unrestricted-outbound.d.ts +12 -0
  56. package/dist/lint/post-synth/cpl010-unrestricted-outbound.d.ts.map +1 -0
  57. package/dist/lint/post-synth/cpl011-internal-firewall-scope.d.ts +11 -0
  58. package/dist/lint/post-synth/cpl011-internal-firewall-scope.d.ts.map +1 -0
  59. package/dist/lint/post-synth/cpl012-no-literal-credential-env.d.ts +11 -0
  60. package/dist/lint/post-synth/cpl012-no-literal-credential-env.d.ts.map +1 -0
  61. package/dist/lint/post-synth/cpl013-qualified-identity-principal.d.ts +11 -0
  62. package/dist/lint/post-synth/cpl013-qualified-identity-principal.d.ts.map +1 -0
  63. package/dist/lint/post-synth/cpl014-qualified-secret-ref.d.ts +14 -0
  64. package/dist/lint/post-synth/cpl014-qualified-secret-ref.d.ts.map +1 -0
  65. package/dist/lint/post-synth/cpl020-serverless-single-port.d.ts +10 -0
  66. package/dist/lint/post-synth/cpl020-serverless-single-port.d.ts.map +1 -0
  67. package/dist/lint/post-synth/cpl021-cron-job-shape.d.ts +11 -0
  68. package/dist/lint/post-synth/cpl021-cron-job-shape.d.ts.map +1 -0
  69. package/dist/lint/post-synth/cpl022-container-ports.d.ts +10 -0
  70. package/dist/lint/post-synth/cpl022-container-ports.d.ts.map +1 -0
  71. package/dist/lint/post-synth/cpl023-container-resources.d.ts +12 -0
  72. package/dist/lint/post-synth/cpl023-container-resources.d.ts.map +1 -0
  73. package/dist/lint/post-synth/cpl024-probe-handler.d.ts +10 -0
  74. package/dist/lint/post-synth/cpl024-probe-handler.d.ts.map +1 -0
  75. package/dist/lint/post-synth/cpl025-autoscaling-shape.d.ts +11 -0
  76. package/dist/lint/post-synth/cpl025-autoscaling-shape.d.ts.map +1 -0
  77. package/dist/lint/post-synth/cpl026-scale-to-zero.d.ts +11 -0
  78. package/dist/lint/post-synth/cpl026-scale-to-zero.d.ts.map +1 -0
  79. package/dist/lint/post-synth/cpl027-capacity-ai-conflict.d.ts +13 -0
  80. package/dist/lint/post-synth/cpl027-capacity-ai-conflict.d.ts.map +1 -0
  81. package/dist/lint/post-synth/cpl028-volume-set.d.ts +3 -0
  82. package/dist/lint/post-synth/cpl028-volume-set.d.ts.map +1 -0
  83. package/dist/lint/post-synth/cpl029-link-targets.d.ts +3 -0
  84. package/dist/lint/post-synth/cpl029-link-targets.d.ts.map +1 -0
  85. package/dist/lint/post-synth/cpl030-domain-routing.d.ts +3 -0
  86. package/dist/lint/post-synth/cpl030-domain-routing.d.ts.map +1 -0
  87. package/dist/lint/post-synth/cpl040-pinned-image.d.ts +11 -0
  88. package/dist/lint/post-synth/cpl040-pinned-image.d.ts.map +1 -0
  89. package/dist/lint/post-synth/cpl041-image-reference-form.d.ts +12 -0
  90. package/dist/lint/post-synth/cpl041-image-reference-form.d.ts.map +1 -0
  91. package/dist/lint/post-synth/cpl042-gvc-placement.d.ts +10 -0
  92. package/dist/lint/post-synth/cpl042-gvc-placement.d.ts.map +1 -0
  93. package/dist/lint/post-synth/cpl043-policy-scope.d.ts +16 -0
  94. package/dist/lint/post-synth/cpl043-policy-scope.d.ts.map +1 -0
  95. package/dist/lint/post-synth/helpers.d.ts +45 -0
  96. package/dist/lint/post-synth/helpers.d.ts.map +1 -0
  97. package/dist/lint/post-synth/index.d.ts +3 -0
  98. package/dist/lint/post-synth/index.d.ts.map +1 -0
  99. package/dist/lint/rules/cpl001-no-secret-literals.d.ts +3 -0
  100. package/dist/lint/rules/cpl001-no-secret-literals.d.ts.map +1 -0
  101. package/dist/lint/rules/cpl002-prefer-resource-reference.d.ts +3 -0
  102. package/dist/lint/rules/cpl002-prefer-resource-reference.d.ts.map +1 -0
  103. package/dist/lint/rules/index.d.ts +6 -0
  104. package/dist/lint/rules/index.d.ts.map +1 -0
  105. package/dist/lsp/completions.d.ts +7 -0
  106. package/dist/lsp/completions.d.ts.map +1 -0
  107. package/dist/lsp/hover.d.ts +4 -0
  108. package/dist/lsp/hover.d.ts.map +1 -0
  109. package/dist/manifest.json +6 -0
  110. package/dist/meta.json +2110 -0
  111. package/dist/okf/index.md +39 -0
  112. package/dist/okf/rules/CPL001.md +22 -0
  113. package/dist/okf/rules/CPL002.md +22 -0
  114. package/dist/okf/rules/CPL010.md +15 -0
  115. package/dist/okf/rules/CPL011.md +15 -0
  116. package/dist/okf/rules/CPL012.md +15 -0
  117. package/dist/okf/rules/CPL013.md +15 -0
  118. package/dist/okf/rules/CPL014.md +16 -0
  119. package/dist/okf/rules/CPL020.md +11 -0
  120. package/dist/okf/rules/CPL021.md +15 -0
  121. package/dist/okf/rules/CPL022.md +15 -0
  122. package/dist/okf/rules/CPL023.md +15 -0
  123. package/dist/okf/rules/CPL024.md +15 -0
  124. package/dist/okf/rules/CPL025.md +15 -0
  125. package/dist/okf/rules/CPL026.md +15 -0
  126. package/dist/okf/rules/CPL027.md +15 -0
  127. package/dist/okf/rules/CPL028.md +15 -0
  128. package/dist/okf/rules/CPL029.md +15 -0
  129. package/dist/okf/rules/CPL030.md +16 -0
  130. package/dist/okf/rules/CPL040.md +15 -0
  131. package/dist/okf/rules/CPL041.md +15 -0
  132. package/dist/okf/rules/CPL042.md +11 -0
  133. package/dist/okf/rules/CPL043.md +15 -0
  134. package/dist/okf/types/Domain.md +22 -0
  135. package/dist/okf/types/Gvc.md +21 -0
  136. package/dist/okf/types/Identity.md +29 -0
  137. package/dist/okf/types/IpSet.md +21 -0
  138. package/dist/okf/types/Policy.md +28 -0
  139. package/dist/okf/types/Secret.md +23 -0
  140. package/dist/okf/types/VolumeSet.md +22 -0
  141. package/dist/okf/types/Workload.md +38 -0
  142. package/dist/ownership.d.ts +23 -0
  143. package/dist/ownership.d.ts.map +1 -0
  144. package/dist/package-cli.d.ts +3 -0
  145. package/dist/package-cli.d.ts.map +1 -0
  146. package/dist/plugin.d.ts +3 -0
  147. package/dist/plugin.d.ts.map +1 -0
  148. package/dist/reference-catalog.d.ts +24 -0
  149. package/dist/reference-catalog.d.ts.map +1 -0
  150. package/dist/rules/cpl001-no-secret-literals.ts +83 -0
  151. package/dist/rules/cpl002-prefer-resource-reference.ts +71 -0
  152. package/dist/rules/cpl010-unrestricted-outbound.ts +41 -0
  153. package/dist/rules/cpl011-internal-firewall-scope.ts +38 -0
  154. package/dist/rules/cpl012-no-literal-credential-env.ts +58 -0
  155. package/dist/rules/cpl013-qualified-identity-principal.ts +45 -0
  156. package/dist/rules/cpl014-qualified-secret-ref.ts +54 -0
  157. package/dist/rules/cpl020-serverless-single-port.ts +58 -0
  158. package/dist/rules/cpl021-cron-job-shape.ts +64 -0
  159. package/dist/rules/cpl022-container-ports.ts +64 -0
  160. package/dist/rules/cpl023-container-resources.ts +87 -0
  161. package/dist/rules/cpl024-probe-handler.ts +51 -0
  162. package/dist/rules/cpl025-autoscaling-shape.ts +100 -0
  163. package/dist/rules/cpl026-scale-to-zero.ts +67 -0
  164. package/dist/rules/cpl027-capacity-ai-conflict.ts +78 -0
  165. package/dist/rules/cpl028-volume-set.ts +183 -0
  166. package/dist/rules/cpl029-link-targets.ts +155 -0
  167. package/dist/rules/cpl030-domain-routing.ts +137 -0
  168. package/dist/rules/cpl040-pinned-image.ts +48 -0
  169. package/dist/rules/cpl041-image-reference-form.ts +60 -0
  170. package/dist/rules/cpl042-gvc-placement.ts +57 -0
  171. package/dist/rules/cpl043-policy-scope.ts +0 -0
  172. package/dist/rules/helpers.ts +114 -0
  173. package/dist/serializer.d.ts +69 -0
  174. package/dist/serializer.d.ts.map +1 -0
  175. package/dist/skills/chant-cpln-secrets.md +110 -0
  176. package/dist/skills/chant-cpln-workloads.md +78 -0
  177. package/dist/skills/chant-cpln.md +103 -0
  178. package/dist/spec/fetch.d.ts +43 -0
  179. package/dist/spec/fetch.d.ts.map +1 -0
  180. package/dist/spec/parse.d.ts +79 -0
  181. package/dist/spec/parse.d.ts.map +1 -0
  182. package/dist/spec/snapshot-cli.d.ts +18 -0
  183. package/dist/spec/snapshot-cli.d.ts.map +1 -0
  184. package/dist/types/index.d.ts +1649 -0
  185. package/dist/validate-cli.d.ts +3 -0
  186. package/dist/validate-cli.d.ts.map +1 -0
  187. package/dist/validate.d.ts +26 -0
  188. package/dist/validate.d.ts.map +1 -0
  189. package/package.json +74 -0
  190. package/src/api.ts +134 -0
  191. package/src/codegen/docs-cli.ts +7 -0
  192. package/src/codegen/docs.ts +94 -0
  193. package/src/codegen/generate-cli.ts +34 -0
  194. package/src/codegen/generate-lexicon.ts +88 -0
  195. package/src/codegen/generate-typescript.ts +71 -0
  196. package/src/codegen/generate.ts +110 -0
  197. package/src/codegen/naming.ts +61 -0
  198. package/src/codegen/package.ts +35 -0
  199. package/src/composites/composites.test.ts +252 -0
  200. package/src/composites/cron-job.ts +124 -0
  201. package/src/composites/gvc-environment.ts +104 -0
  202. package/src/composites/index.ts +17 -0
  203. package/src/composites/public-domain.ts +144 -0
  204. package/src/composites/secret-access.ts +136 -0
  205. package/src/composites/serverless-service.ts +143 -0
  206. package/src/composites/stateful-service.ts +179 -0
  207. package/src/coverage.ts +149 -0
  208. package/src/describe-resources.test.ts +252 -0
  209. package/src/describe-resources.ts +310 -0
  210. package/src/detect.ts +58 -0
  211. package/src/entity-props.ts +98 -0
  212. package/src/generated/index.d.ts +1649 -0
  213. package/src/generated/index.ts +156 -0
  214. package/src/generated/lexicon-cpln.json +2110 -0
  215. package/src/generated/runtime.ts +4 -0
  216. package/src/index.ts +31 -0
  217. package/src/init-templates.ts +131 -0
  218. package/src/kinds.ts +173 -0
  219. package/src/lint/audit-catalog.ts +230 -0
  220. package/src/lint/post-synth/cpl010-unrestricted-outbound.ts +41 -0
  221. package/src/lint/post-synth/cpl011-internal-firewall-scope.ts +38 -0
  222. package/src/lint/post-synth/cpl012-no-literal-credential-env.ts +58 -0
  223. package/src/lint/post-synth/cpl013-qualified-identity-principal.ts +45 -0
  224. package/src/lint/post-synth/cpl014-qualified-secret-ref.ts +54 -0
  225. package/src/lint/post-synth/cpl020-serverless-single-port.ts +58 -0
  226. package/src/lint/post-synth/cpl021-cron-job-shape.ts +64 -0
  227. package/src/lint/post-synth/cpl022-container-ports.ts +64 -0
  228. package/src/lint/post-synth/cpl023-container-resources.ts +87 -0
  229. package/src/lint/post-synth/cpl024-probe-handler.ts +51 -0
  230. package/src/lint/post-synth/cpl025-autoscaling-shape.ts +100 -0
  231. package/src/lint/post-synth/cpl026-scale-to-zero.ts +67 -0
  232. package/src/lint/post-synth/cpl027-capacity-ai-conflict.ts +78 -0
  233. package/src/lint/post-synth/cpl028-volume-set.ts +183 -0
  234. package/src/lint/post-synth/cpl029-link-targets.ts +155 -0
  235. package/src/lint/post-synth/cpl030-domain-routing.ts +137 -0
  236. package/src/lint/post-synth/cpl040-pinned-image.ts +48 -0
  237. package/src/lint/post-synth/cpl041-image-reference-form.ts +60 -0
  238. package/src/lint/post-synth/cpl042-gvc-placement.ts +57 -0
  239. package/src/lint/post-synth/cpl043-policy-scope.ts +0 -0
  240. package/src/lint/post-synth/helpers.ts +114 -0
  241. package/src/lint/post-synth/index.ts +45 -0
  242. package/src/lint/post-synth/post-synth.test.ts +737 -0
  243. package/src/lint/rules/cpl001-no-secret-literals.ts +83 -0
  244. package/src/lint/rules/cpl002-prefer-resource-reference.ts +71 -0
  245. package/src/lint/rules/index.ts +9 -0
  246. package/src/lint/rules/rules.test.ts +108 -0
  247. package/src/lsp/completions.test.ts +44 -0
  248. package/src/lsp/completions.ts +27 -0
  249. package/src/lsp/hover.test.ts +53 -0
  250. package/src/lsp/hover.ts +130 -0
  251. package/src/ownership.ts +28 -0
  252. package/src/package-cli.ts +25 -0
  253. package/src/plugin.test.ts +131 -0
  254. package/src/plugin.ts +187 -0
  255. package/src/reference-catalog.ts +110 -0
  256. package/src/serializer.test.ts +233 -0
  257. package/src/serializer.ts +253 -0
  258. package/src/skills/chant-cpln-secrets.md +110 -0
  259. package/src/skills/chant-cpln-workloads.md +78 -0
  260. package/src/skills/chant-cpln.md +103 -0
  261. package/src/spec/cpln-openapi.snapshot.json +10651 -0
  262. package/src/spec/fetch.ts +77 -0
  263. package/src/spec/parse.ts +451 -0
  264. package/src/spec/snapshot-cli.ts +71 -0
  265. package/src/validate-cli.ts +8 -0
  266. package/src/validate.ts +102 -0
package/dist/meta.json ADDED
@@ -0,0 +1,2110 @@
1
+ {
2
+ "Domain": {
3
+ "resourceType": "Cpln::Core::Domain",
4
+ "kind": "resource",
5
+ "lexicon": "cpln",
6
+ "cplnKind": "domain",
7
+ "gvcScoped": false,
8
+ "propertyConstraints": {
9
+ "description": {
10
+ "maxLength": 250
11
+ },
12
+ "tags": {},
13
+ "name": {
14
+ "maxLength": 253
15
+ },
16
+ "spec": {}
17
+ }
18
+ },
19
+ "DomainSpec": {
20
+ "resourceType": "Cpln::Core::DomainSpec",
21
+ "kind": "property",
22
+ "lexicon": "cpln",
23
+ "propertyConstraints": {
24
+ "dnsMode": {
25
+ "enum": [
26
+ "cname",
27
+ "ns"
28
+ ]
29
+ },
30
+ "gvcLink": {},
31
+ "certChallengeType": {
32
+ "enum": [
33
+ "http01",
34
+ "dns01"
35
+ ]
36
+ },
37
+ "workloadLink": {},
38
+ "acceptAllHosts": {},
39
+ "acceptAllSubdomains": {},
40
+ "ports": {}
41
+ }
42
+ },
43
+ "DomainSpecPorts": {
44
+ "resourceType": "Cpln::Core::DomainSpecPorts",
45
+ "kind": "property",
46
+ "lexicon": "cpln",
47
+ "propertyConstraints": {
48
+ "number": {},
49
+ "protocol": {
50
+ "default": "http2",
51
+ "enum": [
52
+ "http",
53
+ "http2",
54
+ "tcp"
55
+ ]
56
+ },
57
+ "routes": {},
58
+ "cors": {},
59
+ "tls": {}
60
+ }
61
+ },
62
+ "DomainSpecPortsCors": {
63
+ "resourceType": "Cpln::Core::DomainSpecPortsCors",
64
+ "kind": "property",
65
+ "lexicon": "cpln",
66
+ "propertyConstraints": {
67
+ "allowOrigins": {},
68
+ "allowMethods": {},
69
+ "allowHeaders": {},
70
+ "exposeHeaders": {},
71
+ "maxAge": {},
72
+ "allowCredentials": {}
73
+ }
74
+ },
75
+ "DomainSpecPortsCorsAllowOrigins": {
76
+ "resourceType": "Cpln::Core::DomainSpecPortsCorsAllowOrigins",
77
+ "kind": "property",
78
+ "lexicon": "cpln",
79
+ "propertyConstraints": {
80
+ "exact": {},
81
+ "regex": {}
82
+ }
83
+ },
84
+ "DomainSpecPortsRoutes": {
85
+ "resourceType": "Cpln::Core::DomainSpecPortsRoutes",
86
+ "kind": "property",
87
+ "lexicon": "cpln",
88
+ "propertyConstraints": {
89
+ "replacePrefix": {},
90
+ "regex": {},
91
+ "prefix": {},
92
+ "workloadLink": {},
93
+ "port": {},
94
+ "hostPrefix": {},
95
+ "hostRegex": {},
96
+ "headers": {},
97
+ "replica": {},
98
+ "mirror": {},
99
+ "canaries": {}
100
+ }
101
+ },
102
+ "DomainSpecPortsRoutesCanaries": {
103
+ "resourceType": "Cpln::Core::DomainSpecPortsRoutesCanaries",
104
+ "kind": "property",
105
+ "lexicon": "cpln",
106
+ "propertyConstraints": {
107
+ "workloadLink": {},
108
+ "port": {},
109
+ "weight": {}
110
+ }
111
+ },
112
+ "DomainSpecPortsRoutesHeaders": {
113
+ "resourceType": "Cpln::Core::DomainSpecPortsRoutesHeaders",
114
+ "kind": "property",
115
+ "lexicon": "cpln",
116
+ "propertyConstraints": {
117
+ "request": {}
118
+ }
119
+ },
120
+ "DomainSpecPortsRoutesHeadersRequest": {
121
+ "resourceType": "Cpln::Core::DomainSpecPortsRoutesHeadersRequest",
122
+ "kind": "property",
123
+ "lexicon": "cpln",
124
+ "propertyConstraints": {
125
+ "set": {}
126
+ }
127
+ },
128
+ "DomainSpecPortsRoutesMirror": {
129
+ "resourceType": "Cpln::Core::DomainSpecPortsRoutesMirror",
130
+ "kind": "property",
131
+ "lexicon": "cpln",
132
+ "propertyConstraints": {
133
+ "workloadLink": {},
134
+ "port": {},
135
+ "percent": {}
136
+ }
137
+ },
138
+ "DomainSpecPortsTls": {
139
+ "resourceType": "Cpln::Core::DomainSpecPortsTls",
140
+ "kind": "property",
141
+ "lexicon": "cpln",
142
+ "propertyConstraints": {
143
+ "minProtocolVersion": {
144
+ "default": "TLSV1_2",
145
+ "enum": [
146
+ "TLSV1_3",
147
+ "TLSV1_2",
148
+ "TLSV1_1",
149
+ "TLSV1_0"
150
+ ]
151
+ },
152
+ "cipherSuites": {},
153
+ "clientCertificate": {},
154
+ "serverCertificate": {}
155
+ }
156
+ },
157
+ "DomainSpecPortsTlsClientCertificate": {
158
+ "resourceType": "Cpln::Core::DomainSpecPortsTlsClientCertificate",
159
+ "kind": "property",
160
+ "lexicon": "cpln",
161
+ "propertyConstraints": {
162
+ "secretLink": {}
163
+ }
164
+ },
165
+ "DomainSpecPortsTlsServerCertificate": {
166
+ "resourceType": "Cpln::Core::DomainSpecPortsTlsServerCertificate",
167
+ "kind": "property",
168
+ "lexicon": "cpln",
169
+ "propertyConstraints": {
170
+ "secretLink": {}
171
+ }
172
+ },
173
+ "Gvc": {
174
+ "resourceType": "Cpln::Core::Gvc",
175
+ "kind": "resource",
176
+ "lexicon": "cpln",
177
+ "cplnKind": "gvc",
178
+ "gvcScoped": false,
179
+ "propertyConstraints": {
180
+ "name": {
181
+ "maxLength": 64
182
+ },
183
+ "description": {
184
+ "maxLength": 250
185
+ },
186
+ "tags": {},
187
+ "spec": {}
188
+ }
189
+ },
190
+ "GvcSpec": {
191
+ "resourceType": "Cpln::Core::GvcSpec",
192
+ "kind": "property",
193
+ "lexicon": "cpln",
194
+ "propertyConstraints": {
195
+ "staticPlacement": {},
196
+ "pullSecretLinks": {},
197
+ "domain": {},
198
+ "endpointNamingFormat": {
199
+ "enum": [
200
+ "default",
201
+ "legacy",
202
+ "org"
203
+ ]
204
+ },
205
+ "aliasWorkloadLink": {},
206
+ "tracing": {},
207
+ "sidecar": {},
208
+ "env": {},
209
+ "loadBalancer": {},
210
+ "keda": {}
211
+ }
212
+ },
213
+ "GvcSpecEnv": {
214
+ "resourceType": "Cpln::Core::GvcSpecEnv",
215
+ "kind": "property",
216
+ "lexicon": "cpln",
217
+ "propertyConstraints": {
218
+ "name": {
219
+ "maxLength": 120
220
+ },
221
+ "value": {
222
+ "maxLength": 4096
223
+ }
224
+ }
225
+ },
226
+ "GvcSpecKeda": {
227
+ "resourceType": "Cpln::Core::GvcSpecKeda",
228
+ "kind": "property",
229
+ "lexicon": "cpln",
230
+ "propertyConstraints": {
231
+ "enabled": {},
232
+ "identityLink": {},
233
+ "secrets": {}
234
+ }
235
+ },
236
+ "GvcSpecLoadBalancer": {
237
+ "resourceType": "Cpln::Core::GvcSpecLoadBalancer",
238
+ "kind": "property",
239
+ "lexicon": "cpln",
240
+ "propertyConstraints": {
241
+ "dedicated": {},
242
+ "multiZone": {},
243
+ "trustedProxies": {},
244
+ "redirect": {},
245
+ "ipSet": {}
246
+ }
247
+ },
248
+ "GvcSpecLoadBalancerMultiZone": {
249
+ "resourceType": "Cpln::Core::GvcSpecLoadBalancerMultiZone",
250
+ "kind": "property",
251
+ "lexicon": "cpln",
252
+ "propertyConstraints": {
253
+ "enabled": {}
254
+ }
255
+ },
256
+ "GvcSpecLoadBalancerRedirect": {
257
+ "resourceType": "Cpln::Core::GvcSpecLoadBalancerRedirect",
258
+ "kind": "property",
259
+ "lexicon": "cpln",
260
+ "propertyConstraints": {
261
+ "class": {}
262
+ }
263
+ },
264
+ "GvcSpecLoadBalancerRedirectClass": {
265
+ "resourceType": "Cpln::Core::GvcSpecLoadBalancerRedirectClass",
266
+ "kind": "property",
267
+ "lexicon": "cpln",
268
+ "propertyConstraints": {
269
+ "status5xx": {},
270
+ "status401": {}
271
+ }
272
+ },
273
+ "GvcSpecSidecar": {
274
+ "resourceType": "Cpln::Core::GvcSpecSidecar",
275
+ "kind": "property",
276
+ "lexicon": "cpln",
277
+ "propertyConstraints": {
278
+ "envoy": {}
279
+ }
280
+ },
281
+ "GvcSpecStaticPlacement": {
282
+ "resourceType": "Cpln::Core::GvcSpecStaticPlacement",
283
+ "kind": "property",
284
+ "lexicon": "cpln",
285
+ "propertyConstraints": {
286
+ "locationLinks": {},
287
+ "locationQuery": {},
288
+ "locationOptions": {}
289
+ }
290
+ },
291
+ "GvcSpecStaticPlacementLocationOptions": {
292
+ "resourceType": "Cpln::Core::GvcSpecStaticPlacementLocationOptions",
293
+ "kind": "property",
294
+ "lexicon": "cpln",
295
+ "propertyConstraints": {
296
+ "locationLink": {},
297
+ "routingTier": {},
298
+ "latencyOffsetMs": {},
299
+ "latencyToleranceMs": {}
300
+ }
301
+ },
302
+ "GvcSpecStaticPlacementLocationQuery": {
303
+ "resourceType": "Cpln::Core::GvcSpecStaticPlacementLocationQuery",
304
+ "kind": "property",
305
+ "lexicon": "cpln",
306
+ "propertyConstraints": {
307
+ "kind": {},
308
+ "spec": {}
309
+ }
310
+ },
311
+ "GvcSpecStaticPlacementLocationQuerySpec": {
312
+ "resourceType": "Cpln::Core::GvcSpecStaticPlacementLocationQuerySpec",
313
+ "kind": "property",
314
+ "lexicon": "cpln",
315
+ "propertyConstraints": {
316
+ "match": {
317
+ "default": "all",
318
+ "enum": [
319
+ "all",
320
+ "any",
321
+ "none"
322
+ ]
323
+ },
324
+ "terms": {},
325
+ "sort": {}
326
+ }
327
+ },
328
+ "GvcSpecStaticPlacementLocationQuerySpecSort": {
329
+ "resourceType": "Cpln::Core::GvcSpecStaticPlacementLocationQuerySpecSort",
330
+ "kind": "property",
331
+ "lexicon": "cpln",
332
+ "propertyConstraints": {
333
+ "by": {},
334
+ "order": {
335
+ "default": "asc",
336
+ "enum": [
337
+ "asc",
338
+ "desc"
339
+ ]
340
+ }
341
+ }
342
+ },
343
+ "GvcSpecStaticPlacementLocationQuerySpecTerms": {
344
+ "resourceType": "Cpln::Core::GvcSpecStaticPlacementLocationQuerySpecTerms",
345
+ "kind": "property",
346
+ "lexicon": "cpln",
347
+ "propertyConstraints": {
348
+ "op": {
349
+ "default": "=",
350
+ "enum": [
351
+ "=",
352
+ ">",
353
+ ">=",
354
+ "<",
355
+ "<=",
356
+ "!=",
357
+ "~",
358
+ "=~",
359
+ "exists",
360
+ "!exists",
361
+ "contains"
362
+ ]
363
+ },
364
+ "property": {},
365
+ "rel": {},
366
+ "tag": {},
367
+ "value": {}
368
+ }
369
+ },
370
+ "GvcSpecTracing": {
371
+ "resourceType": "Cpln::Core::GvcSpecTracing",
372
+ "kind": "property",
373
+ "lexicon": "cpln",
374
+ "propertyConstraints": {
375
+ "sampling": {},
376
+ "lightstep": {},
377
+ "customTags": {},
378
+ "provider": {}
379
+ }
380
+ },
381
+ "GvcSpecTracingLightstep": {
382
+ "resourceType": "Cpln::Core::GvcSpecTracingLightstep",
383
+ "kind": "property",
384
+ "lexicon": "cpln",
385
+ "propertyConstraints": {
386
+ "endpoint": {},
387
+ "credentials": {}
388
+ }
389
+ },
390
+ "GvcSpecTracingProvider": {
391
+ "resourceType": "Cpln::Core::GvcSpecTracingProvider",
392
+ "kind": "property",
393
+ "lexicon": "cpln",
394
+ "propertyConstraints": {
395
+ "otel": {},
396
+ "lightstep": {},
397
+ "controlplane": {}
398
+ }
399
+ },
400
+ "GvcSpecTracingProviderLightstep": {
401
+ "resourceType": "Cpln::Core::GvcSpecTracingProviderLightstep",
402
+ "kind": "property",
403
+ "lexicon": "cpln",
404
+ "propertyConstraints": {
405
+ "endpoint": {},
406
+ "credentials": {}
407
+ }
408
+ },
409
+ "GvcSpecTracingProviderOtel": {
410
+ "resourceType": "Cpln::Core::GvcSpecTracingProviderOtel",
411
+ "kind": "property",
412
+ "lexicon": "cpln",
413
+ "propertyConstraints": {
414
+ "endpoint": {}
415
+ }
416
+ },
417
+ "Identity": {
418
+ "resourceType": "Cpln::Core::Identity",
419
+ "kind": "resource",
420
+ "lexicon": "cpln",
421
+ "cplnKind": "identity",
422
+ "gvcScoped": true,
423
+ "propertyConstraints": {
424
+ "name": {
425
+ "maxLength": 64
426
+ },
427
+ "description": {
428
+ "maxLength": 250
429
+ },
430
+ "tags": {},
431
+ "aws": {},
432
+ "gcp": {},
433
+ "azure": {},
434
+ "ngs": {},
435
+ "networkResources": {},
436
+ "nativeNetworkResources": {},
437
+ "memcacheAccess": {},
438
+ "spicedbAccess": {},
439
+ "gvc": {}
440
+ }
441
+ },
442
+ "IdentityAws": {
443
+ "resourceType": "Cpln::Core::IdentityAws",
444
+ "kind": "property",
445
+ "lexicon": "cpln",
446
+ "propertyConstraints": {
447
+ "cloudAccountLink": {},
448
+ "policyRefs": {},
449
+ "trustPolicy": {},
450
+ "roleName": {
451
+ "maxLength": 64
452
+ }
453
+ }
454
+ },
455
+ "IdentityAwsTrustPolicy": {
456
+ "resourceType": "Cpln::Core::IdentityAwsTrustPolicy",
457
+ "kind": "property",
458
+ "lexicon": "cpln",
459
+ "propertyConstraints": {
460
+ "Version": {
461
+ "default": "2012-10-17"
462
+ },
463
+ "Statement": {}
464
+ }
465
+ },
466
+ "IdentityAzure": {
467
+ "resourceType": "Cpln::Core::IdentityAzure",
468
+ "kind": "property",
469
+ "lexicon": "cpln",
470
+ "propertyConstraints": {
471
+ "cloudAccountLink": {},
472
+ "roleAssignments": {}
473
+ }
474
+ },
475
+ "IdentityAzureRoleAssignments": {
476
+ "resourceType": "Cpln::Core::IdentityAzureRoleAssignments",
477
+ "kind": "property",
478
+ "lexicon": "cpln",
479
+ "propertyConstraints": {
480
+ "scope": {},
481
+ "roles": {}
482
+ }
483
+ },
484
+ "IdentityGcp": {
485
+ "resourceType": "Cpln::Core::IdentityGcp",
486
+ "kind": "property",
487
+ "lexicon": "cpln",
488
+ "propertyConstraints": {
489
+ "cloudAccountLink": {},
490
+ "scopes": {},
491
+ "serviceAccount": {},
492
+ "bindings": {}
493
+ }
494
+ },
495
+ "IdentityGcpBindings": {
496
+ "resourceType": "Cpln::Core::IdentityGcpBindings",
497
+ "kind": "property",
498
+ "lexicon": "cpln",
499
+ "propertyConstraints": {
500
+ "resource": {},
501
+ "roles": {}
502
+ }
503
+ },
504
+ "IdentityMemcacheAccess": {
505
+ "resourceType": "Cpln::Core::IdentityMemcacheAccess",
506
+ "kind": "property",
507
+ "lexicon": "cpln",
508
+ "propertyConstraints": {
509
+ "clusterLink": {},
510
+ "role": {
511
+ "enum": [
512
+ "readWrite"
513
+ ]
514
+ }
515
+ }
516
+ },
517
+ "IdentityNativeNetworkResources": {
518
+ "resourceType": "Cpln::Core::IdentityNativeNetworkResources",
519
+ "kind": "property",
520
+ "lexicon": "cpln",
521
+ "propertyConstraints": {
522
+ "name": {},
523
+ "FQDN": {},
524
+ "ports": {},
525
+ "awsPrivateLink": {},
526
+ "gcpServiceConnect": {}
527
+ }
528
+ },
529
+ "IdentityNativeNetworkResourcesAwsPrivateLink": {
530
+ "resourceType": "Cpln::Core::IdentityNativeNetworkResourcesAwsPrivateLink",
531
+ "kind": "property",
532
+ "lexicon": "cpln",
533
+ "propertyConstraints": {
534
+ "endpointServiceName": {}
535
+ }
536
+ },
537
+ "IdentityNativeNetworkResourcesGcpServiceConnect": {
538
+ "resourceType": "Cpln::Core::IdentityNativeNetworkResourcesGcpServiceConnect",
539
+ "kind": "property",
540
+ "lexicon": "cpln",
541
+ "propertyConstraints": {
542
+ "targetService": {}
543
+ }
544
+ },
545
+ "IdentityNgs": {
546
+ "resourceType": "Cpln::Core::IdentityNgs",
547
+ "kind": "property",
548
+ "lexicon": "cpln",
549
+ "propertyConstraints": {
550
+ "cloudAccountLink": {},
551
+ "pub": {},
552
+ "sub": {},
553
+ "resp": {},
554
+ "subs": {},
555
+ "data": {},
556
+ "payload": {}
557
+ }
558
+ },
559
+ "IdentityNgsPub": {
560
+ "resourceType": "Cpln::Core::IdentityNgsPub",
561
+ "kind": "property",
562
+ "lexicon": "cpln",
563
+ "propertyConstraints": {
564
+ "allow": {},
565
+ "deny": {}
566
+ }
567
+ },
568
+ "IdentityNgsResp": {
569
+ "resourceType": "Cpln::Core::IdentityNgsResp",
570
+ "kind": "property",
571
+ "lexicon": "cpln",
572
+ "propertyConstraints": {
573
+ "max": {},
574
+ "ttl": {}
575
+ }
576
+ },
577
+ "IdentityNgsSub": {
578
+ "resourceType": "Cpln::Core::IdentityNgsSub",
579
+ "kind": "property",
580
+ "lexicon": "cpln",
581
+ "propertyConstraints": {
582
+ "allow": {},
583
+ "deny": {}
584
+ }
585
+ },
586
+ "IdentitySpicedbAccess": {
587
+ "resourceType": "Cpln::Core::IdentitySpicedbAccess",
588
+ "kind": "property",
589
+ "lexicon": "cpln",
590
+ "propertyConstraints": {
591
+ "clusterLink": {},
592
+ "role": {
593
+ "enum": [
594
+ "checkPermission",
595
+ "read",
596
+ "write"
597
+ ]
598
+ }
599
+ }
600
+ },
601
+ "IpSet": {
602
+ "resourceType": "Cpln::Core::IpSet",
603
+ "kind": "resource",
604
+ "lexicon": "cpln",
605
+ "cplnKind": "ipset",
606
+ "gvcScoped": false,
607
+ "propertyConstraints": {
608
+ "name": {
609
+ "maxLength": 64
610
+ },
611
+ "description": {
612
+ "maxLength": 250
613
+ },
614
+ "tags": {},
615
+ "spec": {}
616
+ }
617
+ },
618
+ "IpSetLocation": {
619
+ "resourceType": "Cpln::Core::IpSetLocation",
620
+ "kind": "property",
621
+ "lexicon": "cpln",
622
+ "propertyConstraints": {
623
+ "name": {},
624
+ "retentionPolicy": {
625
+ "enum": [
626
+ "keep",
627
+ "free"
628
+ ]
629
+ }
630
+ }
631
+ },
632
+ "IpSetSpec": {
633
+ "resourceType": "Cpln::Core::IpSetSpec",
634
+ "kind": "property",
635
+ "lexicon": "cpln",
636
+ "propertyConstraints": {
637
+ "link": {},
638
+ "locations": {}
639
+ }
640
+ },
641
+ "NetworkResource": {
642
+ "resourceType": "Cpln::Core::NetworkResource",
643
+ "kind": "property",
644
+ "lexicon": "cpln",
645
+ "propertyConstraints": {
646
+ "name": {},
647
+ "agentLink": {},
648
+ "IPs": {},
649
+ "FQDN": {},
650
+ "resolverIP": {},
651
+ "ports": {}
652
+ }
653
+ },
654
+ "Policy": {
655
+ "resourceType": "Cpln::Core::Policy",
656
+ "kind": "resource",
657
+ "lexicon": "cpln",
658
+ "cplnKind": "policy",
659
+ "gvcScoped": false,
660
+ "propertyConstraints": {
661
+ "name": {
662
+ "maxLength": 64
663
+ },
664
+ "description": {
665
+ "maxLength": 250
666
+ },
667
+ "tags": {},
668
+ "targetKind": {
669
+ "enum": [
670
+ "org",
671
+ "cloudaccount",
672
+ "policy",
673
+ "user",
674
+ "group",
675
+ "resource",
676
+ "task",
677
+ "permissions",
678
+ "serviceaccount",
679
+ "secret",
680
+ "location",
681
+ "gvc",
682
+ "workload",
683
+ "quota",
684
+ "identity",
685
+ "deployment",
686
+ "event",
687
+ "domain",
688
+ "image",
689
+ "ipset",
690
+ "resourcepolicy",
691
+ "agent",
692
+ "accessreport",
693
+ "policymembership",
694
+ "dbcluster",
695
+ "auditctx",
696
+ "memcachecluster",
697
+ "spicedbcluster",
698
+ "tenant",
699
+ "mk8s",
700
+ "command",
701
+ "imagesummary",
702
+ "volumeset"
703
+ ]
704
+ },
705
+ "targetLinks": {},
706
+ "targetQuery": {},
707
+ "target": {
708
+ "enum": [
709
+ "all"
710
+ ]
711
+ },
712
+ "origin": {
713
+ "default": "default",
714
+ "enum": [
715
+ "default",
716
+ "builtin"
717
+ ]
718
+ },
719
+ "bindings": {}
720
+ }
721
+ },
722
+ "PolicyBinding": {
723
+ "resourceType": "Cpln::Core::PolicyBinding",
724
+ "kind": "property",
725
+ "lexicon": "cpln",
726
+ "propertyConstraints": {
727
+ "permissions": {},
728
+ "principalLinks": {}
729
+ }
730
+ },
731
+ "Query": {
732
+ "resourceType": "Cpln::Core::Query",
733
+ "kind": "property",
734
+ "lexicon": "cpln",
735
+ "propertyConstraints": {
736
+ "kind": {},
737
+ "spec": {}
738
+ }
739
+ },
740
+ "QuerySpec": {
741
+ "resourceType": "Cpln::Core::QuerySpec",
742
+ "kind": "property",
743
+ "lexicon": "cpln",
744
+ "propertyConstraints": {
745
+ "match": {
746
+ "default": "all",
747
+ "enum": [
748
+ "all",
749
+ "any",
750
+ "none"
751
+ ]
752
+ },
753
+ "terms": {},
754
+ "sort": {}
755
+ }
756
+ },
757
+ "QuerySpecSort": {
758
+ "resourceType": "Cpln::Core::QuerySpecSort",
759
+ "kind": "property",
760
+ "lexicon": "cpln",
761
+ "propertyConstraints": {
762
+ "by": {},
763
+ "order": {
764
+ "default": "asc",
765
+ "enum": [
766
+ "asc",
767
+ "desc"
768
+ ]
769
+ }
770
+ }
771
+ },
772
+ "QuerySpecTerms": {
773
+ "resourceType": "Cpln::Core::QuerySpecTerms",
774
+ "kind": "property",
775
+ "lexicon": "cpln",
776
+ "propertyConstraints": {
777
+ "op": {
778
+ "default": "=",
779
+ "enum": [
780
+ "=",
781
+ ">",
782
+ ">=",
783
+ "<",
784
+ "<=",
785
+ "!=",
786
+ "~",
787
+ "=~",
788
+ "exists",
789
+ "!exists",
790
+ "contains"
791
+ ]
792
+ },
793
+ "property": {},
794
+ "rel": {},
795
+ "tag": {},
796
+ "value": {}
797
+ }
798
+ },
799
+ "Secret": {
800
+ "resourceType": "Cpln::Core::Secret",
801
+ "kind": "resource",
802
+ "lexicon": "cpln",
803
+ "cplnKind": "secret",
804
+ "gvcScoped": false,
805
+ "propertyConstraints": {
806
+ "name": {
807
+ "maxLength": 64
808
+ },
809
+ "description": {
810
+ "maxLength": 250
811
+ },
812
+ "tags": {},
813
+ "type": {
814
+ "enum": [
815
+ "opaque",
816
+ "tls",
817
+ "gcp",
818
+ "aws",
819
+ "ecr",
820
+ "userpass",
821
+ "keypair",
822
+ "azure-sdk",
823
+ "azure-connector",
824
+ "docker",
825
+ "dictionary",
826
+ "nats-account"
827
+ ]
828
+ },
829
+ "data": {}
830
+ }
831
+ },
832
+ "SecretAwskey": {
833
+ "resourceType": "Cpln::Core::SecretAwskey",
834
+ "kind": "property",
835
+ "lexicon": "cpln",
836
+ "propertyConstraints": {
837
+ "accessKey": {},
838
+ "secretKey": {},
839
+ "roleArn": {},
840
+ "externalId": {}
841
+ }
842
+ },
843
+ "SecretKeypair": {
844
+ "resourceType": "Cpln::Core::SecretKeypair",
845
+ "kind": "property",
846
+ "lexicon": "cpln",
847
+ "propertyConstraints": {
848
+ "secretKey": {},
849
+ "publicKey": {},
850
+ "passphrase": {}
851
+ }
852
+ },
853
+ "SecretOpaque": {
854
+ "resourceType": "Cpln::Core::SecretOpaque",
855
+ "kind": "property",
856
+ "lexicon": "cpln",
857
+ "propertyConstraints": {
858
+ "payload": {},
859
+ "encoding": {
860
+ "default": "plain",
861
+ "enum": [
862
+ "plain",
863
+ "base64"
864
+ ]
865
+ }
866
+ }
867
+ },
868
+ "SecretTls": {
869
+ "resourceType": "Cpln::Core::SecretTls",
870
+ "kind": "property",
871
+ "lexicon": "cpln",
872
+ "propertyConstraints": {
873
+ "key": {},
874
+ "cert": {},
875
+ "chain": {}
876
+ }
877
+ },
878
+ "SecretUserpass": {
879
+ "resourceType": "Cpln::Core::SecretUserpass",
880
+ "kind": "property",
881
+ "lexicon": "cpln",
882
+ "propertyConstraints": {
883
+ "username": {},
884
+ "password": {},
885
+ "encoding": {
886
+ "default": "plain",
887
+ "enum": [
888
+ "plain",
889
+ "base64"
890
+ ]
891
+ }
892
+ }
893
+ },
894
+ "VolumeSet": {
895
+ "resourceType": "Cpln::Core::VolumeSet",
896
+ "kind": "resource",
897
+ "lexicon": "cpln",
898
+ "cplnKind": "volumeset",
899
+ "gvcScoped": true,
900
+ "propertyConstraints": {
901
+ "name": {
902
+ "maxLength": 64
903
+ },
904
+ "description": {
905
+ "maxLength": 250
906
+ },
907
+ "tags": {},
908
+ "spec": {},
909
+ "gvc": {}
910
+ }
911
+ },
912
+ "VolumeSetSpec": {
913
+ "resourceType": "Cpln::Core::VolumeSetSpec",
914
+ "kind": "property",
915
+ "lexicon": "cpln",
916
+ "propertyConstraints": {
917
+ "initialCapacity": {},
918
+ "performanceClass": {
919
+ "enum": [
920
+ "general-purpose-ssd",
921
+ "high-throughput-ssd",
922
+ "shared"
923
+ ]
924
+ },
925
+ "storageClassSuffix": {},
926
+ "fileSystemType": {
927
+ "default": "ext4",
928
+ "enum": [
929
+ "ext4",
930
+ "xfs",
931
+ "shared"
932
+ ]
933
+ },
934
+ "customEncryption": {},
935
+ "snapshots": {},
936
+ "autoscaling": {},
937
+ "mountOptions": {}
938
+ }
939
+ },
940
+ "VolumeSetSpecAutoscaling": {
941
+ "resourceType": "Cpln::Core::VolumeSetSpecAutoscaling",
942
+ "kind": "property",
943
+ "lexicon": "cpln",
944
+ "propertyConstraints": {
945
+ "maxCapacity": {},
946
+ "minFreePercentage": {},
947
+ "scalingFactor": {},
948
+ "predictive": {}
949
+ }
950
+ },
951
+ "VolumeSetSpecAutoscalingPredictive": {
952
+ "resourceType": "Cpln::Core::VolumeSetSpecAutoscalingPredictive",
953
+ "kind": "property",
954
+ "lexicon": "cpln",
955
+ "propertyConstraints": {
956
+ "enabled": {},
957
+ "lookbackHours": {},
958
+ "projectionHours": {},
959
+ "minDataPoints": {},
960
+ "minGrowthRateGBPerHour": {},
961
+ "scalingFactor": {}
962
+ }
963
+ },
964
+ "VolumeSetSpecCustomEncryption": {
965
+ "resourceType": "Cpln::Core::VolumeSetSpecCustomEncryption",
966
+ "kind": "property",
967
+ "lexicon": "cpln",
968
+ "propertyConstraints": {
969
+ "regions": {}
970
+ }
971
+ },
972
+ "VolumeSetSpecMountOptions": {
973
+ "resourceType": "Cpln::Core::VolumeSetSpecMountOptions",
974
+ "kind": "property",
975
+ "lexicon": "cpln",
976
+ "propertyConstraints": {
977
+ "resources": {}
978
+ }
979
+ },
980
+ "VolumeSetSpecMountOptionsResources": {
981
+ "resourceType": "Cpln::Core::VolumeSetSpecMountOptionsResources",
982
+ "kind": "property",
983
+ "lexicon": "cpln",
984
+ "propertyConstraints": {
985
+ "maxCpu": {
986
+ "maxLength": 20,
987
+ "default": "2000m"
988
+ },
989
+ "minCpu": {
990
+ "maxLength": 20,
991
+ "default": "500m"
992
+ },
993
+ "minMemory": {
994
+ "maxLength": 20,
995
+ "default": "1Gi"
996
+ },
997
+ "maxMemory": {
998
+ "maxLength": 20,
999
+ "default": "2Gi"
1000
+ }
1001
+ }
1002
+ },
1003
+ "VolumeSetSpecSnapshots": {
1004
+ "resourceType": "Cpln::Core::VolumeSetSpecSnapshots",
1005
+ "kind": "property",
1006
+ "lexicon": "cpln",
1007
+ "propertyConstraints": {
1008
+ "createFinalSnapshot": {},
1009
+ "retentionDuration": {},
1010
+ "schedule": {}
1011
+ }
1012
+ },
1013
+ "Workload": {
1014
+ "resourceType": "Cpln::Core::Workload",
1015
+ "kind": "resource",
1016
+ "lexicon": "cpln",
1017
+ "cplnKind": "workload",
1018
+ "gvcScoped": true,
1019
+ "propertyConstraints": {
1020
+ "description": {
1021
+ "maxLength": 250
1022
+ },
1023
+ "tags": {},
1024
+ "name": {
1025
+ "maxLength": 49
1026
+ },
1027
+ "spec": {},
1028
+ "gvc": {}
1029
+ }
1030
+ },
1031
+ "WorkloadSpec": {
1032
+ "resourceType": "Cpln::Core::WorkloadSpec",
1033
+ "kind": "property",
1034
+ "lexicon": "cpln",
1035
+ "propertyConstraints": {
1036
+ "type": {
1037
+ "default": "serverless",
1038
+ "enum": [
1039
+ "serverless",
1040
+ "standard",
1041
+ "cron",
1042
+ "stateful",
1043
+ "vm"
1044
+ ]
1045
+ },
1046
+ "identityLink": {},
1047
+ "containers": {},
1048
+ "firewallConfig": {},
1049
+ "defaultOptions": {},
1050
+ "localOptions": {},
1051
+ "job": {},
1052
+ "sidecar": {},
1053
+ "supportDynamicTags": {},
1054
+ "rolloutOptions": {},
1055
+ "securityOptions": {},
1056
+ "loadBalancer": {},
1057
+ "extras": {},
1058
+ "requestRetryPolicy": {},
1059
+ "vm": {}
1060
+ }
1061
+ },
1062
+ "WorkloadSpecContainers": {
1063
+ "resourceType": "Cpln::Core::WorkloadSpecContainers",
1064
+ "kind": "property",
1065
+ "lexicon": "cpln",
1066
+ "propertyConstraints": {
1067
+ "name": {
1068
+ "maxLength": 64
1069
+ },
1070
+ "image": {},
1071
+ "workingDir": {
1072
+ "maxLength": 128
1073
+ },
1074
+ "metrics": {},
1075
+ "port": {},
1076
+ "ports": {},
1077
+ "memory": {
1078
+ "maxLength": 20,
1079
+ "default": "128Mi"
1080
+ },
1081
+ "readinessProbe": {},
1082
+ "livenessProbe": {},
1083
+ "cpu": {
1084
+ "maxLength": 20,
1085
+ "default": "50m"
1086
+ },
1087
+ "minCpu": {
1088
+ "maxLength": 20
1089
+ },
1090
+ "minMemory": {
1091
+ "maxLength": 20
1092
+ },
1093
+ "env": {},
1094
+ "gpu": {},
1095
+ "inheritEnv": {},
1096
+ "command": {
1097
+ "maxLength": 256
1098
+ },
1099
+ "args": {},
1100
+ "lifecycle": {},
1101
+ "volumes": {}
1102
+ }
1103
+ },
1104
+ "WorkloadSpecContainersEnv": {
1105
+ "resourceType": "Cpln::Core::WorkloadSpecContainersEnv",
1106
+ "kind": "property",
1107
+ "lexicon": "cpln",
1108
+ "propertyConstraints": {
1109
+ "name": {
1110
+ "maxLength": 120
1111
+ },
1112
+ "value": {
1113
+ "maxLength": 4096
1114
+ }
1115
+ }
1116
+ },
1117
+ "WorkloadSpecContainersGpu": {
1118
+ "resourceType": "Cpln::Core::WorkloadSpecContainersGpu",
1119
+ "kind": "property",
1120
+ "lexicon": "cpln",
1121
+ "propertyConstraints": {
1122
+ "nvidia": {},
1123
+ "custom": {}
1124
+ }
1125
+ },
1126
+ "WorkloadSpecContainersGpuCustom": {
1127
+ "resourceType": "Cpln::Core::WorkloadSpecContainersGpuCustom",
1128
+ "kind": "property",
1129
+ "lexicon": "cpln",
1130
+ "propertyConstraints": {
1131
+ "resource": {
1132
+ "maxLength": 64
1133
+ },
1134
+ "runtimeClass": {
1135
+ "maxLength": 64
1136
+ },
1137
+ "quantity": {}
1138
+ }
1139
+ },
1140
+ "WorkloadSpecContainersGpuNvidia": {
1141
+ "resourceType": "Cpln::Core::WorkloadSpecContainersGpuNvidia",
1142
+ "kind": "property",
1143
+ "lexicon": "cpln",
1144
+ "propertyConstraints": {
1145
+ "model": {},
1146
+ "quantity": {}
1147
+ }
1148
+ },
1149
+ "WorkloadSpecContainersLifecycle": {
1150
+ "resourceType": "Cpln::Core::WorkloadSpecContainersLifecycle",
1151
+ "kind": "property",
1152
+ "lexicon": "cpln",
1153
+ "propertyConstraints": {
1154
+ "postStart": {},
1155
+ "preStop": {}
1156
+ }
1157
+ },
1158
+ "WorkloadSpecContainersLifecyclePostStart": {
1159
+ "resourceType": "Cpln::Core::WorkloadSpecContainersLifecyclePostStart",
1160
+ "kind": "property",
1161
+ "lexicon": "cpln",
1162
+ "propertyConstraints": {
1163
+ "exec": {}
1164
+ }
1165
+ },
1166
+ "WorkloadSpecContainersLifecyclePostStartExec": {
1167
+ "resourceType": "Cpln::Core::WorkloadSpecContainersLifecyclePostStartExec",
1168
+ "kind": "property",
1169
+ "lexicon": "cpln",
1170
+ "propertyConstraints": {
1171
+ "command": {}
1172
+ }
1173
+ },
1174
+ "WorkloadSpecContainersLifecyclePreStop": {
1175
+ "resourceType": "Cpln::Core::WorkloadSpecContainersLifecyclePreStop",
1176
+ "kind": "property",
1177
+ "lexicon": "cpln",
1178
+ "propertyConstraints": {
1179
+ "exec": {}
1180
+ }
1181
+ },
1182
+ "WorkloadSpecContainersLifecyclePreStopExec": {
1183
+ "resourceType": "Cpln::Core::WorkloadSpecContainersLifecyclePreStopExec",
1184
+ "kind": "property",
1185
+ "lexicon": "cpln",
1186
+ "propertyConstraints": {
1187
+ "command": {}
1188
+ }
1189
+ },
1190
+ "WorkloadSpecContainersLivenessProbe": {
1191
+ "resourceType": "Cpln::Core::WorkloadSpecContainersLivenessProbe",
1192
+ "kind": "property",
1193
+ "lexicon": "cpln",
1194
+ "propertyConstraints": {
1195
+ "exec": {},
1196
+ "grpc": {},
1197
+ "tcpSocket": {},
1198
+ "httpGet": {},
1199
+ "periodSeconds": {},
1200
+ "timeoutSeconds": {},
1201
+ "successThreshold": {},
1202
+ "failureThreshold": {},
1203
+ "initialDelaySeconds": {}
1204
+ }
1205
+ },
1206
+ "WorkloadSpecContainersLivenessProbeExec": {
1207
+ "resourceType": "Cpln::Core::WorkloadSpecContainersLivenessProbeExec",
1208
+ "kind": "property",
1209
+ "lexicon": "cpln",
1210
+ "propertyConstraints": {
1211
+ "command": {}
1212
+ }
1213
+ },
1214
+ "WorkloadSpecContainersLivenessProbeGrpc": {
1215
+ "resourceType": "Cpln::Core::WorkloadSpecContainersLivenessProbeGrpc",
1216
+ "kind": "property",
1217
+ "lexicon": "cpln",
1218
+ "propertyConstraints": {
1219
+ "port": {}
1220
+ }
1221
+ },
1222
+ "WorkloadSpecContainersLivenessProbeHttpGet": {
1223
+ "resourceType": "Cpln::Core::WorkloadSpecContainersLivenessProbeHttpGet",
1224
+ "kind": "property",
1225
+ "lexicon": "cpln",
1226
+ "propertyConstraints": {
1227
+ "path": {
1228
+ "maxLength": 256,
1229
+ "default": "/"
1230
+ },
1231
+ "port": {},
1232
+ "httpHeaders": {},
1233
+ "scheme": {
1234
+ "default": "HTTP",
1235
+ "enum": [
1236
+ "HTTP",
1237
+ "HTTPS"
1238
+ ]
1239
+ }
1240
+ }
1241
+ },
1242
+ "WorkloadSpecContainersLivenessProbeHttpGetHttpHeaders": {
1243
+ "resourceType": "Cpln::Core::WorkloadSpecContainersLivenessProbeHttpGetHttpHeaders",
1244
+ "kind": "property",
1245
+ "lexicon": "cpln",
1246
+ "propertyConstraints": {
1247
+ "name": {
1248
+ "maxLength": 128
1249
+ },
1250
+ "value": {
1251
+ "maxLength": 128
1252
+ }
1253
+ }
1254
+ },
1255
+ "WorkloadSpecContainersLivenessProbeTcpSocket": {
1256
+ "resourceType": "Cpln::Core::WorkloadSpecContainersLivenessProbeTcpSocket",
1257
+ "kind": "property",
1258
+ "lexicon": "cpln",
1259
+ "propertyConstraints": {
1260
+ "port": {}
1261
+ }
1262
+ },
1263
+ "WorkloadSpecContainersMetrics": {
1264
+ "resourceType": "Cpln::Core::WorkloadSpecContainersMetrics",
1265
+ "kind": "property",
1266
+ "lexicon": "cpln",
1267
+ "propertyConstraints": {
1268
+ "port": {},
1269
+ "path": {
1270
+ "maxLength": 128,
1271
+ "default": "/metrics"
1272
+ },
1273
+ "dropMetrics": {}
1274
+ }
1275
+ },
1276
+ "WorkloadSpecContainersPorts": {
1277
+ "resourceType": "Cpln::Core::WorkloadSpecContainersPorts",
1278
+ "kind": "property",
1279
+ "lexicon": "cpln",
1280
+ "propertyConstraints": {
1281
+ "protocol": {
1282
+ "default": "http",
1283
+ "enum": [
1284
+ "http",
1285
+ "http2",
1286
+ "grpc",
1287
+ "tcp"
1288
+ ]
1289
+ },
1290
+ "number": {}
1291
+ }
1292
+ },
1293
+ "WorkloadSpecContainersReadinessProbe": {
1294
+ "resourceType": "Cpln::Core::WorkloadSpecContainersReadinessProbe",
1295
+ "kind": "property",
1296
+ "lexicon": "cpln",
1297
+ "propertyConstraints": {
1298
+ "exec": {},
1299
+ "grpc": {},
1300
+ "tcpSocket": {},
1301
+ "httpGet": {},
1302
+ "initialDelaySeconds": {},
1303
+ "periodSeconds": {},
1304
+ "timeoutSeconds": {},
1305
+ "successThreshold": {},
1306
+ "failureThreshold": {}
1307
+ }
1308
+ },
1309
+ "WorkloadSpecContainersReadinessProbeExec": {
1310
+ "resourceType": "Cpln::Core::WorkloadSpecContainersReadinessProbeExec",
1311
+ "kind": "property",
1312
+ "lexicon": "cpln",
1313
+ "propertyConstraints": {
1314
+ "command": {}
1315
+ }
1316
+ },
1317
+ "WorkloadSpecContainersReadinessProbeGrpc": {
1318
+ "resourceType": "Cpln::Core::WorkloadSpecContainersReadinessProbeGrpc",
1319
+ "kind": "property",
1320
+ "lexicon": "cpln",
1321
+ "propertyConstraints": {
1322
+ "port": {}
1323
+ }
1324
+ },
1325
+ "WorkloadSpecContainersReadinessProbeHttpGet": {
1326
+ "resourceType": "Cpln::Core::WorkloadSpecContainersReadinessProbeHttpGet",
1327
+ "kind": "property",
1328
+ "lexicon": "cpln",
1329
+ "propertyConstraints": {
1330
+ "path": {
1331
+ "maxLength": 256,
1332
+ "default": "/"
1333
+ },
1334
+ "port": {},
1335
+ "httpHeaders": {},
1336
+ "scheme": {
1337
+ "default": "HTTP",
1338
+ "enum": [
1339
+ "HTTP",
1340
+ "HTTPS"
1341
+ ]
1342
+ }
1343
+ }
1344
+ },
1345
+ "WorkloadSpecContainersReadinessProbeHttpGetHttpHeaders": {
1346
+ "resourceType": "Cpln::Core::WorkloadSpecContainersReadinessProbeHttpGetHttpHeaders",
1347
+ "kind": "property",
1348
+ "lexicon": "cpln",
1349
+ "propertyConstraints": {
1350
+ "name": {
1351
+ "maxLength": 128
1352
+ },
1353
+ "value": {
1354
+ "maxLength": 128
1355
+ }
1356
+ }
1357
+ },
1358
+ "WorkloadSpecContainersReadinessProbeTcpSocket": {
1359
+ "resourceType": "Cpln::Core::WorkloadSpecContainersReadinessProbeTcpSocket",
1360
+ "kind": "property",
1361
+ "lexicon": "cpln",
1362
+ "propertyConstraints": {
1363
+ "port": {}
1364
+ }
1365
+ },
1366
+ "WorkloadSpecContainersVolumes": {
1367
+ "resourceType": "Cpln::Core::WorkloadSpecContainersVolumes",
1368
+ "kind": "property",
1369
+ "lexicon": "cpln",
1370
+ "propertyConstraints": {
1371
+ "uri": {},
1372
+ "recoveryPolicy": {
1373
+ "default": "retain",
1374
+ "enum": [
1375
+ "retain",
1376
+ "recycle"
1377
+ ]
1378
+ },
1379
+ "path": {},
1380
+ "name": {
1381
+ "maxLength": 63
1382
+ },
1383
+ "bus": {
1384
+ "enum": [
1385
+ "virtio",
1386
+ "sata",
1387
+ "scsi"
1388
+ ]
1389
+ },
1390
+ "bootOrder": {}
1391
+ }
1392
+ },
1393
+ "WorkloadSpecDefaultOptions": {
1394
+ "resourceType": "Cpln::Core::WorkloadSpecDefaultOptions",
1395
+ "kind": "property",
1396
+ "lexicon": "cpln",
1397
+ "propertyConstraints": {
1398
+ "autoscaling": {},
1399
+ "timeoutSeconds": {},
1400
+ "capacityAI": {},
1401
+ "capacityAIUpdateMinutes": {},
1402
+ "spot": {},
1403
+ "debug": {},
1404
+ "suspend": {},
1405
+ "multiZone": {}
1406
+ }
1407
+ },
1408
+ "WorkloadSpecDefaultOptionsAutoscaling": {
1409
+ "resourceType": "Cpln::Core::WorkloadSpecDefaultOptionsAutoscaling",
1410
+ "kind": "property",
1411
+ "lexicon": "cpln",
1412
+ "propertyConstraints": {
1413
+ "metric": {
1414
+ "enum": [
1415
+ "concurrency",
1416
+ "cpu",
1417
+ "memory",
1418
+ "rps",
1419
+ "latency",
1420
+ "keda",
1421
+ "disabled"
1422
+ ]
1423
+ },
1424
+ "multi": {},
1425
+ "metricPercentile": {
1426
+ "enum": [
1427
+ "p50",
1428
+ "p75",
1429
+ "p99"
1430
+ ]
1431
+ },
1432
+ "target": {},
1433
+ "maxScale": {},
1434
+ "minScale": {},
1435
+ "scaleToZeroDelay": {},
1436
+ "maxConcurrency": {},
1437
+ "keda": {}
1438
+ }
1439
+ },
1440
+ "WorkloadSpecDefaultOptionsAutoscalingKeda": {
1441
+ "resourceType": "Cpln::Core::WorkloadSpecDefaultOptionsAutoscalingKeda",
1442
+ "kind": "property",
1443
+ "lexicon": "cpln",
1444
+ "propertyConstraints": {
1445
+ "triggers": {},
1446
+ "advanced": {},
1447
+ "fallback": {},
1448
+ "pollingInterval": {},
1449
+ "cooldownPeriod": {},
1450
+ "initialCooldownPeriod": {}
1451
+ }
1452
+ },
1453
+ "WorkloadSpecDefaultOptionsAutoscalingKedaAdvanced": {
1454
+ "resourceType": "Cpln::Core::WorkloadSpecDefaultOptionsAutoscalingKedaAdvanced",
1455
+ "kind": "property",
1456
+ "lexicon": "cpln",
1457
+ "propertyConstraints": {
1458
+ "scalingModifiers": {}
1459
+ }
1460
+ },
1461
+ "WorkloadSpecDefaultOptionsAutoscalingKedaAdvancedScalingModifiers": {
1462
+ "resourceType": "Cpln::Core::WorkloadSpecDefaultOptionsAutoscalingKedaAdvancedScalingModifiers",
1463
+ "kind": "property",
1464
+ "lexicon": "cpln",
1465
+ "propertyConstraints": {
1466
+ "target": {},
1467
+ "activationTarget": {},
1468
+ "metricType": {
1469
+ "enum": [
1470
+ "AverageValue",
1471
+ "Value",
1472
+ "Utilization"
1473
+ ]
1474
+ },
1475
+ "formula": {}
1476
+ }
1477
+ },
1478
+ "WorkloadSpecDefaultOptionsAutoscalingKedaFallback": {
1479
+ "resourceType": "Cpln::Core::WorkloadSpecDefaultOptionsAutoscalingKedaFallback",
1480
+ "kind": "property",
1481
+ "lexicon": "cpln",
1482
+ "propertyConstraints": {
1483
+ "failureThreshold": {},
1484
+ "replicas": {},
1485
+ "behavior": {
1486
+ "enum": [
1487
+ "static",
1488
+ "currentReplicas",
1489
+ "currentReplicasIfHigher",
1490
+ "currentReplicasIfLower"
1491
+ ]
1492
+ }
1493
+ }
1494
+ },
1495
+ "WorkloadSpecDefaultOptionsAutoscalingKedaTriggers": {
1496
+ "resourceType": "Cpln::Core::WorkloadSpecDefaultOptionsAutoscalingKedaTriggers",
1497
+ "kind": "property",
1498
+ "lexicon": "cpln",
1499
+ "propertyConstraints": {
1500
+ "type": {},
1501
+ "metadata": {},
1502
+ "name": {},
1503
+ "useCachedMetrics": {},
1504
+ "metricType": {
1505
+ "enum": [
1506
+ "AverageValue",
1507
+ "Value",
1508
+ "Utilization"
1509
+ ]
1510
+ },
1511
+ "authenticationRef": {}
1512
+ }
1513
+ },
1514
+ "WorkloadSpecDefaultOptionsAutoscalingKedaTriggersAuthenticationRef": {
1515
+ "resourceType": "Cpln::Core::WorkloadSpecDefaultOptionsAutoscalingKedaTriggersAuthenticationRef",
1516
+ "kind": "property",
1517
+ "lexicon": "cpln",
1518
+ "propertyConstraints": {
1519
+ "name": {}
1520
+ }
1521
+ },
1522
+ "WorkloadSpecDefaultOptionsAutoscalingMulti": {
1523
+ "resourceType": "Cpln::Core::WorkloadSpecDefaultOptionsAutoscalingMulti",
1524
+ "kind": "property",
1525
+ "lexicon": "cpln",
1526
+ "propertyConstraints": {
1527
+ "metric": {},
1528
+ "target": {}
1529
+ }
1530
+ },
1531
+ "WorkloadSpecDefaultOptionsMultiZone": {
1532
+ "resourceType": "Cpln::Core::WorkloadSpecDefaultOptionsMultiZone",
1533
+ "kind": "property",
1534
+ "lexicon": "cpln",
1535
+ "propertyConstraints": {
1536
+ "enabled": {}
1537
+ }
1538
+ },
1539
+ "WorkloadSpecExtras": {
1540
+ "resourceType": "Cpln::Core::WorkloadSpecExtras",
1541
+ "kind": "property",
1542
+ "lexicon": "cpln",
1543
+ "propertyConstraints": {
1544
+ "affinity": {},
1545
+ "tolerations": {},
1546
+ "topologySpreadConstraints": {}
1547
+ }
1548
+ },
1549
+ "WorkloadSpecFirewallConfig": {
1550
+ "resourceType": "Cpln::Core::WorkloadSpecFirewallConfig",
1551
+ "kind": "property",
1552
+ "lexicon": "cpln",
1553
+ "propertyConstraints": {
1554
+ "external": {},
1555
+ "internal": {}
1556
+ }
1557
+ },
1558
+ "WorkloadSpecFirewallConfigExternal": {
1559
+ "resourceType": "Cpln::Core::WorkloadSpecFirewallConfigExternal",
1560
+ "kind": "property",
1561
+ "lexicon": "cpln",
1562
+ "propertyConstraints": {
1563
+ "inboundAllowCIDR": {},
1564
+ "inboundBlockedCIDR": {},
1565
+ "outboundAllowHostname": {},
1566
+ "outboundAllowPort": {},
1567
+ "outboundAllowCIDR": {},
1568
+ "outboundBlockedCIDR": {},
1569
+ "http": {}
1570
+ }
1571
+ },
1572
+ "WorkloadSpecFirewallConfigExternalHttp": {
1573
+ "resourceType": "Cpln::Core::WorkloadSpecFirewallConfigExternalHttp",
1574
+ "kind": "property",
1575
+ "lexicon": "cpln",
1576
+ "propertyConstraints": {
1577
+ "inboundHeaderFilter": {}
1578
+ }
1579
+ },
1580
+ "WorkloadSpecFirewallConfigExternalHttpInboundHeaderFilter": {
1581
+ "resourceType": "Cpln::Core::WorkloadSpecFirewallConfigExternalHttpInboundHeaderFilter",
1582
+ "kind": "property",
1583
+ "lexicon": "cpln",
1584
+ "propertyConstraints": {
1585
+ "key": {
1586
+ "maxLength": 128
1587
+ },
1588
+ "allowedValues": {},
1589
+ "blockedValues": {}
1590
+ }
1591
+ },
1592
+ "WorkloadSpecFirewallConfigExternalOutboundAllowPort": {
1593
+ "resourceType": "Cpln::Core::WorkloadSpecFirewallConfigExternalOutboundAllowPort",
1594
+ "kind": "property",
1595
+ "lexicon": "cpln",
1596
+ "propertyConstraints": {
1597
+ "protocol": {
1598
+ "default": "tcp",
1599
+ "enum": [
1600
+ "http",
1601
+ "https",
1602
+ "tcp"
1603
+ ]
1604
+ },
1605
+ "number": {}
1606
+ }
1607
+ },
1608
+ "WorkloadSpecFirewallConfigInternal": {
1609
+ "resourceType": "Cpln::Core::WorkloadSpecFirewallConfigInternal",
1610
+ "kind": "property",
1611
+ "lexicon": "cpln",
1612
+ "propertyConstraints": {
1613
+ "inboundAllowType": {
1614
+ "default": "none",
1615
+ "enum": [
1616
+ "none",
1617
+ "same-gvc",
1618
+ "same-org",
1619
+ "workload-list"
1620
+ ]
1621
+ },
1622
+ "inboundAllowWorkload": {}
1623
+ }
1624
+ },
1625
+ "WorkloadSpecJob": {
1626
+ "resourceType": "Cpln::Core::WorkloadSpecJob",
1627
+ "kind": "property",
1628
+ "lexicon": "cpln",
1629
+ "propertyConstraints": {
1630
+ "schedule": {},
1631
+ "concurrencyPolicy": {
1632
+ "default": "Forbid",
1633
+ "enum": [
1634
+ "Forbid",
1635
+ "Replace",
1636
+ "Allow"
1637
+ ]
1638
+ },
1639
+ "historyLimit": {},
1640
+ "restartPolicy": {
1641
+ "enum": [
1642
+ "OnFailure",
1643
+ "Never"
1644
+ ]
1645
+ },
1646
+ "activeDeadlineSeconds": {}
1647
+ }
1648
+ },
1649
+ "WorkloadSpecLoadBalancer": {
1650
+ "resourceType": "Cpln::Core::WorkloadSpecLoadBalancer",
1651
+ "kind": "property",
1652
+ "lexicon": "cpln",
1653
+ "propertyConstraints": {
1654
+ "direct": {},
1655
+ "geoLocation": {},
1656
+ "replicaDirect": {}
1657
+ }
1658
+ },
1659
+ "WorkloadSpecLoadBalancerDirect": {
1660
+ "resourceType": "Cpln::Core::WorkloadSpecLoadBalancerDirect",
1661
+ "kind": "property",
1662
+ "lexicon": "cpln",
1663
+ "propertyConstraints": {
1664
+ "enabled": {},
1665
+ "ports": {},
1666
+ "ipSet": {}
1667
+ }
1668
+ },
1669
+ "WorkloadSpecLoadBalancerDirectPorts": {
1670
+ "resourceType": "Cpln::Core::WorkloadSpecLoadBalancerDirectPorts",
1671
+ "kind": "property",
1672
+ "lexicon": "cpln",
1673
+ "propertyConstraints": {
1674
+ "externalPort": {},
1675
+ "protocol": {
1676
+ "enum": [
1677
+ "TCP",
1678
+ "UDP"
1679
+ ]
1680
+ },
1681
+ "scheme": {
1682
+ "enum": [
1683
+ "http",
1684
+ "tcp",
1685
+ "https",
1686
+ "ws",
1687
+ "wss"
1688
+ ]
1689
+ },
1690
+ "containerPort": {}
1691
+ }
1692
+ },
1693
+ "WorkloadSpecLoadBalancerGeoLocation": {
1694
+ "resourceType": "Cpln::Core::WorkloadSpecLoadBalancerGeoLocation",
1695
+ "kind": "property",
1696
+ "lexicon": "cpln",
1697
+ "propertyConstraints": {
1698
+ "enabled": {},
1699
+ "headers": {}
1700
+ }
1701
+ },
1702
+ "WorkloadSpecLoadBalancerGeoLocationHeaders": {
1703
+ "resourceType": "Cpln::Core::WorkloadSpecLoadBalancerGeoLocationHeaders",
1704
+ "kind": "property",
1705
+ "lexicon": "cpln",
1706
+ "propertyConstraints": {
1707
+ "asn": {
1708
+ "maxLength": 128
1709
+ },
1710
+ "city": {
1711
+ "maxLength": 128
1712
+ },
1713
+ "country": {
1714
+ "maxLength": 128
1715
+ },
1716
+ "region": {
1717
+ "maxLength": 128
1718
+ }
1719
+ }
1720
+ },
1721
+ "WorkloadSpecLocalOptions": {
1722
+ "resourceType": "Cpln::Core::WorkloadSpecLocalOptions",
1723
+ "kind": "property",
1724
+ "lexicon": "cpln",
1725
+ "propertyConstraints": {
1726
+ "autoscaling": {},
1727
+ "timeoutSeconds": {},
1728
+ "capacityAI": {},
1729
+ "capacityAIUpdateMinutes": {},
1730
+ "spot": {},
1731
+ "debug": {},
1732
+ "suspend": {},
1733
+ "multiZone": {},
1734
+ "location": {}
1735
+ }
1736
+ },
1737
+ "WorkloadSpecLocalOptionsAutoscaling": {
1738
+ "resourceType": "Cpln::Core::WorkloadSpecLocalOptionsAutoscaling",
1739
+ "kind": "property",
1740
+ "lexicon": "cpln",
1741
+ "propertyConstraints": {
1742
+ "metric": {
1743
+ "enum": [
1744
+ "concurrency",
1745
+ "cpu",
1746
+ "memory",
1747
+ "rps",
1748
+ "latency",
1749
+ "keda",
1750
+ "disabled"
1751
+ ]
1752
+ },
1753
+ "multi": {},
1754
+ "metricPercentile": {
1755
+ "enum": [
1756
+ "p50",
1757
+ "p75",
1758
+ "p99"
1759
+ ]
1760
+ },
1761
+ "target": {},
1762
+ "maxScale": {},
1763
+ "minScale": {},
1764
+ "scaleToZeroDelay": {},
1765
+ "maxConcurrency": {},
1766
+ "keda": {}
1767
+ }
1768
+ },
1769
+ "WorkloadSpecLocalOptionsAutoscalingKeda": {
1770
+ "resourceType": "Cpln::Core::WorkloadSpecLocalOptionsAutoscalingKeda",
1771
+ "kind": "property",
1772
+ "lexicon": "cpln",
1773
+ "propertyConstraints": {
1774
+ "triggers": {},
1775
+ "advanced": {},
1776
+ "fallback": {},
1777
+ "pollingInterval": {},
1778
+ "cooldownPeriod": {},
1779
+ "initialCooldownPeriod": {}
1780
+ }
1781
+ },
1782
+ "WorkloadSpecLocalOptionsAutoscalingKedaAdvanced": {
1783
+ "resourceType": "Cpln::Core::WorkloadSpecLocalOptionsAutoscalingKedaAdvanced",
1784
+ "kind": "property",
1785
+ "lexicon": "cpln",
1786
+ "propertyConstraints": {
1787
+ "scalingModifiers": {}
1788
+ }
1789
+ },
1790
+ "WorkloadSpecLocalOptionsAutoscalingKedaAdvancedScalingModifiers": {
1791
+ "resourceType": "Cpln::Core::WorkloadSpecLocalOptionsAutoscalingKedaAdvancedScalingModifiers",
1792
+ "kind": "property",
1793
+ "lexicon": "cpln",
1794
+ "propertyConstraints": {
1795
+ "target": {},
1796
+ "activationTarget": {},
1797
+ "metricType": {
1798
+ "enum": [
1799
+ "AverageValue",
1800
+ "Value",
1801
+ "Utilization"
1802
+ ]
1803
+ },
1804
+ "formula": {}
1805
+ }
1806
+ },
1807
+ "WorkloadSpecLocalOptionsAutoscalingKedaFallback": {
1808
+ "resourceType": "Cpln::Core::WorkloadSpecLocalOptionsAutoscalingKedaFallback",
1809
+ "kind": "property",
1810
+ "lexicon": "cpln",
1811
+ "propertyConstraints": {
1812
+ "failureThreshold": {},
1813
+ "replicas": {},
1814
+ "behavior": {
1815
+ "enum": [
1816
+ "static",
1817
+ "currentReplicas",
1818
+ "currentReplicasIfHigher",
1819
+ "currentReplicasIfLower"
1820
+ ]
1821
+ }
1822
+ }
1823
+ },
1824
+ "WorkloadSpecLocalOptionsAutoscalingKedaTriggers": {
1825
+ "resourceType": "Cpln::Core::WorkloadSpecLocalOptionsAutoscalingKedaTriggers",
1826
+ "kind": "property",
1827
+ "lexicon": "cpln",
1828
+ "propertyConstraints": {
1829
+ "type": {},
1830
+ "metadata": {},
1831
+ "name": {},
1832
+ "useCachedMetrics": {},
1833
+ "metricType": {
1834
+ "enum": [
1835
+ "AverageValue",
1836
+ "Value",
1837
+ "Utilization"
1838
+ ]
1839
+ },
1840
+ "authenticationRef": {}
1841
+ }
1842
+ },
1843
+ "WorkloadSpecLocalOptionsAutoscalingKedaTriggersAuthenticationRef": {
1844
+ "resourceType": "Cpln::Core::WorkloadSpecLocalOptionsAutoscalingKedaTriggersAuthenticationRef",
1845
+ "kind": "property",
1846
+ "lexicon": "cpln",
1847
+ "propertyConstraints": {
1848
+ "name": {}
1849
+ }
1850
+ },
1851
+ "WorkloadSpecLocalOptionsAutoscalingMulti": {
1852
+ "resourceType": "Cpln::Core::WorkloadSpecLocalOptionsAutoscalingMulti",
1853
+ "kind": "property",
1854
+ "lexicon": "cpln",
1855
+ "propertyConstraints": {
1856
+ "metric": {},
1857
+ "target": {}
1858
+ }
1859
+ },
1860
+ "WorkloadSpecLocalOptionsMultiZone": {
1861
+ "resourceType": "Cpln::Core::WorkloadSpecLocalOptionsMultiZone",
1862
+ "kind": "property",
1863
+ "lexicon": "cpln",
1864
+ "propertyConstraints": {
1865
+ "enabled": {}
1866
+ }
1867
+ },
1868
+ "WorkloadSpecRequestRetryPolicy": {
1869
+ "resourceType": "Cpln::Core::WorkloadSpecRequestRetryPolicy",
1870
+ "kind": "property",
1871
+ "lexicon": "cpln",
1872
+ "propertyConstraints": {
1873
+ "attempts": {},
1874
+ "retryOn": {}
1875
+ }
1876
+ },
1877
+ "WorkloadSpecRolloutOptions": {
1878
+ "resourceType": "Cpln::Core::WorkloadSpecRolloutOptions",
1879
+ "kind": "property",
1880
+ "lexicon": "cpln",
1881
+ "propertyConstraints": {
1882
+ "minReadySeconds": {},
1883
+ "maxUnavailableReplicas": {
1884
+ "maxLength": 5
1885
+ },
1886
+ "maxSurgeReplicas": {
1887
+ "maxLength": 5
1888
+ },
1889
+ "scalingPolicy": {
1890
+ "default": "OrderedReady",
1891
+ "enum": [
1892
+ "OrderedReady",
1893
+ "Parallel"
1894
+ ]
1895
+ },
1896
+ "terminationGracePeriodSeconds": {}
1897
+ }
1898
+ },
1899
+ "WorkloadSpecSecurityOptions": {
1900
+ "resourceType": "Cpln::Core::WorkloadSpecSecurityOptions",
1901
+ "kind": "property",
1902
+ "lexicon": "cpln",
1903
+ "propertyConstraints": {
1904
+ "filesystemGroupId": {},
1905
+ "runAsUser": {}
1906
+ }
1907
+ },
1908
+ "WorkloadSpecSidecar": {
1909
+ "resourceType": "Cpln::Core::WorkloadSpecSidecar",
1910
+ "kind": "property",
1911
+ "lexicon": "cpln",
1912
+ "propertyConstraints": {
1913
+ "envoy": {}
1914
+ }
1915
+ },
1916
+ "WorkloadSpecVm": {
1917
+ "resourceType": "Cpln::Core::WorkloadSpecVm",
1918
+ "kind": "property",
1919
+ "lexicon": "cpln",
1920
+ "propertyConstraints": {
1921
+ "bootDisk": {},
1922
+ "cpu": {},
1923
+ "firmware": {},
1924
+ "guestOS": {
1925
+ "default": "linux",
1926
+ "enum": [
1927
+ "linux",
1928
+ "windows"
1929
+ ]
1930
+ },
1931
+ "networks": {},
1932
+ "cloudInit": {},
1933
+ "accessCredentials": {},
1934
+ "runStrategy": {
1935
+ "default": "Always",
1936
+ "enum": [
1937
+ "Always",
1938
+ "RerunOnFailure",
1939
+ "Manual",
1940
+ "Halted"
1941
+ ]
1942
+ },
1943
+ "clock": {},
1944
+ "hostname": {
1945
+ "maxLength": 63
1946
+ },
1947
+ "subdomain": {
1948
+ "maxLength": 63
1949
+ }
1950
+ }
1951
+ },
1952
+ "WorkloadSpecVmAccessCredentials": {
1953
+ "resourceType": "Cpln::Core::WorkloadSpecVmAccessCredentials",
1954
+ "kind": "property",
1955
+ "lexicon": "cpln",
1956
+ "propertyConstraints": {
1957
+ "sshPublicKeySecret": {},
1958
+ "users": {},
1959
+ "deliveryMethod": {
1960
+ "default": "qemuGuestAgent",
1961
+ "enum": [
1962
+ "qemuGuestAgent",
1963
+ "configDrive"
1964
+ ]
1965
+ }
1966
+ }
1967
+ },
1968
+ "WorkloadSpecVmBootDisk": {
1969
+ "resourceType": "Cpln::Core::WorkloadSpecVmBootDisk",
1970
+ "kind": "property",
1971
+ "lexicon": "cpln",
1972
+ "propertyConstraints": {
1973
+ "source": {},
1974
+ "persist": {},
1975
+ "bus": {
1976
+ "default": "virtio",
1977
+ "enum": [
1978
+ "virtio",
1979
+ "sata",
1980
+ "scsi"
1981
+ ]
1982
+ },
1983
+ "bootOrder": {}
1984
+ }
1985
+ },
1986
+ "WorkloadSpecVmBootDiskPersist": {
1987
+ "resourceType": "Cpln::Core::WorkloadSpecVmBootDiskPersist",
1988
+ "kind": "property",
1989
+ "lexicon": "cpln",
1990
+ "propertyConstraints": {
1991
+ "volumeSet": {}
1992
+ }
1993
+ },
1994
+ "WorkloadSpecVmBootDiskSource": {
1995
+ "resourceType": "Cpln::Core::WorkloadSpecVmBootDiskSource",
1996
+ "kind": "property",
1997
+ "lexicon": "cpln",
1998
+ "propertyConstraints": {
1999
+ "oci": {},
2000
+ "http": {}
2001
+ }
2002
+ },
2003
+ "WorkloadSpecVmBootDiskSourceHttp": {
2004
+ "resourceType": "Cpln::Core::WorkloadSpecVmBootDiskSourceHttp",
2005
+ "kind": "property",
2006
+ "lexicon": "cpln",
2007
+ "propertyConstraints": {
2008
+ "url": {},
2009
+ "checksum": {
2010
+ "maxLength": 160
2011
+ }
2012
+ }
2013
+ },
2014
+ "WorkloadSpecVmBootDiskSourceOci": {
2015
+ "resourceType": "Cpln::Core::WorkloadSpecVmBootDiskSourceOci",
2016
+ "kind": "property",
2017
+ "lexicon": "cpln",
2018
+ "propertyConstraints": {
2019
+ "image": {}
2020
+ }
2021
+ },
2022
+ "WorkloadSpecVmClock": {
2023
+ "resourceType": "Cpln::Core::WorkloadSpecVmClock",
2024
+ "kind": "property",
2025
+ "lexicon": "cpln",
2026
+ "propertyConstraints": {
2027
+ "timezone": {
2028
+ "maxLength": 64,
2029
+ "default": "UTC"
2030
+ }
2031
+ }
2032
+ },
2033
+ "WorkloadSpecVmCloudInit": {
2034
+ "resourceType": "Cpln::Core::WorkloadSpecVmCloudInit",
2035
+ "kind": "property",
2036
+ "lexicon": "cpln",
2037
+ "propertyConstraints": {
2038
+ "userData": {
2039
+ "maxLength": 16384
2040
+ },
2041
+ "userDataBase64": {
2042
+ "maxLength": 22000
2043
+ },
2044
+ "userDataSecret": {},
2045
+ "sshPublicKeySecrets": {}
2046
+ }
2047
+ },
2048
+ "WorkloadSpecVmCpu": {
2049
+ "resourceType": "Cpln::Core::WorkloadSpecVmCpu",
2050
+ "kind": "property",
2051
+ "lexicon": "cpln",
2052
+ "propertyConstraints": {
2053
+ "sockets": {},
2054
+ "threads": {}
2055
+ }
2056
+ },
2057
+ "WorkloadSpecVmFirmware": {
2058
+ "resourceType": "Cpln::Core::WorkloadSpecVmFirmware",
2059
+ "kind": "property",
2060
+ "lexicon": "cpln",
2061
+ "propertyConstraints": {
2062
+ "bootloader": {
2063
+ "default": "efi",
2064
+ "enum": [
2065
+ "bios",
2066
+ "efi"
2067
+ ]
2068
+ },
2069
+ "secureBoot": {},
2070
+ "uuid": {},
2071
+ "serial": {
2072
+ "maxLength": 64
2073
+ },
2074
+ "smbios": {}
2075
+ }
2076
+ },
2077
+ "WorkloadSpecVmFirmwareSmbios": {
2078
+ "resourceType": "Cpln::Core::WorkloadSpecVmFirmwareSmbios",
2079
+ "kind": "property",
2080
+ "lexicon": "cpln",
2081
+ "propertyConstraints": {
2082
+ "manufacturer": {
2083
+ "maxLength": 64
2084
+ },
2085
+ "product": {
2086
+ "maxLength": 64
2087
+ },
2088
+ "version": {
2089
+ "maxLength": 64
2090
+ },
2091
+ "sku": {
2092
+ "maxLength": 64
2093
+ },
2094
+ "family": {
2095
+ "maxLength": 64
2096
+ }
2097
+ }
2098
+ },
2099
+ "WorkloadSpecVmNetworks": {
2100
+ "resourceType": "Cpln::Core::WorkloadSpecVmNetworks",
2101
+ "kind": "property",
2102
+ "lexicon": "cpln",
2103
+ "propertyConstraints": {
2104
+ "name": {
2105
+ "maxLength": 15,
2106
+ "default": "default"
2107
+ }
2108
+ }
2109
+ }
2110
+ }