BareMetalAdminDrainingMachineResponse

data class BareMetalAdminDrainingMachineResponse(val nodeIp: String, val podCount: Int)

BareMetalAdminDrainingMachine represents the machines that are currently draining.

Constructors

Link copied to clipboard
constructor(nodeIp: String, podCount: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Draining machine IP address.

Link copied to clipboard

The count of pods yet to drain.