framework

package
v0.0.43 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2024 License: MPL-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package framework contains code related to the Terraform Plugin Framework.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func JoinDiagnostics

func JoinDiagnostics(dd ...diag.Diagnostics) diag.Diagnostics

JoinDiagnostics merges multiple sets of diag.Diagnostics.

Types

type CreateOrUpdateRequest

type CreateOrUpdateRequest struct {
	Config       tfsdk.Config
	Plan         tfsdk.Plan
	State        tfsdk.State
	ProviderMeta tfsdk.Config
}

type WithNoOpDelete

type WithNoOpDelete struct{}

WithNoOpDelete can be embedded into resource.Resource implementations that don't require a Delete method.

func (WithNoOpDelete) Delete

type WithNoOpRead

type WithNoOpRead struct{}

WithNoOpRead can be embedded into resource.Resource implementations that don't require a Read method.

func (WithNoOpRead) Read

type WithTypeName

type WithTypeName string

WithTypeName can be embedded into resource.Resource implementations to automatically wire up the resource's name as the resource name appended to the provider name.

func (WithTypeName) Metadata

Jump to

Keyboard shortcuts

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