Unverified Commit 2b9c9154 authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

Merge pull request #74012 from danielqsj/dep

update generated files
parents 6f6f8bdf 13935986
...@@ -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