Documentation ¶
Overview ¶
Package fake is a fake ExternalSecretStorePluginServiceClient.
Index ¶
- type ExternalSecretStorePluginServiceClient
- func (e *ExternalSecretStorePluginServiceClient) ApplySecret(ctx context.Context, req *ess.ApplySecretRequest, _ ...grpc.CallOption) (*ess.ApplySecretResponse, error)
- func (e *ExternalSecretStorePluginServiceClient) DeleteKeys(ctx context.Context, req *ess.DeleteKeysRequest, _ ...grpc.CallOption) (*ess.DeleteKeysResponse, error)
- func (e *ExternalSecretStorePluginServiceClient) GetSecret(ctx context.Context, req *ess.GetSecretRequest, _ ...grpc.CallOption) (*ess.GetSecretResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExternalSecretStorePluginServiceClient ¶
type ExternalSecretStorePluginServiceClient struct { GetSecretFn func(context.Context, *ess.GetSecretRequest, ...grpc.CallOption) (*ess.GetSecretResponse, error) ApplySecretFn func(context.Context, *ess.ApplySecretRequest, ...grpc.CallOption) (*ess.ApplySecretResponse, error) DeleteKeysFn func(context.Context, *ess.DeleteKeysRequest, ...grpc.CallOption) (*ess.DeleteKeysResponse, error) *ess.UnimplementedExternalSecretStorePluginServiceServer }
ExternalSecretStorePluginServiceClient is a fake ExternalSecretStorePluginServiceClient.
func (*ExternalSecretStorePluginServiceClient) ApplySecret ¶
func (e *ExternalSecretStorePluginServiceClient) ApplySecret(ctx context.Context, req *ess.ApplySecretRequest, _ ...grpc.CallOption) (*ess.ApplySecretResponse, error)
ApplySecret applies the secret.
func (*ExternalSecretStorePluginServiceClient) DeleteKeys ¶
func (e *ExternalSecretStorePluginServiceClient) DeleteKeys(ctx context.Context, req *ess.DeleteKeysRequest, _ ...grpc.CallOption) (*ess.DeleteKeysResponse, error)
DeleteKeys deletes the secret keys.
func (*ExternalSecretStorePluginServiceClient) GetSecret ¶
func (e *ExternalSecretStorePluginServiceClient) GetSecret(ctx context.Context, req *ess.GetSecretRequest, _ ...grpc.CallOption) (*ess.GetSecretResponse, error)
GetSecret returns the secret.
Click to show internal directories.
Click to hide internal directories.