Show / Hide Table of Contents

Class ServiceMetadata

Inheritance
System.Object
ServiceMetadata
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.CloudRun.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ServiceMetadata

Fields

View Source

Annotations

Annotations is a key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. More info: http://kubernetes.io/docs/user-guide/annotations

Declaration
public readonly ImmutableDictionary<string, string> Annotations
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
View Source

Generation

A sequence number representing a specific generation of the desired state.

Declaration
public readonly int? Generation
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Labels

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and routes. More info: http://kubernetes.io/docs/user-guide/labels

Declaration
public readonly ImmutableDictionary<string, string> Labels
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
View Source

Namespace

In Cloud Run the namespace must be equal to either the project ID or project number.

Declaration
public readonly string Namespace
Field Value
Type Description
System.String
View Source

ResourceVersion

An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. They may only be valid for a particular resource or set of resources. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency

Declaration
public readonly string ResourceVersion
Field Value
Type Description
System.String
View Source

SelfLink

SelfLink is a URL representing this object.

Declaration
public readonly string SelfLink
Field Value
Type Description
System.String
View Source

Uid

UID is a unique id generated by the server on successful creation of a resource and is not allowed to change on PUT operations. More info: http://kubernetes.io/docs/user-guide/identifiers#uids

Declaration
public readonly string Uid
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.