status.proto

Package: xds.annotations.v3

Types:

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

FileStatusAnnotation

"workInProgress": bool

Field Type Description
workInProgress bool The entity is work-in-progress and subject to breaking changes.

MessageStatusAnnotation

"workInProgress": bool

Field Type Description
workInProgress bool The entity is work-in-progress and subject to breaking changes.

FieldStatusAnnotation

"workInProgress": bool

Field Type Description
workInProgress bool The entity is work-in-progress and subject to breaking changes.

StatusAnnotation

"workInProgress": bool
"packageVersionStatus": .xds.annotations.v3.PackageVersionStatus

Field Type Description
workInProgress bool The entity is work-in-progress and subject to breaking changes.
packageVersionStatus .xds.annotations.v3.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.