Show / Hide Table of Contents

Class WorkerPoolStatus

The current state of the WorkerPool. Output only.

Inheritance
object
WorkerPoolStatus
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 WorkerPoolStatus : IDirectResponseSchema

Properties

Conditions

Conditions communicate information about ongoing/complete reconciliation processes that bring the spec inline with the observed state of the world. * Ready: True when all underlying resources are ready.

Declaration
[JsonProperty("conditions")]
public virtual IList<GoogleCloudRunV1Condition> Conditions { get; set; }
Property Value
Type Description
IList<GoogleCloudRunV1Condition>

ETag

The ETag of the item.

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

InstanceSplits

Holds the configured traffic distribution. These entries will always contain RevisionName references. When ConfigurationName appears in the spec, this will hold the LatestReadyRevisionName that we last observed.

Declaration
[JsonProperty("instanceSplits")]
public virtual IList<InstanceSplit> InstanceSplits { get; set; }
Property Value
Type Description
IList<InstanceSplit>

LatestCreatedRevisionName

Name of the last revision that was created from this WorkerPool's template. It might not be ready yet, for that use LatestReadyRevisionName.

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

LatestReadyRevisionName

Name of the latest Revision from this WorkerPool's template that has had its Ready condition become True.

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

ObservedGeneration

Returns the generation last seen by the system. Clients polling for completed reconciliation should poll until observedGeneration = metadata.generation and the Ready condition's status is True or False.

Declaration
[JsonProperty("observedGeneration")]
public virtual int? ObservedGeneration { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX