NodeDaemonEndpoints

io.k8s.api.core.v1.NodeDaemonEndpoints
See theNodeDaemonEndpoints companion object
final case class NodeDaemonEndpoints(kubeletEndpoint: Option[DaemonEndpoint])

NodeDaemonEndpoints lists ports opened by daemons running on the Node.

Attributes

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

Members list

Concise view

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

Attributes

Source:
NodeDaemonEndpoints.scala

Returns a new data with kubeletEndpoint set to new value

Returns a new data with kubeletEndpoint set to new value

Attributes

Source:
NodeDaemonEndpoints.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product