Commit 9c772a28 authored by danielqsj's avatar danielqsj

update generated files

parent f07b9b6a
......@@ -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"
}
},
......@@ -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.
......
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