add ListWorkflowTemplateVersions

This commit is contained in:
rushtehrani
2019-12-12 17:54:45 -08:00
parent 87c9d20f4d
commit b0f150a49b
9 changed files with 409 additions and 41 deletions

View File

@@ -26,6 +26,12 @@ service WorkflowService {
get: "/apis/v1beta1/{namespace}/workflow_templates/{uid}"
};
}
rpc ListWorkflowTemplateVersions (ListWorkflowTemplateVersionsRequest) returns (ListWorkflowTemplateVersionsResponse) {
option (google.api.http) = {
get: "/apis/v1beta1/{namespace}/workflow_templates/{uid}/versions"
};
}
}
message CreateWorkflowRequest {