Class V1alpha3OpaqueDeviceConfiguration
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1alpha3OpaqueDeviceConfiguration
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1alpha3OpaqueDeviceConfiguration
extends Object
OpaqueDeviceConfiguration contains configuration parameters for a driver in a format defined by the driver vendor.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet driver in a chainable fashion.boolean
Driver is used to determine which kubelet plugin needs to be passed these configuration parameters.Parameters can contain arbitrary data.int
hashCode()
parameters
(Object parameters) Set parameters in a chainable fashion.void
Set the driver property valuevoid
setParameters
(Object parameters) Set the parameters property valuetoString()
-
Field Details
-
JSON_PROPERTY_DRIVER
- See Also:
-
JSON_PROPERTY_PARAMETERS
- See Also:
-
-
Constructor Details
-
V1alpha3OpaqueDeviceConfiguration
-
-
Method Details
-
getDriver
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.- Returns:
- the driver property value
-
setDriver
Set the driver property value- Parameters:
driver
- property value to set
-
driver
Set driver in a chainable fashion.- Returns:
- The same instance of V1alpha3OpaqueDeviceConfiguration for chaining.
-
getParameters
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.- Returns:
- the parameters property value
-
setParameters
Set the parameters property value- Parameters:
parameters
- property value to set
-
parameters
Set parameters in a chainable fashion.- Returns:
- The same instance of V1alpha3OpaqueDeviceConfiguration for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-