Documentation ¶
Index ¶
- func NewStorageKubeblocksIoStorageProviderV1Alpha1Manifest() datasource.DataSource
- type StorageKubeblocksIoStorageProviderV1Alpha1Manifest
- func (r *StorageKubeblocksIoStorageProviderV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *StorageKubeblocksIoStorageProviderV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *StorageKubeblocksIoStorageProviderV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type StorageKubeblocksIoStorageProviderV1Alpha1ManifestData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewStorageKubeblocksIoStorageProviderV1Alpha1Manifest ¶
func NewStorageKubeblocksIoStorageProviderV1Alpha1Manifest() datasource.DataSource
Types ¶
type StorageKubeblocksIoStorageProviderV1Alpha1Manifest ¶
type StorageKubeblocksIoStorageProviderV1Alpha1Manifest struct{}
func (*StorageKubeblocksIoStorageProviderV1Alpha1Manifest) Metadata ¶
func (r *StorageKubeblocksIoStorageProviderV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*StorageKubeblocksIoStorageProviderV1Alpha1Manifest) Read ¶
func (r *StorageKubeblocksIoStorageProviderV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*StorageKubeblocksIoStorageProviderV1Alpha1Manifest) Schema ¶
func (r *StorageKubeblocksIoStorageProviderV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type StorageKubeblocksIoStorageProviderV1Alpha1ManifestData ¶
type StorageKubeblocksIoStorageProviderV1Alpha1ManifestData 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"` Labels map[string]string `tfsdk:"labels" json:"labels,omitempty"` Annotations map[string]string `tfsdk:"annotations" json:"annotations,omitempty"` } `tfsdk:"metadata" json:"metadata"` Spec *struct { CsiDriverName *string `tfsdk:"csi_driver_name" json:"csiDriverName,omitempty"` CsiDriverSecretTemplate *string `tfsdk:"csi_driver_secret_template" json:"csiDriverSecretTemplate,omitempty"` DatasafedConfigTemplate *string `tfsdk:"datasafed_config_template" json:"datasafedConfigTemplate,omitempty"` ParametersSchema *struct { CredentialFields *[]string `tfsdk:"credential_fields" json:"credentialFields,omitempty"` OpenAPIV3Schema *map[string]string `tfsdk:"open_apiv3_schema" json:"openAPIV3Schema,omitempty"` } `tfsdk:"parameters_schema" json:"parametersSchema,omitempty"` PersistentVolumeClaimTemplate *string `tfsdk:"persistent_volume_claim_template" json:"persistentVolumeClaimTemplate,omitempty"` StorageClassTemplate *string `tfsdk:"storage_class_template" json:"storageClassTemplate,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
Click to show internal directories.
Click to hide internal directories.