Documentation ¶
Index ¶
- Variables
- func ApplyResourceChangeRequest(in *tfplugin6.ApplyResourceChange_Request) (*tfprotov6.ApplyResourceChangeRequest, error)
- func ApplyResourceChangeResponse(in *tfplugin6.ApplyResourceChange_Response) (*tfprotov6.ApplyResourceChangeResponse, error)
- func AttributePath(in *tfplugin6.AttributePath) (*tftypes.AttributePath, error)
- func AttributePathStep(step *tfplugin6.AttributePath_Step) (tftypes.AttributePathStep, error)
- func AttributePathSteps(in []*tfplugin6.AttributePath_Step) ([]tftypes.AttributePathStep, error)
- func AttributePaths(in []*tfplugin6.AttributePath) ([]*tftypes.AttributePath, error)
- func ConfigureProviderRequest(in *tfplugin6.ConfigureProvider_Request) (*tfprotov6.ConfigureProviderRequest, error)
- func ConfigureProviderResponse(in *tfplugin6.ConfigureProvider_Response) (*tfprotov6.ConfigureProviderResponse, error)
- func DataSourceMetadata(in *tfplugin6.GetMetadata_DataSourceMetadata) *tfprotov6.DataSourceMetadata
- func Diagnostic(in *tfplugin6.Diagnostic) (*tfprotov6.Diagnostic, error)
- func DiagnosticSeverity(in tfplugin6.Diagnostic_Severity) tfprotov6.DiagnosticSeverity
- func Diagnostics(in []*tfplugin6.Diagnostic) ([]*tfprotov6.Diagnostic, error)
- func DynamicValue(in *tfplugin6.DynamicValue) *tfprotov6.DynamicValue
- func GetMetadataRequest(in *tfplugin6.GetMetadata_Request) (*tfprotov6.GetMetadataRequest, error)
- func GetMetadataResponse(in *tfplugin6.GetMetadata_Response) (*tfprotov6.GetMetadataResponse, error)
- func GetProviderSchemaRequest(in *tfplugin6.GetProviderSchema_Request) (*tfprotov6.GetProviderSchemaRequest, error)
- func GetProviderSchemaResponse(in *tfplugin6.GetProviderSchema_Response) (*tfprotov6.GetProviderSchemaResponse, error)
- func ImportResourceStateRequest(in *tfplugin6.ImportResourceState_Request) (*tfprotov6.ImportResourceStateRequest, error)
- func ImportResourceStateResponse(in *tfplugin6.ImportResourceState_Response) (*tfprotov6.ImportResourceStateResponse, error)
- func ImportedResource(in *tfplugin6.ImportResourceState_ImportedResource) (*tfprotov6.ImportedResource, error)
- func ImportedResources(in []*tfplugin6.ImportResourceState_ImportedResource) ([]*tfprotov6.ImportedResource, error)
- func PlanResourceChangeRequest(in *tfplugin6.PlanResourceChange_Request) (*tfprotov6.PlanResourceChangeRequest, error)
- func PlanResourceChangeResponse(in *tfplugin6.PlanResourceChange_Response) (*tfprotov6.PlanResourceChangeResponse, error)
- func RawState(in *tfplugin6.RawState) *tfprotov6.RawState
- func ReadDataSourceRequest(in *tfplugin6.ReadDataSource_Request) (*tfprotov6.ReadDataSourceRequest, error)
- func ReadDataSourceResponse(in *tfplugin6.ReadDataSource_Response) (*tfprotov6.ReadDataSourceResponse, error)
- func ReadResourceRequest(in *tfplugin6.ReadResource_Request) (*tfprotov6.ReadResourceRequest, error)
- func ReadResourceResponse(in *tfplugin6.ReadResource_Response) (*tfprotov6.ReadResourceResponse, error)
- func ResourceMetadata(in *tfplugin6.GetMetadata_ResourceMetadata) *tfprotov6.ResourceMetadata
- func Schema(in *tfplugin6.Schema) (*tfprotov6.Schema, error)
- func SchemaAttribute(in *tfplugin6.Schema_Attribute) (*tfprotov6.SchemaAttribute, error)
- func SchemaAttributes(in []*tfplugin6.Schema_Attribute) ([]*tfprotov6.SchemaAttribute, error)
- func SchemaBlock(in *tfplugin6.Schema_Block) (*tfprotov6.SchemaBlock, error)
- func SchemaNestedBlock(in *tfplugin6.Schema_NestedBlock) (*tfprotov6.SchemaNestedBlock, error)
- func SchemaNestedBlockNestingMode(in tfplugin6.Schema_NestedBlock_NestingMode) tfprotov6.SchemaNestedBlockNestingMode
- func SchemaNestedBlocks(in []*tfplugin6.Schema_NestedBlock) ([]*tfprotov6.SchemaNestedBlock, error)
- func SchemaObject(in *tfplugin6.Schema_Object) (*tfprotov6.SchemaObject, error)
- func SchemaObjectNestingMode(in tfplugin6.Schema_Object_NestingMode) tfprotov6.SchemaObjectNestingMode
- func ServerCapabilities(in *tfplugin6.ServerCapabilities) *tfprotov6.ServerCapabilities
- func StopProviderRequest(in *tfplugin6.StopProvider_Request) (*tfprotov6.StopProviderRequest, error)
- func StopProviderResponse(in *tfplugin6.StopProvider_Response) (*tfprotov6.StopProviderResponse, error)
- func StringKind(in tfplugin6.StringKind) tfprotov6.StringKind
- func UpgradeResourceStateRequest(in *tfplugin6.UpgradeResourceState_Request) (*tfprotov6.UpgradeResourceStateRequest, error)
- func UpgradeResourceStateResponse(in *tfplugin6.UpgradeResourceState_Response) (*tfprotov6.UpgradeResourceStateResponse, error)
- func ValidateDataResourceConfigRequest(in *tfplugin6.ValidateDataResourceConfig_Request) (*tfprotov6.ValidateDataResourceConfigRequest, error)
- func ValidateDataResourceConfigResponse(in *tfplugin6.ValidateDataResourceConfig_Response) (*tfprotov6.ValidateDataResourceConfigResponse, error)
- func ValidateProviderConfigRequest(in *tfplugin6.ValidateProviderConfig_Request) (*tfprotov6.ValidateProviderConfigRequest, error)
- func ValidateProviderConfigResponse(in *tfplugin6.ValidateProviderConfig_Response) (*tfprotov6.ValidateProviderConfigResponse, error)
- func ValidateResourceConfigRequest(in *tfplugin6.ValidateResourceConfig_Request) (*tfprotov6.ValidateResourceConfigRequest, error)
- func ValidateResourceConfigResponse(in *tfplugin6.ValidateResourceConfig_Response) (*tfprotov6.ValidateResourceConfigResponse, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnknownAttributePathStepType = errors.New("unknown type of AttributePath_Step")
Functions ¶
func ApplyResourceChangeRequest ¶
func ApplyResourceChangeRequest(in *tfplugin6.ApplyResourceChange_Request) (*tfprotov6.ApplyResourceChangeRequest, error)
func ApplyResourceChangeResponse ¶
func ApplyResourceChangeResponse(in *tfplugin6.ApplyResourceChange_Response) (*tfprotov6.ApplyResourceChangeResponse, error)
func AttributePath ¶
func AttributePath(in *tfplugin6.AttributePath) (*tftypes.AttributePath, error)
func AttributePathStep ¶
func AttributePathStep(step *tfplugin6.AttributePath_Step) (tftypes.AttributePathStep, error)
func AttributePathSteps ¶
func AttributePathSteps(in []*tfplugin6.AttributePath_Step) ([]tftypes.AttributePathStep, error)
func AttributePaths ¶
func AttributePaths(in []*tfplugin6.AttributePath) ([]*tftypes.AttributePath, error)
func ConfigureProviderRequest ¶
func ConfigureProviderRequest(in *tfplugin6.ConfigureProvider_Request) (*tfprotov6.ConfigureProviderRequest, error)
func ConfigureProviderResponse ¶
func ConfigureProviderResponse(in *tfplugin6.ConfigureProvider_Response) (*tfprotov6.ConfigureProviderResponse, error)
func DataSourceMetadata ¶ added in v0.19.0
func DataSourceMetadata(in *tfplugin6.GetMetadata_DataSourceMetadata) *tfprotov6.DataSourceMetadata
func Diagnostic ¶
func Diagnostic(in *tfplugin6.Diagnostic) (*tfprotov6.Diagnostic, error)
func DiagnosticSeverity ¶
func DiagnosticSeverity(in tfplugin6.Diagnostic_Severity) tfprotov6.DiagnosticSeverity
func Diagnostics ¶
func Diagnostics(in []*tfplugin6.Diagnostic) ([]*tfprotov6.Diagnostic, error)
func DynamicValue ¶
func DynamicValue(in *tfplugin6.DynamicValue) *tfprotov6.DynamicValue
func GetMetadataRequest ¶ added in v0.19.0
func GetMetadataRequest(in *tfplugin6.GetMetadata_Request) (*tfprotov6.GetMetadataRequest, error)
func GetMetadataResponse ¶ added in v0.19.0
func GetMetadataResponse(in *tfplugin6.GetMetadata_Response) (*tfprotov6.GetMetadataResponse, error)
func GetProviderSchemaRequest ¶
func GetProviderSchemaRequest(in *tfplugin6.GetProviderSchema_Request) (*tfprotov6.GetProviderSchemaRequest, error)
func GetProviderSchemaResponse ¶
func GetProviderSchemaResponse(in *tfplugin6.GetProviderSchema_Response) (*tfprotov6.GetProviderSchemaResponse, error)
func ImportResourceStateRequest ¶
func ImportResourceStateRequest(in *tfplugin6.ImportResourceState_Request) (*tfprotov6.ImportResourceStateRequest, error)
func ImportResourceStateResponse ¶
func ImportResourceStateResponse(in *tfplugin6.ImportResourceState_Response) (*tfprotov6.ImportResourceStateResponse, error)
func ImportedResource ¶
func ImportedResource(in *tfplugin6.ImportResourceState_ImportedResource) (*tfprotov6.ImportedResource, error)
func ImportedResources ¶
func ImportedResources(in []*tfplugin6.ImportResourceState_ImportedResource) ([]*tfprotov6.ImportedResource, error)
func PlanResourceChangeRequest ¶
func PlanResourceChangeRequest(in *tfplugin6.PlanResourceChange_Request) (*tfprotov6.PlanResourceChangeRequest, error)
func PlanResourceChangeResponse ¶
func PlanResourceChangeResponse(in *tfplugin6.PlanResourceChange_Response) (*tfprotov6.PlanResourceChangeResponse, error)
func ReadDataSourceRequest ¶
func ReadDataSourceRequest(in *tfplugin6.ReadDataSource_Request) (*tfprotov6.ReadDataSourceRequest, error)
func ReadDataSourceResponse ¶
func ReadDataSourceResponse(in *tfplugin6.ReadDataSource_Response) (*tfprotov6.ReadDataSourceResponse, error)
func ReadResourceRequest ¶
func ReadResourceRequest(in *tfplugin6.ReadResource_Request) (*tfprotov6.ReadResourceRequest, error)
func ReadResourceResponse ¶
func ReadResourceResponse(in *tfplugin6.ReadResource_Response) (*tfprotov6.ReadResourceResponse, error)
func ResourceMetadata ¶ added in v0.19.0
func ResourceMetadata(in *tfplugin6.GetMetadata_ResourceMetadata) *tfprotov6.ResourceMetadata
func SchemaAttribute ¶
func SchemaAttribute(in *tfplugin6.Schema_Attribute) (*tfprotov6.SchemaAttribute, error)
func SchemaAttributes ¶
func SchemaAttributes(in []*tfplugin6.Schema_Attribute) ([]*tfprotov6.SchemaAttribute, error)
func SchemaBlock ¶
func SchemaBlock(in *tfplugin6.Schema_Block) (*tfprotov6.SchemaBlock, error)
func SchemaNestedBlock ¶
func SchemaNestedBlock(in *tfplugin6.Schema_NestedBlock) (*tfprotov6.SchemaNestedBlock, error)
func SchemaNestedBlockNestingMode ¶
func SchemaNestedBlockNestingMode(in tfplugin6.Schema_NestedBlock_NestingMode) tfprotov6.SchemaNestedBlockNestingMode
func SchemaNestedBlocks ¶
func SchemaNestedBlocks(in []*tfplugin6.Schema_NestedBlock) ([]*tfprotov6.SchemaNestedBlock, error)
func SchemaObject ¶
func SchemaObject(in *tfplugin6.Schema_Object) (*tfprotov6.SchemaObject, error)
func SchemaObjectNestingMode ¶
func SchemaObjectNestingMode(in tfplugin6.Schema_Object_NestingMode) tfprotov6.SchemaObjectNestingMode
func ServerCapabilities ¶ added in v0.19.0
func ServerCapabilities(in *tfplugin6.ServerCapabilities) *tfprotov6.ServerCapabilities
func StopProviderRequest ¶
func StopProviderRequest(in *tfplugin6.StopProvider_Request) (*tfprotov6.StopProviderRequest, error)
func StopProviderResponse ¶
func StopProviderResponse(in *tfplugin6.StopProvider_Response) (*tfprotov6.StopProviderResponse, error)
func StringKind ¶
func StringKind(in tfplugin6.StringKind) tfprotov6.StringKind
func UpgradeResourceStateRequest ¶
func UpgradeResourceStateRequest(in *tfplugin6.UpgradeResourceState_Request) (*tfprotov6.UpgradeResourceStateRequest, error)
func UpgradeResourceStateResponse ¶
func UpgradeResourceStateResponse(in *tfplugin6.UpgradeResourceState_Response) (*tfprotov6.UpgradeResourceStateResponse, error)
func ValidateDataResourceConfigRequest ¶
func ValidateDataResourceConfigRequest(in *tfplugin6.ValidateDataResourceConfig_Request) (*tfprotov6.ValidateDataResourceConfigRequest, error)
func ValidateDataResourceConfigResponse ¶
func ValidateDataResourceConfigResponse(in *tfplugin6.ValidateDataResourceConfig_Response) (*tfprotov6.ValidateDataResourceConfigResponse, error)
func ValidateProviderConfigRequest ¶
func ValidateProviderConfigRequest(in *tfplugin6.ValidateProviderConfig_Request) (*tfprotov6.ValidateProviderConfigRequest, error)
func ValidateProviderConfigResponse ¶
func ValidateProviderConfigResponse(in *tfplugin6.ValidateProviderConfig_Response) (*tfprotov6.ValidateProviderConfigResponse, error)
func ValidateResourceConfigRequest ¶
func ValidateResourceConfigRequest(in *tfplugin6.ValidateResourceConfig_Request) (*tfprotov6.ValidateResourceConfigRequest, error)
func ValidateResourceConfigResponse ¶
func ValidateResourceConfigResponse(in *tfplugin6.ValidateResourceConfig_Response) (*tfprotov6.ValidateResourceConfigResponse, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.