Documentation
¶
Index ¶
- func NewMirrorsKtsStudioSecretMirrorV1Alpha2Manifest() datasource.DataSource
- type MirrorsKtsStudioSecretMirrorV1Alpha2Manifest
- func (r *MirrorsKtsStudioSecretMirrorV1Alpha2Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *MirrorsKtsStudioSecretMirrorV1Alpha2Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *MirrorsKtsStudioSecretMirrorV1Alpha2Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type MirrorsKtsStudioSecretMirrorV1Alpha2ManifestData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMirrorsKtsStudioSecretMirrorV1Alpha2Manifest ¶
func NewMirrorsKtsStudioSecretMirrorV1Alpha2Manifest() datasource.DataSource
Types ¶
type MirrorsKtsStudioSecretMirrorV1Alpha2Manifest ¶
type MirrorsKtsStudioSecretMirrorV1Alpha2Manifest struct{}
func (*MirrorsKtsStudioSecretMirrorV1Alpha2Manifest) Metadata ¶
func (r *MirrorsKtsStudioSecretMirrorV1Alpha2Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*MirrorsKtsStudioSecretMirrorV1Alpha2Manifest) Read ¶
func (r *MirrorsKtsStudioSecretMirrorV1Alpha2Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*MirrorsKtsStudioSecretMirrorV1Alpha2Manifest) Schema ¶
func (r *MirrorsKtsStudioSecretMirrorV1Alpha2Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type MirrorsKtsStudioSecretMirrorV1Alpha2ManifestData ¶
type MirrorsKtsStudioSecretMirrorV1Alpha2ManifestData 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 { DeletePolicy *string `tfsdk:"delete_policy" json:"deletePolicy,omitempty"` Destination *struct { Namespaces *[]string `tfsdk:"namespaces" json:"namespaces,omitempty"` Type *string `tfsdk:"type" json:"type,omitempty"` Vault *struct { Addr *string `tfsdk:"addr" json:"addr,omitempty"` Auth *struct { Approle *struct { AppRolePath *string `tfsdk:"app_role_path" json:"appRolePath,omitempty"` RoleIDKey *string `tfsdk:"role_id_key" json:"roleIDKey,omitempty"` SecretIDKey *string `tfsdk:"secret_id_key" json:"secretIDKey,omitempty"` SecretRef *struct { Name *string `tfsdk:"name" json:"name,omitempty"` Namespace *string `tfsdk:"namespace" json:"namespace,omitempty"` } `tfsdk:"secret_ref" json:"secretRef,omitempty"` } `tfsdk:"approle" json:"approle,omitempty"` Token *struct { SecretRef *struct { Name *string `tfsdk:"name" json:"name,omitempty"` Namespace *string `tfsdk:"namespace" json:"namespace,omitempty"` } `tfsdk:"secret_ref" json:"secretRef,omitempty"` TokenKey *string `tfsdk:"token_key" json:"tokenKey,omitempty"` } `tfsdk:"token" json:"token,omitempty"` } `tfsdk:"auth" json:"auth,omitempty"` Path *string `tfsdk:"path" json:"path,omitempty"` } `tfsdk:"vault" json:"vault,omitempty"` } `tfsdk:"destination" json:"destination,omitempty"` PollPeriodSeconds *int64 `tfsdk:"poll_period_seconds" json:"pollPeriodSeconds,omitempty"` Source *struct { Name *string `tfsdk:"name" json:"name,omitempty"` Type *string `tfsdk:"type" json:"type,omitempty"` Vault *struct { Addr *string `tfsdk:"addr" json:"addr,omitempty"` Auth *struct { Approle *struct { AppRolePath *string `tfsdk:"app_role_path" json:"appRolePath,omitempty"` RoleIDKey *string `tfsdk:"role_id_key" json:"roleIDKey,omitempty"` SecretIDKey *string `tfsdk:"secret_id_key" json:"secretIDKey,omitempty"` SecretRef *struct { Name *string `tfsdk:"name" json:"name,omitempty"` Namespace *string `tfsdk:"namespace" json:"namespace,omitempty"` } `tfsdk:"secret_ref" json:"secretRef,omitempty"` } `tfsdk:"approle" json:"approle,omitempty"` Token *struct { SecretRef *struct { Name *string `tfsdk:"name" json:"name,omitempty"` Namespace *string `tfsdk:"namespace" json:"namespace,omitempty"` } `tfsdk:"secret_ref" json:"secretRef,omitempty"` TokenKey *string `tfsdk:"token_key" json:"tokenKey,omitempty"` } `tfsdk:"token" json:"token,omitempty"` } `tfsdk:"auth" json:"auth,omitempty"` Path *string `tfsdk:"path" json:"path,omitempty"` } `tfsdk:"vault" json:"vault,omitempty"` } `tfsdk:"source" json:"source,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
Click to show internal directories.
Click to hide internal directories.