Documentation ¶
Index ¶
- func NewPkgCrossplaneIoLockV1Beta1Manifest() datasource.DataSource
- type PkgCrossplaneIoLockV1Beta1Manifest
- func (r *PkgCrossplaneIoLockV1Beta1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *PkgCrossplaneIoLockV1Beta1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *PkgCrossplaneIoLockV1Beta1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type PkgCrossplaneIoLockV1Beta1ManifestData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPkgCrossplaneIoLockV1Beta1Manifest ¶
func NewPkgCrossplaneIoLockV1Beta1Manifest() datasource.DataSource
Types ¶
type PkgCrossplaneIoLockV1Beta1Manifest ¶
type PkgCrossplaneIoLockV1Beta1Manifest struct{}
func (*PkgCrossplaneIoLockV1Beta1Manifest) Metadata ¶
func (r *PkgCrossplaneIoLockV1Beta1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*PkgCrossplaneIoLockV1Beta1Manifest) Read ¶
func (r *PkgCrossplaneIoLockV1Beta1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*PkgCrossplaneIoLockV1Beta1Manifest) Schema ¶
func (r *PkgCrossplaneIoLockV1Beta1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type PkgCrossplaneIoLockV1Beta1ManifestData ¶
type PkgCrossplaneIoLockV1Beta1ManifestData 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"` Labels map[string]string `tfsdk:"labels" json:"labels,omitempty"` Annotations map[string]string `tfsdk:"annotations" json:"annotations,omitempty"` } `tfsdk:"metadata" json:"metadata"` Packages *[]struct { Dependencies *[]struct { Constraints *string `tfsdk:"constraints" json:"constraints,omitempty"` Package *string `tfsdk:"package" json:"package,omitempty"` Type *string `tfsdk:"type" json:"type,omitempty"` } `tfsdk:"dependencies" json:"dependencies,omitempty"` Name *string `tfsdk:"name" json:"name,omitempty"` Source *string `tfsdk:"source" json:"source,omitempty"` Type *string `tfsdk:"type" json:"type,omitempty"` Version *string `tfsdk:"version" json:"version,omitempty"` } `tfsdk:"packages" json:"packages,omitempty"` }
Click to show internal directories.
Click to hide internal directories.