Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Container

Implements

Index

Constructors

constructor

Properties

Optional Readonly command

command: string[]

Entrypoint array.

Optional Readonly env

env: EnvVar[]

List of environment variables to set in the container.

Optional Readonly envFrom

envFrom: EnvFromSource[]

List of sources to populate environment variables in the container.

Optional Readonly image

image: string

Docker image name.

Optional Readonly imagePullPolicy

imagePullPolicy: string

Image pull policy.

Readonly name

name: string

Name of the container specified as a DNS_LABEL.

Optional Readonly ports

ports: ContainerPort[]

List of ports to expose from the container.

Optional Readonly volumeMounts

volumeMounts: VolumeMount[]

Pod volumes to mount into the container's filesystem.

Generated using TypeDoc