diff --git a/pkg/apis/manager/v1alpha3/api.proto b/pkg/apis/manager/v1alpha3/api.proto index 0137eb669d2..f740cbcdf2b 100644 --- a/pkg/apis/manager/v1alpha3/api.proto +++ b/pkg/apis/manager/v1alpha3/api.proto @@ -1,5 +1,5 @@ /** - * Katib API + * Katib API v1alpha3 */ syntax = "proto3"; @@ -39,7 +39,7 @@ service Suggestion { } service EarlyStopping { -//TODO +//TODO: This feature is not yet fully implemented. } /** @@ -99,7 +99,7 @@ message AlgorithmSetting { } message EarlyStoppingSpec { -//TODO +//TODO: This feature is not yet fully implemented. } message AlgorithmSpec {