Skip to content

Commit 50c5f73

Browse files
feat(edge_services): add locked status to Pipeline (#2486)
Co-authored-by: Jonathan R. <[email protected]>
1 parent ef101df commit 50c5f73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/edge_services/v1beta1/edge_services_sdk.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,7 @@ const (
705705
PipelineStatusPending = PipelineStatus("pending")
706706
// An event occured and the pipeline may not work.
707707
PipelineStatusWarning = PipelineStatus("warning")
708+
PipelineStatusLocked = PipelineStatus("locked")
708709
)
709710

710711
func (enum PipelineStatus) String() string {
@@ -722,6 +723,7 @@ func (enum PipelineStatus) Values() []PipelineStatus {
722723
"error",
723724
"pending",
724725
"warning",
726+
"locked",
725727
}
726728
}
727729

0 commit comments

Comments
 (0)