NodeConfigSource constructor

const NodeConfigSource({
  1. ConfigMapNodeConfigSource? configMap,
})

Default constructor.

Implementation

const NodeConfigSource({
  this.configMap,
});