Documentation
¶
Index ¶
- func New(version string) func() provider.Provider
- type CortexCloudProvider
- func (p *CortexCloudProvider) Configure(ctx context.Context, req provider.ConfigureRequest, ...)
- func (p *CortexCloudProvider) DataSources(ctx context.Context) []func() datasource.DataSource
- func (p *CortexCloudProvider) EphemeralResources(ctx context.Context) []func() ephemeral.EphemeralResource
- func (p *CortexCloudProvider) Metadata(_ context.Context, _ provider.MetadataRequest, resp *provider.MetadataResponse)
- func (p *CortexCloudProvider) Resources(ctx context.Context) []func() resource.Resource
- func (p *CortexCloudProvider) Schema(ctx context.Context, req provider.SchemaRequest, resp *provider.SchemaResponse)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CortexCloudProvider ¶
type CortexCloudProvider struct {
// contains filtered or unexported fields
}
CortexCloudProvider is the provider implementation.
func (*CortexCloudProvider) Configure ¶
func (p *CortexCloudProvider) Configure(ctx context.Context, req provider.ConfigureRequest, resp *provider.ConfigureResponse)
func (*CortexCloudProvider) DataSources ¶
func (p *CortexCloudProvider) DataSources(ctx context.Context) []func() datasource.DataSource
func (*CortexCloudProvider) EphemeralResources ¶
func (p *CortexCloudProvider) EphemeralResources(ctx context.Context) []func() ephemeral.EphemeralResource
func (*CortexCloudProvider) Metadata ¶
func (p *CortexCloudProvider) Metadata(_ context.Context, _ provider.MetadataRequest, resp *provider.MetadataResponse)
func (*CortexCloudProvider) Resources ¶
func (p *CortexCloudProvider) Resources(ctx context.Context) []func() resource.Resource
func (*CortexCloudProvider) Schema ¶
func (p *CortexCloudProvider) Schema(ctx context.Context, req provider.SchemaRequest, resp *provider.SchemaResponse)
Schema defines the provider-level schema for configuration data.
Click to show internal directories.
Click to hide internal directories.