You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pool concurrency controls and ResourceHandle status (#102)
* Update CRDs to support providers and status in ResourceHandles
- Add spec.provider for ResourceHandles
- Add status.summary for ResourceHandles
- Add spec.provider for ResourcePools
- Code refactor
. Each resource template in the ResourceClaim is checked for validity against the OpenAPIv3 schema in the ResourceProvider.
26
-
. A JSON Patch for each resource template in the ResourceHandle is generated and then the JSON Patch is filtered according to each ResourceProvider's `spec.updateFilters`.
26
+
. A JSON Patch for each resource template in the ResourceHandle is generated and then the JSON Patch is filtered according to each ResourceProvider's `spec.updateFilters`.
0 commit comments