NodeDaemonEndpointsArgs

data class NodeDaemonEndpointsArgs(val kubeletEndpoint: Output<DaemonEndpointArgs>? = null) : ConvertibleToJava<NodeDaemonEndpointsArgs>

NodeDaemonEndpoints lists ports opened by daemons running on the Node.

Constructors

Link copied to clipboard
fun NodeDaemonEndpointsArgs(kubeletEndpoint: Output<DaemonEndpointArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): NodeDaemonEndpointsArgs

Properties

Link copied to clipboard
val kubeletEndpoint: Output<DaemonEndpointArgs>? = null

Endpoint on which Kubelet is listening.