Skip to content

Commit

Permalink
Added version number and TODO descriptions to API proto. (#1017)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahmaddox authored and k8s-ci-robot committed Jan 16, 2020
1 parent b323afc commit 92759fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/apis/manager/v1alpha3/api.proto
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Katib API
* Katib API v1alpha3
*/
syntax = "proto3";

Expand Down Expand Up @@ -39,7 +39,7 @@ service Suggestion {
}

service EarlyStopping {
//TODO
//TODO: This feature is not yet fully implemented.
}

/**
Expand Down Expand Up @@ -99,7 +99,7 @@ message AlgorithmSetting {
}

message EarlyStoppingSpec {
//TODO
//TODO: This feature is not yet fully implemented.
}

message AlgorithmSpec {
Expand Down

0 comments on commit 92759fd

Please sign in to comment.