Documentation ¶
Index ¶
- func NewOnepasswordComOnePasswordItemV1Manifest() datasource.DataSource
- type OnepasswordComOnePasswordItemV1Manifest
- func (r *OnepasswordComOnePasswordItemV1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *OnepasswordComOnePasswordItemV1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *OnepasswordComOnePasswordItemV1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type OnepasswordComOnePasswordItemV1ManifestData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewOnepasswordComOnePasswordItemV1Manifest ¶
func NewOnepasswordComOnePasswordItemV1Manifest() datasource.DataSource
Types ¶
type OnepasswordComOnePasswordItemV1Manifest ¶
type OnepasswordComOnePasswordItemV1Manifest struct{}
func (*OnepasswordComOnePasswordItemV1Manifest) Metadata ¶
func (r *OnepasswordComOnePasswordItemV1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*OnepasswordComOnePasswordItemV1Manifest) Read ¶
func (r *OnepasswordComOnePasswordItemV1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*OnepasswordComOnePasswordItemV1Manifest) Schema ¶
func (r *OnepasswordComOnePasswordItemV1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type OnepasswordComOnePasswordItemV1ManifestData ¶
type OnepasswordComOnePasswordItemV1ManifestData struct { YAML types.String `tfsdk:"yaml" json:"-"` ApiVersion *string `tfsdk:"-" json:"apiVersion"` Kind *string `tfsdk:"-" json:"kind"` Metadata struct { Name string `tfsdk:"name" json:"name"` Namespace string `tfsdk:"namespace" json:"namespace"` Labels map[string]string `tfsdk:"labels" json:"labels,omitempty"` Annotations map[string]string `tfsdk:"annotations" json:"annotations,omitempty"` } `tfsdk:"metadata" json:"metadata"` Spec *struct { ItemPath *string `tfsdk:"item_path" json:"itemPath,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` Type *string `tfsdk:"type" json:"type,omitempty"` }
Click to show internal directories.
Click to hide internal directories.