mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 18:24:07 +00:00
generated
This commit is contained in:
parent
80c02b6380
commit
b61487962b
2
api/openapi-spec/swagger.json
generated
2
api/openapi-spec/swagger.json
generated
@ -17401,7 +17401,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"conditions",
|
|
||||||
"acceptedNames",
|
"acceptedNames",
|
||||||
"storedVersions"
|
"storedVersions"
|
||||||
],
|
],
|
||||||
@ -18030,7 +18029,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"conditions",
|
|
||||||
"acceptedNames",
|
"acceptedNames",
|
||||||
"storedVersions"
|
"storedVersions"
|
||||||
],
|
],
|
||||||
|
@ -221,6 +221,7 @@ message CustomResourceDefinitionSpec {
|
|||||||
// CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition
|
// CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition
|
||||||
message CustomResourceDefinitionStatus {
|
message CustomResourceDefinitionStatus {
|
||||||
// Conditions indicate state for particular aspects of a CustomResourceDefinition
|
// Conditions indicate state for particular aspects of a CustomResourceDefinition
|
||||||
|
// +optional
|
||||||
repeated CustomResourceDefinitionCondition conditions = 1;
|
repeated CustomResourceDefinitionCondition conditions = 1;
|
||||||
|
|
||||||
// AcceptedNames are the names that are actually being used to serve discovery
|
// AcceptedNames are the names that are actually being used to serve discovery
|
||||||
|
@ -260,6 +260,7 @@ message CustomResourceDefinitionSpec {
|
|||||||
// CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition
|
// CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition
|
||||||
message CustomResourceDefinitionStatus {
|
message CustomResourceDefinitionStatus {
|
||||||
// Conditions indicate state for particular aspects of a CustomResourceDefinition
|
// Conditions indicate state for particular aspects of a CustomResourceDefinition
|
||||||
|
// +optional
|
||||||
repeated CustomResourceDefinitionCondition conditions = 1;
|
repeated CustomResourceDefinitionCondition conditions = 1;
|
||||||
|
|
||||||
// AcceptedNames are the names that are actually being used to serve discovery
|
// AcceptedNames are the names that are actually being used to serve discovery
|
||||||
|
Loading…
Reference in New Issue
Block a user