Show / Hide Table of Contents

Class ServiceTemplateSpecContainerEnvFrom

Inheritance
System.Object
ServiceTemplateSpecContainerEnvFrom
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 ServiceTemplateSpecContainerEnvFrom

Fields

View Source

ConfigMapRef

The ConfigMap to select from. Structure is documented below.

Declaration
public readonly ServiceTemplateSpecContainerEnvFromConfigMapRef ConfigMapRef
Field Value
Type Description
ServiceTemplateSpecContainerEnvFromConfigMapRef
View Source

Prefix

An optional identifier to prepend to each key in the ConfigMap.

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

SecretRef

The Secret to select from. Structure is documented below.

Declaration
public readonly ServiceTemplateSpecContainerEnvFromSecretRef SecretRef
Field Value
Type Description
ServiceTemplateSpecContainerEnvFromSecretRef
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.