NodeDaemonEndpoints constructor

const NodeDaemonEndpoints({
  1. DaemonEndpoint? kubeletEndpoint,
})

Default constructor.

Implementation

const NodeDaemonEndpoints({
  this.kubeletEndpoint,
});