Documentation ¶
Index ¶
- func NewVpcresourcesK8SAwsCninodeV1Alpha1Manifest() datasource.DataSource
- type VpcresourcesK8SAwsCninodeV1Alpha1Manifest
- func (r *VpcresourcesK8SAwsCninodeV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *VpcresourcesK8SAwsCninodeV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *VpcresourcesK8SAwsCninodeV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type VpcresourcesK8SAwsCninodeV1Alpha1ManifestData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewVpcresourcesK8SAwsCninodeV1Alpha1Manifest ¶
func NewVpcresourcesK8SAwsCninodeV1Alpha1Manifest() datasource.DataSource
Types ¶
type VpcresourcesK8SAwsCninodeV1Alpha1Manifest ¶
type VpcresourcesK8SAwsCninodeV1Alpha1Manifest struct{}
func (*VpcresourcesK8SAwsCninodeV1Alpha1Manifest) Metadata ¶
func (r *VpcresourcesK8SAwsCninodeV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*VpcresourcesK8SAwsCninodeV1Alpha1Manifest) Read ¶
func (r *VpcresourcesK8SAwsCninodeV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*VpcresourcesK8SAwsCninodeV1Alpha1Manifest) Schema ¶
func (r *VpcresourcesK8SAwsCninodeV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type VpcresourcesK8SAwsCninodeV1Alpha1ManifestData ¶
type VpcresourcesK8SAwsCninodeV1Alpha1ManifestData 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"` Spec *struct { Features *[]struct { Name *string `tfsdk:"name" json:"name,omitempty"` Value *string `tfsdk:"value" json:"value,omitempty"` } `tfsdk:"features" json:"features,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
Click to show internal directories.
Click to hide internal directories.