NodeDaemonEndpoints

data class NodeDaemonEndpoints(val kubeletEndpoint: DaemonEndpoint? = null)

NodeDaemonEndpoints lists ports opened by daemons running on the Node.

Constructors

Link copied to clipboard
constructor(kubeletEndpoint: DaemonEndpoint? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Endpoint on which Kubelet is listening.