Documentation ¶
Overview ¶
secretstores contains the resource processor for Dapr Secret Stores. See the processors package for more information.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Processor ¶
type Processor struct {
Client runtime_client.Client
}
func (*Processor) Delete ¶
func (p *Processor) Delete(ctx context.Context, resource *datamodel.DaprSecretStore, options processors.Options) error
Delete implements the processors.Processor interface for DaprSecretStore resources. If the resource is being provisioned manually, it deletes the Dapr component in Kubernetes.
func (*Processor) Process ¶
func (p *Processor) Process(ctx context.Context, resource *datamodel.DaprSecretStore, options processors.Options) error
Process validates resource properties, and applies output values from the recipe output. If the resource is being provisioned manually, it creates a Dapr component in Kubernetes.
Click to show internal directories.
Click to hide internal directories.