Documentation ¶
Index ¶
- func NewB3ScaleIoBbbfrontendV1Manifest() datasource.DataSource
- type B3ScaleIoBbbfrontendV1Manifest
- func (r *B3ScaleIoBbbfrontendV1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *B3ScaleIoBbbfrontendV1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *B3ScaleIoBbbfrontendV1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type B3ScaleIoBbbfrontendV1ManifestData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewB3ScaleIoBbbfrontendV1Manifest ¶
func NewB3ScaleIoBbbfrontendV1Manifest() datasource.DataSource
Types ¶
type B3ScaleIoBbbfrontendV1Manifest ¶
type B3ScaleIoBbbfrontendV1Manifest struct{}
func (*B3ScaleIoBbbfrontendV1Manifest) Metadata ¶
func (r *B3ScaleIoBbbfrontendV1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*B3ScaleIoBbbfrontendV1Manifest) Read ¶
func (r *B3ScaleIoBbbfrontendV1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*B3ScaleIoBbbfrontendV1Manifest) Schema ¶
func (r *B3ScaleIoBbbfrontendV1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type B3ScaleIoBbbfrontendV1ManifestData ¶
type B3ScaleIoBbbfrontendV1ManifestData 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 { Frontend *string `tfsdk:"frontend" json:"frontend,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"` DeletionProtection *bool `tfsdk:"deletion_protection" json:"deletionProtection,omitempty"` FrontendID *string `tfsdk:"frontend_id" json:"frontendID,omitempty"` Settings *struct { CreateDefaultParams *map[string]string `tfsdk:"create_default_params" json:"createDefaultParams,omitempty"` CreateOverrideParams *map[string]string `tfsdk:"create_override_params" json:"createOverrideParams,omitempty"` DefaultPresentation *struct { Force *bool `tfsdk:"force" json:"force,omitempty"` Url *string `tfsdk:"url" json:"url,omitempty"` } `tfsdk:"default_presentation" json:"defaultPresentation,omitempty"` RequiredTags *[]string `tfsdk:"required_tags" json:"requiredTags,omitempty"` } `tfsdk:"settings" json:"settings,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
Click to show internal directories.
Click to hide internal directories.