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