provider

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2023 License: MPL-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(version string) func() provider.Provider

func NewDeploymentResource

func NewDeploymentResource() resource.Resource

Types

type DeploymentResource

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

DeploymentResource defines the resource implementation.

func (*DeploymentResource) Configure

func (*DeploymentResource) Create

func (*DeploymentResource) Delete

func (*DeploymentResource) ImportState

func (*DeploymentResource) Metadata

func (*DeploymentResource) Read

func (*DeploymentResource) Schema

func (*DeploymentResource) Update

type DeploymentResourceModel

type DeploymentResourceModel struct {
	Source        types.String `tfsdk:"source"`
	SourceVersion types.String `tfsdk:"source_version"`
	Target        types.String `tfsdk:"target"`
}

DeploymentResourceModel describes the resource data model.

type ScaffoldingProviderModel

type ScaffoldingProviderModel struct {
	Endpoint types.String `tfsdk:"endpoint"`
}

ScaffoldingProviderModel describes the provider data model.

type StaticFileDeployProvider

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

StaticFileDeployProvider defines the provider implementation.

func (*StaticFileDeployProvider) Configure

func (*StaticFileDeployProvider) DataSources

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

func (*StaticFileDeployProvider) Metadata

func (*StaticFileDeployProvider) Resources

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

func (*StaticFileDeployProvider) Schema

Jump to

Keyboard shortcuts

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