NodeDaemonEndpoints

final case class NodeDaemonEndpoints(kubeletEndpoint: Option[DaemonEndpoint])

NodeDaemonEndpoints lists ports opened by daemons running on the Node.

Companion:
object
Source:
NodeDaemonEndpoints.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

if kubeletEndpoint has a value, transforms to the result of function

if kubeletEndpoint has a value, transforms to the result of function

Source:
NodeDaemonEndpoints.scala

Returns a new data with kubeletEndpoint set to new value

Returns a new data with kubeletEndpoint set to new value

Source:
NodeDaemonEndpoints.scala

Inherited methods

Inherited from:
Product