io.k8s.api.resource.v1alpha3.NetworkDeviceData
See theNetworkDeviceData companion object
final case class NetworkDeviceData(hardwareAddress: Option[String], interfaceName: Option[String], ips: Option[Seq[String]])
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
Members list
Value members
Concrete methods
Appends new values to ips
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
Returns a new data with hardwareAddress set to new value
Returns a new data with interfaceName set to new value
Returns a new data with ips set to new value
In this article