NodeDaemonEndpointsPatch

data class NodeDaemonEndpointsPatch(val kubeletEndpoint: DaemonEndpointPatch? = null)

NodeDaemonEndpoints lists ports opened by daemons running on the Node.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Endpoint on which Kubelet is listening.