Skip to content

InitContainerEnvironmentVarProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Eci;
new InitContainerEnvironmentVarProperty {
    object FieldRefFieldPath = null,
    object Key = null,
    object Value = null
};

Properties

Name Type Description
FieldRefFieldPath object No description.
Key object No description.
Value object No description.

FieldRefFieldPathOptional

public object FieldRefFieldPath { get; set; }
  • Type: object

KeyOptional

public object Key { get; set; }
  • Type: object

ValueOptional

public object Value { get; set; }
  • Type: object