Commit 13935986 authored by danielqsj's avatar danielqsj

update generated files

parent a92729a3
...@@ -40,6 +40,7 @@ message APIService { ...@@ -40,6 +40,7 @@ message APIService {
optional APIServiceStatus status = 3; optional APIServiceStatus status = 3;
} }
// APIServiceCondition describes the state of an APIService at a particular point
message APIServiceCondition { message APIServiceCondition {
// Type is the type of the condition. // Type is the type of the condition.
optional string type = 1; optional string type = 1;
......
...@@ -40,6 +40,7 @@ message APIService { ...@@ -40,6 +40,7 @@ message APIService {
optional APIServiceStatus status = 3; optional APIServiceStatus status = 3;
} }
// APIServiceCondition describes the state of an APIService at a particular point
message APIServiceCondition { message APIServiceCondition {
// Type is the type of the condition. // Type is the type of the condition.
optional string type = 1; optional string type = 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment