Class ServiceMetadata
Inheritance
Inherited Members
Namespace: Pulumi.Gcp.CloudRun.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ServiceMetadata
Fields
View SourceAnnotations
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> |
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> |
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> |
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 |
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 |
SelfLink
SelfLink is a URL representing this object.
Declaration
public readonly string SelfLink
Field Value
| Type | Description |
|---|---|
| System.String |
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 |