Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ContainerConfigFile

The file that is mounted on a container instance through a volume mount.

Properties

data

data: string

The base64 encoded contents of the file. The contents are decoded to plain text before mounted as a file to a container inside container instance.

fileName

fileName: string

The name of the file. The fileName should be unique across the volume.

Optional path

path: undefined | string

(Optional) Relative path for this file inside the volume mount directory. By default, the file is presented at the root of the volume mount path.

Functions

getDeserializedJsonObj

getJsonObj