Interface TaskSpecContainerSpecConfigsInnerFile

File represents a specific target that is backed by a file.


> Note: Configs.File and Configs.Runtime are mutually exclusive TaskSpecContainerSpecConfigsInnerFile

interface TaskSpecContainerSpecConfigsInnerFile {
    GID?: string;
    Mode?: number;
    Name?: string;
    UID?: string;
}

Properties

Properties

GID?: string

GID represents the file GID.

Mode?: number

Mode represents the FileMode of the file.

Name?: string

Name represents the final filename in the filesystem.

UID?: string

UID represents the file UID.