Skip to content

ContainersProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ess;
new ContainersProperty {
    object Image,
    object Name,
    object Args = null,
    object Commands = null,
    object Cpu = null,
    object EnvironmentVars = null,
    object Gpu = null,
    object ImagePullPolicy = null,
    object LivenessProbeExecCommands = null,
    object LivenessProbeFailureThreshold = null,
    object LivenessProbeHttpGetPath = null,
    object LivenessProbeHttpGetPort = null,
    object LivenessProbeHttpGetScheme = null,
    object LivenessProbeInitialDelaySeconds = null,
    object LivenessProbePeriodSeconds = null,
    object LivenessProbeSuccessThreshold = null,
    object LivenessProbeTcpSocketPort = null,
    object LivenessProbeTimeoutSeconds = null,
    object Memory = null,
    object Ports = null,
    object ReadinessProbeExecCommands = null,
    object ReadinessProbeFailureThreshold = null,
    object ReadinessProbeHttpGetPath = null,
    object ReadinessProbeHttpGetPort = null,
    object ReadinessProbeHttpGetScheme = null,
    object ReadinessProbeInitialDelaySeconds = null,
    object ReadinessProbePeriodSeconds = null,
    object ReadinessProbeSuccessThreshold = null,
    object ReadinessProbeTcpSocketPort = null,
    object ReadinessProbeTimeoutSeconds = null,
    object SecurityContextCapabilitiesAdd = null,
    object SecurityContextRunAsUser = null,
    object Stdin = null,
    object StdinOnce = null,
    object Tty = null,
    object VolumeMounts = 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.
EnvironmentVars object No description.
Gpu object No description.
ImagePullPolicy object No description.
LivenessProbeExecCommands object No description.
LivenessProbeFailureThreshold object No description.
LivenessProbeHttpGetPath object No description.
LivenessProbeHttpGetPort object No description.
LivenessProbeHttpGetScheme object No description.
LivenessProbeInitialDelaySeconds object No description.
LivenessProbePeriodSeconds object No description.
LivenessProbeSuccessThreshold object No description.
LivenessProbeTcpSocketPort object No description.
LivenessProbeTimeoutSeconds object No description.
Memory object No description.
Ports object No description.
ReadinessProbeExecCommands object No description.
ReadinessProbeFailureThreshold object No description.
ReadinessProbeHttpGetPath object No description.
ReadinessProbeHttpGetPort object No description.
ReadinessProbeHttpGetScheme object No description.
ReadinessProbeInitialDelaySeconds object No description.
ReadinessProbePeriodSeconds object No description.
ReadinessProbeSuccessThreshold object No description.
ReadinessProbeTcpSocketPort object No description.
ReadinessProbeTimeoutSeconds object No description.
SecurityContextCapabilitiesAdd object No description.
SecurityContextRunAsUser object No description.
Stdin object No description.
StdinOnce object No description.
Tty object No description.
VolumeMounts 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

EnvironmentVarsOptional

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

GpuOptional

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

ImagePullPolicyOptional

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

LivenessProbeExecCommandsOptional

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

LivenessProbeFailureThresholdOptional

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

LivenessProbeHttpGetPathOptional

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

LivenessProbeHttpGetPortOptional

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

LivenessProbeHttpGetSchemeOptional

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

LivenessProbeInitialDelaySecondsOptional

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

LivenessProbePeriodSecondsOptional

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

LivenessProbeSuccessThresholdOptional

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

LivenessProbeTcpSocketPortOptional

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

LivenessProbeTimeoutSecondsOptional

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

MemoryOptional

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

PortsOptional

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

ReadinessProbeExecCommandsOptional

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

ReadinessProbeFailureThresholdOptional

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

ReadinessProbeHttpGetPathOptional

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

ReadinessProbeHttpGetPortOptional

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

ReadinessProbeHttpGetSchemeOptional

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

ReadinessProbeInitialDelaySecondsOptional

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

ReadinessProbePeriodSecondsOptional

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

ReadinessProbeSuccessThresholdOptional

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

ReadinessProbeTcpSocketPortOptional

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

ReadinessProbeTimeoutSecondsOptional

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

SecurityContextCapabilitiesAddOptional

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

SecurityContextRunAsUserOptional

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

StdinOptional

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

StdinOnceOptional

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

TtyOptional

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

VolumeMountsOptional

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

WorkingDirOptional

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