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
ArgOptional
public object Arg { get; set; }
CommandOptional
public object Command { get; set; }
CpuOptional
public object Cpu { get; set; }
EnvironmentVarOptional
public object EnvironmentVar { get; set; }
ImageOptional
public object Image { get; set; }
ImagePullPolicyOptional
public object ImagePullPolicy { get; set; }
MemoryOptional
public object Memory { get; set; }
NameOptional
public object Name { get; set; }
PortOptional
public object Port { get; set; }
SecurityContextOptional
public object SecurityContext { get; set; }
VolumeMountOptional
public object VolumeMount { get; set; }
WorkingDirOptional
public object WorkingDir { get; set; }