Container Response
fun ContainerResponse(args: List<String>, command: List<String>, env: List<EnvVarResponse>, envFrom: List<EnvFromSourceResponse>, image: String, imagePullPolicy: String, livenessProbe: ProbeResponse, name: String, ports: List<ContainerPortResponse>, readinessProbe: ProbeResponse, resources: ResourceRequirementsResponse, securityContext: SecurityContextResponse, startupProbe: ProbeResponse, terminationMessagePath: String, terminationMessagePolicy: String, volumeMounts: List<VolumeMountResponse>, workingDir: String)