Documentation ¶
Index ¶
- func NewBitnamiComSealedSecretV1Alpha1Manifest() datasource.DataSource
- type BitnamiComSealedSecretV1Alpha1Manifest
- func (r *BitnamiComSealedSecretV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *BitnamiComSealedSecretV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *BitnamiComSealedSecretV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type BitnamiComSealedSecretV1Alpha1ManifestData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBitnamiComSealedSecretV1Alpha1Manifest ¶
func NewBitnamiComSealedSecretV1Alpha1Manifest() datasource.DataSource
Types ¶
type BitnamiComSealedSecretV1Alpha1Manifest ¶
type BitnamiComSealedSecretV1Alpha1Manifest struct{}
func (*BitnamiComSealedSecretV1Alpha1Manifest) Metadata ¶
func (r *BitnamiComSealedSecretV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*BitnamiComSealedSecretV1Alpha1Manifest) Read ¶
func (r *BitnamiComSealedSecretV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*BitnamiComSealedSecretV1Alpha1Manifest) Schema ¶
func (r *BitnamiComSealedSecretV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type BitnamiComSealedSecretV1Alpha1ManifestData ¶
type BitnamiComSealedSecretV1Alpha1ManifestData 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 { Data *string `tfsdk:"data" json:"data,omitempty"` EncryptedData *map[string]string `tfsdk:"encrypted_data" json:"encryptedData,omitempty"` Template *struct { Data *map[string]string `tfsdk:"data" json:"data,omitempty"` Immutable *bool `tfsdk:"immutable" json:"immutable,omitempty"` Metadata *struct { Annotations *map[string]string `tfsdk:"annotations" json:"annotations,omitempty"` Finalizers *[]string `tfsdk:"finalizers" json:"finalizers,omitempty"` Labels *map[string]string `tfsdk:"labels" json:"labels,omitempty"` Name *string `tfsdk:"name" json:"name,omitempty"` Namespace *string `tfsdk:"namespace" json:"namespace,omitempty"` } `tfsdk:"metadata" json:"metadata,omitempty"` Type *string `tfsdk:"type" json:"type,omitempty"` } `tfsdk:"template" json:"template,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
Click to show internal directories.
Click to hide internal directories.