Class SkaffoldGitSource (1.18.1)

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

Git repository containing Skaffold Config modules.

Attributes

Name Description
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.