The comsys-libs
charm provides a set of charm libraries which offers convenience methods
for interacting with Canonical's internal data platform.
This charm is not meant to be deployed itself, and is used as a mechanism for hosting libraries only.
This charm is not intended to be deployed. It is a container for standalone charm libraries, which
can be managed using charmcraft fetch-lib
(ref. link), after
which they may be imported and used as normal charms. For example:
charmcraft fetch-lib charms.comsys_libs.v0.kubernetes_statefulset_patch
Following are the libraries available in this repository:
kubernetes_statefulset_patch
- Library to manage the Kubernetes resources at a container level.
Please see the Juju SDK docs for guidelines on enhancements to this
charm following best practice guidelines, and CONTRIBUTING.md
for developer guidance.