provider

package
v0.23.0 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2024 License: MIT Imports: 40 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(version string) provider.Provider

func NewAuthMetadataDataSource added in v0.16.0

func NewAuthMetadataDataSource() datasource.DataSource

func NewBurnAlertResource added in v0.16.0

func NewBurnAlertResource() resource.Resource

func NewDerivedColumnDataSource

func NewDerivedColumnDataSource() datasource.DataSource

func NewDerivedColumnsDataSource

func NewDerivedColumnsDataSource() datasource.DataSource

func NewQueryResource added in v0.23.0

func NewQueryResource() resource.Resource

func NewSLODataSource added in v0.16.0

func NewSLODataSource() datasource.DataSource

func NewSLOsDataSource added in v0.16.0

func NewSLOsDataSource() datasource.DataSource

func NewTriggerResource

func NewTriggerResource() resource.Resource

Types

type HoneycombioProvider

type HoneycombioProvider struct {
	// contains filtered or unexported fields
}

func (*HoneycombioProvider) Configure

func (*HoneycombioProvider) DataSources

func (p *HoneycombioProvider) DataSources(ctx context.Context) []func() datasource.DataSource

func (*HoneycombioProvider) Metadata

func (*HoneycombioProvider) Resources

func (p *HoneycombioProvider) Resources(ctx context.Context) []func() resource.Resource

func (*HoneycombioProvider) Schema

type HoneycombioProviderModel

type HoneycombioProviderModel struct {
	APIKey types.String `tfsdk:"api_key"`
	APIUrl types.String `tfsdk:"api_url"`
	Debug  types.Bool   `tfsdk:"debug"`
}

HoneycombioProviderModel describes the provider data model.

Jump to

Keyboard shortcuts

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