ds

package
v0.16.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 26, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

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

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL