ContainerProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Eci;
new ContainerProperty {
object Image,
object Name,
object Arg = null,
object Command = null,
object Cpu = null,
object EnvironmentVar = null,
object ImagePullPolicy = null,
object LivenessProbe = null,
object Memory = null,
object Port = null,
object ReadinessProbe = null,
object SecurityContext = null,
object Stdin = null,
object StdinOnce = null,
object Tty = null,
object VolumeMount = null,
object WorkingDir = null
};
Properties
ImageRequired
public object Image { get; set; }
NameRequired
public object Name { get; set; }
ArgOptional
public object Arg { get; set; }
CommandOptional
public object Command { get; set; }
CpuOptional
public object Cpu { get; set; }
EnvironmentVarOptional
public object EnvironmentVar { get; set; }
ImagePullPolicyOptional
public object ImagePullPolicy { get; set; }
LivenessProbeOptional
public object LivenessProbe { get; set; }
MemoryOptional
public object Memory { get; set; }
PortOptional
public object Port { get; set; }
ReadinessProbeOptional
public object ReadinessProbe { get; set; }
SecurityContextOptional
public object SecurityContext { get; set; }
StdinOptional
public object Stdin { get; set; }
StdinOnceOptional
public object StdinOnce { get; set; }
TtyOptional
public object Tty { get; set; }
VolumeMountOptional
public object VolumeMount { get; set; }
WorkingDirOptional
public object WorkingDir { get; set; }