Documentation ¶
Index ¶
- Constants
- func AllLoggingToTFLog()
- func New(version string) func() provider.Provider
- func NewLaunchpadConfigResource() resource.Resource
- type LaunchpadConfigResource
- func (r *LaunchpadConfigResource) Configure(ctx context.Context, req resource.ConfigureRequest, ...)
- func (r *LaunchpadConfigResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
- func (r *LaunchpadConfigResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
- func (r *LaunchpadConfigResource) ImportState(ctx context.Context, req resource.ImportStateRequest, ...)
- func (r *LaunchpadConfigResource) Metadata(ctx context.Context, req resource.MetadataRequest, ...)
- func (r *LaunchpadConfigResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
- func (r *LaunchpadConfigResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
- func (r *LaunchpadConfigResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
- type LaunchpadProvider
- func (p *LaunchpadProvider) Configure(ctx context.Context, req provider.ConfigureRequest, ...)
- func (p *LaunchpadProvider) DataSources(ctx context.Context) []func() datasource.DataSource
- func (p *LaunchpadProvider) Metadata(ctx context.Context, req provider.MetadataRequest, ...)
- func (p *LaunchpadProvider) Resources(ctx context.Context) []func() resource.Resource
- func (p *LaunchpadProvider) Schema(ctx context.Context, req provider.SchemaRequest, resp *provider.SchemaResponse)
- type LaunchpadProviderModel
Constants ¶
View Source
const (
HostRoleMSR = "msr"
)
View Source
const (
TestingVersion = "test"
)
Variables ¶
This section is empty.
Functions ¶
func AllLoggingToTFLog ¶ added in v0.6.2
func AllLoggingToTFLog()
AllLoggingToTFLog turns on passing of ruslog and log to tflog.
Types ¶
type LaunchpadConfigResource ¶
type LaunchpadConfigResource struct {
// contains filtered or unexported fields
}
func (*LaunchpadConfigResource) Configure ¶
func (r *LaunchpadConfigResource) Configure(ctx context.Context, req resource.ConfigureRequest, resp *resource.ConfigureResponse)
func (*LaunchpadConfigResource) Create ¶
func (r *LaunchpadConfigResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
func (*LaunchpadConfigResource) Delete ¶
func (r *LaunchpadConfigResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
func (*LaunchpadConfigResource) ImportState ¶
func (r *LaunchpadConfigResource) ImportState(ctx context.Context, req resource.ImportStateRequest, resp *resource.ImportStateResponse)
func (*LaunchpadConfigResource) Metadata ¶
func (r *LaunchpadConfigResource) Metadata(ctx context.Context, req resource.MetadataRequest, resp *resource.MetadataResponse)
func (*LaunchpadConfigResource) Read ¶
func (r *LaunchpadConfigResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
func (*LaunchpadConfigResource) Schema ¶
func (r *LaunchpadConfigResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
func (*LaunchpadConfigResource) Update ¶
func (r *LaunchpadConfigResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
type LaunchpadProvider ¶
type LaunchpadProvider struct {
// contains filtered or unexported fields
}
LaunchpadProvider defines the provider implementation.
func (*LaunchpadProvider) Configure ¶
func (p *LaunchpadProvider) Configure(ctx context.Context, req provider.ConfigureRequest, resp *provider.ConfigureResponse)
func (*LaunchpadProvider) DataSources ¶
func (p *LaunchpadProvider) DataSources(ctx context.Context) []func() datasource.DataSource
func (*LaunchpadProvider) Metadata ¶
func (p *LaunchpadProvider) Metadata(ctx context.Context, req provider.MetadataRequest, resp *provider.MetadataResponse)
func (*LaunchpadProvider) Resources ¶
func (p *LaunchpadProvider) Resources(ctx context.Context) []func() resource.Resource
func (*LaunchpadProvider) Schema ¶
func (p *LaunchpadProvider) Schema(ctx context.Context, req provider.SchemaRequest, resp *provider.SchemaResponse)
type LaunchpadProviderModel ¶
type LaunchpadProviderModel struct {
// contains filtered or unexported fields
}
LaunchpadProviderModel describes the provider data model.
Click to show internal directories.
Click to hide internal directories.