Class WorkerPoolSpec
WorkerPoolSpec holds the desired state of the WorkerPool's template and instance splits.
Implements
Inherited Members
Namespace: Google.Apis.CloudRun.v1.Data
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class WorkerPoolSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InstanceSplits
Specifies how to distribute instances over a collection of Revisions.
Declaration
[JsonProperty("instanceSplits")]
public virtual IList<InstanceSplit> InstanceSplits { get; set; }
Property Value
Type | Description |
---|---|
IList<InstanceSplit> |
Template
Holds the latest specification for the Revision to be stamped out.
Declaration
[JsonProperty("template")]
public virtual RevisionTemplate Template { get; set; }
Property Value
Type | Description |
---|---|
RevisionTemplate |