Type Alias request_CreateSourceRequest

request_CreateSourceRequest: {
    description?: string;
    labels?: string[];
    name: string;
    owners?: string[];
    remote: string;
    sourceProvider: string;
}

Type declaration

  • Optionaldescription?: string

    Description is a human-readable description of the source.

  • Optionallabels?: string[]

    Labels are custom labels associated with the source.

  • name: string

    Name is the name of the source.

  • Optionalowners?: string[]

    Owners is a list of owners for the source.

  • remote: string

    Remote is the source URL, including scheme.

  • sourceProvider: string

    SourceProvider is the type of the source provider.