secrets_store_csi_x_k8s_io_v1alpha1

package
v0.0.0-...-6209148 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 27, 2024 License: 0BSD Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewSecretsStoreCsiXK8SIoSecretProviderClassV1Alpha1Manifest

func NewSecretsStoreCsiXK8SIoSecretProviderClassV1Alpha1Manifest() datasource.DataSource

Types

type SecretsStoreCsiXK8SIoSecretProviderClassV1Alpha1Manifest

type SecretsStoreCsiXK8SIoSecretProviderClassV1Alpha1Manifest struct{}

func (*SecretsStoreCsiXK8SIoSecretProviderClassV1Alpha1Manifest) Metadata

func (*SecretsStoreCsiXK8SIoSecretProviderClassV1Alpha1Manifest) Read

func (*SecretsStoreCsiXK8SIoSecretProviderClassV1Alpha1Manifest) Schema

type SecretsStoreCsiXK8SIoSecretProviderClassV1Alpha1ManifestData

type SecretsStoreCsiXK8SIoSecretProviderClassV1Alpha1ManifestData 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 {
		Parameters    *map[string]string `tfsdk:"parameters" json:"parameters,omitempty"`
		Provider      *string            `tfsdk:"provider" json:"provider,omitempty"`
		SecretObjects *[]struct {
			Annotations *map[string]string `tfsdk:"annotations" json:"annotations,omitempty"`
			Data        *[]struct {
				Key        *string `tfsdk:"key" json:"key,omitempty"`
				ObjectName *string `tfsdk:"object_name" json:"objectName,omitempty"`
			} `tfsdk:"data" json:"data,omitempty"`
			Labels     *map[string]string `tfsdk:"labels" json:"labels,omitempty"`
			SecretName *string            `tfsdk:"secret_name" json:"secretName,omitempty"`
			Type       *string            `tfsdk:"type" json:"type,omitempty"`
		} `tfsdk:"secret_objects" json:"secretObjects,omitempty"`
	} `tfsdk:"spec" json:"spec,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL