Uses of Class
io.fabric8.kubernetes.api.model.resource.v1beta2.NetworkDeviceData
-
Packages that use NetworkDeviceData Package Description io.fabric8.kubernetes.api.model.resource.v1beta2 -
-
Uses of NetworkDeviceData in io.fabric8.kubernetes.api.model.resource.v1beta2
Methods in io.fabric8.kubernetes.api.model.resource.v1beta2 that return NetworkDeviceData Modifier and Type Method Description NetworkDeviceDataNetworkDeviceDataBuilder. build()NetworkDeviceDataAllocatedDeviceStatusFluent. buildNetworkData()NetworkDeviceDataAllocatedDeviceStatus. getNetworkData()AllocatedDeviceStatus contains the status of an allocated device, if the driver chooses to report it.Methods in io.fabric8.kubernetes.api.model.resource.v1beta2 with parameters of type NetworkDeviceData Modifier and Type Method Description protected voidNetworkDeviceDataFluent. copyInstance(NetworkDeviceData instance)AllocatedDeviceStatusFluent.NetworkDataNested<A>AllocatedDeviceStatusFluent. editOrNewNetworkDataLike(NetworkDeviceData item)voidAllocatedDeviceStatus. setNetworkData(NetworkDeviceData networkData)AllocatedDeviceStatus contains the status of an allocated device, if the driver chooses to report it.AAllocatedDeviceStatusFluent. withNetworkData(NetworkDeviceData networkData)AllocatedDeviceStatusFluent.NetworkDataNested<A>AllocatedDeviceStatusFluent. withNewNetworkDataLike(NetworkDeviceData item)Constructors in io.fabric8.kubernetes.api.model.resource.v1beta2 with parameters of type NetworkDeviceData Constructor Description AllocatedDeviceStatus(List<io.fabric8.kubernetes.api.model.Condition> conditions, Object data, String device, String driver, NetworkDeviceData networkData, String pool, String shareID)NetworkDeviceDataBuilder(NetworkDeviceData instance)NetworkDeviceDataBuilder(NetworkDeviceDataFluent<?> fluent, NetworkDeviceData instance)NetworkDeviceDataFluent(NetworkDeviceData instance)
-