mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +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": [
|
||||
"conditions",
|
||||
"acceptedNames",
|
||||
"storedVersions"
|
||||
],
|
||||
@ -18030,7 +18029,6 @@
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"conditions",
|
||||
"acceptedNames",
|
||||
"storedVersions"
|
||||
],
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user