Class SkaffoldGitSource (1.18.0)

SkaffoldGitSource(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Git repository containing Skaffold Config modules.

Attributes

NameDescription
repo str
Required. Git repository the package should be cloned from.
path str
Optional. Relative path from the repository root to the Skaffold file.
ref str
Optional. Git branch or tag to use when cloning the repository.