Documentation ¶
Index ¶
- func NewIsindirGithubComSopsSecretV1Alpha2Manifest() datasource.DataSource
- type IsindirGithubComSopsSecretV1Alpha2Manifest
- func (r *IsindirGithubComSopsSecretV1Alpha2Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *IsindirGithubComSopsSecretV1Alpha2Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *IsindirGithubComSopsSecretV1Alpha2Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type IsindirGithubComSopsSecretV1Alpha2ManifestData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewIsindirGithubComSopsSecretV1Alpha2Manifest ¶
func NewIsindirGithubComSopsSecretV1Alpha2Manifest() datasource.DataSource
Types ¶
type IsindirGithubComSopsSecretV1Alpha2Manifest ¶
type IsindirGithubComSopsSecretV1Alpha2Manifest struct{}
func (*IsindirGithubComSopsSecretV1Alpha2Manifest) Metadata ¶
func (r *IsindirGithubComSopsSecretV1Alpha2Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*IsindirGithubComSopsSecretV1Alpha2Manifest) Read ¶
func (r *IsindirGithubComSopsSecretV1Alpha2Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*IsindirGithubComSopsSecretV1Alpha2Manifest) Schema ¶
func (r *IsindirGithubComSopsSecretV1Alpha2Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type IsindirGithubComSopsSecretV1Alpha2ManifestData ¶
type IsindirGithubComSopsSecretV1Alpha2ManifestData 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"` Sops *struct { Age *[]struct { Enc *string `tfsdk:"enc" json:"enc,omitempty"` Recipient *string `tfsdk:"recipient" json:"recipient,omitempty"` } `tfsdk:"age" json:"age,omitempty"` Azure_kv *[]struct { Created_at *string `tfsdk:"created_at" json:"created_at,omitempty"` Enc *string `tfsdk:"enc" json:"enc,omitempty"` Name *string `tfsdk:"name" json:"name,omitempty"` Vault_url *string `tfsdk:"vault_url" json:"vault_url,omitempty"` Version *string `tfsdk:"version" json:"version,omitempty"` } `tfsdk:"azure_kv" json:"azure_kv,omitempty"` Encrypted_regex *string `tfsdk:"encrypted_regex" json:"encrypted_regex,omitempty"` Encrypted_suffix *string `tfsdk:"encrypted_suffix" json:"encrypted_suffix,omitempty"` Gcp_kms *[]struct { Created_at *string `tfsdk:"created_at" json:"created_at,omitempty"` Enc *string `tfsdk:"enc" json:"enc,omitempty"` Resource_id *string `tfsdk:"resource_id" json:"resource_id,omitempty"` } `tfsdk:"gcp_kms" json:"gcp_kms,omitempty"` Hc_vault *[]struct { Created_at *string `tfsdk:"created_at" json:"created_at,omitempty"` Enc *string `tfsdk:"enc" json:"enc,omitempty"` Engine_path *string `tfsdk:"engine_path" json:"engine_path,omitempty"` Key_name *string `tfsdk:"key_name" json:"key_name,omitempty"` Vault_address *string `tfsdk:"vault_address" json:"vault_address,omitempty"` } `tfsdk:"hc_vault" json:"hc_vault,omitempty"` Kms *[]struct { Arn *string `tfsdk:"arn" json:"arn,omitempty"` Aws_profile *string `tfsdk:"aws_profile" json:"aws_profile,omitempty"` Created_at *string `tfsdk:"created_at" json:"created_at,omitempty"` Enc *string `tfsdk:"enc" json:"enc,omitempty"` Role *string `tfsdk:"role" json:"role,omitempty"` } `tfsdk:"kms" json:"kms,omitempty"` Lastmodified *string `tfsdk:"lastmodified" json:"lastmodified,omitempty"` Mac *string `tfsdk:"mac" json:"mac,omitempty"` Pgp *[]struct { Created_at *string `tfsdk:"created_at" json:"created_at,omitempty"` Enc *string `tfsdk:"enc" json:"enc,omitempty"` Fp *string `tfsdk:"fp" json:"fp,omitempty"` } `tfsdk:"pgp" json:"pgp,omitempty"` Version *string `tfsdk:"version" json:"version,omitempty"` } `tfsdk:"sops" json:"sops,omitempty"` Spec *struct { SecretTemplates *[]struct { Annotations *map[string]string `tfsdk:"annotations" json:"annotations,omitempty"` Data *map[string]string `tfsdk:"data" json:"data,omitempty"` Labels *map[string]string `tfsdk:"labels" json:"labels,omitempty"` Name *string `tfsdk:"name" json:"name,omitempty"` Type *string `tfsdk:"type" json:"type,omitempty"` } `tfsdk:"secret_templates" json:"secretTemplates,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
Click to show internal directories.
Click to hide internal directories.