NodeDaemonEndpoints

case class NodeDaemonEndpoints(kubeletEndpoint: Optional[DaemonEndpoint])

NodeDaemonEndpoints lists ports opened by daemons running on the Node.

NodeDaemonEndpoints lists ports opened by daemons running on the Node.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Gets kubeletEndpoint.

Gets kubeletEndpoint.

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

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product