InitContainersProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ess;
new InitContainersProperty {
object Image,
object Name,
object Args = null,
object Commands = null,
object Cpu = null,
object Gpu = null,
object ImagePullPolicy = null,
object InitContainerEnvironmentVars = null,
object InitContainerVolumeMounts = null,
object Memory = null,
object SecurityContextCapabilitiesAdd = null,
object SecurityContextRunAsUser = null,
object WorkingDir = null
};
Properties
ImageRequired
public object Image { get; set; }
NameRequired
public object Name { get; set; }
ArgsOptional
public object Args { get; set; }
CommandsOptional
public object Commands { get; set; }
CpuOptional
public object Cpu { get; set; }
GpuOptional
public object Gpu { get; set; }
ImagePullPolicyOptional
public object ImagePullPolicy { get; set; }
InitContainerEnvironmentVarsOptional
public object InitContainerEnvironmentVars { get; set; }
InitContainerVolumeMountsOptional
public object InitContainerVolumeMounts { get; set; }
MemoryOptional
public object Memory { get; set; }
SecurityContextCapabilitiesAddOptional
public object SecurityContextCapabilitiesAdd { get; set; }
SecurityContextRunAsUserOptional
public object SecurityContextRunAsUser { get; set; }
WorkingDirOptional
public object WorkingDir { get; set; }