Skip to content

Commit

Permalink
Mark NamedEntityState reserved enum values (#5975)
Browse files Browse the repository at this point in the history
Signed-off-by: Katrina Rogan <[email protected]>
  • Loading branch information
katrogan authored Nov 8, 2024
1 parent b5f23a6 commit 25cfe16
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 16 deletions.
9 changes: 9 additions & 0 deletions flyteidl/clients/go/assets/admin.swagger.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 15 additions & 14 deletions flyteidl/gen/pb-go/flyteidl/admin/common.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flyteidl/gen/pb_python/flyteidl/admin/common_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions flyteidl/protos/flyteidl/admin/common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ message NamedEntityIdentifier {

// The status of the named entity is used to control its visibility in the UI.
enum NamedEntityState {
reserved 3, 4;
// By default, all named entities are considered active and under development.
NAMED_ENTITY_ACTIVE = 0;

Expand Down

0 comments on commit 25cfe16

Please sign in to comment.