fix: correct spelling in error messages and documentation (#2840)

This commit is contained in:
Tyler White
2025-06-13 17:56:11 -04:00
committed by GitHub
parent 6d954bcbf4
commit 7e40cd4637
6 changed files with 7 additions and 7 deletions
@@ -15051,7 +15051,7 @@
"description": "DeviceClassSpec is used in a [DeviceClass] to define what can be allocated and how to configure it.",
"properties": {
"config": {
"description": "Config defines configuration parameters that apply to each device that is claimed via this class. Some classses may potentially be satisfied by multiple drivers, so each instance of a vendor configuration applies to exactly one driver.\n\nThey are passed to the driver, but are not considered while allocating the claim.",
"description": "Config defines configuration parameters that apply to each device that is claimed via this class. Some classes may potentially be satisfied by multiple drivers, so each instance of a vendor configuration applies to exactly one driver.\n\nThey are passed to the driver, but are not considered while allocating the claim.",
"items": {
"$ref": "#/definitions/io.k8s.api.resource.v1alpha3.DeviceClassConfiguration"
},
@@ -15884,7 +15884,7 @@
"description": "DeviceClassSpec is used in a [DeviceClass] to define what can be allocated and how to configure it.",
"properties": {
"config": {
"description": "Config defines configuration parameters that apply to each device that is claimed via this class. Some classses may potentially be satisfied by multiple drivers, so each instance of a vendor configuration applies to exactly one driver.\n\nThey are passed to the driver, but are not considered while allocating the claim.",
"description": "Config defines configuration parameters that apply to each device that is claimed via this class. Some classes may potentially be satisfied by multiple drivers, so each instance of a vendor configuration applies to exactly one driver.\n\nThey are passed to the driver, but are not considered while allocating the claim.",
"items": {
"$ref": "#/definitions/io.k8s.api.resource.v1beta1.DeviceClassConfiguration"
},