Show / Hide Table of Contents

Class Revision

Revision is an immutable snapshot of code and configuration. A revision references a container image. Revisions are created by updates to a Configuration. See also: https://github.com/knative/specs/blob/main/specs/serving/overview.md#revision

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

Properties

ApiVersion

The API version for this call such as "serving.knative.dev/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 this resource, in this case "Revision".

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

Metadata

Metadata associated with this Revision, including name, namespace, labels, and annotations.

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

Spec

Spec holds the desired state of the Revision (from the client).

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

Status

Status communicates the observed state of the Revision (from the controller).

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX