NetworkDeviceData

io.k8s.api.resource.v1alpha3.NetworkDeviceData
See theNetworkDeviceData companion object

NetworkDeviceData provides network-related details for the allocated device. This information may be filled by drivers or other components to configure or identify the device within a network context.

Attributes

Companion
object
Source
NetworkDeviceData.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Inherited
  • Not inherited
  • Product

Value members

Concrete methods

Appends new values to ips

Appends new values to ips

Attributes

Source
NetworkDeviceData.scala

if hardwareAddress has a value, transforms to the result of function

if hardwareAddress has a value, transforms to the result of function

Attributes

Source
NetworkDeviceData.scala

if interfaceName has a value, transforms to the result of function

if interfaceName has a value, transforms to the result of function

Attributes

Source
NetworkDeviceData.scala

if ips has a value, transforms to the result of function

if ips has a value, transforms to the result of function

Attributes

Source
NetworkDeviceData.scala

Returns a new data with hardwareAddress set to new value

Returns a new data with hardwareAddress set to new value

Attributes

Source
NetworkDeviceData.scala

Returns a new data with interfaceName set to new value

Returns a new data with interfaceName set to new value

Attributes

Source
NetworkDeviceData.scala

Returns a new data with ips set to new value

Returns a new data with ips set to new value

Attributes

Source
NetworkDeviceData.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product