Show / Hide Table of Contents

Class ServiceMetadataArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceMetadataArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ServiceMetadataArgs : ResourceArgs

Constructors

View Source

ServiceMetadataArgs()

Declaration
public ServiceMetadataArgs()

Properties

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 InputMap<string> Annotations { get; set; }
Property Value
Type Description
InputMap<System.String>
View Source

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>
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 InputMap<string> Labels { get; set; }
Property Value
Type Description
InputMap<System.String>
View Source

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>
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 Input<string> ResourceVersion { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SelfLink

SelfLink is a URL representing this object.

Declaration
public Input<string> SelfLink { get; set; }
Property Value
Type Description
Input<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 Input<string> Uid { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.