NodeDaemonEndpoints

com.coralogix.zio.k8s.model.core.v1.NodeDaemonEndpoints
See theNodeDaemonEndpoints companion object
case class NodeDaemonEndpoints(kubeletEndpoint: Optional[DaemonEndpoint])

NodeDaemonEndpoints lists ports opened by daemons running on the Node.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Gets kubeletEndpoint.

Gets kubeletEndpoint.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product