Skip to content

Commit

Permalink
class any by default for provisioners
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Benoit <[email protected]>
  • Loading branch information
mathieu-benoit committed Jan 21, 2025
1 parent d71a569 commit 0820891
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ score-compose init \

## For `score-compose`

| Type | Class | Params | Outputs |
| --------------------------- | --------- | ------- | ------- |
| `dapr-state-store` | `redis` | (none) | `name` |
| `service` | `default` | (none) | `name` |
| `horizontal-pod-autoscaler` | `default` | (none) | (none) |
| Type | Class | Params | Outputs |
| --------------------------- | ------- | ------- | ------- |
| `dapr-state-store` | `redis` | (none) | `name` |
| `service` | (any) | (none) | `name` |
| `horizontal-pod-autoscaler` | (any) | (none) | (none) |

## For `score-k8s`

| Type | Class | Params | Outputs |
| --------------------------- | --------- | ---------------------------------------------------------------------- | ------- |
| `dapr-state-store` | `redis` | (none) | `name` |
| `service` | `default` | (none) | `name` |
| `horizontal-pod-autoscaler` | `default` | `minReplicas`, `maxReplicas`, `defaultTargetCPUUtilizationPercentage` | (none) |
| Type | Class | Params | Outputs |
| --------------------------- | ------- | ---------------------------------------------------------------------- | ------- |
| `dapr-state-store` | `redis` | (none) | `name` |
| `service` | (any) | (none) | `name` |
| `horizontal-pod-autoscaler` | (any) | `minReplicas`, `maxReplicas`, `defaultTargetCPUUtilizationPercentage` | (none) |

0 comments on commit 0820891

Please sign in to comment.