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 {
2121 // Ready determines if the server is started and ready to recieve resource configurations.
2222 rpc Ready (ReadyRequest ) returns (ReadyResponse );
2323
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.
2626 rpc ValidateConfig (ValidateConfigRequest ) returns (ValidateConfigResponse );
2727}
2828
@@ -68,4 +68,5 @@ message ValidateConfigRequest {
6868
6969message ValidateConfigResponse {
7070 repeated string dependencies = 1 ;
71+ repeated string optional_dependencies = 2 ;
7172}
You can’t perform that action at this time.
0 commit comments