Documentation ¶
Index ¶
- Variables
- func ApplyResourceChange_Request(in *tfprotov5.ApplyResourceChangeRequest) (*tfplugin5.ApplyResourceChange_Request, error)
- func ApplyResourceChange_Response(in *tfprotov5.ApplyResourceChangeResponse) (*tfplugin5.ApplyResourceChange_Response, error)
- func AttributePath(in *tftypes.AttributePath) (*tfplugin5.AttributePath, error)
- func AttributePath_Step(step tftypes.AttributePathStep) (*tfplugin5.AttributePath_Step, error)
- func AttributePath_Steps(in []tftypes.AttributePathStep) ([]*tfplugin5.AttributePath_Step, error)
- func AttributePaths(in []*tftypes.AttributePath) ([]*tfplugin5.AttributePath, error)
- func Configure_Request(in *tfprotov5.ConfigureProviderRequest) (*tfplugin5.Configure_Request, error)
- func Configure_Response(in *tfprotov5.ConfigureProviderResponse) (*tfplugin5.Configure_Response, error)
- func CtyType(in tftypes.Type) ([]byte, error)
- func Diagnostic(in *tfprotov5.Diagnostic) (*tfplugin5.Diagnostic, error)
- func Diagnostic_Severity(in tfprotov5.DiagnosticSeverity) tfplugin5.Diagnostic_Severity
- func Diagnostics(in []*tfprotov5.Diagnostic) ([]*tfplugin5.Diagnostic, error)
- func DynamicValue(in *tfprotov5.DynamicValue) *tfplugin5.DynamicValue
- func GetProviderSchema_Request(in *tfprotov5.GetProviderSchemaRequest) (*tfplugin5.GetProviderSchema_Request, error)
- func GetProviderSchema_Response(in *tfprotov5.GetProviderSchemaResponse) (*tfplugin5.GetProviderSchema_Response, error)
- func GetProviderSchema_ServerCapabilities(in *tfprotov5.ServerCapabilities) *tfplugin5.GetProviderSchema_ServerCapabilities
- func ImportResourceState_ImportedResource(in *tfprotov5.ImportedResource) (*tfplugin5.ImportResourceState_ImportedResource, error)
- func ImportResourceState_ImportedResources(in []*tfprotov5.ImportedResource) ([]*tfplugin5.ImportResourceState_ImportedResource, error)
- func ImportResourceState_Request(in *tfprotov5.ImportResourceStateRequest) (*tfplugin5.ImportResourceState_Request, error)
- func ImportResourceState_Response(in *tfprotov5.ImportResourceStateResponse) (*tfplugin5.ImportResourceState_Response, error)
- func PlanResourceChange_Request(in *tfprotov5.PlanResourceChangeRequest) (*tfplugin5.PlanResourceChange_Request, error)
- func PlanResourceChange_Response(in *tfprotov5.PlanResourceChangeResponse) (*tfplugin5.PlanResourceChange_Response, error)
- func PrepareProviderConfig_Request(in *tfprotov5.PrepareProviderConfigRequest) (*tfplugin5.PrepareProviderConfig_Request, error)
- func PrepareProviderConfig_Response(in *tfprotov5.PrepareProviderConfigResponse) (*tfplugin5.PrepareProviderConfig_Response, error)
- func RawState(in *tfprotov5.RawState) *tfplugin5.RawState
- func ReadDataSource_Request(in *tfprotov5.ReadDataSourceRequest) (*tfplugin5.ReadDataSource_Request, error)
- func ReadDataSource_Response(in *tfprotov5.ReadDataSourceResponse) (*tfplugin5.ReadDataSource_Response, error)
- func ReadResource_Request(in *tfprotov5.ReadResourceRequest) (*tfplugin5.ReadResource_Request, error)
- func ReadResource_Response(in *tfprotov5.ReadResourceResponse) (*tfplugin5.ReadResource_Response, error)
- func Schema(in *tfprotov5.Schema) (*tfplugin5.Schema, error)
- func Schema_Attribute(in *tfprotov5.SchemaAttribute) (*tfplugin5.Schema_Attribute, error)
- func Schema_Attributes(in []*tfprotov5.SchemaAttribute) ([]*tfplugin5.Schema_Attribute, error)
- func Schema_Block(in *tfprotov5.SchemaBlock) (*tfplugin5.Schema_Block, error)
- func Schema_NestedBlock(in *tfprotov5.SchemaNestedBlock) (*tfplugin5.Schema_NestedBlock, error)
- func Schema_NestedBlock_NestingMode(in tfprotov5.SchemaNestedBlockNestingMode) tfplugin5.Schema_NestedBlock_NestingMode
- func Schema_NestedBlocks(in []*tfprotov5.SchemaNestedBlock) ([]*tfplugin5.Schema_NestedBlock, error)
- func Stop_Request(in *tfprotov5.StopProviderRequest) (*tfplugin5.Stop_Request, error)
- func Stop_Response(in *tfprotov5.StopProviderResponse) (*tfplugin5.Stop_Response, error)
- func StringKind(in tfprotov5.StringKind) tfplugin5.StringKind
- func UpgradeResourceState_Request(in *tfprotov5.UpgradeResourceStateRequest) (*tfplugin5.UpgradeResourceState_Request, error)
- func UpgradeResourceState_Response(in *tfprotov5.UpgradeResourceStateResponse) (*tfplugin5.UpgradeResourceState_Response, error)
- func ValidateDataSourceConfig_Request(in *tfprotov5.ValidateDataSourceConfigRequest) (*tfplugin5.ValidateDataSourceConfig_Request, error)
- func ValidateDataSourceConfig_Response(in *tfprotov5.ValidateDataSourceConfigResponse) (*tfplugin5.ValidateDataSourceConfig_Response, error)
- func ValidateResourceTypeConfig_Request(in *tfprotov5.ValidateResourceTypeConfigRequest) (*tfplugin5.ValidateResourceTypeConfig_Request, error)
- func ValidateResourceTypeConfig_Response(in *tfprotov5.ValidateResourceTypeConfigResponse) (*tfplugin5.ValidateResourceTypeConfig_Response, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnknownAttributePathStepType = errors.New("unknown type of AttributePath_Step")
Functions ¶
func ApplyResourceChange_Request ¶
func ApplyResourceChange_Request(in *tfprotov5.ApplyResourceChangeRequest) (*tfplugin5.ApplyResourceChange_Request, error)
func ApplyResourceChange_Response ¶
func ApplyResourceChange_Response(in *tfprotov5.ApplyResourceChangeResponse) (*tfplugin5.ApplyResourceChange_Response, error)
func AttributePath ¶
func AttributePath(in *tftypes.AttributePath) (*tfplugin5.AttributePath, error)
func AttributePath_Step ¶
func AttributePath_Step(step tftypes.AttributePathStep) (*tfplugin5.AttributePath_Step, error)
func AttributePath_Steps ¶
func AttributePath_Steps(in []tftypes.AttributePathStep) ([]*tfplugin5.AttributePath_Step, error)
func AttributePaths ¶
func AttributePaths(in []*tftypes.AttributePath) ([]*tfplugin5.AttributePath, error)
func Configure_Request ¶
func Configure_Request(in *tfprotov5.ConfigureProviderRequest) (*tfplugin5.Configure_Request, error)
func Configure_Response ¶
func Configure_Response(in *tfprotov5.ConfigureProviderResponse) (*tfplugin5.Configure_Response, error)
func Diagnostic ¶
func Diagnostic(in *tfprotov5.Diagnostic) (*tfplugin5.Diagnostic, error)
func Diagnostic_Severity ¶
func Diagnostic_Severity(in tfprotov5.DiagnosticSeverity) tfplugin5.Diagnostic_Severity
func Diagnostics ¶
func Diagnostics(in []*tfprotov5.Diagnostic) ([]*tfplugin5.Diagnostic, error)
func DynamicValue ¶
func DynamicValue(in *tfprotov5.DynamicValue) *tfplugin5.DynamicValue
func GetProviderSchema_Request ¶
func GetProviderSchema_Request(in *tfprotov5.GetProviderSchemaRequest) (*tfplugin5.GetProviderSchema_Request, error)
func GetProviderSchema_Response ¶
func GetProviderSchema_Response(in *tfprotov5.GetProviderSchemaResponse) (*tfplugin5.GetProviderSchema_Response, error)
func GetProviderSchema_ServerCapabilities ¶ added in v0.11.0
func GetProviderSchema_ServerCapabilities(in *tfprotov5.ServerCapabilities) *tfplugin5.GetProviderSchema_ServerCapabilities
func ImportResourceState_ImportedResource ¶
func ImportResourceState_ImportedResource(in *tfprotov5.ImportedResource) (*tfplugin5.ImportResourceState_ImportedResource, error)
func ImportResourceState_ImportedResources ¶
func ImportResourceState_ImportedResources(in []*tfprotov5.ImportedResource) ([]*tfplugin5.ImportResourceState_ImportedResource, error)
func ImportResourceState_Request ¶
func ImportResourceState_Request(in *tfprotov5.ImportResourceStateRequest) (*tfplugin5.ImportResourceState_Request, error)
func ImportResourceState_Response ¶
func ImportResourceState_Response(in *tfprotov5.ImportResourceStateResponse) (*tfplugin5.ImportResourceState_Response, error)
func PlanResourceChange_Request ¶
func PlanResourceChange_Request(in *tfprotov5.PlanResourceChangeRequest) (*tfplugin5.PlanResourceChange_Request, error)
func PlanResourceChange_Response ¶
func PlanResourceChange_Response(in *tfprotov5.PlanResourceChangeResponse) (*tfplugin5.PlanResourceChange_Response, error)
func PrepareProviderConfig_Request ¶
func PrepareProviderConfig_Request(in *tfprotov5.PrepareProviderConfigRequest) (*tfplugin5.PrepareProviderConfig_Request, error)
func PrepareProviderConfig_Response ¶
func PrepareProviderConfig_Response(in *tfprotov5.PrepareProviderConfigResponse) (*tfplugin5.PrepareProviderConfig_Response, error)
func ReadDataSource_Request ¶
func ReadDataSource_Request(in *tfprotov5.ReadDataSourceRequest) (*tfplugin5.ReadDataSource_Request, error)
func ReadDataSource_Response ¶
func ReadDataSource_Response(in *tfprotov5.ReadDataSourceResponse) (*tfplugin5.ReadDataSource_Response, error)
func ReadResource_Request ¶
func ReadResource_Request(in *tfprotov5.ReadResourceRequest) (*tfplugin5.ReadResource_Request, error)
func ReadResource_Response ¶
func ReadResource_Response(in *tfprotov5.ReadResourceResponse) (*tfplugin5.ReadResource_Response, error)
func Schema_Attribute ¶
func Schema_Attribute(in *tfprotov5.SchemaAttribute) (*tfplugin5.Schema_Attribute, error)
func Schema_Attributes ¶
func Schema_Attributes(in []*tfprotov5.SchemaAttribute) ([]*tfplugin5.Schema_Attribute, error)
func Schema_Block ¶
func Schema_Block(in *tfprotov5.SchemaBlock) (*tfplugin5.Schema_Block, error)
func Schema_NestedBlock ¶
func Schema_NestedBlock(in *tfprotov5.SchemaNestedBlock) (*tfplugin5.Schema_NestedBlock, error)
func Schema_NestedBlock_NestingMode ¶
func Schema_NestedBlock_NestingMode(in tfprotov5.SchemaNestedBlockNestingMode) tfplugin5.Schema_NestedBlock_NestingMode
func Schema_NestedBlocks ¶
func Schema_NestedBlocks(in []*tfprotov5.SchemaNestedBlock) ([]*tfplugin5.Schema_NestedBlock, error)
func Stop_Request ¶
func Stop_Request(in *tfprotov5.StopProviderRequest) (*tfplugin5.Stop_Request, error)
func Stop_Response ¶
func Stop_Response(in *tfprotov5.StopProviderResponse) (*tfplugin5.Stop_Response, error)
func StringKind ¶
func StringKind(in tfprotov5.StringKind) tfplugin5.StringKind
func UpgradeResourceState_Request ¶
func UpgradeResourceState_Request(in *tfprotov5.UpgradeResourceStateRequest) (*tfplugin5.UpgradeResourceState_Request, error)
func UpgradeResourceState_Response ¶
func UpgradeResourceState_Response(in *tfprotov5.UpgradeResourceStateResponse) (*tfplugin5.UpgradeResourceState_Response, error)
func ValidateDataSourceConfig_Request ¶
func ValidateDataSourceConfig_Request(in *tfprotov5.ValidateDataSourceConfigRequest) (*tfplugin5.ValidateDataSourceConfig_Request, error)
func ValidateDataSourceConfig_Response ¶
func ValidateDataSourceConfig_Response(in *tfprotov5.ValidateDataSourceConfigResponse) (*tfplugin5.ValidateDataSourceConfig_Response, error)
func ValidateResourceTypeConfig_Request ¶
func ValidateResourceTypeConfig_Request(in *tfprotov5.ValidateResourceTypeConfigRequest) (*tfplugin5.ValidateResourceTypeConfig_Request, error)
func ValidateResourceTypeConfig_Response ¶
func ValidateResourceTypeConfig_Response(in *tfprotov5.ValidateResourceTypeConfigResponse) (*tfplugin5.ValidateResourceTypeConfig_Response, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.