Uses of Class
io.kubernetes.client.openapi.models.V1beta2AllocatedDeviceStatus
Packages that use V1beta2AllocatedDeviceStatus
-
Uses of V1beta2AllocatedDeviceStatus in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta2AllocatedDeviceStatusModifier and TypeMethodDescriptionV1beta2AllocatedDeviceStatus.addConditionsItem(V1Condition conditionsItem) V1beta2AllocatedDeviceStatus.conditions(List<V1Condition> conditions) V1beta2AllocatedDeviceStatus.networkData(V1beta2NetworkDeviceData networkData) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta2AllocatedDeviceStatusModifier and TypeMethodDescriptionV1beta2ResourceClaimStatus.getDevices()Devices contains the status of each device allocated for this claim, as reported by the driver.Methods in io.kubernetes.client.openapi.models with parameters of type V1beta2AllocatedDeviceStatusModifier and TypeMethodDescriptionV1beta2ResourceClaimStatus.addDevicesItem(V1beta2AllocatedDeviceStatus devicesItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta2AllocatedDeviceStatusModifier and TypeMethodDescriptionV1beta2ResourceClaimStatus.devices(List<V1beta2AllocatedDeviceStatus> devices) voidV1beta2ResourceClaimStatus.setDevices(List<V1beta2AllocatedDeviceStatus> devices)