eid

package
v1.8.0 Latest Latest
Warning

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

Go to latest
Published: Feb 8, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var EIDAttrs = map[string]schema.Attribute{
	"type": schema.StringAttribute{
		Required:            true,
		MarkdownDescription: "The entity type",
	},
	"id": schema.StringAttribute{
		Required:            true,
		MarkdownDescription: "The entity ID",
	},
}

Functions

This section is empty.

Types

type EID

type EID struct {
	Type types.String `tfsdk:"type"`
	ID   types.String `tfsdk:"id"`
}

func EIDFromAPI

func EIDFromAPI(input *entityv1alpha1.EID) EID

func EIDPtrFromAPI

func EIDPtrFromAPI(input *entityv1alpha1.EID) *EID

func (EID) ToAPI

func (u EID) ToAPI() *entityv1alpha1.EID

Jump to

Keyboard shortcuts

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