Interface ImageNameParts

interface ImageNameParts {
    digest: string;
    imageName: string;
    registry: string;
    tagName: string;
}

Properties

digest: string
imageName: string
registry: string
tagName: string

Generated using TypeDoc