BareMetalDrainingMachineResponse

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

Represents a machine that is 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.