mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-12 12:48:51 +00:00
Fix typo
This commit is contained in:
4
api/openapi-spec/swagger.json
generated
4
api/openapi-spec/swagger.json
generated
@@ -92492,7 +92492,7 @@
|
||||
"description": "VolumeError captures an error encountered during a volume operation.",
|
||||
"properties": {
|
||||
"message": {
|
||||
"description": "String detailing the error encountered during Attach or Detach operation. This string maybe logged, so it should not contain sensitive information.",
|
||||
"description": "String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.",
|
||||
"type": "string"
|
||||
},
|
||||
"time": {
|
||||
@@ -92870,7 +92870,7 @@
|
||||
"description": "VolumeError captures an error encountered during a volume operation.",
|
||||
"properties": {
|
||||
"message": {
|
||||
"description": "String detailing the error encountered during Attach or Detach operation. This string maybe logged, so it should not contain sensitive information.",
|
||||
"description": "String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.",
|
||||
"type": "string"
|
||||
},
|
||||
"time": {
|
||||
|
2
api/swagger-spec/storage.k8s.io_v1.json
generated
2
api/swagger-spec/storage.k8s.io_v1.json
generated
@@ -2255,7 +2255,7 @@
|
||||
},
|
||||
"message": {
|
||||
"type": "string",
|
||||
"description": "String detailing the error encountered during Attach or Detach operation. This string maybe logged, so it should not contain sensitive information."
|
||||
"description": "String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
2
api/swagger-spec/storage.k8s.io_v1beta1.json
generated
2
api/swagger-spec/storage.k8s.io_v1beta1.json
generated
@@ -2093,7 +2093,7 @@
|
||||
},
|
||||
"message": {
|
||||
"type": "string",
|
||||
"description": "String detailing the error encountered during Attach or Detach operation. This string maybe logged, so it should not contain sensitive information."
|
||||
"description": "String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user