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
{{ message }}
This repository was archived by the owner on Mar 16, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/docs/40-admin/03-computeclasses.md
-1
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,6 @@ affinity: # The same affinity fields for Pods
40
40
operator: In
41
41
values:
42
42
- bar
43
-
supportedRegions: ["local"] # should always be set to ["local"]
44
43
```
45
44
46
45
If `memory.min`, `memory.max`, `memory.values`, `affinity`, and `tolerations` are not given, then there are no scheduling rules for workloads using the compute class.
Permissions []Permissions`json:"permissions,omitempty"`// Permissions given to this appInstance (only containers within, not nested Acorns/Services)
210
215
DeniedConsumerPermissions []Permissions`json:"deniedConsumerPermissions,omitempty"`// Permissions given to this appInstance by a consumed service, which it is not authorized to have
@@ -224,25 +229,19 @@ type AppStatusStaged struct {
0 commit comments