update generated files

This commit is contained in:
danielqsj 2019-03-30 14:52:50 +08:00
parent f07b9b6a3c
commit 9c772a2855
2 changed files with 2 additions and 2 deletions

View File

@ -16320,7 +16320,7 @@
"type": "string"
},
"type": {
"description": "Type is the type of the condition.",
"description": "Type is the type of the condition. Types include Established, NamesAccepted and Terminating.",
"type": "string"
}
},

View File

@ -140,7 +140,7 @@ message CustomResourceDefinition {
// CustomResourceDefinitionCondition contains details for the current condition of this pod.
message CustomResourceDefinitionCondition {
// Type is the type of the condition.
// Type is the type of the condition. Types include Established, NamesAccepted and Terminating.
optional string type = 1;
// Status is the status of the condition.