Documentation ¶
Index ¶
- func NewAuthzedComSpiceDbclusterV1Alpha1Manifest() datasource.DataSource
- type AuthzedComSpiceDbclusterV1Alpha1Manifest
- func (r *AuthzedComSpiceDbclusterV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *AuthzedComSpiceDbclusterV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *AuthzedComSpiceDbclusterV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type AuthzedComSpiceDbclusterV1Alpha1ManifestData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAuthzedComSpiceDbclusterV1Alpha1Manifest ¶
func NewAuthzedComSpiceDbclusterV1Alpha1Manifest() datasource.DataSource
Types ¶
type AuthzedComSpiceDbclusterV1Alpha1Manifest ¶
type AuthzedComSpiceDbclusterV1Alpha1Manifest struct{}
func (*AuthzedComSpiceDbclusterV1Alpha1Manifest) Metadata ¶
func (r *AuthzedComSpiceDbclusterV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*AuthzedComSpiceDbclusterV1Alpha1Manifest) Read ¶
func (r *AuthzedComSpiceDbclusterV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*AuthzedComSpiceDbclusterV1Alpha1Manifest) Schema ¶
func (r *AuthzedComSpiceDbclusterV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type AuthzedComSpiceDbclusterV1Alpha1ManifestData ¶
type AuthzedComSpiceDbclusterV1Alpha1ManifestData 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 { Channel *string `tfsdk:"channel" json:"channel,omitempty"` Config *map[string]string `tfsdk:"config" json:"config,omitempty"` Patches *[]struct { Kind *string `tfsdk:"kind" json:"kind,omitempty"` Patch *map[string]string `tfsdk:"patch" json:"patch,omitempty"` } `tfsdk:"patches" json:"patches,omitempty"` SecretName *string `tfsdk:"secret_name" json:"secretName,omitempty"` Version *string `tfsdk:"version" json:"version,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
Click to show internal directories.
Click to hide internal directories.