status.proto

Package: solo.io.udpa.annotations

Types:

Enums:
- [PackageVersionStatus](#packageversionstatus)
Source File: github.com/solo-io/gloo/projects/gloo/api/external/udpa/annotations/status.proto

StatusAnnotation

"workInProgress": bool
"packageVersionStatus": .solo.io.udpa.annotations.PackageVersionStatus

Field Type Description
workInProgress bool The entity is work-in-progress and subject to breaking changes.
packageVersionStatus .solo.io.udpa.annotations.PackageVersionStatus The entity belongs to a package with the given version status.

PackageVersionStatus

Description:

Name Description
UNKNOWN Unknown package version status.
FROZEN This version of the package is frozen.
ACTIVE This version of the package is the active development version.
NEXT_MAJOR_VERSION_CANDIDATE This version of the package is the candidate for the next major version. It is typically machine generated from the active development version.