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
Inherited
- Not inherited
- Product
In this article