generated

This commit is contained in:
Haowei Cai 2019-08-13 16:48:13 -07:00
parent 80c02b6380
commit b61487962b
3 changed files with 2 additions and 2 deletions

View File

@ -17401,7 +17401,6 @@
}
},
"required": [
"conditions",
"acceptedNames",
"storedVersions"
],
@ -18030,7 +18029,6 @@
}
},
"required": [
"conditions",
"acceptedNames",
"storedVersions"
],

View File

@ -221,6 +221,7 @@ message CustomResourceDefinitionSpec {
// CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition
message CustomResourceDefinitionStatus {
// Conditions indicate state for particular aspects of a CustomResourceDefinition
// +optional
repeated CustomResourceDefinitionCondition conditions = 1;
// AcceptedNames are the names that are actually being used to serve discovery

View File

@ -260,6 +260,7 @@ message CustomResourceDefinitionSpec {
// CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition
message CustomResourceDefinitionStatus {
// Conditions indicate state for particular aspects of a CustomResourceDefinition
// +optional
repeated CustomResourceDefinitionCondition conditions = 1;
// AcceptedNames are the names that are actually being used to serve discovery