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
Arg
Optional
public object Arg { get; set; }
Command
Optional
public object Command { get; set; }
Cpu
Optional
public object Cpu { get; set; }
EnvironmentVar
Optional
public object EnvironmentVar { get; set; }
Image
Optional
public object Image { get; set; }
ImagePullPolicy
Optional
public object ImagePullPolicy { get; set; }
Memory
Optional
public object Memory { get; set; }
Name
Optional
public object Name { get; set; }
Port
Optional
public object Port { get; set; }
SecurityContext
Optional
public object SecurityContext { get; set; }
VolumeMount
Optional
public object VolumeMount { get; set; }
WorkingDir
Optional
public object WorkingDir { get; set; }