Source: {
    content?: string;
    encoding?: string;
    source?: string;
    target?: string;
    type?: SourceType;
}

A source to be mounted into the environment.

Type declaration

  • Optionalcontent?: string

    The inline content if type is INLINE.

  • Optionalencoding?: string

    Optional encoding for inline content (e.g. base64).

  • Optionalsource?: string

    The source of the environment.

    For GCS, this is the GCS path. For GitHub, this is the GitHub path.

  • Optionaltarget?: string

    Where the source should appear in the environment.

  • Optionaltype?: SourceType