mirror of https://github.com/k3s-io/k3s
commit
2b9c9154b5
|
@ -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 {
|
||||||
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;
|
||||||
|
|
Loading…
Reference in New Issue