 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataSourceWithLifecycle ¶
type DataSourceWithLifecycle interface {
	datasource.DataSource
	Init(c datasource.ConfigProvider) error
	io.Closer
}
    DataSourceWithLifecycle represents an external data source that implements the methods needed by the data source as well as lifecycle methods to handle initialization and clean up.
       Directories
      ¶
      Directories
      ¶
    
    | Path | Synopsis | 
|---|---|
| Package exec provides a data source implementation that can execute external commands and return its standard output for import or importstr use. | Package exec provides a data source implementation that can execute external commands and return its standard output for import or importstr use. | 
| Package factory provides a mechanism to create data sources from URLs with custom schemes. | Package factory provides a mechanism to create data sources from URLs with custom schemes. | 
| Package helm3 provides a data source implementation that can extract k8s objects out of helm3 charts | Package helm3 provides a data source implementation that can extract k8s objects out of helm3 charts | 
 Click to show internal directories. 
   Click to hide internal directories.