Skip to content

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

Name Type Description
Image object No description.
Name object No description.
Args object No description.
Commands object No description.
Cpu object No description.
Gpu object No description.
ImagePullPolicy object No description.
InitContainerEnvironmentVars object No description.
InitContainerVolumeMounts object No description.
Memory object No description.
SecurityContextCapabilitiesAdd object No description.
SecurityContextRunAsUser object No description.
WorkingDir object No description.

ImageRequired

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

NameRequired

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

ArgsOptional

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

CommandsOptional

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

CpuOptional

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

GpuOptional

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

ImagePullPolicyOptional

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

InitContainerEnvironmentVarsOptional

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

InitContainerVolumeMountsOptional

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

MemoryOptional

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

SecurityContextCapabilitiesAddOptional

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

SecurityContextRunAsUserOptional

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

WorkingDirOptional

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