Module: Grafeas::V1::AliasContext::Kind

Defined in:
proto_docs/grafeas/v1/provenance.rb

Overview

The type of an alias.

Constant Summary collapse

KIND_UNSPECIFIED =

Unknown.

0
FIXED =

Git tag.

1
MOVABLE =

Git branch.

2
OTHER =

Used to specify non-standard aliases. For example, if a Git repo has a ref named "refs/foo/bar".

4