Container Patch Args
constructor(args: Output<List<String>>? = null, command: Output<List<String>>? = null, env: Output<List<EnvVarPatchArgs>>? = null, envFrom: Output<List<EnvFromSourcePatchArgs>>? = null, image: Output<String>? = null, imagePullPolicy: Output<String>? = null, lifecycle: Output<LifecyclePatchArgs>? = null, livenessProbe: Output<ProbePatchArgs>? = null, name: Output<String>? = null, ports: Output<List<ContainerPortPatchArgs>>? = null, readinessProbe: Output<ProbePatchArgs>? = null, resizePolicy: Output<List<ContainerResizePolicyPatchArgs>>? = null, resources: Output<ResourceRequirementsPatchArgs>? = null, restartPolicy: Output<String>? = null, securityContext: Output<SecurityContextPatchArgs>? = null, startupProbe: Output<ProbePatchArgs>? = null, stdin: Output<Boolean>? = null, stdinOnce: Output<Boolean>? = null, terminationMessagePath: Output<String>? = null, terminationMessagePolicy: Output<String>? = null, tty: Output<Boolean>? = null, volumeDevices: Output<List<VolumeDevicePatchArgs>>? = null, volumeMounts: Output<List<VolumeMountPatchArgs>>? = null, workingDir: Output<String>? = null)