Class OpaqueDeviceConfiguration

    • Constructor Detail

      • OpaqueDeviceConfiguration

        public OpaqueDeviceConfiguration()
        No args constructor for use in serialization
      • OpaqueDeviceConfiguration

        public OpaqueDeviceConfiguration​(String driver,
                                         Object parameters)
    • Method Detail

      • getDriver

        public String 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. It should use only lower case characters.

      • setDriver

        public void setDriver​(String driver)
        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. It should use only lower case characters.

      • getParameters

        public Object getParameters()
        OpaqueDeviceConfiguration contains configuration parameters for a driver in a format defined by the driver vendor.
      • setParameters

        public void setParameters​(Object parameters)
        OpaqueDeviceConfiguration contains configuration parameters for a driver in a format defined by the driver vendor.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)