Documentation ¶
Index ¶
- func NewB3ScaleInfraRunBbbfrontendV1Manifest() datasource.DataSource
- type B3ScaleInfraRunBbbfrontendV1Manifest
- func (r *B3ScaleInfraRunBbbfrontendV1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *B3ScaleInfraRunBbbfrontendV1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *B3ScaleInfraRunBbbfrontendV1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type B3ScaleInfraRunBbbfrontendV1ManifestData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewB3ScaleInfraRunBbbfrontendV1Manifest ¶
func NewB3ScaleInfraRunBbbfrontendV1Manifest() datasource.DataSource
Types ¶
type B3ScaleInfraRunBbbfrontendV1Manifest ¶
type B3ScaleInfraRunBbbfrontendV1Manifest struct{}
func (*B3ScaleInfraRunBbbfrontendV1Manifest) Metadata ¶
func (r *B3ScaleInfraRunBbbfrontendV1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*B3ScaleInfraRunBbbfrontendV1Manifest) Read ¶
func (r *B3ScaleInfraRunBbbfrontendV1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*B3ScaleInfraRunBbbfrontendV1Manifest) Schema ¶
func (r *B3ScaleInfraRunBbbfrontendV1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type B3ScaleInfraRunBbbfrontendV1ManifestData ¶
type B3ScaleInfraRunBbbfrontendV1ManifestData 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 { Credentials *struct { Key *string `tfsdk:"key" json:"key,omitempty"` SecretRef *struct { Key *string `tfsdk:"key" json:"key,omitempty"` Name *string `tfsdk:"name" json:"name,omitempty"` } `tfsdk:"secret_ref" json:"secretRef,omitempty"` } `tfsdk:"credentials" json:"credentials,omitempty"` Settings *struct { Create_default_params *map[string]string `tfsdk:"create_default_params" json:"create_default_params,omitempty"` Create_override_params *map[string]string `tfsdk:"create_override_params" json:"create_override_params,omitempty"` Default_presentation *struct { Force *bool `tfsdk:"force" json:"force,omitempty"` Url *string `tfsdk:"url" json:"url,omitempty"` } `tfsdk:"default_presentation" json:"default_presentation,omitempty"` Required_tags *[]string `tfsdk:"required_tags" json:"required_tags,omitempty"` } `tfsdk:"settings" json:"settings,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
Click to show internal directories.
Click to hide internal directories.