We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ed6442 + 471a4d1 commit 4c703d1Copy full SHA for 4c703d1
proto/jumpstarter/client/v1/client.proto
@@ -79,8 +79,8 @@ message Lease {
79
80
string name = 1 [(google.api.field_behavior) = IDENTIFIER];
81
82
- jumpstarter.v1.LabelSelector selector = 2 [
83
- (google.api.field_behavior) = OPTIONAL,
+ string selector = 2 [
+ (google.api.field_behavior) = REQUIRED,
84
(google.api.field_behavior) = IMMUTABLE
85
];
86
google.protobuf.Duration duration = 3 [(google.api.field_behavior) = REQUIRED];
0 commit comments