mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
update generated files
This commit is contained in:
parent
f07b9b6a3c
commit
9c772a2855
2
api/openapi-spec/swagger.json
generated
2
api/openapi-spec/swagger.json
generated
@ -16320,7 +16320,7 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"type": {
|
"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"
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -140,7 +140,7 @@ message CustomResourceDefinition {
|
|||||||
|
|
||||||
// CustomResourceDefinitionCondition contains details for the current condition of this pod.
|
// CustomResourceDefinitionCondition contains details for the current condition of this pod.
|
||||||
message CustomResourceDefinitionCondition {
|
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;
|
optional string type = 1;
|
||||||
|
|
||||||
// Status is the status of the condition.
|
// Status is the status of the condition.
|
||||||
|
Loading…
Reference in New Issue
Block a user