EphemeralContainer constructor
const
EphemeralContainer({
- List<
String> ? args, - List<
String> ? command, - List<
EnvVar> ? env, - List<
EnvFromSource> ? envFrom, - String? image,
- String? imagePullPolicy,
- Lifecycle? lifecycle,
- Probe? livenessProbe,
- required String name,
- List<
ContainerPort> ? ports, - Probe? readinessProbe,
- List<
ContainerResizePolicy> ? resizePolicy, - ResourceRequirements? resources,
- SecurityContext? securityContext,
- Probe? startupProbe,
- bool? stdin,
- bool? stdinOnce,
- String? targetContainerName,
- String? terminationMessagePath,
- String? terminationMessagePolicy,
- bool? tty,
- List<
VolumeDevice> ? volumeDevices, - List<
VolumeMount> ? volumeMounts, - String? workingDir,
Default constructor.
Implementation
const EphemeralContainer({
this.args,
this.command,
this.env,
this.envFrom,
this.image,
this.imagePullPolicy,
this.lifecycle,
this.livenessProbe,
required this.name,
this.ports,
this.readinessProbe,
this.resizePolicy,
this.resources,
this.securityContext,
this.startupProbe,
this.stdin,
this.stdinOnce,
this.targetContainerName,
this.terminationMessagePath,
this.terminationMessagePolicy,
this.tty,
this.volumeDevices,
this.volumeMounts,
this.workingDir,
});