File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ service ModuleService {
21
21
// Ready determines if the server is started and ready to recieve resource configurations.
22
22
rpc Ready (ReadyRequest ) returns (ReadyResponse );
23
23
24
- // ValidateConfig determines whether the given config is valid and registers/returns implicit
25
- // dependencies.
24
+ // ValidateConfig determines whether the given config is valid and registers/returns
25
+ // both required and optional implicit dependencies.
26
26
rpc ValidateConfig (ValidateConfigRequest ) returns (ValidateConfigResponse );
27
27
}
28
28
@@ -68,4 +68,5 @@ message ValidateConfigRequest {
68
68
69
69
message ValidateConfigResponse {
70
70
repeated string dependencies = 1 ;
71
+ repeated string optional_dependencies = 2 ;
71
72
}
You can’t perform that action at this time.
0 commit comments