Show / Hide Table of Contents

Class WorkerPool

WorkerPool acts as a top-level container that manages a set instance splits among a set of Revisions and a template for creating new Revisions.

Inheritance
object
WorkerPool
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRun.v1.Data
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class WorkerPool : IDirectResponseSchema

Properties

ApiVersion

The API version for this call. It must be "run.googleapis.com/v1".

Declaration
[JsonProperty("apiVersion")]
public virtual string ApiVersion { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Kind

The kind of resource. It must be "WorkerPool".

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

Metadata

Metadata associated with this WorkerPool, including name, namespace, labels, and annotations. In Cloud Run, annotations with 'run.googleapis.com/' and 'autoscaling.knative.dev' are restricted, and the accepted annotations will be different depending on the resource type. The following Cloud Run-specific annotations are accepted in WorkerPool.metadata.annotations. * run.googleapis.com/binary-authorization-breakglass * run.googleapis.com/binary-authorization * run.googleapis.com/client-name * run.googleapis.com/description

Declaration
[JsonProperty("metadata")]
public virtual ObjectMeta Metadata { get; set; }
Property Value
Type Description
ObjectMeta

Spec

Holds the desired state of the WorkerPool (from the client).

Declaration
[JsonProperty("spec")]
public virtual WorkerPoolSpec Spec { get; set; }
Property Value
Type Description
WorkerPoolSpec

Status

Communicates the system-controlled state of the WorkerPool.

Declaration
[JsonProperty("status")]
public virtual WorkerPoolStatus Status { get; set; }
Property Value
Type Description
WorkerPoolStatus

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX