Class GitSource (0.1.9)

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

Attributes

NameDescription
repo str
Optional. Repository URL. Example: 'https://github.com/kubernetes/examples.git' This field is a member of oneof_ _repo.
directory str
Optional. Subdirectory inside the repository. Example: 'staging/my-package' This field is a member of oneof_ _directory.
ref str
Optional. Git reference (e.g. branch or tag). This field is a member of oneof_ _ref.