Interface TaskSpecContainerSpecSecretsInnerFile

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

interface TaskSpecContainerSpecSecretsInnerFile {
    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.