kubernetes_asyncio.client.models.v1beta2_opaque_device_configuration module
Kubernetes
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: v1.34.3 Generated by: https://openapi-generator.tech
- class kubernetes_asyncio.client.models.v1beta2_opaque_device_configuration.V1beta2OpaqueDeviceConfiguration(driver=None, parameters=None, local_vars_configuration=None)
Bases:
objectNOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'driver': 'driver', 'parameters': 'parameters'}
- property driver
Gets the driver of this V1beta2OpaqueDeviceConfiguration. # noqa: E501
Driver is used to determine which kubelet plugin needs to be passed these configuration parameters. An admission policy provided by the driver developer could use this to decide whether it needs to validate them. Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver. # noqa: E501
- Returns:
The driver of this V1beta2OpaqueDeviceConfiguration. # noqa: E501
- Return type:
str
- openapi_types = {'driver': 'str', 'parameters': 'object'}
- property parameters
Gets the parameters of this V1beta2OpaqueDeviceConfiguration. # noqa: E501
Parameters can contain arbitrary data. It is the responsibility of the driver developer to handle validation and versioning. Typically this includes self-identification and a version (“kind” + “apiVersion” for Kubernetes types), with conversion between different versions. The length of the raw data must be smaller or equal to 10 Ki. # noqa: E501
- Returns:
The parameters of this V1beta2OpaqueDeviceConfiguration. # noqa: E501
- Return type:
object
- to_dict(serialize=False)
Returns the model properties as a dict
- to_str()
Returns the string representation of the model