Skip to content

Commit 4c703d1

Browse files
authored
Merge pull request #18 from jumpstarter-dev/client-svc-lease
Lease: make selector a required field, change type to string
2 parents 8ed6442 + 471a4d1 commit 4c703d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proto/jumpstarter/client/v1/client.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ message Lease {
7979

8080
string name = 1 [(google.api.field_behavior) = IDENTIFIER];
8181

82-
jumpstarter.v1.LabelSelector selector = 2 [
83-
(google.api.field_behavior) = OPTIONAL,
82+
string selector = 2 [
83+
(google.api.field_behavior) = REQUIRED,
8484
(google.api.field_behavior) = IMMUTABLE
8585
];
8686
google.protobuf.Duration duration = 3 [(google.api.field_behavior) = REQUIRED];

0 commit comments

Comments
 (0)