Update proto

This commit is contained in:
mbohlool 2017-05-31 23:34:00 -07:00
parent c2f2a33dc5
commit 63e3e84e7e

View File

@ -105,6 +105,8 @@ message APIServiceSpec {
message APIServiceStatus {
// Current service state of apiService.
// +optional
// +patchMergeKey=type
// +patchStrategy=merge
repeated APIServiceCondition conditions = 1;
}