mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 02:11:09 +00:00
Update generated files
This commit is contained in:
parent
64182b2d7a
commit
35eb667e32
2
api/openapi-spec/swagger.json
generated
2
api/openapi-spec/swagger.json
generated
@ -7065,7 +7065,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"io.k8s.api.core.v1.PersistentVolumeClaimCondition": {
|
"io.k8s.api.core.v1.PersistentVolumeClaimCondition": {
|
||||||
"description": "PersistentVolumeClaimCondition contails details about state of pvc",
|
"description": "PersistentVolumeClaimCondition contains details about state of pvc",
|
||||||
"properties": {
|
"properties": {
|
||||||
"lastProbeTime": {
|
"lastProbeTime": {
|
||||||
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time",
|
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time",
|
||||||
|
@ -4055,7 +4055,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"io.k8s.api.core.v1.PersistentVolumeClaimCondition": {
|
"io.k8s.api.core.v1.PersistentVolumeClaimCondition": {
|
||||||
"description": "PersistentVolumeClaimCondition contails details about state of pvc",
|
"description": "PersistentVolumeClaimCondition contains details about state of pvc",
|
||||||
"properties": {
|
"properties": {
|
||||||
"lastProbeTime": {
|
"lastProbeTime": {
|
||||||
"allOf": [
|
"allOf": [
|
||||||
|
@ -2973,7 +2973,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"io.k8s.api.core.v1.PersistentVolumeClaimCondition": {
|
"io.k8s.api.core.v1.PersistentVolumeClaimCondition": {
|
||||||
"description": "PersistentVolumeClaimCondition contails details about state of pvc",
|
"description": "PersistentVolumeClaimCondition contains details about state of pvc",
|
||||||
"properties": {
|
"properties": {
|
||||||
"lastProbeTime": {
|
"lastProbeTime": {
|
||||||
"allOf": [
|
"allOf": [
|
||||||
|
2
pkg/generated/openapi/zz_generated.openapi.go
generated
2
pkg/generated/openapi/zz_generated.openapi.go
generated
@ -21597,7 +21597,7 @@ func schema_k8sio_api_core_v1_PersistentVolumeClaimCondition(ref common.Referenc
|
|||||||
return common.OpenAPIDefinition{
|
return common.OpenAPIDefinition{
|
||||||
Schema: spec.Schema{
|
Schema: spec.Schema{
|
||||||
SchemaProps: spec.SchemaProps{
|
SchemaProps: spec.SchemaProps{
|
||||||
Description: "PersistentVolumeClaimCondition contails details about state of pvc",
|
Description: "PersistentVolumeClaimCondition contains details about state of pvc",
|
||||||
Type: []string{"object"},
|
Type: []string{"object"},
|
||||||
Properties: map[string]spec.Schema{
|
Properties: map[string]spec.Schema{
|
||||||
"type": {
|
"type": {
|
||||||
|
@ -2723,7 +2723,7 @@ message PersistentVolumeClaim {
|
|||||||
optional PersistentVolumeClaimStatus status = 3;
|
optional PersistentVolumeClaimStatus status = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
// PersistentVolumeClaimCondition contails details about state of pvc
|
// PersistentVolumeClaimCondition contains details about state of pvc
|
||||||
message PersistentVolumeClaimCondition {
|
message PersistentVolumeClaimCondition {
|
||||||
optional string type = 1;
|
optional string type = 1;
|
||||||
|
|
||||||
|
@ -1306,7 +1306,7 @@ func (PersistentVolumeClaim) SwaggerDoc() map[string]string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var map_PersistentVolumeClaimCondition = map[string]string{
|
var map_PersistentVolumeClaimCondition = map[string]string{
|
||||||
"": "PersistentVolumeClaimCondition contails details about state of pvc",
|
"": "PersistentVolumeClaimCondition contains details about state of pvc",
|
||||||
"lastProbeTime": "lastProbeTime is the time we probed the condition.",
|
"lastProbeTime": "lastProbeTime is the time we probed the condition.",
|
||||||
"lastTransitionTime": "lastTransitionTime is the time the condition transitioned from one status to another.",
|
"lastTransitionTime": "lastTransitionTime is the time the condition transitioned from one status to another.",
|
||||||
"reason": "reason is a unique, this should be a short, machine understandable string that gives the reason for condition's last transition. If it reports \"ResizeStarted\" that means the underlying persistent volume is being resized.",
|
"reason": "reason is a unique, this should be a short, machine understandable string that gives the reason for condition's last transition. If it reports \"ResizeStarted\" that means the underlying persistent volume is being resized.",
|
||||||
|
Loading…
Reference in New Issue
Block a user