Class ServiceMetadataArgs
Inherited Members
Namespace: Pulumi.Gcp.CloudRun.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ServiceMetadataArgs : ResourceArgs
Constructors
View SourceServiceMetadataArgs()
Declaration
public ServiceMetadataArgs()
Properties
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 InputMap<string> Annotations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
Generation
A sequence number representing a specific generation of the desired state.
Declaration
public Input<int> Generation { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 InputMap<string> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
Namespace
In Cloud Run the namespace must be equal to either the project ID or project number.
Declaration
public Input<string> Namespace { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> ResourceVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SelfLink
SelfLink is a URL representing this object.
Declaration
public Input<string> SelfLink { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> Uid { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |