Skip to content

InitContainerProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Eci;
new InitContainerProperty {
    object Arg = null,
    object Command = null,
    object Cpu = null,
    object EnvironmentVar = null,
    object Image = null,
    object ImagePullPolicy = null,
    object Memory = null,
    object Name = null,
    object Port = null,
    object SecurityContext = null,
    object VolumeMount = null,
    object WorkingDir = null
};

Properties

Name Type Description
Arg object No description.
Command object No description.
Cpu object No description.
EnvironmentVar object No description.
Image object No description.
ImagePullPolicy object No description.
Memory object No description.
Name object No description.
Port object No description.
SecurityContext object No description.
VolumeMount object No description.
WorkingDir object No description.

ArgOptional

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

CommandOptional

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

CpuOptional

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

EnvironmentVarOptional

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

ImageOptional

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

ImagePullPolicyOptional

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

MemoryOptional

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

NameOptional

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

PortOptional

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

SecurityContextOptional

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

VolumeMountOptional

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

WorkingDirOptional

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