NAME
IO::K8s::ExternalSecrets::V1::ExternalSecretTarget - ExternalSecretTarget defines the Kubernetes Secret to be created, there can be only one target per ExternalSecret.
VERSION
version 1.108
creationPolicy
CreationPolicy defines rules on how to create the resulting Secret. Defaults to "Owner"
deletionPolicy
DeletionPolicy defines rules on how to delete the resulting Secret. Defaults to "Retain"
immutable
Immutable defines if the final secret will be immutable
manifest
Manifest defines a custom Kubernetes resource to create instead of a Secret. When specified, ExternalSecret will create the resource type defined here (e.g., ConfigMap, Custom Resource) instead of a Secret. Warning: Using Generic target. Make sure access policies and encryption are properly configured.
name
The name of the Secret resource to be managed. Defaults to the .metadata.name of the ExternalSecret resource
template
Template defines a blueprint for the created Secret resource.
SUPPORT
Issues
Please report bugs and feature requests on GitHub at https://github.com/pplu/io-k8s-p5/issues.
CONTRIBUTING
Contributions are welcome! Please fork the repository and submit a pull request.
AUTHORS
Torsten Raudssus <getty@cpan.org>
Jose Luis Martinez Torres <jlmartin@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2018-2026 by Jose Luis Martinez Torres <jlmartin@cpan.org>.
This is free software, licensed under:
The Apache License, Version 2.0, January 2004