Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed Dec 12, 2023
1 parent a82dd64 commit 0c6bb40
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 109 deletions.
146 changes: 49 additions & 97 deletions pkg/apis/v1/product_option.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 8 additions & 12 deletions proto/metalstack/io/accounting/api/v1/product_option.proto
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ service ProductOptionService {

message ProductOptionReport {
Report report = 1;
google.protobuf.Timestamp start = 2;
google.protobuf.Timestamp end = 3;
ProductOption id = 4;
ProductOption id = 2;
}

message ProductOptionUsageRequest {
Expand All @@ -49,15 +47,13 @@ message ProductOptionUsage {
string projectid = 3;
string clusterid = 4;
string clustername = 5;
google.protobuf.Timestamp start = 6;
google.protobuf.Timestamp end = 7;
google.protobuf.Duration lifetime = 8;
ProductOption id = 9;
string projectname = 10;
repeated string annotations = 11;
string tenantname = 12;
string contractnumber = 13;
string debtorid = 14;
google.protobuf.Duration lifetime = 6;
ProductOption id = 7;
string projectname = 8;
repeated string annotations = 9;
string tenantname = 10;
string contractnumber = 11;
string debtorid = 12;
}

message ProductOptionUsageAccumuluated {
Expand Down

0 comments on commit 0c6bb40

Please sign in to comment.