Class ServiceTemplate
Inheritance
System.Object
ServiceTemplate
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 ServiceTemplate
Fields
View SourceMetadata
Metadata associated with this Service, including name, namespace, labels, and annotations. Structure is documented below.
Declaration
public readonly ServiceTemplateMetadata Metadata
Field Value
| Type | Description |
|---|---|
| ServiceTemplateMetadata |
Spec
RevisionSpec holds the desired state of the Revision (from the client). Structure is documented below.
Declaration
public readonly ServiceTemplateSpec Spec
Field Value
| Type | Description |
|---|---|
| ServiceTemplateSpec |