InstanceSplit(mapping=None, *, ignore_unknown_fields=False, **kwargs)Holds a single instance split entry for the Worker. Allocations can be done to a specific Revision name, or pointing to the latest Ready Revision.
Attributes |
|
|---|---|
| Name | Description |
type_ |
google.cloud.run_v2.types.InstanceSplitAllocationType
The allocation type for this instance split. |
revision |
str
Revision to which to assign this portion of instances, if split allocation is by revision. |
percent |
int
Specifies percent of the instance split to this Revision. This defaults to zero if unspecified. |