Share via


KubernetesGitRepositoryRef Class

Definition

The source reference for the GitRepository object.

public class KubernetesGitRepositoryRef
type KubernetesGitRepositoryRef = class
Public Class KubernetesGitRepositoryRef
Inheritance
KubernetesGitRepositoryRef

Constructors

KubernetesGitRepositoryRef()

Initializes a new instance of KubernetesGitRepositoryRef.

Properties

Branch

The git repository branch name to checkout.

Commit

The commit SHA to checkout. This value must be combined with the branch name to be valid. This takes precedence over semver.

Semver

The semver range used to match against git repository tags. This takes precedence over tag.

Tag

The git repository tag name to checkout. This takes precedence over branch.

Applies to